Datasets:

Sub-tasks:
fact-checking
Languages:
Arabic
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
found
Annotations Creators:
crowdsourced
Source Datasets:
original
ArXiv:
Tags:
stance-detection
License:
mkon commited on
Commit
86ea75d
1 Parent(s): 71017a9

started readme

Browse files
Files changed (1) hide show
  1. README.md +127 -0
README.md CHANGED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - crowdsourced
4
+ language_creators:
5
+ - found
6
+ languages:
7
+ - ar
8
+ licenses:
9
+ - cc-by-4.0
10
+ multilinguality:
11
+ - monolingual
12
+ pretty_name: ara-stance
13
+ size_categories:
14
+ - 1K<n<10K
15
+ source_datasets:
16
+ - original
17
+ task_categories:
18
+ - text-classification
19
+ task_ids:
20
+ - fact-checking
21
+ ---
22
+
23
+ # Dataset Card for AraStance
24
+ ## Table of Contents
25
+ - [Table of Contents](#table-of-contents)
26
+ - [Dataset Description](#dataset-description)
27
+ - [Dataset Summary](#dataset-summary)
28
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
29
+ - [Languages](#languages)
30
+ - [Dataset Structure](#dataset-structure)
31
+ - [Data Instances](#data-instances)
32
+ - [Data Fields](#data-fields)
33
+ - [Data Splits](#data-splits)
34
+ - [Dataset Creation](#dataset-creation)
35
+ - [Curation Rationale](#curation-rationale)
36
+ - [Source Data](#source-data)
37
+ - [Annotations](#annotations)
38
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
39
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
40
+ - [Social Impact of Dataset](#social-impact-of-dataset)
41
+ - [Discussion of Biases](#discussion-of-biases)
42
+ - [Other Known Limitations](#other-known-limitations)
43
+ - [Additional Information](#additional-information)
44
+ - [Dataset Curators](#dataset-curators)
45
+ - [Licensing Information](#licensing-information)
46
+ - [Citation Information](#citation-information)
47
+ - [Contributions](#contributions)
48
+
49
+ ## Dataset Description
50
+ - **Repository:** [https://github.com/Tariq60/arastance](https://github.com/Tariq60/arastance)
51
+ - **Paper:** [http://ceur-ws.org/Vol-2624/paper9.pdf](http://ceur-ws.org/Vol-2624/paper9.pdf), [https://arxiv.org/abs/2003.08385](https://arxiv.org/abs/2003.08385)
52
+ - **Point of Contact:** [Jannis Vamvas](https://twitter.com/j_vamvas)
53
+
54
+ ### Dataset Summary
55
+ The AraStance dataset contains true and false claims, where each claim is paired with one or more documents. Each claim–article pair has a stance label: agree, disagree, discuss, or unrelated.
56
+
57
+ ### Languages
58
+ Arabic
59
+
60
+ ## Dataset Structure
61
+ ### Data Instances
62
+ ```
63
+ {
64
+ 'id': '0',
65
+ 'question': 'Eine Volksinitiative fordert, dass die Gesamtfläche der Bauzonen in der Schweiz für die nächsten 20 Jahre auf dem heutigen Stand begrenzt wird. Befürworten Sie dieses Anliegen?',
66
+ 'comment': 'Eine fixe Grösse verbieten, ist das falsche Mittel', '
67
+ 'label': 0
68
+ }
69
+ ```
70
+ ### Data Fields
71
+ - `id`: a 'string' feature.
72
+ - `question`: a 'string' expressing a claim/topic.
73
+ - `comment`: a 'string' to be classified for its stance to the source.
74
+ - `label`:
75
+ ```
76
+ 0: "AGAINST",
77
+ 1: "FAVOR"
78
+ ```
79
+ ### Data Splits
80
+ |languages|name|instances|
81
+ |---------|----|----:|
82
+ |de|train|33850|
83
+ |de|validation|2871|
84
+ |de|test|11891|
85
+ |fr|train|11790|
86
+ |fr|validation|1055|
87
+ |fr|test|5814|
88
+ ## Dataset Creation
89
+ ### Curation Rationale
90
+ [More Information Needed]
91
+ ### Source Data
92
+ #### Initial Data Collection and Normalization
93
+ [More Information Needed]
94
+ #### Who are the source language producers?
95
+ [More Information Needed]
96
+ ### Annotations
97
+ #### Annotation process
98
+ [More Information Needed]
99
+ #### Who are the annotators?
100
+ [More Information Needed]
101
+ ### Personal and Sensitive Information
102
+ [More Information Needed]
103
+ ## Considerations for Using the Data
104
+ ### Social Impact of Dataset
105
+ [More Information Needed]
106
+ ### Discussion of Biases
107
+ [More Information Needed]
108
+ ### Other Known Limitations
109
+ [More Information Needed]
110
+ ## Additional Information
111
+ ### Dataset Curators
112
+ [More Information Needed]
113
+ ### Licensing Information
114
+ [MIT License](https://github.com/ZurichNLP/xstance/blob/master/LICENSE)
115
+ ### Citation Information
116
+ ```
117
+ @article{arastance,
118
+ url = {https://arxiv.org/abs/2104.13559},
119
+ author = {Alhindi, Tariq and Alabdulkarim, Amal and Alshehri, Ali and Abdul-Mageed, Muhammad and Nakov, Preslav},
120
+ title = {AraStance: A Multi-Country and Multi-Domain Dataset of Arabic Stance Detection for Fact Checking},
121
+ year = {2021},
122
+ copyright = {Creative Commons Attribution 4.0 International}
123
+ }
124
+ ```
125
+
126
+ ### Contributions
127
+ Thanks to [mkonxd](https://github.com/mkonxd), [leondz](https://github.com/leondz) for adding this dataset.