yassiracharki commited on
Commit
e5cccad
1 Parent(s): 727f6fb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +67 -3
README.md CHANGED
@@ -1,3 +1,67 @@
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
+ - binary
10
+ - text data
11
+ - nlp
12
+ pretty_name: Amazon Reviewsfor Binary Senti_Analysis
13
+ ---
14
+ # Dataset Card for Dataset Name
15
+
16
+ <!-- Provide a quick summary of the dataset. -->
17
+
18
+ The Amazon reviews polarity dataset is constructed by taking review score 1 and 2 as negative, and 4 and 5 as positive. Samples of score 3 is ignored. In the dataset, class 1 is the negative and class 2 is the positive. Each class has 1,800,000 training samples and 200,000 testing samples.
19
+
20
+
21
+ ## Dataset Details
22
+
23
+ ### Dataset Description
24
+
25
+ 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 or 2), 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".
26
+
27
+ - **License:** Apache 2
28
+
29
+ ### Dataset Sources [optional]
30
+
31
+ <!-- Provide the basic links for the dataset. -->
32
+
33
+ - **Link on Kaggle:** https://www.kaggle.com/datasets/yacharki/amazon-reviews-for-sa-binary-negative-positive-csv/data
34
+ - **Demo [optional]: [@misc{xiang_zhang_yassir_acharki_2023,
35
+ title={🛒 Amazon Reviews for Senti-Analysis Binary -N/P+},
36
+ url={https://www.kaggle.com/dsv/5339021},
37
+ DOI={10.34740/KAGGLE/DSV/5339021},
38
+ publisher={Kaggle},
39
+ author={Xiang Zhang and Yassir Acharki},
40
+ year={2023}
41
+ }
42
+
43
+ ## Uses
44
+
45
+ NLP
46
+
47
+ ### Direct Use
48
+
49
+ Binary sentiment analysis
50
+
51
+
52
+ ## Dataset Structure
53
+
54
+ The Dataset Contains
55
+
56
+ readme.txt
57
+
58
+ test.csv
59
+
60
+ train.csv
61
+
62
+
63
+ ## Dataset Card Contact
64
+
65
+ For more info visit :
66
+
67
+ https://www.kaggle.com/datasets/yacharki/amazon-reviews-for-sa-binary-negative-positive-csv/data