WCEP Dataset
收藏资源简介:
WCEP数据集是一个用于多文档摘要(MDS)的数据集,包含关于新闻事件的人工编写简短摘要,每个摘要都与一个事件相关联的新闻文章簇配对。这些文章来源于Wikipedia当前事件门户(WCEP)编辑引用的来源,并扩展了从Common Crawl新闻数据集自动获取的文章。
The WCEP dataset is a collection designed for multi-document summarization (MDS), featuring human-curated brief summaries of news events. Each summary is paired with a cluster of news articles related to the event. The articles are sourced from references cited by editors on the Wikipedia Current Events Portal (WCEP) and are supplemented with articles automatically gathered from the Common Crawl news dataset.
WCEP Dataset 概述
数据集内容
- 类型: 多文档摘要(MDS)数据集
- 来源: 数据集包含关于新闻事件的人工编写摘要,这些摘要来自Wikipedia Current Events Portal,每个摘要都与一组相关新闻文章配对。
- 扩展: 除了WCEP引用的新闻来源外,还通过Common Crawl News dataset自动获取文章进行扩展。
数据集格式
- 存储格式: 数据集以gzipped jsonl格式存储,每行对应一个新闻事件,包括摘要、新闻文章集群及一些元数据(如日期和类别)。
- 任务: 任务是从新闻文章中生成摘要。
数据集下载
- 下载链接: 提取版本的数据集下载链接
数据集加载
- 加载方法: 使用Python代码加载gzipped jsonl格式的数据集。
评估与基准
- 评估工具: 使用newsroom库的ROUGE包装器进行评估。
- 基准方法: 提供多种抽取式基准方法,如TextRankSummarizer。
数据集生成
- 生成过程: 数据集生成包括从WCEP和Common Crawl提取文章,以及组合和分割数据集的步骤。
引用信息
- 引用格式:
@inproceedings{gholipour-ghalandari-etal-2020-large, title = "A Large-Scale Multi-Document Summarization Dataset from the {W}ikipedia Current Events Portal", author = "Gholipour Ghalandari, Demian and Hokamp, Chris and Pham, Nghia The and Glover, John 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.120", pages = "1302--1308", }




