CoolFace
Datasetpublic

alexandrainst/nordjylland-news-summarization

Dataset Card for "nordjylland-news-summarization" Dataset Summary This dataset consists of pairs containing text and corresponding summaries extracted from the Danish newspaper TV2 Nord. Supported Tasks and Leaderboards Summarization is the intended task for this dataset. No leaderboard is active at this point. Languages The dataset is available in Danish (da). Dataset Structure An example from the dataset looks as… See the full description on the dataset page: https://huggingface.co/datasets/alexandrainst/nordjylland-news-summarization.

sourceHugging Facecc0-1.0updated 4mo agoView on Hugging Face
2likes384downloads
Dataset Card

Dataset Card for "nordjylland-news-summarization"

Dataset Description

Dataset Summary

This dataset consists of pairs containing text and corresponding summaries extracted from the Danish newspaper TV2 Nord.

Supported Tasks and Leaderboards

Summarization is the intended task for this dataset. No leaderboard is active at this point.

Languages

The dataset is available in Danish (da).

Dataset Structure

An example from the dataset looks as follows.

{
  "text": "some text",
  "summary": "some summary",
  "text_len": <number of chars in text>,
  "summary_len": <number of chars in summary>
}

Data Fields

  • —text: a string feature.
  • —summary: a string feature.
  • —text_len: an int64 feature.
  • —summary_len: an int64 feature.

Dataset Statistics

Number of samples
  • —Train: 75219
  • —Val: 4178
  • —Test: 4178
Text Length Distribution
  • —Minimum length: 21
  • —Maximum length: 35164

image/png

Summary Length Distribution
  • —Minimum length: 12
  • —Maximum length: 499

image/png

Potential Dataset Issues

Within the dataset, there are 181 instances where the length of the summary exceeds the length of the corresponding text.

Dataset Creation

Curation Rationale

There are not many large-scale summarization datasets in Danish.

Source Data

The dataset has been collected through the TV2 Nord API, which can be accessed here.

Additional Information

Dataset Curators

Oliver Kinch from the The Alexandra Institute

Licensing Information

The dataset is licensed under the CC0 license.