| | --- |
| | license: gpl-3.0 |
| | --- |
| | ## Constraint Restrictions on Entities to Subset Timelines (CREST) |
| | This repository provides the constrained timeline summarization dataset reported in this paper: |
| | > Just What You Desire: Constrained Timeline Summarization with Self-Reflection for Enhanced Relevance <br> |
| | > [Muhammad Reza Qorib](https://mrqorib.github.io/), [Qisheng Hu](https://openreview.net/profile?id=~Qisheng_Hu1) and [Hwee Tou Ng](https://www.comp.nus.edu.sg/~nght/). <br> |
| | > 2025. The 39th Annual AAAI Conference on Artificial Intelligence, pages 25065-25073. [[PDF](https://arxiv.org/abs/2412.17408)]. |
| |
|
| | ### Code |
| | The code for the paper is available at [nusnlp/reacts](https://github.com/nusnlp/reacts) |
| |
|
| | ### Notice |
| | We do not own the copyright of the articles and the timeline summaries. Please contact the respective data owners for usage other than evaluating models on the constrained timeline summarization task. |
| |
|
| | ### Extraction |
| | Extract the data using the command below: |
| | ``` |
| | git clone https://huggingface.co/datasets/mrqorib/crest . |
| | mkdir crest |
| | tar xzvf crest-filtered.tar.gz -C crest |
| | ``` |
| |
|