yassiracharki
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,60 @@
|
|
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 |
+
- reviews
|
8 |
+
- text data
|
9 |
+
- nlp
|
10 |
+
- yelp
|
11 |
+
- binary
|
12 |
+
pretty_name: Yelp Reviews for Binary Senti Analysis
|
13 |
+
---
|
14 |
+
# Dataset Card for Dataset Name
|
15 |
+
|
16 |
+
The Yelp reviews polarity dataset is constructed by considering stars 1 and 2 negative, and 3 and 4 positive. For each polarity 280,000 training samples and 19,000 testing samples are take randomly. In total there are 560,000 trainig samples and 38,000 testing samples. Negative polarity is class 1, and positive class 2.
|
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 2 columns in them, corresponding to class index (1 and 2) and review text. The review texts 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 |
+
- **Link on Kaggle:** https://www.kaggle.com/datasets/yacharki/yelp-reviews-for-sentianalysis-binary-np-csv
|
28 |
+
- **DOI:** @misc{xiang_zhang_yassir_acharki_2022,
|
29 |
+
title={🏪Yelp Reviews for Senti-Analysis Binary -N/P+},
|
30 |
+
url={https://www.kaggle.com/dsv/3603961},
|
31 |
+
DOI={10.34740/KAGGLE/DSV/3603961},
|
32 |
+
publisher={Kaggle},
|
33 |
+
author={Xiang Zhang and Yassir Acharki},
|
34 |
+
year={2022}
|
35 |
+
}
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
NLP
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
Binary sentiment analysis
|
43 |
+
|
44 |
+
|
45 |
+
## Dataset Structure
|
46 |
+
|
47 |
+
The Dataset Contains
|
48 |
+
|
49 |
+
Readme.md
|
50 |
+
|
51 |
+
test.csv
|
52 |
+
|
53 |
+
train.csv
|
54 |
+
|
55 |
+
|
56 |
+
## Dataset Card Contact
|
57 |
+
|
58 |
+
For more info visit :
|
59 |
+
|
60 |
+
https://www.kaggle.com/datasets/yacharki/yelp-reviews-for-sentianalysis-binary-np-csv
|