pstuerner commited on
Commit
619b389
1 Parent(s): 859a30e

update dataset card

Browse files
Files changed (1) hide show
  1. README.md +153 -2
README.md CHANGED
@@ -12,7 +12,158 @@ dataset_info:
12
  num_examples: 1676
13
  download_size: 7404260
14
  dataset_size: 12971537
 
 
 
 
 
 
 
15
  ---
16
- # Dataset Card for "ukraine-liveblog"
17
 
18
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  num_examples: 1676
13
  download_size: 7404260
14
  dataset_size: 12971537
15
+ task_categories:
16
+ - text-generation
17
+ language:
18
+ - de
19
+ tags:
20
+ - german-gpt2
21
+ pretty_name: German Articles about the War in Ukraine
22
  ---
23
+ # Dataset Card
24
 
25
+ ## Table of Contents
26
+ - [Dataset Card](#dataset-card)
27
+ - [Table of Contents](#table-of-contents)
28
+ - [Dataset Description](#dataset-description)
29
+ - [Dataset Summary](#dataset-summary)
30
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
31
+ - [Languages](#languages)
32
+ - [Dataset Structure](#dataset-structure)
33
+ - [Data Instances](#data-instances)
34
+ - [Data Fields](#data-fields)
35
+ - [Data Splits](#data-splits)
36
+ - [Dataset Creation](#dataset-creation)
37
+ - [Curation Rationale](#curation-rationale)
38
+ - [Source Data](#source-data)
39
+ - [Initial Data Collection and Normalization](#initial-data-collection-and-normalization)
40
+ - [Who are the source language producers?](#who-are-the-source-language-producers)
41
+ - [Annotations](#annotations)
42
+ - [Annotation process](#annotation-process)
43
+ - [Who are the annotators?](#who-are-the-annotators)
44
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
45
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
46
+ - [Social Impact of Dataset](#social-impact-of-dataset)
47
+ - [Discussion of Biases](#discussion-of-biases)
48
+ - [Other Known Limitations](#other-known-limitations)
49
+ - [Additional Information](#additional-information)
50
+ - [Dataset Curators](#dataset-curators)
51
+ - [Licensing Information](#licensing-information)
52
+ - [Citation Information](#citation-information)
53
+ - [Contributions](#contributions)
54
+
55
+ ## Dataset Description
56
+
57
+ - **Homepage:** --
58
+ - **Repository:** --
59
+ - **Paper:** --
60
+ - **Leaderboard:** --
61
+ - **Point of Contact:** philipp.stuerner@web.de
62
+
63
+ ### Dataset Summary
64
+
65
+ The "ukraine-liveblog" dataset contains a collection of news articles published on the liveblog of the popular German news website, tagesschau.de. The dataset covers the period from February 2022 to February 2023, and includes every news feed published during this time that covers the ongoing war in Ukraine.
66
+
67
+ ### Supported Tasks and Leaderboards
68
+
69
+ --
70
+
71
+ ### Languages
72
+
73
+ The language of the dataset is German.
74
+
75
+ ## Dataset Structure
76
+
77
+ ### Data Instances
78
+
79
+ Here is a JSON-formatted example of a typical instance in the "German Articles about the War in Ukraine" dataset:
80
+
81
+ This example consists of a headline and the corresponding text separated by a colon. The headline reads "Warum Waffenlieferungen in Ostdeutschland skeptisch gesehen werden" (Why Weapons Deliveries are Viewed Skeptically in East Germany), and the text provides additional details and analysis about the topic. This format is consistent across the dataset and allows for easy identification and extraction of key information.
82
+
83
+ ```
84
+ {
85
+ "text": "Warum Waffenlieferungen in Ostdeutschland skeptisch gesehen werden: Die Debatten um Waffenlieferungen für die Ukraine stoßen in Ostdeutschland meist auf Ablehnung. Das lässt sich aber nicht allein mit Russlandfreundlichkeit erklären, sagt Politikwissenschaftlerin Sarah Pagung."
86
+ ...
87
+ }
88
+ ```
89
+
90
+ ### Data Fields
91
+
92
+ The "ukraine-liveblog" dataset includes the following fields:
93
+
94
+ - `text`: The main body of the article, written in German. (string)
95
+
96
+ ### Data Splits
97
+
98
+ The dataset has been split into two sets: a training set and a validation set. The training set contains 90% of the data, or 15,083 instances, and the validation set contains the remaining 10%, or 1,676 instances.
99
+
100
+ | | train | validation | test |
101
+ |-------------------------|------:|-----------:|-----:|
102
+ | Input Sentences | 15083 | 1676 | |
103
+ | Average Sentence Length | 768 | 674 | |
104
+
105
+ ## Dataset Creation
106
+
107
+ ### Curation Rationale
108
+
109
+ The creation of the dataset was motivated by a number of factors, such as the need to collect and analyze information about the conflict in Ukraine, understand how the conflict is being reported in German media, and provide a resource for NLP enthusiasts to fine-tune GPT2 on additional German data.
110
+
111
+ ### Source Data
112
+
113
+ The liveblog on tagesschau.de about the war in Ukraine.
114
+
115
+ #### Initial Data Collection and Normalization
116
+
117
+ The dataset was built using a custom Python script that leverages the newspaper and beautifulsoup4 libraries. The script was designed to scrape data from the liveblog about the war in Ukraine on tagesschau.de, starting from the latest day of the liveblog and working backwards until it reaches the first day of the liveblog.
118
+
119
+ #### Who are the source language producers?
120
+
121
+ The articles were written by Tagesschau reporters.
122
+
123
+ ### Annotations
124
+
125
+ --
126
+
127
+ #### Annotation process
128
+
129
+ --
130
+
131
+ #### Who are the annotators?
132
+
133
+ --
134
+
135
+ ### Personal and Sensitive Information
136
+
137
+ All information is publicly available and doesn't include any personal or sensitive information.
138
+
139
+ ## Considerations for Using the Data
140
+
141
+ ### Social Impact of Dataset
142
+
143
+ --
144
+
145
+ ### Discussion of Biases
146
+
147
+ --
148
+
149
+ ### Other Known Limitations
150
+
151
+ --
152
+
153
+ ## Additional Information
154
+
155
+ ### Dataset Curators
156
+
157
+ --
158
+
159
+ ### Licensing Information
160
+
161
+ --
162
+
163
+ ### Citation Information
164
+
165
+ --
166
+
167
+ ### Contributions
168
+
169
+ --