Datasets:
annotations_creators:
- expert-generated
language_creators:
- found
language:
- da
license:
- 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 Structure
- Dataset Creation
- Considerations for Using the Data
- Additional Information
Dataset Description
- Homepage: https://stromberg.ai/publication/politicalstanceindanish/
- Repository: https://github.com/StrombergNLP/Political-Stance-in-Danish/
- Paper: https://aclanthology.org/W19-6121/
- Point of Contact: Leon Derczynski
- 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
: astring
feature.topic
: astring
expressing a topic.quote
: astring
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
: astring
of the internal quote ID.party
: astring
describing the party affiliation of the quote utterer at the time of utterance.politician
: astring
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.
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