reciTAL/mlsum
收藏Hugging Face2024-01-18 更新2024-06-15 收录
下载链接:
https://hf-mirror.com/datasets/reciTAL/mlsum
下载链接
链接失效反馈官方服务:
资源简介:
---
annotations_creators:
- found
language_creators:
- found
language:
- de
- es
- fr
- ru
- tr
license:
- other
multilinguality:
- multilingual
size_categories:
- 100K<n<1M
- 10K<n<100K
source_datasets:
- extended|cnn_dailymail
- original
task_categories:
- summarization
- translation
- text-classification
task_ids:
- news-articles-summarization
- multi-class-classification
- multi-label-classification
- topic-classification
paperswithcode_id: mlsum
pretty_name: MLSUM
dataset_info:
- config_name: de
features:
- name: text
dtype: string
- name: summary
dtype: string
- name: topic
dtype: string
- name: url
dtype: string
- name: title
dtype: string
- name: date
dtype: string
splits:
- name: train
num_bytes: 846959840
num_examples: 220887
- name: validation
num_bytes: 47119541
num_examples: 11394
- name: test
num_bytes: 46847612
num_examples: 10701
download_size: 1005814154
dataset_size: 940926993
- config_name: es
features:
- name: text
dtype: string
- name: summary
dtype: string
- name: topic
dtype: string
- name: url
dtype: string
- name: title
dtype: string
- name: date
dtype: string
splits:
- name: train
num_bytes: 1214558302
num_examples: 266367
- name: validation
num_bytes: 50643400
num_examples: 10358
- name: test
num_bytes: 71263665
num_examples: 13920
download_size: 1456211154
dataset_size: 1336465367
- config_name: fr
features:
- name: text
dtype: string
- name: summary
dtype: string
- name: topic
dtype: string
- name: url
dtype: string
- name: title
dtype: string
- name: date
dtype: string
splits:
- name: train
num_bytes: 1471965014
num_examples: 392902
- name: validation
num_bytes: 70413212
num_examples: 16059
- name: test
num_bytes: 69660288
num_examples: 15828
download_size: 1849565564
dataset_size: 1612038514
- config_name: ru
features:
- name: text
dtype: string
- name: summary
dtype: string
- name: topic
dtype: string
- name: url
dtype: string
- name: title
dtype: string
- name: date
dtype: string
splits:
- name: train
num_bytes: 257389497
num_examples: 25556
- name: validation
num_bytes: 9128497
num_examples: 750
- name: test
num_bytes: 9656398
num_examples: 757
download_size: 766226107
dataset_size: 276174392
- config_name: tu
features:
- name: text
dtype: string
- name: summary
dtype: string
- name: topic
dtype: string
- name: url
dtype: string
- name: title
dtype: string
- name: date
dtype: string
splits:
- name: train
num_bytes: 641622783
num_examples: 249277
- name: validation
num_bytes: 25530661
num_examples: 11565
- name: test
num_bytes: 27830212
num_examples: 12775
download_size: 942308960
dataset_size: 694983656
config_names:
- de
- es
- fr
- ru
- tu
---
# Dataset Card for MLSUM
## Table of Contents
- [Dataset Description](#dataset-description)
- [Dataset Summary](#dataset-summary)
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
- [Languages](#languages)
- [Dataset Structure](#dataset-structure)
- [Data Instances](#data-instances)
- [Data Fields](#data-fields)
- [Data Splits](#data-splits)
- [Dataset Creation](#dataset-creation)
- [Curation Rationale](#curation-rationale)
- [Source Data](#source-data)
- [Annotations](#annotations)
- [Personal and Sensitive Information](#personal-and-sensitive-information)
- [Considerations for Using the Data](#considerations-for-using-the-data)
- [Social Impact of Dataset](#social-impact-of-dataset)
- [Discussion of Biases](#discussion-of-biases)
- [Other Known Limitations](#other-known-limitations)
- [Additional Information](#additional-information)
- [Dataset Curators](#dataset-curators)
- [Licensing Information](#licensing-information)
- [Citation Information](#citation-information)
- [Contributions](#contributions)
## Dataset Description
- **Homepage:** []()
- **Repository:** https://github.com/recitalAI/MLSUM
- **Paper:** https://www.aclweb.org/anthology/2020.emnlp-main.647/
- **Point of Contact:** [email](thomas@recital.ai)
- **Size of downloaded dataset files:** 1.83 GB
- **Size of the generated dataset:** 4.86 GB
- **Total amount of disk used:** 6.69 GB
### Dataset Summary
We present MLSUM, the first large-scale MultiLingual SUMmarization dataset.
Obtained from online newspapers, it contains 1.5M+ article/summary pairs in five different languages -- namely, French, German, Spanish, Russian, Turkish.
Together with English newspapers from the popular CNN/Daily mail dataset, the collected data form a large scale multilingual dataset which can enable new research directions for the text summarization community.
We report cross-lingual comparative analyses based on state-of-the-art systems.
These highlight existing biases which motivate the use of a multi-lingual dataset.
### Supported Tasks and Leaderboards
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
### Languages
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
## Dataset Structure
### Data Instances
#### de
- **Size of downloaded dataset files:** 346.58 MB
- **Size of the generated dataset:** 940.93 MB
- **Total amount of disk used:** 1.29 GB
An example of 'validation' looks as follows.
```
{
"date": "01/01/2001",
"summary": "A text",
"text": "This is a text",
"title": "A sample",
"topic": "football",
"url": "https://www.google.com"
}
```
#### es
- **Size of downloaded dataset files:** 513.31 MB
- **Size of the generated dataset:** 1.34 GB
- **Total amount of disk used:** 1.85 GB
An example of 'validation' looks as follows.
```
{
"date": "01/01/2001",
"summary": "A text",
"text": "This is a text",
"title": "A sample",
"topic": "football",
"url": "https://www.google.com"
}
```
#### fr
- **Size of downloaded dataset files:** 619.99 MB
- **Size of the generated dataset:** 1.61 GB
- **Total amount of disk used:** 2.23 GB
An example of 'validation' looks as follows.
```
{
"date": "01/01/2001",
"summary": "A text",
"text": "This is a text",
"title": "A sample",
"topic": "football",
"url": "https://www.google.com"
}
```
#### ru
- **Size of downloaded dataset files:** 106.22 MB
- **Size of the generated dataset:** 276.17 MB
- **Total amount of disk used:** 382.39 MB
An example of 'train' looks as follows.
```
{
"date": "01/01/2001",
"summary": "A text",
"text": "This is a text",
"title": "A sample",
"topic": "football",
"url": "https://www.google.com"
}
```
#### tu
- **Size of downloaded dataset files:** 247.50 MB
- **Size of the generated dataset:** 694.99 MB
- **Total amount of disk used:** 942.48 MB
An example of 'train' looks as follows.
```
{
"date": "01/01/2001",
"summary": "A text",
"text": "This is a text",
"title": "A sample",
"topic": "football",
"url": "https://www.google.com"
}
```
### Data Fields
The data fields are the same among all splits.
#### de
- `text`: a `string` feature.
- `summary`: a `string` feature.
- `topic`: a `string` feature.
- `url`: a `string` feature.
- `title`: a `string` feature.
- `date`: a `string` feature.
#### es
- `text`: a `string` feature.
- `summary`: a `string` feature.
- `topic`: a `string` feature.
- `url`: a `string` feature.
- `title`: a `string` feature.
- `date`: a `string` feature.
#### fr
- `text`: a `string` feature.
- `summary`: a `string` feature.
- `topic`: a `string` feature.
- `url`: a `string` feature.
- `title`: a `string` feature.
- `date`: a `string` feature.
#### ru
- `text`: a `string` feature.
- `summary`: a `string` feature.
- `topic`: a `string` feature.
- `url`: a `string` feature.
- `title`: a `string` feature.
- `date`: a `string` feature.
#### tu
- `text`: a `string` feature.
- `summary`: a `string` feature.
- `topic`: a `string` feature.
- `url`: a `string` feature.
- `title`: a `string` feature.
- `date`: a `string` feature.
### Data Splits
|name|train |validation|test |
|----|-----:|---------:|----:|
|de |220887| 11394|10701|
|es |266367| 10358|13920|
|fr |392902| 16059|15828|
|ru | 25556| 750| 757|
|tu |249277| 11565|12775|
## Dataset Creation
### Curation Rationale
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
### Source Data
#### Initial Data Collection and Normalization
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
#### Who are the source language producers?
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
### Annotations
#### Annotation process
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
#### Who are the annotators?
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
### Personal and Sensitive Information
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
## Considerations for Using the Data
### Social Impact of Dataset
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
### Discussion of Biases
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
### Other Known Limitations
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
## Additional Information
### Dataset Curators
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
### Licensing Information
Usage of dataset is restricted to non-commercial research purposes only. Copyright belongs to the original copyright holders. See https://github.com/recitalAI/MLSUM#mlsum
### Citation Information
```
@article{scialom2020mlsum,
title={MLSUM: The Multilingual Summarization Corpus},
author={Scialom, Thomas and Dray, Paul-Alexis and Lamprier, Sylvain and Piwowarski, Benjamin and Staiano, Jacopo},
journal={arXiv preprint arXiv:2004.14900},
year={2020}
}
```
### Contributions
Thanks to [@RachelKer](https://github.com/RachelKer), [@albertvillanova](https://github.com/albertvillanova), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
提供机构:
reciTAL原始信息汇总
数据集概述
基本信息
- 数据集名称: MLSUM
- 语言: 德语(de)、西班牙语(es)、法语(fr)、俄语(ru)、土耳其语(tu)
- 许可证: 其他(仅限非商业研究用途)
- 多语言性: 多语言
- 数据集大小分类: 100K<n<1M, 10K<n<100K
- 源数据集: 扩展自cnn_dailymail,原始数据
- 任务类别: 摘要生成、翻译、文本分类
- 任务ID: 新闻文章摘要、多类别分类、多标签分类、主题分类
- 论文ID: mlsum
数据集结构
数据实例
每个语言配置包含以下字段:
text: 文章正文summary: 文章摘要topic: 文章主题url: 文章链接title: 文章标题date: 文章日期
数据分割
每个语言配置包含以下数据分割:
train: 训练集validation: 验证集test: 测试集
具体数据分割信息
| 语言 | 训练集样本数 | 验证集样本数 | 测试集样本数 |
|---|---|---|---|
| de | 220887 | 11394 | 10701 |
| es | 266367 | 10358 | 13920 |
| fr | 392902 | 16059 | 15828 |
| ru | 25556 | 750 | 757 |
| tu | 249277 | 11565 | 12775 |
数据字段
所有语言配置的数据字段相同,包括:
text: 字符串类型summary: 字符串类型topic: 字符串类型url: 字符串类型title: 字符串类型date: 字符串类型
数据集创建
数据集摘要
MLSUM 是一个大规模多语言摘要数据集,包含超过150万篇文章和摘要对,涵盖五种不同语言:法语、德语、西班牙语、俄语和土耳其语。该数据集与英语的CNN/Daily Mail数据集一起,形成了一个大规模的多语言数据集,为文本摘要领域的研究提供了新的方向。
数据集大小
- 下载大小: 1.83 GB
- 生成数据集大小: 4.86 GB
- 总磁盘使用量: 6.69 GB
数据集配置
- de: 下载大小 346.58 MB, 生成数据集大小 940.93 MB, 总磁盘使用量 1.29 GB
- es: 下载大小 513.31 MB, 生成数据集大小 1.34 GB, 总磁盘使用量 1.85 GB
- fr: 下载大小 619.99 MB, 生成数据集大小 1.61 GB, 总磁盘使用量 2.23 GB
- ru: 下载大小 106.22 MB, 生成数据集大小 276.17 MB, 总磁盘使用量 382.39 MB
- tu: 下载大小 247.50 MB, 生成数据集大小 694.99 MB, 总磁盘使用量 942.48 MB
引用信息
@article{scialom2020mlsum, title={MLSUM: The Multilingual Summarization Corpus}, author={Scialom, Thomas and Dray, Paul-Alexis and Lamprier, Sylvain and Piwowarski, Benjamin and Staiano, Jacopo}, journal={arXiv preprint arXiv:2004.14900}, year={2020} }
搜集汇总
数据集介绍

构建方式
在自然语言处理领域,文本摘要任务长期受限于高质量多语言数据集的匮乏。MLSUM的构建正是为了填补这一空白,通过从在线新闻媒体中系统性地采集文章及其对应摘要,形成了覆盖法语、德语、西班牙语、俄语和土耳其语五种语言的大规模语料库。每个语言子集均包含完整的文章原文、人工撰写的摘要、主题标签、标题、发布日期及原始URL链接,确保了数据的丰富性与可追溯性。数据集的划分遵循标准的三元结构,训练集、验证集与测试集的规模根据各语言数据总量合理分配,为模型训练与评估提供了坚实的数据基础。
使用方法
MLSUM在HuggingFace平台上以标准化的数据集格式提供,用户可通过简单的API调用加载特定语言配置。加载时需指定语言名称作为配置参数,如'de'、'fr'等,即可获取包含训练、验证和测试分区的完整数据集。每条数据以字典形式呈现,包含'text'、'summary'、'topic'、'url'、'title'和'date'六个字段,便于直接用于序列到序列模型的训练与评估。数据集支持文本摘要、主题分类及多标签分类等任务,研究者可依据任务需求灵活选择字段组合,同时利用其与CNN/Daily Mail的兼容性进行跨语言迁移学习实验。
背景与挑战
背景概述
MLSUM是首个大规模多语言文本摘要数据集,由Thomas Scialom等研究者于2020年提出,旨在填补多语言摘要领域的资源空白。该数据集从在线报纸中收集,涵盖法语、德语、西班牙语、俄语和土耳其语五种语言,包含超过150万对文章与摘要,并结合了经典的CNN/Daily Mail英文数据集,形成了覆盖六种语言的丰富语料库。其核心研究问题在于推动跨语言摘要技术的发展,为评估和提升多语言模型的泛化能力提供标准化基准。MLSUM的发布显著促进了多语言自然语言处理领域的研究,尤其是在低资源语言摘要任务上,为学术界和工业界提供了宝贵的训练与测试资源。
当前挑战
MLSUM旨在应对多语言摘要领域的核心挑战,即现有数据集大多局限于单一语言(如英文),导致模型在跨语言场景下性能退化。不同语言的语法结构、表达习惯和文化背景差异,使得生成忠实且流畅的摘要变得尤为困难。此外,数据构建过程中面临诸多挑战:需要从多个国家的新闻源中爬取并确保文章与摘要的配对质量;处理不同语言间的噪声、格式不一致以及版权限制;同时,各语言子集规模不均(如俄语样本仅约2.5万条),可能引入数据偏差,影响模型在低资源语言上的表现。这些挑战要求研究者探索更鲁棒的多语言摘要方法,并设计平衡的数据采样策略。
常用场景
经典使用场景
MLSUM作为首个大规模多语言摘要数据集,涵盖了法语、德语、西班牙语、俄语和土耳其语五种语言的新闻文章及其对应摘要,为跨语言文本摘要研究提供了标准化的训练与评测基准。其经典使用场景在于训练和评估多语言序列到序列模型,如基于Transformer架构的编码器-解码器模型,用以生成忠实且流畅的新闻摘要。研究者可通过该数据集探索不同语言间的摘要生成共性,并对比单语与多语模型的性能差异。
解决学术问题
该数据集解决了多语言摘要领域长期缺乏大规模、高质量标注语料的学术瓶颈问题。通过提供超过150万对新闻-摘要实例,MLSUM使得研究者能够系统性地探讨跨语言摘要任务中的语言偏差、模型泛化能力以及低资源语言的性能提升策略。其发布推动了多语言自然语言处理技术的发展,并揭示了现有模型在语言间的不均衡表现,为设计更公平、鲁棒的摘要系统奠定了数据基础。
实际应用
在实际应用中,MLSUM可用于构建多语言新闻聚合与信息浓缩系统,帮助媒体机构自动生成不同语言的新闻摘要,提升全球信息获取效率。此外,该数据集支持开发面向多语用户的智能助手和内容推荐引擎,能够根据用户的语言偏好快速提取新闻核心内容。在商业场景中,企业可利用其训练模型实现跨语言舆情监控与报告自动生成,降低人工翻译和摘要的成本。
数据集最近研究
最新研究方向
在跨语言文本摘要领域,MLSUM数据集的出现为多语言自然语言处理研究注入了新的活力。作为首个大规模多语言摘要语料库,它涵盖了法、德、西、俄、土五国语言,与CNN/Daily Mail英文数据集形成互补,填补了非英语摘要资源的空白。当前前沿方向聚焦于利用该数据集推动零样本跨语言摘要模型的突破,探索语言间的语义对齐与知识迁移机制。研究者正借助MLSUM的多主题标注与时间戳信息,开发能够捕捉新闻事件动态演变的摘要系统,同时通过对比分析不同语言中的摘要偏差,揭示并缓解模型在跨文化语境下的表现差异。这些工作不仅促进了多语言摘要技术的实用化进程,也为构建更公平、包容的全球性文本理解系统奠定了数据基础。
以上内容由遇见数据集搜集并总结生成



