Data & code for the ACL 2020 paper Examining the State-of-the-Art in News Timeline Summarization:
Datasets are available, code for methods will follow soon.
All datasets used in our experiments are available here, including:
- T17
- Crisis
- Entities
Install requirements & the news_tls
library.
pip install -r requirements.txt
pip install -e .
Tilse also needs to be installed for evaluation and some TLS-specific data classes.
Checkout news_tls/explore_dataset.py
to see how to load the provided datasets.
@inproceedings{gholipour-ghalandari-ifrim-2020-examining,
title = "Examining the State-of-the-Art in News Timeline Summarization",
author = "Gholipour Ghalandari, Demian and
Ifrim, Georgiana",
booktitle = "Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics",
month = jul,
year = "2020",
address = "Online",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/2020.acl-main.122",
pages = "1322--1334",
}