The viewer is disabled because this dataset repo requires arbitrary Python code execution. Please consider removing the loading script and relying on automated data support (you can use convert_to_parquet from the datasets library). If this is not possible, please open a discussion for direct help.

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

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 was funded by the Departament de la Vicepresidència i de Polítiques Digitals i Territori de la Generalitat de Catalunya within the framework of Projecte AINA.

Licensing Information

Creative Commons Attribution 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",
}

Contact information

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

Downloads last month
2
Edit dataset card

Collection including projecte-aina/CaSET-catalan-stance-emotions-twitter