File size: 2,814 Bytes
61f7c3d
 
 
 
 
 
7972b16
 
61f7c3d
 
 
 
 
 
 
 
 
 
 
 
 
 
7972b16
 
 
 
 
61f7c3d
7972b16
 
 
 
a6ac17f
80cdb11
 
 
 
 
 
61f7c3d
 
 
4229c23
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: val
    path: data/val-*
  - split: test
    path: data/test-*
dataset_info:
  features:
  - name: text
    dtype: string
  - name: summary
    dtype: string
  - name: text_len
    dtype: int64
  - name: summary_len
    dtype: int64
  splits:
  - name: train
    num_bytes: 118935809
    num_examples: 75219
  - name: val
    num_bytes: 6551332
    num_examples: 4178
  - name: test
    num_bytes: 6670392
    num_examples: 4178
  download_size: 81334629
  dataset_size: 132157533
license: cc0-1.0
task_categories:
- summarization
language:
- da
size_categories:
- 10K<n<100K
---
# Dataset Card for "nordjylland-news-summarization"

## Dataset Description

- **Point of Contact:** [Oliver Kinch](mailto:[email protected])
- **Size of dataset:** 148 MB

### Dataset Summary

This dataset consists of pairs containing text and corresponding summaries extracted from the Danish newspaper [TV2 Nord](https://www.tv2nord.dk/). 

### 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](https://cdn-uploads.huggingface.co/production/uploads/61e0713ac50610f535ed2c88/YBO73NHfW5Ufh0svopGbc.png)

#### Summary Length Distribution

- Minimum length: 12
- Maximum length: 499

![image/png](https://cdn-uploads.huggingface.co/production/uploads/61e0713ac50610f535ed2c88/tSLeODADes_r-V7sED2tH.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](https://developer.bazo.dk/#876ab6f9-e057-43e3-897a-1563de34397e).

## Additional Information

### Dataset Curators

[Oliver Kinch](https://huggingface.co/oliverkinch) from the [The Alexandra
Institute](https://alexandra.dk/)

### Licensing Information

The dataset is licensed under the [CC0
license](https://creativecommons.org/share-your-work/public-domain/cc0/).