Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -41,30 +41,29 @@ ArabicStanceX: A large-scale social media dataset for Arabic stance detection (1
|
|
| 41 |
ArabicStanceX is a large-scale, richly annotated dataset for stance detection in Arabic social media text. It consists of 14,477 tweets covering 17 diverse topics across six domains: Sport, Education, Health, Religion, Economy, and Other.
|
| 42 |
|
| 43 |
Dataset Structure
|
| 44 |
-
The dataset is organized into two main
|
| 45 |
|
| 46 |
-
train
|
| 47 |
|
| 48 |
-
test
|
| 49 |
|
| 50 |
-
Each of these
|
| 51 |
|
| 52 |
-
education
|
| 53 |
|
| 54 |
-
sport
|
| 55 |
|
| 56 |
-
health
|
| 57 |
|
| 58 |
-
religion
|
| 59 |
|
| 60 |
-
economy
|
| 61 |
|
| 62 |
-
other
|
| 63 |
|
| 64 |
Within each domain folder, there are topic-specific .json files.
|
| 65 |
Each .json file corresponds to a specific topic and contains a list of entries. Each entry includes:
|
| 66 |
|
| 67 |
-
ID: Unique identifier of the tweet
|
| 68 |
|
| 69 |
text: The Arabic tweet content
|
| 70 |
|
|
|
|
| 41 |
ArabicStanceX is a large-scale, richly annotated dataset for stance detection in Arabic social media text. It consists of 14,477 tweets covering 17 diverse topics across six domains: Sport, Education, Health, Religion, Economy, and Other.
|
| 42 |
|
| 43 |
Dataset Structure
|
| 44 |
+
The dataset is organized into two main splits:
|
| 45 |
|
| 46 |
+
train
|
| 47 |
|
| 48 |
+
test
|
| 49 |
|
| 50 |
+
Each of these splits contains six topics, one for each domain:
|
| 51 |
|
| 52 |
+
education
|
| 53 |
|
| 54 |
+
sport
|
| 55 |
|
| 56 |
+
health
|
| 57 |
|
| 58 |
+
religion
|
| 59 |
|
| 60 |
+
economy
|
| 61 |
|
| 62 |
+
other
|
| 63 |
|
| 64 |
Within each domain folder, there are topic-specific .json files.
|
| 65 |
Each .json file corresponds to a specific topic and contains a list of entries. Each entry includes:
|
| 66 |
|
|
|
|
| 67 |
|
| 68 |
text: The Arabic tweet content
|
| 69 |
|