Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
json
Sub-tasks:
sentiment-analysis
Languages:
Italian
Size:
1K - 10K
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,19 +1,21 @@
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
-
|
| 4 |
-
language_details:
|
| 5 |
license: cc-by-nc-sa-4.0
|
| 6 |
task_ids:
|
| 7 |
-
|
| 8 |
task_categories:
|
| 9 |
-
|
| 10 |
configs:
|
| 11 |
- config_name: default
|
| 12 |
data_files:
|
| 13 |
- split: train
|
| 14 |
-
path:
|
| 15 |
- split: test
|
| 16 |
-
path:
|
|
|
|
|
|
|
| 17 |
---
|
| 18 |
|
| 19 |
SENTIPOLC 2016 dataset
|
|
@@ -22,4 +24,4 @@ The SENTIPOLC 2016 dataset contains 9410 tweets annotated for subjectivity, over
|
|
| 22 |
The dataset has been created and used in the context of the SENTIPOLC 2016 task (http://www.di.unito.it/~tutreeb/sentipolc-evalita16/index.html), organized as part of the EVALITA 2016 evaluation campaign.
|
| 23 |
|
| 24 |
Original files available here:
|
| 25 |
-
https://live.european-language-grid.eu/catalogue/corpus/7479/download/
|
|
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
+
- it
|
| 4 |
+
language_details: it-IT
|
| 5 |
license: cc-by-nc-sa-4.0
|
| 6 |
task_ids:
|
| 7 |
+
- sentiment-analysis
|
| 8 |
task_categories:
|
| 9 |
+
- text-classification
|
| 10 |
configs:
|
| 11 |
- config_name: default
|
| 12 |
data_files:
|
| 13 |
- split: train
|
| 14 |
+
path: train.jsonl
|
| 15 |
- split: test
|
| 16 |
+
path: test.jsonl
|
| 17 |
+
size_categories:
|
| 18 |
+
- 1K<n<10K
|
| 19 |
---
|
| 20 |
|
| 21 |
SENTIPOLC 2016 dataset
|
|
|
|
| 24 |
The dataset has been created and used in the context of the SENTIPOLC 2016 task (http://www.di.unito.it/~tutreeb/sentipolc-evalita16/index.html), organized as part of the EVALITA 2016 evaluation campaign.
|
| 25 |
|
| 26 |
Original files available here:
|
| 27 |
+
https://live.european-language-grid.eu/catalogue/corpus/7479/download/
|