File size: 7,383 Bytes
d5a7b3e
7b4d336
 
 
 
 
 
369b5d3
7b4d336
 
 
 
 
 
d5a7b3e
7b4d336
dece5c6
7b4d336
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c143569
 
b8a739f
7b4d336
 
 
e634245
7b4d336
 
 
d9ebd61
7b4d336
 
 
24da4b8
829fd9f
7b4d336
 
e634245
7b4d336
 
 
 
6c1d2bc
e634245
 
 
 
f780d52
 
e634245
 
 
 
6c1d2bc
7b4d336
 
 
 
 
 
 
 
 
 
 
 
 
 
d9ebd61
 
7b4d336
 
f780d52
7b4d336
 
 
f780d52
7b4d336
 
 
f780d52
24da4b8
6c1d2bc
 
 
7b4d336
 
59f29cb
6c1d2bc
 
 
 
 
7b4d336
 
 
d9ebd61
7b4d336
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d9ebd61
7b4d336
 
 
 
 
 
 
8fb8571
7b4d336
 
 
369b5d3
7b4d336
10c5f4d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8fb8571
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10c5f4d
8fb8571
b8a739f
7b4d336
b8a739f
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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
---
annotations_creators:
- Barcelona Supercomputing Center
language_creators:
- Twitter
language:
- ca
license: cc-by-4.0
multilinguality:
- monolingual
pretty_name: CaSET
task_categories:
- text-classification
task_ids: []
---

# Dataset Card for CaSET, the Catalan Stance and Emotions Dataset from Twitter

