albertvillanova HF staff commited on
Commit
3f22977
1 Parent(s): 659fd35

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -77
dataset_infos.json DELETED
@@ -1,77 +0,0 @@
1
- {
2
- "default": {
3
- "description": "ArSarcasm is a new Arabic sarcasm detection dataset.\nThe dataset was created using previously available Arabic sentiment analysis datasets (SemEval 2017 and ASTD)\n and adds sarcasm and dialect labels to them. The dataset contains 10,547 tweets, 1,682 (16%) of which are sarcastic.\n",
4
- "citation": "@inproceedings{abu-farha-magdy-2020-arabic,\n title = \"From {A}rabic Sentiment Analysis to Sarcasm Detection: The {A}r{S}arcasm Dataset\",\n author = \"Abu Farha, Ibrahim and Magdy, Walid\",\n booktitle = \"Proceedings of the 4th Workshop on Open-Source Arabic Corpora and Processing Tools, with a Shared Task on Offensive Language Detection\",\n month = may,\n year = \"2020\",\n address = \"Marseille, France\",\n publisher = \"European Language Resource Association\",\n url = \"https://www.aclweb.org/anthology/2020.osact-1.5\",\n pages = \"32--39\",\n language = \"English\",\n ISBN = \"979-10-95546-51-1\",\n}",
5
- "homepage": "https://github.com/iabufarha/ArSarcasm",
6
- "license": "MIT",
7
- "features": {
8
- "dialect": {
9
- "names": [
10
- "egypt",
11
- "gulf",
12
- "levant",
13
- "magreb",
14
- "msa"
15
- ],
16
- "_type": "ClassLabel"
17
- },
18
- "sarcasm": {
19
- "names": [
20
- "non-sarcastic",
21
- "sarcastic"
22
- ],
23
- "_type": "ClassLabel"
24
- },
25
- "sentiment": {
26
- "names": [
27
- "negative",
28
- "neutral",
29
- "positive"
30
- ],
31
- "_type": "ClassLabel"
32
- },
33
- "original_sentiment": {
34
- "names": [
35
- "negative",
36
- "neutral",
37
- "positive"
38
- ],
39
- "_type": "ClassLabel"
40
- },
41
- "tweet": {
42
- "dtype": "string",
43
- "_type": "Value"
44
- },
45
- "source": {
46
- "dtype": "string",
47
- "_type": "Value"
48
- }
49
- },
50
- "builder_name": "parquet",
51
- "dataset_name": "ar_sarcasm",
52
- "config_name": "default",
53
- "version": {
54
- "version_str": "1.0.0",
55
- "major": 1,
56
- "minor": 0,
57
- "patch": 0
58
- },
59
- "splits": {
60
- "train": {
61
- "name": "train",
62
- "num_bytes": 1829159,
63
- "num_examples": 8437,
64
- "dataset_name": null
65
- },
66
- "test": {
67
- "name": "test",
68
- "num_bytes": 458210,
69
- "num_examples": 2110,
70
- "dataset_name": null
71
- }
72
- },
73
- "download_size": 1180619,
74
- "dataset_size": 2287369,
75
- "size_in_bytes": 3467988
76
- }
77
- }