File size: 8,015 Bytes
c01a061
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
    "default": {
        "description": "Emotion is a dataset of English Twitter messages with six basic emotions: anger, fear, joy, love, sadness, and surprise. For more detailed information please refer to the paper.\n",
        "citation": "@inproceedings{saravia-etal-2018-carer,\n    title = \"{CARER}: Contextualized Affect Representations for Emotion Recognition\",\n    author = \"Saravia, Elvis  and\n      Liu, Hsien-Chi Toby  and\n      Huang, Yen-Hao  and\n      Wu, Junlin  and\n      Chen, Yi-Shin\",\n    booktitle = \"Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing\",\n    month = oct # \"-\" # nov,\n    year = \"2018\",\n    address = \"Brussels, Belgium\",\n    publisher = \"Association for Computational Linguistics\",\n    url = \"https://www.aclweb.org/anthology/D18-1404\",\n    doi = \"10.18653/v1/D18-1404\",\n    pages = \"3687--3697\",\n    abstract = \"Emotions are expressed in nuanced ways, which varies by collective or individual experiences, knowledge, and beliefs. Therefore, to understand emotion, as conveyed through text, a robust mechanism capable of capturing and modeling different linguistic nuances and phenomena is needed. We propose a semi-supervised, graph-based algorithm to produce rich structural descriptors which serve as the building blocks for constructing contextualized affect representations from text. The pattern-based representations are further enriched with word embeddings and evaluated through several emotion recognition tasks. Our experimental results demonstrate that the proposed method outperforms state-of-the-art techniques on emotion recognition tasks.\",\n}\n",
        "homepage": "https://github.com/dair-ai/emotion_dataset",
        "license": "",
        "features": {
            "text": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            },
            "label": {
                "num_classes": 6,
                "names": [
                    "sadness",
                    "joy",
                    "love",
                    "anger",
                    "fear",
                    "surprise"
                ],
                "names_file": null,
                "id": null,
                "_type": "ClassLabel"
            }
        },
        "post_processed": null,
        "supervised_keys": {
            "input": "text",
            "output": "label"
        },
        "task_templates": [
            {
                "task": "text-classification",
                "text_column": "text",
                "label_column": "label",
                "labels": [
                    "anger",
                    "fear",
                    "joy",
                    "love",
                    "sadness",
                    "surprise"
                ]
            }
        ],
        "builder_name": "emotion",
        "config_name": "default",
        "version": {
            "version_str": "0.0.0",
            "description": null,
            "major": 0,
            "minor": 0,
            "patch": 0
        },
        "splits": {
            "train": {
                "name": "train",
                "num_bytes": 1741541,
                "num_examples": 16000,
                "dataset_name": "emotion"
            },
            "validation": {
                "name": "validation",
                "num_bytes": 214699,
                "num_examples": 2000,
                "dataset_name": "emotion"
            },
            "test": {
                "name": "test",
                "num_bytes": 217177,
                "num_examples": 2000,
                "dataset_name": "emotion"
            }
        },
        "download_checksums": {
            "https://www.dropbox.com/s/1pzkadrvffbqw6o/train.txt?dl=1": {
                "num_bytes": 1658616,
                "checksum": "3ab03d945a6cb783d818ccd06dafd52d2ed8b4f62f0f85a09d7d11870865b190"
            },
            "https://www.dropbox.com/s/2mzialpsgf9k5l3/val.txt?dl=1": {
                "num_bytes": 204240,
                "checksum": "34faaa31962fe63cdf5dbf6c132ef8ab166c640254ab991af78f3aea375e79ef"
            },
            "https://www.dropbox.com/s/ikkqxfdbdec3fuj/test.txt?dl=1": {
                "num_bytes": 206760,
                "checksum": "60f531690d20127339e7f054edc299a82c627b5ec0dd5d552d53d544e0cfcc17"
            }
        },
        "download_size": 2069616,
        "post_processing_size": null,
        "dataset_size": 2173417,
        "size_in_bytes": 4243033
    },
    "split": {
        "description": "Emotion is a dataset of English Twitter messages with six basic emotions: anger, fear, joy, love, sadness, and surprise. For more detailed information please refer to the paper.\n",
        "citation": "@inproceedings{saravia-etal-2018-carer,\n    title = \"{CARER}: Contextualized Affect Representations for Emotion Recognition\",\n    author = \"Saravia, Elvis  and\n      Liu, Hsien-Chi Toby  and\n      Huang, Yen-Hao  and\n      Wu, Junlin  and\n      Chen, Yi-Shin\",\n    booktitle = \"Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing\",\n    month = oct # \"-\" # nov,\n    year = \"2018\",\n    address = \"Brussels, Belgium\",\n    publisher = \"Association for Computational Linguistics\",\n    url = \"https://www.aclweb.org/anthology/D18-1404\",\n    doi = \"10.18653/v1/D18-1404\",\n    pages = \"3687--3697\",\n    abstract = \"Emotions are expressed in nuanced ways, which varies by collective or individual experiences, knowledge, and beliefs. Therefore, to understand emotion, as conveyed through text, a robust mechanism capable of capturing and modeling different linguistic nuances and phenomena is needed. We propose a semi-supervised, graph-based algorithm to produce rich structural descriptors which serve as the building blocks for constructing contextualized affect representations from text. The pattern-based representations are further enriched with word embeddings and evaluated through several emotion recognition tasks. Our experimental results demonstrate that the proposed method outperforms state-of-the-art techniques on emotion recognition tasks.\",\n}\n",
        "homepage": "https://github.com/dair-ai/emotion_dataset",
        "license": "The dataset should be used for educational and research purposes only",
        "features": {
            "text": {
                "dtype": "string",
                "_type": "Value"
            },
            "label": {
                "names": [
                    "sadness",
                    "joy",
                    "love",
                    "anger",
                    "fear",
                    "surprise"
                ],
                "_type": "ClassLabel"
            }
        },
        "supervised_keys": {
            "input": "text",
            "output": "label"
        },
        "task_templates": [
            {
                "task": "text-classification",
                "label_column": "label"
            }
        ],
        "builder_name": "parquet",
        "dataset_name": "emotion",
        "config_name": "split",
        "version": {
            "version_str": "1.0.0",
            "major": 1,
            "minor": 0,
            "patch": 0
        },
        "splits": {
            "train": {
                "name": "train",
                "num_bytes": 1741533,
                "num_examples": 16000,
                "dataset_name": null
            },
            "validation": {
                "name": "validation",
                "num_bytes": 214695,
                "num_examples": 2000,
                "dataset_name": null
            },
            "test": {
                "name": "test",
                "num_bytes": 217173,
                "num_examples": 2000,
                "dataset_name": null
            }
        },
        "download_size": 1287193,
        "dataset_size": 2173401,
        "size_in_bytes": 3460594
    }
}