theoracle commited on
Commit
ac701d3
1 Parent(s): 5f08174

Update README.md

Browse files

License: Apache-2.0
Task Categories: Sentiment Analysis
Tags: Sentiment, Italian, News Headlines
Size Categories: n<1K

Dataset Description:
General Description: This dataset contains Italian news headlines with their associated sentiment labels. The sentiment is annotated as 'positive', 'neutral', or 'negative' following each headline.
Purpose: To facilitate the development and benchmarking of sentiment analysis algorithms for the Italian language, focusing specifically on news headline text.

Dataset Structure:
Size and Scope: A curated set of Italian news headlines labeled with sentiment, ideal for sentiment analysis tasks on a small scale.
Data Fields: The dataset includes two fields per record: 'headline' which is the text of the news headline, and 'sentiment' which is the sentiment label assigned to the headline.
Examples:
- Headline: "mi fa sbagliare tutte le paroleeeee."
Sentiment: Negative
- Headline: "perfetto hai visto poi alla fine anche oggi e passato.."
Sentiment: Neutral
- Headline: "Rutelli: appoggio al governo #monti, sta lavorando bene #ballarò #osservatoriotivvù"
Sentiment: Positive

Use Cases:
Training Sentiment Analysis Models: The dataset can be employed to train machine learning models to detect sentiment in Italian-language text, with a particular emphasis on news media.
Linguistic Research: It can be used as a resource for computational linguistics research into sentiment analysis and its application in Italian news journalism.

Files changed (1) hide show
  1. README.md +28 -0
README.md CHANGED
@@ -1,3 +1,31 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: apache-2.0
3
+ task_categories:
4
+ - sentiment-analysis
5
+ tags:
6
+ - sentiment
7
+ - italian
8
+ - news headlines
9
+ size_categories:
10
+ - "n<1K"
11
+
12
+ Dataset Description:
13
+ General Description: "This dataset consists of Italian news headlines with annotated sentiments. Each headline is enclosed in square brackets followed by the sentiment label 'positive', 'neutral', or 'negative'."
14
+ Purpose: "The dataset is designed for training and evaluating sentiment analysis models on Italian-language text, particularly news headlines."
15
+
16
+ Dataset Structure:
17
+ Size and Scope: "The dataset contains a small number of annotated headlines, suitable for initial model training or testing in sentiment analysis tasks."
18
+ Data Fields: "Each record includes a 'headline' text field and a 'sentiment' label."
19
+ Example:
20
+ - headline: "[ mi fa sbagliare tutte le paroleeeee.]"
21
+ sentiment: "negative"
22
+ - headline: "[ perfetto hai visto poi alla fine anche oggi e passato..]"
23
+ sentiment: "neutral"
24
+ - headline: "[Rutelli: appoggio al governo #monti, sta lavorando bene #ballarò #osservatoriotivvù]"
25
+ sentiment: "positive"
26
+
27
+ Use Cases:
28
+ Sentiment Analysis Model Training: "Researchers and practitioners can use this dataset to develop and train sentiment analysis models for the Italian language."
29
+ Academic Research: "The dataset can serve as a basis for studies in computational linguistics focusing on sentiment analysis in Italian news media."
30
+
31
  ---