## Table of Contents
- [Table of Contents](#table-of-contents)
- [Dataset Description](#dataset-description)
  - [Dataset Summary](#dataset-summary)
  - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
  - [Languages](#languages)
- [Dataset Structure](#dataset-structure)
  - [Data Instances](#data-instances)
  - [Data Fields](#data-fields)
  - [Data Splits](#data-splits)
- [Dataset Creation](#dataset-creation)
  - [Curation Rationale](#curation-rationale)
  - [Annotations](#annotations)
  - [Personal and Sensitive Information](#personal-and-sensitive-information)
- [Considerations for Using the Data](#considerations-for-using-the-data)
  - [Social Impact of Dataset](#social-impact-of-dataset)
  - [Discussion of Biases](#discussion-of-biases)
  - [Other Known Limitations](#other-known-limitations)
- [Additional Information](#additional-information)
  - [Dataset Curators](#dataset-curators)
  - [Licensing Information](#licensing-information)
  - [Citation Information](#citation-information)
  - [Contributions](#contributions)

## Dataset Description

- **Homepage** [Projecte AINA](https://projecteaina.cat/tech/)
- **Repository** [HuggingFace](https://huggingface.co/projecte-aina)
- **Point of Contact:** [Language Technologies Unit](langtech@bsc.es)

### Dataset Summary

The CaSET dataset is a Catalan corpus of Tweets annotated with Emotions, Static Stance, and Dynamic Stance. The dataset contains 11k unique sentences on five controversial topics, grouped in 6k pairs of sentences, paired as parent messages and replies to these messages.

### Supported Tasks and Leaderboards

This dataset can be used to train models for emotion detection, static stance detection, and dynamic stance detection. 

### Languages

The dataset is in Catalan (`ca-ES`).

## Dataset Structure

Each instance in the dataset is a pair of parent-reply messages, annotated with the relation between the two messages (the dynamic stance) and the topic of the messages. For each message there is the id to retrieve it with the Twitter API, the emotions identified in the message, and the relation between the message and the topic (static stance). The text fields have to be retrieved using the Twitter API.

### Data Instances

```
{
"id_parent": "1413960970066710533", 
"id_reply": "1413968453690658816", 
  "parent_text": "", 
  "reply_text": "", 
    "topic": "vaccines", 
    "dynamic_stance": "Disagree", 
  "parent_stance": "FAVOUR", 
  "reply_stance": "AGAINST", 
  "parent_emotion": ["distrust", "joy", "disgust"], 
  "reply_emotion": ["distrust"]
}
```

### Data Splits

The dataset does not contain splits.

## Dataset Creation

### Curation Rationale

We created this corpus to contribute to the development of language models in Catalan, a low-resource language. 

### Source Data

The data was collected using the Twitter API by the Barcelona Supercomputing Center.

#### Initial Data Collection and Normalization

The data was collected based on a list of keywords related to the five topics included in the dataset: vaccines, rent regulation, surrogate pregnancy, airport expansion, and a TV show rigging. Specific periods in which the topic was under discussion were also selected.

#### Who are the source language producers?

The source language producers are users of Twitter.

### Annotations

- Emotions are annotated in a multi-label fashion. The labels can be: Anger, Anticipation, Disgust, Fear, Joy, Sadness, Surprise, Distrust, and No emotion.
CA
- Static stance is annotated per message. The labels can be: FAVOUR, AGAINST, NEUTRAL, NA.

- Dynamic stance is annotated per pair. The labels can be: Agree, Disagree, Elaborate, Query, Neutral, Unrelated, NA.

#### Annotation process

- For emotions there were 3 annotators. The gold labels are an aggregation of all the labels annotated by the 3. The IAA calculated with Fleiss' Kappa per label was, on average, 45.38.

- For static stance there were 2 annotators, in the cases of disagreement a third annotated chose the gold label. The overall Fleiss' Kappa between the 2 annotators is 82.71.

- For dynamic stance there were 4 annotators. If at least 3 of the annotators disagreed, a fifth annotator chose the gold label. The overall Fleiss' Kappa between the 4 annotators was 56.51, and the average Fleiss' Kappa of the annotators with the gold labels is 85.17. 

#### Who are the annotators?

All the annotators are native speakers of Catalan. 

### Personal and Sensitive Information

## Considerations for Using the Data

### Social Impact of Dataset

We hope this corpus contributes to the development of language models in Catalan, a low-resource language.

### Discussion of Biases

We are aware that, since the data comes from social media, this will contain biases, hate speech and toxic content. We have not applied any steps to reduce their impact.

### Other Known Limitations

The dataset has to be downloaded using the Twitter API, therefore some instances might be lost. 

## Additional Information

### Dataset Curators

Language Technologies Unit (LangTech) at the Barcelona Supercomputing Center.

This work has been promoted and financed by the Generalitat de Catalunya through the [Aina project](https://projecteaina.cat/).

### Licensing Information

[Creative Commons Attribution 4.0](https://creativecommons.org/licenses/by/4.0/).

### Citation Information
```
@inproceedings{figueras-etal-2023-dynamic,
    title = "Dynamic Stance: Modeling Discussions by Labeling the Interactions",
    author = "Figueras, Blanca  and
      Baucells, Irene  and
      Caselli, Tommaso",
    editor = "Bouamor, Houda  and
      Pino, Juan  and
      Bali, Kalika",
    booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2023",
    month = dec,
    year = "2023",
    address = "Singapore",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2023.findings-emnlp.432",
    doi = "10.18653/v1/2023.findings-emnlp.432",
    pages = "6503--6515",
}
```
```
@inproceedings{gonzalez-agirre-etal-2024-building-data,
    title = "Building a Data Infrastructure for a Mid-Resource Language: The Case of {C}atalan",
    author = "Gonzalez-Agirre, Aitor  and
      Marimon, Montserrat  and
      Rodriguez-Penagos, Carlos  and
      Aula-Blasco, Javier  and
      Baucells, Irene  and
      Armentano-Oller, Carme  and
      Palomar-Giner, Jorge  and
      Kulebi, Baybars  and
      Villegas, Marta",
    editor = "Calzolari, Nicoletta  and
      Kan, Min-Yen  and
      Hoste, Veronique  and
      Lenci, Alessandro  and
      Sakti, Sakriani  and
      Xue, Nianwen",
    booktitle = "Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)",
    month = may,
    year = "2024",
    address = "Torino, Italia",
    publisher = "ELRA and ICCL",
    url = "https://aclanthology.org/2024.lrec-main.231",
    pages = "2556--2566",
}

```
### Contact information

For further information, please send an email to langtech@bsc.es.