Datasets:
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- id
|
4 |
+
- en
|
5 |
+
pretty_name: r
|
6 |
+
task_categories:
|
7 |
+
- text-classification
|
8 |
+
tags:
|
9 |
+
- product reviews
|
10 |
+
- sentiment
|
11 |
+
size_categories:
|
12 |
+
- 10K<n<100K
|
13 |
+
---
|
14 |
+
## Dataset Summary
|
15 |
+
This dataset contains 11,606 product reviews gathered from various indonesian brands and products in several e-commerce such as Shopee, Tokopedia, Lazada, Bukalapak, Blili, and Zalora.
|
16 |
+
each row is marked as 1 for positive sentiment and 0 for negative sentiment.
|
17 |
+
|
18 |
+
This dataset has been transformed, selecting in a random way a subset of them, applying a cleaning process, and dividing them between the test and train subsets, keeping a balance between the number of positive and negative tweets within each of these subsets.
|
19 |
+
## Languages
|
20 |
+
The text in the dataset is in English and Indonesian. The 'review' column contains reviews in indonesian, and the 'translate' column contains reviews that has been translated to english
|
21 |
+
## Data Fields
|
22 |
+
In the final dataset, all files are in the JSON format with f columns:
|
23 |
+
|
24 |
+
| Column Name | Data |
|
25 |
+
| :------------ | :--------------------------------------------------------------------------------------|
|
26 |
+
| review | A sentence (or review) in indonesian |
|
27 |
+
| sentimen | The sentiment label of sentence, 1 for positive sentiment and 0 for negative sentiment|
|
28 |
+
| translate | A sentence (or review) in english |
|