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
052b85d
1 Parent(s): 86ea75d

README stuff

Browse files
Files changed (2) hide show
  1. README.md +18 -18
  2. ara_stance.py +0 -1
README.md CHANGED
@@ -62,29 +62,29 @@ Arabic
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]
@@ -109,9 +109,9 @@ Arabic
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,
 
62
  ```
63
  {
64
  'id': '0',
65
+ 'claim': 'تم رفع صورة السيسي في ملعب ليفربول',
66
+ 'article': 'خطفت مكة محمد صلاح نجلة نجم ليفربول الإنجليزي الأنظار في ظهورها بملعب آنفيلد عقب مباراة والدها أمام برايتون في ختام الدوري الإنجليزي والتي انتهت بفوز الأول برباعية نظيفة. وأوضحت صحيفة "ميرور" البريطانية أن مكة محمد صلاح أضفت حالة من المرح في ملعب آنفيلد أثناء مداعبة الكرة بعد تتويج نجم منتخب مصر بجائزة هداف الدوري الإنجليزي. وأشارت إلى أن مكة أظهرت بعضًا من مهاراتها بمداعبة الكرة ونجحت في خطف قلوب مشجعي الريدز.',
67
+ 'stance': 3
68
+
69
  }
70
  ```
71
  ### Data Fields
72
  - `id`: a 'string' feature.
73
+ - `claim`: a 'string' expressing a claim/topic.
74
+ - `article`: a 'string' to be classified for its stance to the source.
75
+ - `stance`: a class label representing the stance the article expresses towards the claim. Full tagset with indices:
76
  ```
77
+ 0: "Agree",
78
+ 1: "Disagree",
79
+ 2: "Discuss",
80
+ 3: "Unrelated",
81
  ```
82
  ### Data Splits
83
+ |name|instances|
84
+ |----|----:|
85
+ |train|2848|
86
+ |validation|569|
87
+ |test|646|
 
 
 
88
  ## Dataset Creation
89
  ### Curation Rationale
90
  [More Information Needed]
 
109
  [More Information Needed]
110
  ## Additional Information
111
  ### Dataset Curators
112
+ The dataset is curated by the paper's authors
113
  ### Licensing Information
114
+ The authors distribute this data under Creative Commons attribution license, CC-BY 4.0
115
  ### Citation Information
116
  ```
117
  @article{arastance,
ara_stance.py CHANGED
@@ -27,7 +27,6 @@ _CITATION = """\
27
  year = {2021},
28
  copyright = {Creative Commons Attribution 4.0 International}
29
  }
30
-
31
  """
32
 
33
  _DESCRIPTION = """\
 
27
  year = {2021},
28
  copyright = {Creative Commons Attribution 4.0 International}
29
  }
 
30
  """
31
 
32
  _DESCRIPTION = """\