{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/examining-the-state-of-the-art-in-news","title":"Examining the State-of-the-Art in News Timeline Summarization","arxiv_id":"2005.10107","date":"2020-05-20","proceeding":"ACL 2020 6","authors":["Demian Gholipour Ghalandari","Georgiana Ifrim"],"abstract":"Previous work on automatic news timeline summarization (TLS) leaves an unclear picture about how this task can generally be approached and how well it is currently solved. This is mostly due to the focus on individual subtasks, such as date selection and date summarization, and to the previous lack of appropriate evaluation metrics for the full TLS task. In this paper, we compare different TLS strategies using appropriate evaluation frameworks, and propose a simple and effective combination of methods that improves over the state-of-the-art on all tested benchmarks. For a more robust evaluation, we also present a new TLS dataset, which is larger and spans longer time periods than previous datasets.","url_abs":"https://arxiv.org/abs/2005.10107v1","url_pdf":"https://arxiv.org/pdf/2005.10107v1.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"examining-the-state-of-the-art-in-news","repo_url":"https://github.com/complementizer/news-tls","is_official":0,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"none","reach":null}],"tasks":[{"task_slug":"timeline-summarization","task_name":"Timeline Summarization"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":null,"atlas_url":"https://app.syntology.ai/?focus=2005.10107","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2005.10107"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/complementizer/news-tls","reach":null}],"summary":{"ran":4,"ran_honours":1,"unverified":3},"by_repo_kind":{"named_in_paper":{"samples":8,"ran":5,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"e91de713e9c8a055","entry":"CentroidOpt","repo":"complementizer/news-tls","repo_kind":"named_in_paper","path":"news_tls/datewise.py","file_url":"https://github.com/complementizer/news-tls/blob/HEAD/news_tls/datewise.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e91de713e9c8a055"}},{"code_sha256_prefix":"245accd23f7b626a","entry":"MentionCountDateRanker","repo":"complementizer/news-tls","repo_kind":"named_in_paper","path":"news_tls/datewise.py","file_url":"https://github.com/complementizer/news-tls/blob/HEAD/news_tls/datewise.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"245accd23f7b626a"}},{"code_sha256_prefix":"82c3fe12d5eef499","entry":"PM_Mean_SentenceCollector","repo":"complementizer/news-tls","repo_kind":"named_in_paper","path":"news_tls/datewise.py","file_url":"https://github.com/complementizer/news-tls/blob/HEAD/news_tls/datewise.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"82c3fe12d5eef499"}},{"code_sha256_prefix":"b8f913905948b26c","entry":"Timeline","repo":"complementizer/news-tls","repo_kind":"named_in_paper","path":"news_tls/datewise.py","file_url":"https://github.com/complementizer/news-tls/blob/HEAD/news_tls/datewise.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b8f913905948b26c"}},{"code_sha256_prefix":"03b0dc69a5925947","entry":"detect_knee_point","repo":"complementizer/news-tls","repo_kind":"named_in_paper","path":"news_tls/datewise.py","file_url":"https://github.com/complementizer/news-tls/blob/HEAD/news_tls/datewise.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"03b0dc69a5925947"}},{"code_sha256_prefix":"cf8fe36d55b3528d","entry":"DateRanker","repo":"complementizer/news-tls","repo_kind":"named_in_paper","path":"news_tls/datewise.py","file_url":"https://github.com/complementizer/news-tls/blob/HEAD/news_tls/datewise.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"cf8fe36d55b3528d"}},{"code_sha256_prefix":"0fe52471ee37597b","entry":"DatewiseTimelineGenerator","repo":"complementizer/news-tls","repo_kind":"named_in_paper","path":"news_tls/datewise.py","file_url":"https://github.com/complementizer/news-tls/blob/HEAD/news_tls/datewise.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"0fe52471ee37597b"}},{"code_sha256_prefix":"38660adc18da47f5","entry":"Summarizer","repo":"complementizer/news-tls","repo_kind":"named_in_paper","path":"news_tls/datewise.py","file_url":"https://github.com/complementizer/news-tls/blob/HEAD/news_tls/datewise.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"38660adc18da47f5"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}