Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
Catalan
DOI:
Libraries:
Datasets
pandas
License:
Blanca commited on
Commit
f780d52
1 Parent(s): e4b6b34

update readme

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -68,14 +68,14 @@ Each instance in the dataset is a pair of original-answer messages, annotated wi
68
  {
69
  "id_original": "1413960970066710533",
70
  "id_answer": "1413968453690658816",
71
- "original_text": "",
72
- "answer_text": "",
73
- "topic": "vaccines",
74
- "dynamic_stance": "Disagree",
75
- "original_stance": "FAVOUR",
76
- "answer_stance": "AGAINST",
77
- "original_emotion": ["distrust", "joy", "disgust"],
78
- "answer_emotion": ["distrust"]
79
  }
80
  ```
81
 
@@ -95,15 +95,15 @@ The data was collected using the Twitter API by the Barcelona Supercomputing Cen
95
 
96
  #### Initial Data Collection and Normalization
97
 
98
- 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.
99
 
100
  #### Who are the source language producers?
101
 
102
- The source language producers are user of Twitter.
103
 
104
  ### Annotations
105
 
106
- - Emotions are annotated in a multi-label fashion. The labels can be: Anger, Anticipation, Disgust, Fear, Joy, Sadness, Surprise, Distrust.
107
 
108
  - Static stance is annotated per message. The labels can be: FAVOUR, AGAINST, NEUTRAL, NA.
109
 
 
68
  {
69
  "id_original": "1413960970066710533",
70
  "id_answer": "1413968453690658816",
71
+ "original_text": "",
72
+ "answer_text": "",
73
+ "topic": "vaccines",
74
+ "dynamic_stance": "Disagree",
75
+ "original_stance": "FAVOUR",
76
+ "answer_stance": "AGAINST",
77
+ "original_emotion": ["distrust", "joy", "disgust"],
78
+ "answer_emotion": ["distrust"]
79
  }
80
  ```
81
 
 
95
 
96
  #### Initial Data Collection and Normalization
97
 
98
+ 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.
99
 
100
  #### Who are the source language producers?
101
 
102
+ The source language producers are users of Twitter.
103
 
104
  ### Annotations
105
 
106
+ - Emotions are annotated in a multi-label fashion. The labels can be: Anger, Anticipation, Disgust, Fear, Joy, Sadness, Surprise, Distrust, and No emotion.
107
 
108
  - Static stance is annotated per message. The labels can be: FAVOUR, AGAINST, NEUTRAL, NA.
109