File size: 1,412 Bytes
cf31a6a
 
93c6158
cf31a6a
 
 
812c952
cf31a6a
 
 
7d711d7
cf31a6a
 
 
0ddb66d
cf31a6a
 
 
 
 
7d711d7
 
 
 
 
 
 
cf31a6a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
93c6158
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
---
language:
- it
task_categories:
- text-classification
---
# Dataset: sentiment_analysis-IT-dataset

## Dataset Description

Our data has been collected by annotating tweets on Italian language from a broad range of topics. In total, we have 2037 tweets annotated with an emotion label. More details can be found in our paper (https://aclanthology.org/2021.wassa-1.8/).

### Languages

The BCP-47 code for the dataset's language is it.

## Dataset Structure

### Data Instances

@inproceedings{bianchi2021feel,
    title = {{"Sentiment Classification for the Italian Language"}},
    author = "Bianchi, Federico and Nozza, Debora and Hovy, Dirk",
    booktitle = "Proceedings of the 11th Workshop on Computational Approaches to Subjectivity, Sentiment and Social Media Analysis",
    year = "2021",
    publisher = "Association for Computational Linguistics",
}

### Dataset Fields

The dataset has the following fields (also called "features"):

```json
{
  "text": "Value(dtype='string', id=None)",
  "feat_id_noticia": "Value(dtype='int16', id=None)",
  "feat_target": "Value(dtype='string', id=None)",
  "target": "ClassLabel(names=['NEG', 'NEU', 'POS'], id=None)"
}
```

### Dataset Splits

This dataset is split into a train and validation split. The split sizes are as follow:

| Split name   | Num samples         |
| ------------ | ------------------- |
| train        | 1096 |
| valid        | 275 |