Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -21,6 +21,44 @@ task_ids:
|
|
21 |
- topic-classification
|
22 |
paperswithcode_id: arsentd-lev
|
23 |
pretty_name: ArSenTD-LEV
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
---
|
25 |
|
26 |
# Dataset Card for ArSenTD-LEV
|
@@ -157,4 +195,4 @@ Make sure to read and agree to the [license](http://oma-project.com/ArSenL/ArSen
|
|
157 |
|
158 |
### Contributions
|
159 |
|
160 |
-
Thanks to [@moussaKam](https://github.com/moussaKam) for adding this dataset.
|
|
|
21 |
- topic-classification
|
22 |
paperswithcode_id: arsentd-lev
|
23 |
pretty_name: ArSenTD-LEV
|
24 |
+
dataset_info:
|
25 |
+
features:
|
26 |
+
- name: Tweet
|
27 |
+
dtype: string
|
28 |
+
- name: Country
|
29 |
+
dtype:
|
30 |
+
class_label:
|
31 |
+
names:
|
32 |
+
0: jordan
|
33 |
+
1: lebanon
|
34 |
+
2: syria
|
35 |
+
3: palestine
|
36 |
+
- name: Topic
|
37 |
+
dtype: string
|
38 |
+
- name: Sentiment
|
39 |
+
dtype:
|
40 |
+
class_label:
|
41 |
+
names:
|
42 |
+
0: negative
|
43 |
+
1: neutral
|
44 |
+
2: positive
|
45 |
+
3: very_negative
|
46 |
+
4: very_positive
|
47 |
+
- name: Sentiment_Expression
|
48 |
+
dtype:
|
49 |
+
class_label:
|
50 |
+
names:
|
51 |
+
0: explicit
|
52 |
+
1: implicit
|
53 |
+
2: none
|
54 |
+
- name: Sentiment_Target
|
55 |
+
dtype: string
|
56 |
+
splits:
|
57 |
+
- name: train
|
58 |
+
num_bytes: 1233980
|
59 |
+
num_examples: 4000
|
60 |
+
download_size: 392666
|
61 |
+
dataset_size: 1233980
|
62 |
---
|
63 |
|
64 |
# Dataset Card for ArSenTD-LEV
|
|
|
195 |
|
196 |
### Contributions
|
197 |
|
198 |
+
Thanks to [@moussaKam](https://github.com/moussaKam) for adding this dataset.
|