annotations_creators:
- Barcelona Supercomputing Center
language_creators:
- Racó Català
- GuiaCat
language:
- ca
license:
- cc-by-nc-4.0
multilinguality:
- monolingual
pretty_name: CaSSA
task_categories:
- text-classification
task_ids: []
Dataset Card for CaSSA, the Catalan Structured Sentiment Analysis dataset
Table of Contents
- Table of Contents
- Dataset Description
- Dataset Structure
- Dataset Creation
- Considerations for Using the Data
- Additional Information
Dataset Description
- Point of Contact: Blanca Calvo
Dataset Summary
The CaSSA dataset is a corpus of 6,400 reviews and forum messages annotated with polar expressions. Each piece of text is annotated with all the expressions of polarity that it contains. For each polar expression, we annotated the expression itself, the target (the object of the expression), and the source (the subject expressing the sentiment). 25,453 polar expressions have been annotated.
Supported Tasks and Leaderboards
This dataset can be used to train models for sentiment analysis.
Languages
The dataset is in Catalan (ca-ES
).
Dataset Structure
Each instance in the dataset is a text. For each text, there can be 0 to unlimited polar expressions, which are contained in the "opinions" field. Each opinion contains a source, a target, a polar expression, a polarity value and an intensity value.
Data Instances
{
"sent_id": "2d6a3a0f-6686-4d8b-9c5f-51c424ff90be",
"text": "El seu menú de nit de cap de setmana es boníssim, plats fets amb criteri i que surten com un rellotge. Servei proper i amable. Per poc mes de 20 euros entre pisos i flautes menges com un rei.",
"opinions":
[
{
"Source": [[], []],
"Target": [["Servei"], ["23:24"]],
"Polar_expression": [["proper"], ["24:25"]],
"Polarity": "Neutral",
"Intensity": "Standard"
},
{
"Source": [[], []],
"Target": [["Servei"], ["23:24"]],
"Polar_expression": [["amable"], ["26:27"]],
"Polarity": "Positive",
"Intensity": "Standard"
},
{
"Source": [[], []],
"Target": [[], []],
"Polar_expression": [["menges com un rei"], ["38:42"]],
"Polarity": "Positive",
"Intensity": "Strong"
},
{
"Source": [["seu"], ["1:2"]],
"Target": [["menú de nit de cap de setmana"], ["2:9"]],
"Polar_expression": [["bon\u00edssim"], ["10:11"]],
"Polarity": "Positive",
"Intensity": "Strong"},
{
"Source": [[], []],
"Target": [["plats"], ["12:13"]],
"Polar_expression": [["amb criteri"], ["14:16"]],
"Polarity": "Positive",
"Intensity": "Standard"
}
]
}
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 messages from the GuiaCat online guide and the forum Racó Català.
Initial Data Collection and Normalization
We selected all the restaurant reviews we had from GuiaCat, and used a LLM to select messages in Racó Català that were written in the style of reviews.
Who are the source language producers?
The source language producers are users of GuiaCat and Racó Català.
Annotations
Each opinion contains a source, a target, a polar expression, a polarity value and an intensity value. Source, Target, and Polar_expressions are spans, which are represented both by the string and by the position of the tokens. Polarity and Intensity are labels, which can respectively be, Positive, Negative and Neutral, and Standard and Strong.
Annotation process
- The data was annotated by 2 annotators. In the cases in which they did not fully agree, a third annotator selected the preferred annotation.
Who are the annotators?
All the annotators are native speakers of Catalan.
Personal and Sensitive Information
The data from Racó Català was annonymised to remove user names and emails, which were changed to random Catalan names. The mentions to the forum itself have also been changed.
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 online reviews and a public forum, this will contain biases, hate speech and toxic content. We have not applied any steps to reduce their impact.
Other Known Limitations
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