nhull commited on
Commit
f71cacb
·
verified ·
1 Parent(s): 85c8eed

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - text-classification
5
+ language:
6
+ - en
7
+ ---
8
+ # TripAdvisor Review Rating Split Dataset
9
+
10
+ This dataset contains **80,000 TripAdvisor reviews** with corresponding **ratings**. It is derived from the original TripAdvisor dataset available [here](https://huggingface.co/datasets/jniimi/tripadvisor-review-rating) and was created to train different models for a university project in the class of NLP.
11
+
12
+ ## Dataset Structure
13
+
14
+ - **Training Set:** 30,400 examples
15
+ - **Validation Set:** 1,600 examples
16
+ - **Test Set:** 8,000 examples
17
+
18
+ Each set is **balanced**, ensuring equal representation of all sentiment labels.
19
+
20
+ ## Label
21
+
22
+ The labels represent the **overall rating** from the original dataset. However, note that this label may not always fully align with the specific content or tone of the text within each review. The label is numeric, ranging from 1 to 5.
23
+
24
+ ## Purpose
25
+
26
+ This dataset is intended to be used for training various models to predict the sentiment of TripAdvisor reviews based on their content. It is ideal for use in natural language processing tasks such as sentiment analysis and review classification.
27
+
28
+ ## Limitation
29
+
30
+ The label used in this dataset, **overall rating**, may not always accurately reflect the detailed sentiment or tone expressed in the review text. Since the **overall rating** is a general assessment by the reviewer, it may not always align with the nuances or specificities of the content in the review.
31
+
32
+ ## Copyright
33
+
34
+ This dataset is derived from the original TripAdvisor dataset provided by [jniimi](https://huggingface.co/jniimi). All rights to the original dataset are owned by the author. This dataset is intended for academic and non-commercial use only.