sfrenda commited on
Commit
96edbd8
·
1 Parent(s): d080622

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +118 -1
README.md CHANGED
@@ -12,4 +12,121 @@ tags:
12
  pretty_name: EPIC
13
  size_categories:
14
  - 10K<n<100K
15
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  pretty_name: EPIC
13
  size_categories:
14
  - 10K<n<100K
15
+ ---
16
+ # Dataset Card for EPICorpus
17
+
18
+ ## Dataset Description
19
+
20
+ - **Homepage:**
21
+ - **Repository:**
22
+ - **Paper:**
23
+ - **Leaderboard:**
24
+ - **Point of Contact:**
25
+
26
+ ### Dataset Summary
27
+
28
+ EPIC (English Perspectivist Irony Corpus) is a disaggregated English corpus for irony detection, containing 3,000 pairs of short conversations (posts-replies) from Twitter and Reddit, along with the demographic information of each annotator (age, nationality, gender, and so on).
29
+
30
+ ### Supported Tasks and Leaderboards
31
+
32
+ Irony classification task using soft labels (i.e., distribution of annotations) or hard labels (i.e., aggregated labels).
33
+
34
+ ### Languages
35
+
36
+ The language of EPIC is English. It contains texts in different varieties of English: British, American, Irish, Australian, and Indian.
37
+
38
+ ## Dataset Structure
39
+
40
+ ### Data Instances
41
+
42
+ Size of downloaded dataset files: 6.48 MB
43
+ Total amount of instances: 14,172
44
+ Total number of annotators: 74
45
+
46
+ ### Data Fields
47
+
48
+ EPIC is structured as follows:
49
+ in rows, the annotation of each annotator (identified with a “user” id)
50
+ in columns, the various information about the target text annotated by the user (id_original, parent_text, language_instance, and language_variety), and the metadata about annotators (age, sex, ethnicity, and so on).
51
+
52
+ ### Data Splits
53
+
54
+ The corpus is not split in training and validation/test sets.
55
+
56
+ ## Dataset Creation
57
+
58
+ ### Source Data
59
+
60
+ #### Initial Data Collection and Normalization
61
+
62
+ Information about the creation of EPIC are available in the paper: https://aclanthology.org/2023.acl-long.774/
63
+
64
+ #### Who are the source language producers?
65
+
66
+ Reddit and Twitter users.
67
+
68
+ ### Annotations
69
+
70
+ #### Annotation process
71
+
72
+ The annotation process has been performed on Prolific platform. More information: https://aclanthology.org/2023.acl-long.774/
73
+
74
+ #### Who are the annotators?
75
+
76
+ The annotators are only English-speakers coming from the United Kingdom, United States of America, Australia, India, and Ireland.
77
+
78
+ ### Personal and Sensitive Information
79
+
80
+ All the personal information available about the annotators in EPIC are provided by Prolific platform and under their consensus.
81
+ In the corpus, any metadata about the user who generated the texts on Reddit and Twitter are not available.
82
+
83
+ ## Considerations for Using the Data
84
+
85
+ ### Social Impact of Dataset
86
+
87
+ EPIC has not a specific social impact, but the proposition of datasets released with disaggregated annotations is encouraging the community to develop more inclusive, and thus respectful of various perspectives, AI-based technologies.
88
+
89
+ ### Discussion of Biases
90
+
91
+ The analysis proposed in our work shows that in case of aggregation of labels employing a majority voting strategy, some biases can be introduced in the dataset. However, we release the dataset in its disaggregated form, and for its annotation we took into account various annotators with different sociodemographic traits.
92
+
93
+ ### Other Known Limitations
94
+
95
+ While we tried to maintain a fair balance in terms of demographic profile of the annotators, we limited the resource to five varieties of English tied to five countries, leaving out other potential locations (e.g., New Zealand or Nigeria) or even more nuanced distinctions among language varieties.
96
+ About the self-identified gender dimension, we are aware of the wider spectrum of genders. However, this information is provided by the annotators only in a binary form.
97
+ Another potential limitation is that, in the spirit of constructing a perspectivist corpus, we fully trusted the contributors. While the chosen crowdsourcing platform (Prolific) is known for a high quality standard obtained, and we added a layer of checks through attention test questions, random noise in the annotation may still be present and undetected.
98
+
99
+ ## Additional Information
100
+
101
+ ### Dataset Curators
102
+
103
+ Department of Computer Science at the University of Turin.
104
+
105
+ ### Citation Information
106
+
107
+ @inproceedings{frenda-etal-2023-epic,
108
+ title = "{EPIC}: Multi-Perspective Annotation of a Corpus of Irony",
109
+ author = "Frenda, Simona and
110
+ Pedrani, Alessandro and
111
+ Basile, Valerio and
112
+ Lo, Soda Marem and
113
+ Cignarella, Alessandra Teresa and
114
+ Panizzon, Raffaella and
115
+ Marco, Cristina and
116
+ Scarlini, Bianca and
117
+ Patti, Viviana and
118
+ Bosco, Cristina and
119
+ Bernardi, Davide",
120
+ booktitle = "Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
121
+ month = jul,
122
+ year = "2023",
123
+ address = "Toronto, Canada",
124
+ publisher = "Association for Computational Linguistics",
125
+ url = "https://aclanthology.org/2023.acl-long.774",
126
+ doi = "10.18653/v1/2023.acl-long.774",
127
+ pages = "13844--13857",
128
+ }
129
+
130
+ ### Contributions
131
+
132
+ The creation of this dataset was partially funded by the Multilingual Perspective-Aware NLU project in partnership with Amazon Alexa.