Open-TLS
收藏资源简介:
我们发布了用于开放领域时间线摘要的Open-TLS数据集。目标新闻查询在`news_keywords.py`中提供,真实时间线在`data/open/{NEWS_KEYWORD}/timelines.jsonl`中以以下格式提供:[[YYY-MM-DDT00:00:00, [, , ]]]。
We present the Open-TLS dataset for open-domain timeline summarization. Target news queries are provided in `news_keywords.py`, and the ground-truth timelines are stored in `data/open/{NEWS_KEYWORD}/timelines.jsonl` with the following format: [[YYYY-MM-DDTHH:MM:SS, [, , ]]].
CHRONOS: 新闻时间线摘要数据集概述
数据集简介
- 数据集名称: CHRONOS
- 版本: 1.0.0
- 研究论文: Unfolding the Headline: Iterative Self-Questioning for News Retrieval and Timeline Summarization
- 中文Web演示: CHRONOS Demo
数据集特点
- 方法: 提出了一种基于检索的时间线摘要(TLS)方法,通过迭代提问生成时间线摘要。
- 数据集: 构建了一个最新的开放域TLS数据集,该数据集在规模和时间线持续时间方面超过了现有的公共数据集。
- 实验结果: 实验表明,该方法在开放域TLS上有效,并且在效率和可扩展性方面有显著改进。
数据集结构
- 新闻关键词: 目标新闻查询在
news_keywords.py中提供。 - 时间线数据: 真实时间线数据在
data/open/{NEWS_KEYWORD}/timelines.jsonl中,格式如下: json [["YYY-MM-DDT00:00:00", ["", "", ""]]]
数据集统计
- 统计信息: 数据集的统计信息在
img/open.png中展示。
运行CHRONOS
-
依赖安装: bash pip install -r requirements.txt
-
示例问题生成: python python question_exampler.py
或使用提供的
data/question_examples.json文件。 -
运行CHRONOS: 待续...
引用
bigquery @article{wu2025unfoldingheadlineiterativeselfquestioning, title={Unfolding the Headline: Iterative Self-Questioning for News Retrieval and Timeline Summarization}, author={Weiqi Wu and Shen Huang and Yong Jiang and Pengjun Xie and Fei Huang and Hai Zhao}, year={2025}, eprint={2501.00888}, archivePrefix={arXiv}, primaryClass={cs.CL}, url={https://arxiv.org/abs/2501.00888}, }




