Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
Tags:
sentiment
License:
Update README.md
Browse files
README.md
CHANGED
@@ -21,3 +21,31 @@ configs:
|
|
21 |
# Sentiment Analysis dataset
|
22 |
|
23 |
This dataset is a concatenation of the [`IMDB 50K`](https://www.kaggle.com/datasets/lakshmi25npathi/imdb-dataset-of-50k-movie-reviews?select=IMDB+Dataset.csv), the [`Twitter US Airline Sentiment`](https://www.kaggle.com/datasets/crowdflower/twitter-airline-sentiment), App Reviews scraped from [Google Play](https://github.com/Nkluge-correa/teeny-tiny_castle/blob/master/ML%20Explainability/NLP%20Interpreter/text_scraping.ipynb), and the [`EcoPreprocessed`](https://www.kaggle.com/datasets/pradeeshprabhakar/preprocessed-dataset-sentiment-analysis).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
# Sentiment Analysis dataset
|
22 |
|
23 |
This dataset is a concatenation of the [`IMDB 50K`](https://www.kaggle.com/datasets/lakshmi25npathi/imdb-dataset-of-50k-movie-reviews?select=IMDB+Dataset.csv), the [`Twitter US Airline Sentiment`](https://www.kaggle.com/datasets/crowdflower/twitter-airline-sentiment), App Reviews scraped from [Google Play](https://github.com/Nkluge-correa/teeny-tiny_castle/blob/master/ML%20Explainability/NLP%20Interpreter/text_scraping.ipynb), and the [`EcoPreprocessed`](https://www.kaggle.com/datasets/pradeeshprabhakar/preprocessed-dataset-sentiment-analysis).
|
24 |
+
|
25 |
+
## Overview
|
26 |
+
|
27 |
+
|
28 |
+
## Dataset Details
|
29 |
+
|
30 |
+
|
31 |
+
**Citation:**
|
32 |
+
```latex
|
33 |
+
|
34 |
+
```
|
35 |
+
## Contents
|
36 |
+
|
37 |
+
The dataset consists of a data frame with the following columns:
|
38 |
+
|
39 |
+
|
40 |
+
## How to use
|
41 |
+
|
42 |
+
```python
|
43 |
+
from datasets import load_dataset
|
44 |
+
|
45 |
+
dataset = load_dataset("AiresPucrs/sentiment-analysis", split='train')
|
46 |
+
|
47 |
+
```
|
48 |
+
|
49 |
+
## License
|
50 |
+
|
51 |
+
This dataset is licensed under the Apache license 2.0.
|