Datasets:

ArXiv:
License:
mrqorib commited on
Commit
a5046fd
·
verified ·
1 Parent(s): c613e74

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -3
README.md CHANGED
@@ -1,3 +1,22 @@
1
- ---
2
- license: gpl-3.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: gpl-3.0
3
+ ---
4
+ ## Constraint Restrictions on Entities to Subset Timelines (CREST)
5
+ This repository provides the constrained timeline summarization dataset reported in this paper:
6
+ > Just What You Desire: Constrained Timeline Summarization with Self-Reflection for Enhanced Relevance <br>
7
+ > [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>
8
+ > 2025. The 39th Annual AAAI Conference on Artificial Intelligence, pages 25065-25073. [[PDF](https://arxiv.org/abs/2412.17408)].
9
+
10
+ ### Code
11
+ The code for the paper is available at [nusnlp/reacts](https://github.com/nusnlp/reacts)
12
+
13
+ ### Notice
14
+ 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.
15
+
16
+ ### Extraction
17
+ Extract the data using the command below:
18
+ ```
19
+ git clone https://huggingface.co/datasets/mrqorib/crest .
20
+ mkdir crest
21
+ tar xzvf crest-filtered.tar.gz -C crest
22
+ ```