sfrenda commited on
Commit
a5fb915
1 Parent(s): c3919f4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +90 -1
README.md CHANGED
@@ -1,3 +1,92 @@
1
  ---
2
  license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
+ language:
4
+ - es
5
+ - en
6
+ - de
7
+ - ar
8
+ - pt
9
+ - fr
10
+ - nl
11
+ - it
12
+ - hi
13
+ size_categories:
14
+ - 10K<n<100K
15
+ ---
16
+
17
+ #Dataset Summary
18
+ MultiPICo (Multilingual Perspectivist Irony Corpus) is a disaggregated multilingual corpus for irony detection, containing 18,778 pairs of short conversations (post-reply) from Twitter (8,956) and Reddit (9,822), along with the demographic information of each annotator (age, nationality, gender, and so on).
19
+
20
+ #Supported Tasks and Leaderboards
21
+ Irony classification task using soft labels (i.e., distribution of annotations) or hard labels (i.e., aggregated labels).
22
+
23
+ #Languages
24
+ MultiPICo is a multilingual corpus containing texts in different varieties of each language (see column "language_variety")
25
+
26
+ #Data Instances
27
+ Total amount of instances: 94,342
28
+ Total number of annotators: 506
29
+
30
+ - Spanish: 4,683 instances and 122 annotators
31
+ - English: 2,999 instances and 74 annotators
32
+ - German: 2,375 instances and 70 annotators
33
+ - Arabic: 2,181 instances and 68 annotators
34
+ - Portuguese: 1,994 instances and 49 annotators
35
+ - French: 1,760 instances and 50 annotators
36
+ - Dutch: 1,000 instances and 25 annotators
37
+ - Italian: 1,000 instances and 24 annotators
38
+ - Hindi: 786 instances and 24 annotators
39
+
40
+ #Data Fields
41
+ MultiPICo is structured as follows:
42
+ in rows, the annotation of each annotator (identified with a “annotator_id”)
43
+ in columns, the various information about the target text annotated by the user (post_id, post, reply_id, reply, language, and language_variety), and the metadata about annotators (age, sex, ethnicity, and so on).
44
+
45
+ #Data Splits
46
+ The corpus is not split in training and validation/test sets.
47
+
48
+ #Initial Data Collection and Normalization
49
+ Information about the creation of MultiPICo are available in the paper.
50
+
51
+ ##Who are the source language producers?
52
+ Reddit and Twitter users.
53
+
54
+ #Annotation process
55
+ The annotation process has been performed on Prolific platform.
56
+
57
+ ##Who are the annotators?
58
+ The annotators are native speakers coming from different countries.
59
+
60
+ #Personal and Sensitive Information
61
+ All the personal information available about the annotators in MultiPICo are provided by Prolific platform and under their consensus.
62
+ In the corpus, any metadata about the user who generated the texts on Reddit and Twitter are not available.
63
+
64
+ #Social Impact of Dataset
65
+ MultiPICo 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.
66
+
67
+ #Discussion of Biases
68
+ 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.
69
+
70
+ #Other Known Limitations
71
+ 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.
72
+ 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.
73
+
74
+ #Dataset Curators
75
+ Department of Computer Science at the University of Turin.
76
+
77
+ #Citation Information
78
+ ```
79
+ @inproceedings{multipico,
80
+ title = {{M}ulti{PIC}o:
81
+ {M}ultilingual {P}erspectivist {I}rony {C}orpus},
82
+ booktitle = {Proceedings of the 62th {{Annual Meeting}} of the {{Association}} for {{Computational Linguistics}}},
83
+ author = {Casola, Silvia and Frenda, Simona and Lo, Soda Marem and Sezerer, Erhan and Uva, Antonio and Basile, Valerio and Bosco, Cristina and Pedrani, Alessandro and Rubagotti, Chiara and Patti, Viviana and Bernardi, Davide},
84
+ year = {2024},
85
+ month = aug,
86
+ publisher = {Association for Computational Linguistics},
87
+ address = {Online},
88
+ }
89
+ ```
90
+
91
+ #Contributions
92
+ The creation of this dataset was partially funded by the Multilingual Perspective-Aware NLU project in partnership with Amazon Alexa.