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
3a7fd98
2 Parent(s): 422db0d 7e60ce8

Merge branch 'main' of https://huggingface.co/datasets/strombergnlp/ara-stance

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -18,6 +18,7 @@ task_categories:
18
  - text-classification
19
  task_ids:
20
  - fact-checking
 
21
  ---
22
 
23
  # Dataset Card for AraStance
@@ -58,7 +59,9 @@ The AraStance dataset contains true and false claims, where each claim is paired
58
  Arabic
59
 
60
  ## Dataset Structure
 
61
  ### Data Instances
 
62
  ```
63
  {
64
  'id': '0',
@@ -68,6 +71,7 @@ Arabic
68
 
69
  }
70
  ```
 
71
  ### Data Fields
72
  - `id`: a 'string' feature.
73
  - `claim`: a 'string' expressing a claim/topic.
@@ -79,6 +83,7 @@ Arabic
79
  2: "Discuss",
80
  3: "Unrelated",
81
  ```
 
82
  ### Data Splits
83
  |name|instances|
84
  |----|----:|
@@ -141,4 +146,4 @@ The authors distribute this data under Creative Commons attribution license, CC-
141
  ```
142
 
143
  ### Contributions
144
- Thanks to [mkonxd](https://github.com/mkonxd), [leondz](https://github.com/leondz) for adding this dataset.
18
  - text-classification
19
  task_ids:
20
  - fact-checking
21
+ - text-classification-other-stance-detection
22
  ---
23
 
24
  # Dataset Card for AraStance
59
  Arabic
60
 
61
  ## Dataset Structure
62
+
63
  ### Data Instances
64
+ An example of 'train' looks as follows:
65
  ```
66
  {
67
  'id': '0',
71
 
72
  }
73
  ```
74
+
75
  ### Data Fields
76
  - `id`: a 'string' feature.
77
  - `claim`: a 'string' expressing a claim/topic.
83
  2: "Discuss",
84
  3: "Unrelated",
85
  ```
86
+
87
  ### Data Splits
88
  |name|instances|
89
  |----|----:|
146
  ```
147
 
148
  ### Contributions
149
+ Thanks to [mkonxd](https://github.com/mkonxd) for adding this dataset.