Datasets:
Tasks:
Text Classification
Sub-tasks:
fact-checking
Languages:
Arabic
Size:
1K<n<10K
ArXiv:
Tags:
stance-detection
License:
add descriptor and fix formatting
Browse files
README.md
CHANGED
@@ -58,7 +58,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 +70,7 @@ Arabic
|
|
68 |
|
69 |
}
|
70 |
```
|
|
|
71 |
### Data Fields
|
72 |
- `id`: a 'string' feature.
|
73 |
- `claim`: a 'string' expressing a claim/topic.
|
@@ -79,6 +82,7 @@ Arabic
|
|
79 |
2: "Discuss",
|
80 |
3: "Unrelated",
|
81 |
```
|
|
|
82 |
### Data Splits
|
83 |
|name|instances|
|
84 |
|----|----:|
|
|
|
58 |
Arabic
|
59 |
|
60 |
## Dataset Structure
|
61 |
+
|
62 |
### Data Instances
|
63 |
+
An example of 'train' looks as follows:
|
64 |
```
|
65 |
{
|
66 |
'id': '0',
|
|
|
70 |
|
71 |
}
|
72 |
```
|
73 |
+
|
74 |
### Data Fields
|
75 |
- `id`: a 'string' feature.
|
76 |
- `claim`: a 'string' expressing a claim/topic.
|
|
|
82 |
2: "Discuss",
|
83 |
3: "Unrelated",
|
84 |
```
|
85 |
+
|
86 |
### Data Splits
|
87 |
|name|instances|
|
88 |
|----|----:|
|