nusnlp / reacts

The official code of the "Just What You Desire: Constrained Timeline Summarization with Self-Reflection for Enhanced Relevance" paper

Home Page:https://arxiv.org/abs/2412.17408

Repository from Github https://github.comnusnlp/reactsRepository from Github https://github.comnusnlp/reacts

CREST and REACTS

This repository provides the data and code to perform constrained timeline summarization, as reported in this paper:

Just What You Desire: Constrained Timeline Summarization with Self-Reflection for Enhanced Relevance
Muhammad Reza Qorib, Qisheng Hu and Hwee Tou Ng.
2025. The 39th Annual AAAI Conference on Artificial Intelligence (to appear) [PDF].

Please cite our paper if you use its source code or data.

Dataset

We provide the proposed CREST dataset under the folder data. The data is derived from the ENTITIES dataset. 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.

Code

We provide the code for our method, REACTS, under the folder code.

Security Notice

Be cautious when using unknown LLM models. Check the HuggingFace security guidelines before loading a model from HuggingFace.

License

This repository is licensed under the GNU General Public License Version 3 (see License).

About

The official code of the "Just What You Desire: Constrained Timeline Summarization with Self-Reflection for Enhanced Relevance" paper

https://arxiv.org/abs/2412.17408

License:GNU General Public License v3.0


Languages

Language:Python 100.0%