Datasets:
pranaydeeps
commited on
Commit
•
aa5a9b2
1
Parent(s):
48534cb
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,41 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
task_categories:
|
4 |
+
- text-classification
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- emotion
|
9 |
+
- complexity
|
10 |
+
- readability
|
11 |
+
- sentiment
|
12 |
+
pretty_name: CAMEO
|
13 |
+
size_categories:
|
14 |
+
- 10K<n<100K
|
15 |
---
|
16 |
+
# Dataset Card for CAMEO
|
17 |
+
|
18 |
+
<!-- Provide a quick summary of the dataset. -->
|
19 |
+
|
20 |
+
Dataset to accompany the EMNLP'23 paper titled: "Misery Loves Complexity: Exploring Linguistic Complexity in the Context of Emotion Detection".
|
21 |
+
|
22 |
+
## Dataset Details
|
23 |
+
|
24 |
+
50,000 subset from the GoEmotions Dataset automatically annotated with the following linguistic complexity measures:
|
25 |
+
|
26 |
+
- idt: Incomplete Dependency Theory
|
27 |
+
- dlt: Dependency Locality Theory
|
28 |
+
- nnd: Nested-Nouns Distance
|
29 |
+
- le: Left-embededness
|
30 |
+
- percentage_polysyllable_words: % of polysyllable words
|
31 |
+
- avg_conn_doc: Average connectives per sentence
|
32 |
+
- number_of_uniq_entities: Number of unique named entities
|
33 |
+
- average_word_len: Average word length
|
34 |
+
- dale_word_frequency_score: DALE Word Frequency Score
|
35 |
+
- avgtfidf: Average TF-IDF of all words based on the background corpus
|
36 |
+
- avgll: Average Log-likelihood of all words based on the background corpus
|
37 |
+
- type_token_ratio_perc: % Type-token ratio
|
38 |
+
|
39 |
+
Please refer to the paper for further details on the metrics or other information.
|
40 |
+
|
41 |
+
For details on how the data was collected or annotated for emotions. Please refer to the original [GoEmotions dataset](https://github.com/google-research/google-research/tree/master/goemotions).
|