Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
sentiment-classification
Languages:
Arabic
Size:
10K - 100K
Tags:
sarcasm-detection
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -22,6 +22,50 @@ paperswithcode_id: null
|
|
22 |
pretty_name: ArSarcasm
|
23 |
tags:
|
24 |
- sarcasm-detection
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
---
|
26 |
|
27 |
# Dataset Card for ArSarcasm
|
|
|
22 |
pretty_name: ArSarcasm
|
23 |
tags:
|
24 |
- sarcasm-detection
|
25 |
+
dataset_info:
|
26 |
+
features:
|
27 |
+
- name: dialect
|
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
|
59 |
+
dtype: string
|
60 |
+
splits:
|
61 |
+
- name: test
|
62 |
+
num_bytes: 458218
|
63 |
+
num_examples: 2110
|
64 |
+
- name: train
|
65 |
+
num_bytes: 1829167
|
66 |
+
num_examples: 8437
|
67 |
+
download_size: 750717
|
68 |
+
dataset_size: 2287385
|
69 |
---
|
70 |
|
71 |
# Dataset Card for ArSarcasm
|