File size: 4,891 Bytes
38c5348
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
436d3d4
b70b0fb
38c5348
 
453fa54
38c5348
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
453fa54
38c5348
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
---
annotations_creators:
- expert-generated
language_creators:
- found
languages:
- da
licenses:
- cc-by-4.0
multilinguality:
- monolingual
pretty_name: Political Stance for Danish
size_categories:
- n<1K
source_datasets:
- original
task_categories:
- text-classification
task_ids:
- sentiment-analysis
- text-classification-other-stance-detection
paperswithcode_id: polstance
---

# Dataset Card for "polstance"

## Table of Contents
- [Dataset Description](#dataset-description)
  - [Dataset Summary](#dataset-summary)
  - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
  - [Languages](#languages)
- [Dataset Structure](#dataset-structure)
  - [Data Instances](#data-instances)
  - [Data Fields](#data-fields)
  - [Data Splits](#data-splits)
- [Dataset Creation](#dataset-creation)
  - [Curation Rationale](#curation-rationale)
  - [Source Data](#source-data)
  - [Annotations](#annotations)
  - [Personal and Sensitive Information](#personal-and-sensitive-information)
- [Considerations for Using the Data](#considerations-for-using-the-data)
  - [Social Impact of Dataset](#social-impact-of-dataset)
  - [Discussion of Biases](#discussion-of-biases)
  - [Other Known Limitations](#other-known-limitations)
- [Additional Information](#additional-information)
  - [Dataset Curators](#dataset-curators)
  - [Licensing Information](#licensing-information)
  - [Citation Information](#citation-information)
  - [Contributions](#contributions)

## Dataset Description

- **Homepage:** [https://stromberg.ai/publication/politicalstanceindanish/](https://stromberg.ai/publication/politicalstanceindanish/)
- **Repository:** [https://github.com/StrombergNLP/Political-Stance-in-Danish/](https://github.com/StrombergNLP/Political-Stance-in-Danish/)
- **Paper:** [https://aclanthology.org/W19-6121/](https://aclanthology.org/W19-6121/)
- **Point of Contact:** [Leon Derczynski](https://github.com/leondz)
- **Size of downloaded dataset files:** 548 KB
- **Size of the generated dataset:** 222 KB
- **Total amount of disk used:**  770 KB

### Dataset Summary

Political stance in Danish. Examples represent statements by 
politicians and are annotated for, against, or neutral to a given topic/article.

### Supported Tasks and Leaderboards

* 

### Languages

Danish, bcp47: `da-DK`

## Dataset Structure

### Data Instances

#### polstance

An example of 'train' looks as follows.

```
{
  'id': '0', 
  'topic': 'integration', 
  'quote': 'Der kunne jeg godt tænke mig, at der stod mere eksplicit, at de (landene, red.) skal bekæmpe menneskesmuglere og tage imod deres egne borgere', 
  'label': 2, 
  'quoteID': '516', 
  'party': 'Det Konservative Folkeparti', 
  'politician': 'Naser Khader', 
}
```


### Data Fields

- `id`: a `string` feature.
- `topic`: a `string` expressing a topic.
- `quote`: a `string` to be classified for its stance to the topic.
- `label`: a class label representing the stance the text expresses towards the target. Full tagset with indices:

```
                            0: "against",
                            1: "neutral",
                            2: "for",
```
- `quoteID`: a `string` of the internal quote ID.
- `party`: a `string` describing the party affiliation of the quote utterer at the time of utterance.
- `politician`: a `string` naming the politician who uttered the quote.

### Data Splits

|  name   |train|
|---------|----:|
|polstance|900 sentences|

## Dataset Creation

### Curation Rationale

Collection of quotes from politicians to allow detecting how political quotes orient to issues.

### Source Data

#### Initial Data Collection and Normalization

The data is taken from proceedings of the Danish parliament, the Folketing - [ft.dk](https://ft.dk).

#### Who are the source language producers?

Danish polticians

### Annotations

#### Annotation process

Annotators labelled comments for being against, neutral, or for a specified topic

#### Who are the annotators?

Danish native speakers, 20s, male, studying Software Design.

### Personal and Sensitive Information

The data was public at the time of collection and will remain open public record by law in Denmark.

## Considerations for Using the Data

### Social Impact of Dataset


### Discussion of Biases


### Other Known Limitations

The above limitations apply.

## Additional Information

### Dataset Curators

The dataset is curated by the paper's authors.

### Licensing Information

The authors distribute this data under Creative Commons attribution license, CC-BY 4.0. 

### Citation Information

```
@inproceedings{lehmann2019political,
  title={Political Stance in Danish},
  author={Lehmann, Rasmus and Derczynski, Leon},
  booktitle={Proceedings of the 22nd Nordic Conference on Computational Linguistics},
  pages={197--207},
  year={2019}
}
```


### Contributions

Author-added dataset [@leondz](https://github.com/leondz)