File size: 1,450 Bytes
41e2db4
 
53bbe58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5031663
 
 
 
 
41e2db4
838161f
 
 
 
 
 
5031663
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1c768a6
9c71958
1c768a6
 
5031663
 
 
 
 
 
 
 
 
 
 
 
 
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---
license: apache-2.0
dataset_info:
  features:
  - name: text
    dtype: string
  - name: label
    dtype: int64
  splits:
  - name: train
    num_bytes: 71907240
    num_examples: 85027
  download_size: 43818509
  dataset_size: 71907240
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
language:
- pt
pretty_name: sentiment-analysis-pt
size_categories:
- 10K<n<100K
---

# Sentiment Analysis (Portuguese) dataset

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).

- **Note:** Samples were translated via the Google Translate API.


## Overview 


## Dataset Details


**Citation:**
```latex

```
## Contents

The dataset consists of a data frame with the following columns:

-**text:**

-**label:**


## How to use

```python
from datasets import load_dataset

dataset = load_dataset("AiresPucrs/sentiment-analysis-pt", split='train')

```

## License

This dataset is licensed under the Apache License 2.0.