Datasets:

Sub-tasks:
fact-checking
Languages:
Danish
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
found
Annotations Creators:
expert-generated
Source Datasets:
original
Tags:
stance-detection
License:
leondz commited on
Commit
860dff5
1 Parent(s): 6dda140

add documentation

Browse files
Files changed (1) hide show
  1. README.md +221 -0
README.md ADDED
@@ -0,0 +1,221 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - expert_generated
4
+ language_creators:
5
+ - found
6
+ languages:
7
+ - da
8
+ licenses:
9
+ - cc-by-4.0
10
+ multilinguality:
11
+ - monolingual
12
+ size_categories:
13
+ - 1K<n<10K
14
+ source_datasets:
15
+ - original
16
+ task_categories:
17
+ - text_classification
18
+ task_ids:
19
+ - fact_checking
20
+ - text-classification-other-stance-detection
21
+ paperswithcode_id: danish-stance-classification-and-rumour
22
+ pretty_name: DAST
23
+ ---
24
+
25
+ # Dataset Card for "zulu-stance"
26
+
27
+ ## 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
+ - [Annotations](#annotations)
40
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
41
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
42
+ - [Social Impact of Dataset](#social-impact-of-dataset)
43
+ - [Discussion of Biases](#discussion-of-biases)
44
+ - [Other Known Limitations](#other-known-limitations)
45
+ - [Additional Information](#additional-information)
46
+ - [Dataset Curators](#dataset-curators)
47
+ - [Licensing Information](#licensing-information)
48
+ - [Citation Information](#citation-information)
49
+ - [Contributions](#contributions)
50
+
51
+ ## Dataset Description
52
+
53
+ - **Homepage:** [https://stromberg.ai/publication/jointrumourstanceandveracity/](https://stromberg.ai/publication/jointrumourstanceandveracity/)
54
+ - **Repository:** [https://figshare.com/articles/dataset/Danish_stance-annotated_Reddit_dataset/8217137](https://figshare.com/articles/dataset/Danish_stance-annotated_Reddit_dataset/8217137)
55
+ - **Paper:** [https://aclanthology.org/W19-6122/](https://aclanthology.org/W19-6122/)
56
+ - **Point of Contact:** [Leon Derczynski](https://github.com/leondz)
57
+ - **Size of downloaded dataset files:**
58
+ - **Size of the generated dataset:**
59
+ - **Total amount of disk used:**
60
+
61
+ ### Dataset Summary
62
+
63
+ This is an SDQC stance-annotated Reddit dataset for the Danish language generated within a thesis project. The dataset consists of 3,007 Reddit posts across 11 different subjects, making up 33 Reddit submissions, or 1,161 individual branches.
64
+
65
+ 16 submissions were annotated as rumourous, i.e. the source post initiates some rumour. With 220 Reddit conversations, or 596 branches, this is equivalent to approximately half of the dataset.
66
+
67
+ The dataset is applicable for supervised stance classification and rumour veracity prediction.
68
+
69
+ ### Supported Tasks and Leaderboards
70
+
71
+ * Stance prediction
72
+
73
+ ### Languages
74
+
75
+
76
+
77
+ ## Dataset Structure
78
+
79
+ ### Data Instances
80
+
81
+ #### DAST / dkstance
82
+
83
+ - **Size of downloaded dataset files:** 4.72 MiB
84
+ - **Size of the generated dataset:** 3.69 MiB
85
+ - **Total amount of disk used:** 8.41 MiB
86
+
87
+ An example of 'train' looks as follows.
88
+
89
+ ```
90
+ {
91
+ 'id': '1',
92
+ 'native_id': 'ebwjq5z',
93
+ 'text': 'Med de udfordringer som daginstitutionerne har med normeringer, og økonomi i det hele taget, synes jeg det er en vanvittig beslutning at prioritere skattebetalt vegansk kost i daginstitutionerne. Brug dog pengene på noget mere personale, og lad folk selv betale for deres individuelle kostønsker.',
94
+ 'parent_id': 'a6o3us',
95
+ 'parent_text': 'Mai Mercado om mad i daginstitutioner: Sund kost rimer ikke på veganer-mad',
96
+ 'parent_stance': 0,
97
+ 'source_id': 'a6o3us',
98
+ 'source_text': 'Mai Mercado om mad i daginstitutioner: Sund kost rimer ikke på veganer-mad',
99
+ 'source_stance': 0
100
+ }
101
+ ```
102
+
103
+
104
+ ### Data Fields
105
+
106
+ - `id`: a `string` feature.
107
+ - `native_id`: a `string` feature representing the native ID of the entry.
108
+ - `text`: a `string` of the comment text in which stance is annotated.
109
+ - `parent_id`: the `native_id` of this comment's parent.
110
+ - `parent_text`: a `string` of the parent comment's text.
111
+ - `parent_stance`: the label of the stance in the comment towards its parent comment.
112
+
113
+ ```
114
+ 0: "Supporting",
115
+ 1: "Denying",
116
+ 2: "Querying",
117
+ 3: "Commenting",
118
+ ```
119
+
120
+ - `source_id`: the `native_id` of this comment's source / post.
121
+ - `source_text`: a `string` of the source / post text.
122
+ - `source_stance`: the label of the stance in the comment towards the original source post.
123
+
124
+ ```
125
+ 0: "Supporting",
126
+ 1: "Denying",
127
+ 2: "Querying",
128
+ 3: "Commenting",
129
+ ```
130
+
131
+ ### Data Splits
132
+
133
+ | name |size|
134
+ |---------|----:|
135
+ |train|3122|
136
+ |validation|1066|
137
+ |test|1066|
138
+
139
+ These splits are specified after the original reserach was reported. The splits add an extra level of rigour, in that no source posts' comment tree is spread over more than one partition.
140
+
141
+ ## Dataset Creation
142
+
143
+ ### Curation Rationale
144
+
145
+ Comments around rumourous claims to enable rumour and stance analysis in Danish
146
+
147
+ ### Source Data
148
+
149
+ #### Initial Data Collection and Normalization
150
+
151
+ The data is from Reddit posts that relate to one of a specific set of news stories; these stories are enumerated in the paper.
152
+
153
+ #### Who are the source language producers?
154
+
155
+ Danish-speaking Twitter users.
156
+
157
+ ### Annotations
158
+
159
+ #### Annotation process
160
+
161
+ There was multi-user annotation process mediated through a purpose-built interface for annotating stance in Reddit threads.
162
+
163
+ #### Who are the annotators?
164
+
165
+ * Age: 20-30.
166
+ * Gender: male.
167
+ * Race/ethnicity: white northern European.
168
+ * Native language: Danish.
169
+ * Socioeconomic status: higher education student.
170
+
171
+ ### Personal and Sensitive Information
172
+
173
+ The data was public at the time of collection. User names are not preserved.
174
+
175
+ ## Considerations for Using the Data
176
+
177
+ ### Social Impact of Dataset
178
+
179
+ There's a risk of user-deleted content being in this data. The data has NOT been vetted for any content, so there's a risk of harmful text.
180
+
181
+ ### Discussion of Biases
182
+
183
+ The source of the text has a strong demographic bias, being mostly young white men who are vocal their opinions. This constrains both the styles of language and discussion contained in the data, as well as the topics discussed and viewpoints held.
184
+
185
+ ### Other Known Limitations
186
+
187
+ The above limitations apply.
188
+
189
+ ## Additional Information
190
+
191
+ ### Dataset Curators
192
+
193
+ The dataset is curated by the paper's authors.
194
+
195
+ ### Licensing Information
196
+
197
+ The authors distribute this data under Creative Commons attribution license, CC-BY 4.0.
198
+ An NLP data statement is included in the paper describing the work, [https://aclanthology.org/W19-6122.pdf](https://aclanthology.org/W19-6122.pdf)
199
+
200
+ ### Citation Information
201
+
202
+ ```
203
+ @inproceedings{lillie-etal-2019-joint,
204
+ title = "Joint Rumour Stance and Veracity Prediction",
205
+ author = "Lillie, Anders Edelbo and
206
+ Middelboe, Emil Refsgaard and
207
+ Derczynski, Leon",
208
+ booktitle = "Proceedings of the 22nd Nordic Conference on Computational Linguistics",
209
+ month = sep # "{--}" # oct,
210
+ year = "2019",
211
+ address = "Turku, Finland",
212
+ publisher = {Link{\"o}ping University Electronic Press},
213
+ url = "https://aclanthology.org/W19-6122",
214
+ pages = "208--221",
215
+ }
216
+ ```
217
+
218
+
219
+ ### Contributions
220
+
221
+ Author-added dataset [@leondz](https://github.com/leondz)