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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -17
README.md CHANGED
@@ -14,16 +14,16 @@ 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
 
@@ -37,44 +37,44 @@ Total number of annotators: 506
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:
@@ -88,5 +88,5 @@ Department of Computer Science at the University of Turin.
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.
 
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
 
 
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:
 
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.