Home

Awesome

TSDRE

This is the code for our ACL 2024 paper Timeline-based Sentence Decomposition with In-Context Learning for Temporal Fact Extraction.

Our work involves training multiple models and calling the ChatGPT API, making it difficult to run our code directly. Therefore, this repository mainly provides datasets for your interest in our work, as well as timeline-based decomposition results for your reference.

Dataset

Datasets folder: Files for two datasets HyperRED-Temporal and ComplexTRED.

Timeline-based Sentence Decomposition

Decomposition folder: Decomposition prompt and results.

Results

Results folder: TSDRE SOTA results on two datasets HyperRED-Temporal and ComplexTRED.

Citation

@inproceedings{chen2024timeline,
  title={Timeline-based Sentence Decomposition with In-Context Learning for Temporal Fact Extraction},
  author={Chen, Jianhao and Ouyang, Haoyuan and Ren, Junyang and Ding, Wentao and Hu, Wei and Qu, Yuzhong},
  booktitle={Annual Meeting of the Association for Computational Linguistics},
  year={2024}
}