Skip to content

mlgig/news-tls

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

News Timeline Summarization

Data & code for the ACL 2020 paper Examining the State-of-the-Art in News Timeline Summarization:

Updates

Datasets are available, code for methods will follow soon.

Datasets

All datasets used in our experiments are available here, including:

  • T17
  • Crisis
  • Entities

Installation

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.

Loading a dataset

Checkout news_tls/explore_dataset.py to see how to load the provided datasets.

Citation

@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",
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%