Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
sentiment-classification
Languages:
Arabic
Size:
10K - 100K
Tags:
sarcasm-detection
License:
Commit
•
a100ad9
1
Parent(s):
6d47201
Replace YAML keys from int to str (#2)
Browse files- Replace YAML keys from int to str (6257a02432e4c3266e7d9091eee18e7f2f53ddcd)
README.md
CHANGED
@@ -18,7 +18,6 @@ task_categories:
|
|
18 |
- text-classification
|
19 |
task_ids:
|
20 |
- sentiment-classification
|
21 |
-
paperswithcode_id: null
|
22 |
pretty_name: ArSarcasm
|
23 |
tags:
|
24 |
- sarcasm-detection
|
@@ -28,31 +27,31 @@ dataset_info:
|
|
28 |
dtype:
|
29 |
class_label:
|
30 |
names:
|
31 |
-
0: egypt
|
32 |
-
1: gulf
|
33 |
-
2: levant
|
34 |
-
3: magreb
|
35 |
-
4: msa
|
36 |
- name: sarcasm
|
37 |
dtype:
|
38 |
class_label:
|
39 |
names:
|
40 |
-
0: non-sarcastic
|
41 |
-
1: sarcastic
|
42 |
- name: sentiment
|
43 |
dtype:
|
44 |
class_label:
|
45 |
names:
|
46 |
-
0: negative
|
47 |
-
1: neutral
|
48 |
-
2: positive
|
49 |
- name: original_sentiment
|
50 |
dtype:
|
51 |
class_label:
|
52 |
names:
|
53 |
-
0: negative
|
54 |
-
1: neutral
|
55 |
-
2: positive
|
56 |
- name: tweet
|
57 |
dtype: string
|
58 |
- name: source
|
|
|
18 |
- text-classification
|
19 |
task_ids:
|
20 |
- sentiment-classification
|
|
|
21 |
pretty_name: ArSarcasm
|
22 |
tags:
|
23 |
- sarcasm-detection
|
|
|
27 |
dtype:
|
28 |
class_label:
|
29 |
names:
|
30 |
+
'0': egypt
|
31 |
+
'1': gulf
|
32 |
+
'2': levant
|
33 |
+
'3': magreb
|
34 |
+
'4': msa
|
35 |
- name: sarcasm
|
36 |
dtype:
|
37 |
class_label:
|
38 |
names:
|
39 |
+
'0': non-sarcastic
|
40 |
+
'1': sarcastic
|
41 |
- name: sentiment
|
42 |
dtype:
|
43 |
class_label:
|
44 |
names:
|
45 |
+
'0': negative
|
46 |
+
'1': neutral
|
47 |
+
'2': positive
|
48 |
- name: original_sentiment
|
49 |
dtype:
|
50 |
class_label:
|
51 |
names:
|
52 |
+
'0': negative
|
53 |
+
'1': neutral
|
54 |
+
'2': positive
|
55 |
- name: tweet
|
56 |
dtype: string
|
57 |
- name: source
|