MattiaSangermano commited on
Commit
e25d91e
1 Parent(s): 0fa2279

Added dataset description inside readme

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md CHANGED
@@ -29,4 +29,42 @@ configs:
29
  path: data/train-*
30
  - split: test
31
  path: data/test-*
 
 
 
 
 
 
 
32
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  path: data/train-*
30
  - split: test
31
  path: data/test-*
32
+ task_categories:
33
+ - text-classification
34
+ language:
35
+ - it
36
+ pretty_name: ff
37
+ size_categories:
38
+ - 1K<n<10K
39
  ---
40
+ # SardiStance
41
+ **Disclaimer: This dataset is not the official SardiStance repository from EVALITA. For the official dataset and more information, please visit the [EVALITA SardiStance page](http://www.di.unito.it/~tutreeb/sardistance-evalita2020/index.html) and the [SardiStance repository](https://github.com/mirkolai/evalita-sardistance)**
42
+
43
+ SardiStance is a unique dataset designed for the task of stance detection in Italian tweets. It consists of tweets related to the Sardines movement, providing a valuable resource for researchers and practitioners in the field of NLP. This dataset was curated for the EVALITA 2020 competition, aiming to advance the automatic detection of stance in social media text.
44
+
45
+ ## Dataset Description
46
+
47
+ The SardiStance dataset contains tweets written in Italian, specifically focusing on the Sardines movement. The primary goal is to classify the stance of each tweet into one of three categories: `AGAINST`, `FAVOR` or `NONE` towards the Sardines movement. The dataset includes a variety of tweets, capturing different opinions and sentiments expressed by users on this political movement.
48
+
49
+
50
+ ## Data Format and Annotations
51
+ The entire SardiStance dataset consists of 3,242 instances, divided into training and test sets. The training set contains 2,132 tweets, while the test set includes 1,110 tweets. The dataset was collected by retrieving tweets containing keywords related to the Sardines movement and their associated hashtags. Retweets, quotes, replies, and tweets containing URLs or extended entities (videos, photos, GIFs) were excluded to ensure data quality.
52
+
53
+ The dataset is composed of the following columns:
54
+ - `tweet_id`: the id of the sample
55
+ - `text`: The dataset includes the full text of each tweet.
56
+ - `label`: Each tweet is annotated with one of three stance labels: `AGAINST`, `FAVOR` or `NONE`.
57
+
58
+ ## Citations:
59
+ If you use this dataset, please cite the original authors:
60
+
61
+ ```
62
+ @inproceedings{cignarella2020sardistance,
63
+ title={Sardistance@ evalita2020: Overview of the task on stance detection in italian tweets},
64
+ author={Cignarella, Alessandra Teresa and Lai, Mirko and Bosco, Cristina and Patti, Viviana and Rosso, Paolo and others},
65
+ booktitle={CEUR WORKSHOP PROCEEDINGS},
66
+ pages={1--10},
67
+ year={2020},
68
+ organization={Ceur}
69
+ }
70
+ ```