Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- infinite-dataset-hub
|
5 |
+
- synthetic
|
6 |
+
---
|
7 |
+
|
8 |
+
# TripAdvisorReviewSentiment
|
9 |
+
|
10 |
+
tags: sentiment analysis, text mining, opinion mining
|
11 |
+
|
12 |
+
_Note: This is an AI-generated dataset so its content may be inaccurate or false_
|
13 |
+
|
14 |
+
**Dataset Description:**
|
15 |
+
|
16 |
+
The 'TripAdvisorReviewSentiment' dataset contains user reviews from TripAdvisor, a travel website. Each review is assessed for sentiment, with the label indicating whether the review expresses a positive, negative, or neutral sentiment. The dataset is suitable for sentiment analysis and text mining tasks to understand user opinions on various travel-related services and destinations.
|
17 |
+
|
18 |
+
**CSV Content Preview:**
|
19 |
+
|
20 |
+
```
|
21 |
+
review_id,review_text,label
|
22 |
+
1,"Absolutely loved the hotel staff and the cleanliness of the room! Highly recommend.",positive
|
23 |
+
2,"The location was convenient, but the room was too small for our group.",neutral
|
24 |
+
3,"Terrible experience. The food was bland and overpriced. Won't be returning.",negative
|
25 |
+
4,"The tour guide was knowledgeable and the historical facts were fascinating. Great experience!",positive
|
26 |
+
5,"Waited over an hour for service, and the meal was cold. Very disappointed with the restaurant.",negative
|
27 |
+
```
|
28 |
+
|
29 |
+
**Source of the data:**
|
30 |
+
|
31 |
+
The dataset was generated using the [Infinite Dataset Hub](https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub) and microsoft/Phi-3-mini-4k-instruct using the query 'tripadvisor':
|
32 |
+
|
33 |
+
- **Dataset Generation Page**: https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub?q=tripadvisor&dataset=TripAdvisorReviewSentiment&tags=sentiment+analysis,+text+mining,+opinion+mining
|
34 |
+
- **Model**: https://huggingface.co/microsoft/Phi-3-mini-4k-instruct
|
35 |
+
- **More Datasets**: https://huggingface.co/datasets?other=infinite-dataset-hub
|