metadata
annotations_creators:
- machine-generated
language_creators:
- machine-generated
language:
- nl-BE
license:
- unknown
multilinguality:
- monolingual
pretty_name: ''
size_categories:
- unknown
source_datasets:
- extended|xsum
task_categories:
- conditional-text-generation
task_ids:
- summarization
Dataset Card for XSum NL
Table of Contents
- Table of Contents
- Dataset Description
- Dataset Structure
- Dataset Creation
- Considerations for Using the Data
- Additional Information
Dataset Description
- Homepage:
- Repository:
- Paper:
- Leaderboard:
- Point of Contact:
Dataset Summary
This dataset is a machine translated dataset. It's the XSum dataset translated with this model from English to Dutch.
See the Hugginface page of the original dataset for more information on the format of this dataset.
Use with:
from datasets import load_dataset
load_dataset("csv", "ml6team/xsum_nl")
Languages
Dutch
Dataset Structure
Data Instances
[More Information Needed]
Data Fields
id
: BBC ID of the article.document
: a string containing the body of the news articlesummary
: a string containing a one sentence summary of the article.
Data Splits
train
test
validation
Dataset Creation
Curation Rationale
[More Information Needed]
Source Data
Initial Data Collection and Normalization
[More Information Needed]
Who are the source language producers?
[More Information Needed]
Annotations
Annotation process
[More Information Needed]
Who are the annotators?
[More Information Needed]
Personal and Sensitive Information
[More Information Needed]
Considerations for Using the Data
Social Impact of Dataset
[More Information Needed]
Discussion of Biases
[More Information Needed]
Other Known Limitations
[More Information Needed]
Additional Information
Dataset Curators
[More Information Needed]
Licensing Information
[More Information Needed]
Citation Information
[More Information Needed]
Contributions
Thanks to @github-username for adding this dataset.