Faris-ML commited on
Commit
3d02a24
·
verified ·
1 Parent(s): 1cea5e5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -11
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 folders:
45
 
46
- train/
47
 
48
- test/
49
 
50
- Each of these folders contains six subfolders, 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
- 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