yassiracharki
commited on
Commit
•
0698e57
1
Parent(s):
e4de817
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 |
+
- fine-grained
|
12 |
+
- 5 classes
|
13 |
+
pretty_name: Yelp Reviews for fine-grained Senti Analysis 5 clases
|
14 |
+
---
|
15 |
+
# Dataset Card for Dataset Name
|
16 |
+
|
17 |
+
The Yelp reviews full star dataset is constructed by randomly taking 130,000 training samples and 10,000 testing samples for each review star from 1 to 5. In total there are 650,000 trainig samples and 50,000 testing samples.
|
18 |
+
|
19 |
+
### Dataset Description
|
20 |
+
|
21 |
+
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 to 5) 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".
|
22 |
+
|
23 |
+
- **License:** Apache 2
|
24 |
+
|
25 |
+
### Dataset Sources
|
26 |
+
|
27 |
+
- **Link on Kaggle:** https://www.kaggle.com/datasets/yacharki/yelp-reviews-for-sa-finegrained-5-classes-csv
|
28 |
+
- **DOI:** @misc{xiang_zhang_yassir_acharki_2023,
|
29 |
+
title={🏪 Yelp Reviews for SA fine-grained 5 classes CSV},
|
30 |
+
url={https://www.kaggle.com/ds/2078210},
|
31 |
+
DOI={10.34740/KAGGLE/DS/2078210},
|
32 |
+
publisher={Kaggle},
|
33 |
+
author={Xiang Zhang and Yassir Acharki},
|
34 |
+
year={2023}
|
35 |
+
}
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
NLP
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
Fine-Grained 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-sa-finegrained-5-classes-csv
|