yassiracharki
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,63 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- text-classification
|
5 |
+
tags:
|
6 |
+
- sentiment analysis
|
7 |
+
- amazon
|
8 |
+
- reviews
|
9 |
+
- fine_grained
|
10 |
+
- text data
|
11 |
+
- nlp
|
12 |
+
pretty_name: Amazon Reviewsfor Binary Sentiment Analysis
|
13 |
+
---
|
14 |
+
# Dataset Card for Dataset Name
|
15 |
+
|
16 |
+
The Amazon reviews full score dataset is constructed by randomly taking 600,000 training samples and 130,000 testing samples for each review score from 1 to 5. In total there are 3,000,000 trainig samples and 650,000 testing samples.
|
17 |
+
|
18 |
+
## Dataset Details
|
19 |
+
|
20 |
+
### Dataset Description
|
21 |
+
|
22 |
+
The files train.csv and test.csv contain all the training samples as comma-sparated values. There are 3 columns in them, corresponding to class index (1 to 5), review title and review text. The review title and text are escaped using double quotes ("), and any internal double quote is escaped by 2 double quotes (""). New lines are escaped by a backslash followed with an "n" character, that is "\n".
|
23 |
+
- **License:** Apache 2
|
24 |
+
|
25 |
+
### Dataset Sources [optional]
|
26 |
+
|
27 |
+
<!-- Provide the basic links for the dataset. -->
|
28 |
+
|
29 |
+
- **Link on Kaggle:** https://www.kaggle.com/datasets/yacharki/amazon-reviews-for-sentianalysis-finegrained-csv
|
30 |
+
- **DOI:** @misc{xiang_zhang_acharki_yassir_2022,
|
31 |
+
title={🛒 Amazon Reviews for SA fine-grained 5 classes},
|
32 |
+
url={https://www.kaggle.com/dsv/3499094},
|
33 |
+
DOI={10.34740/KAGGLE/DSV/3499094},
|
34 |
+
publisher={Kaggle},
|
35 |
+
author={Xiang Zhang and Acharki Yassir},
|
36 |
+
year={2022}
|
37 |
+
}
|
38 |
+
|
39 |
+
## Uses
|
40 |
+
|
41 |
+
NLP
|
42 |
+
|
43 |
+
### Direct Use
|
44 |
+
|
45 |
+
Fine grained sentiment analysis
|
46 |
+
|
47 |
+
|
48 |
+
## Dataset Structure
|
49 |
+
|
50 |
+
The Dataset Contains
|
51 |
+
|
52 |
+
readme.txt
|
53 |
+
|
54 |
+
test.csv
|
55 |
+
|
56 |
+
train.csv
|
57 |
+
|
58 |
+
|
59 |
+
## Dataset Card Contact
|
60 |
+
|
61 |
+
For more info visit :
|
62 |
+
|
63 |
+
https://www.kaggle.com/datasets/yacharki/amazon-reviews-for-sentianalysis-finegrained-csv
|