Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -26,3 +26,19 @@ configs:
|
|
26 |
- split: validation
|
27 |
path: data/validation-*
|
28 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
- split: validation
|
27 |
path: data/validation-*
|
28 |
---
|
29 |
+
|
30 |
+
|
31 |
+
# Camping Reviews Sentiment (EN-FR)
|
32 |
+
|
33 |
+
This dataset is a bilingual collection of reviews in **English** and **French** scraped from **Tripadvisor**, focusing on customer experiences and sentiments related to camping. Each review is labeled with its corresponding sentiment (**positive**, **negative**, or **neutral**).
|
34 |
+
|
35 |
+
## Key Features
|
36 |
+
|
37 |
+
- **Bilingual Content**: Reviews are available in **English** and **French**, making it ideal for multilingual sentiment analysis tasks.
|
38 |
+
- **Rich Review Length**: Includes **long review sequences of up to 500 words per review**, providing in-depth insights into customer opinions.
|
39 |
+
- **Comprehensive Vocabulary**: Contains diverse and descriptive terms specific to the **camping domain**, such as *tent*, *campfire*, *hiking trails*, and *outdoor activities*.
|
40 |
+
- **Sentiment Labels**: Each review is tagged with its sentiment, facilitating easy classification tasks.
|
41 |
+
|
42 |
+
This dataset is perfect for applications in **sentiment analysis**, **natural language processing**, and **multilingual text modeling**.
|
43 |
+
|
44 |
+
Make your models explore the **longer and more detailed sequences** that set this dataset apart!
|