Datasets:
annotations_creators:
- expert_generated
language_creators:
- found
languages:
- ru
licenses:
- cc-by-4.0
multilinguality:
- monolingual
size_categories:
- 1K<n<10K
source_datasets:
- original
task_categories:
- text_classification
task_ids:
- fact_checking
- sentiment-classification
paperswithcode_id: null
pretty_name: RuStance
Dataset Card for "rustance"
Table of Contents
- Dataset Description
- Dataset Structure
- Dataset Creation
- Considerations for Using the Data
- Additional Information
Dataset Description
- Homepage: https://arxiv.org/abs/2205.03153
- Repository:
- Paper: https://arxiv.org/pdf/2205.03153
- Point of Contact: Leon Derczynski
- Size of downloaded dataset files: 212.54 KiB
- Size of the generated dataset: 186.76 KiB
- Total amount of disk used: 399.30KiB
Dataset Summary
This is a stance prediction dataset in Russian. The dataset contains comments on news articles, and rows are a comment, the title of the news article it responds to, and the stance of the comment towards the article.
Stance detection is a critical component of rumour and fake news identification. It involves the extraction of the stance a particular author takes related to a given claim, both expressed in text. This paper investigates stance classification for Russian. It introduces a new dataset, RuStance, of Russian tweets and news comments from multiple sources, covering multiple stories, as well as text classification approaches to stance detection as benchmarks over this data in this language. As well as presenting this openly-available dataset, the first of its kind for Russian, the paper presents a baseline for stance prediction in the language.
Supported Tasks and Leaderboards
*
Languages
Russian, as spoken on the Meduza website (i.e. from multiple countries) (bcp47:ru
)
Dataset Structure
Data Instances
zulu_stance
- Size of downloaded dataset files: 212.54 KiB
- Size of the generated dataset: 186.76 KiB
- Total amount of disk used: 399.30KiB
An example of 'train' looks as follows.
{
'id': '0',
'text': 'ubukhulu be-islam buba sobala lapho i-smartphone ifaka i-ramayana njengo-ramadan. #semst',
'target': 'Atheism',
'stance': 1}
Data Fields
id
: astring
feature.text
: astring
expressing a stance.title
: astring
of the target/topic annotated here.stance
: a class label representing the stance the text expresses towards the target. Full tagset with indices:
0: "FAVOR",
1: "AGAINST",
2: "NONE",
Data Splits
name | train |
---|---|
zulu_stance | 1343 sentences |
Dataset Creation
Curation Rationale
To enable stance detection in Zulu and also to measure domain transfer in translation
Source Data
Initial Data Collection and Normalization
The original data is taken from Semeval2016 task 6: Detecting stance in tweets., and then translated manually to Zulu.
Who are the source language producers?
English-speaking Twitter users.
Annotations
Annotation process
See Semeval2016 task 6: Detecting stance in tweets.; the annotations are taken from there.
Who are the annotators?
See Semeval2016 task 6: Detecting stance in tweets.; the annotations are taken from there.
Personal and Sensitive Information
The data was public at the time of collection. User names are preserved.
Considerations for Using the Data
Social Impact of Dataset
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 content.
Discussion of Biases
While the data is in Zulu, the source text is not from or about Zulu-speakers, and so still expresses the social biases and topics found in English-speaking Twitter users. Further, some of the topics are USA-specific. The sentiments and ideas in this dataset do not represent Zulu speakers.
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{dlamini_zulu_stance,
title={Bridging the Domain Gap for Stance Detection for the Zulu language},
author={Dlamini, Gcinizwe and Bekkouch, Imad Eddine Ibrahim and Khan, Adil and Derczynski, Leon},
booktitle={Proceedings of IEEE IntelliSys},
year={2022}
}
Contributions
Author-added dataset @leondz