Datasets:

Languages:
Thai
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
found
Source Datasets:
original
License:
File size: 1,616 Bytes
71de2fd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1ac28c2
71de2fd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f66ed7a
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
---
annotations_creators: []
language_creators: []
languages:
- th
licenses:
- lgpl-3-0-only
multilinguality:
- monolingual
size_categories:
- 10K<n<100K
source_datasets:
- original
task_categories:
- text-classification
task_ids:
- sentiment-classification
paperswithcode_id: null
---

# Dataset Card for Wongnai_Reviews

## Dataset Description

- **Repository: ** https://github.com/wongnai/wongnai-corpus

### Dataset Summary

The Wongnai Review dataset contains restaurant reviews and ratings, almost entirely in Thai language.

The reviews are in 5 classes ranging from 1 to 5 stars.

This dataset was featured in a Kaggle challenge https://www.kaggle.com/c/wongnai-challenge-review-rating-prediction/overview

### Languages

Thai

## Dataset Structure

### Data Fields

- review_body - text of review
- star_rating - an integer star rating (1-5) or -1 (for test)

### Data Splits

Designated train (40,000 reviews) and test (6,204) sets.

### Source Data

#### Initial Data Collection and Normalization

Data was collected by Wongnai from business reviews on their website,
and shared on GitHub and Kaggle.

### Annotations

The reviews are users' own star ratings, so no additional annotation was needed.

## Additional Information

### Dataset Curators

Contributors to original GitHub repo:
- Ekkalak Thongthanomkul
- Tanapol Nearunchorn
- Yuwat Chuesathuchon

### Licensing Information

LGPL-3.0

### Citation Information

See https://github.com/wongnai/wongnai-corpus

### Contributions

Thanks to [@mapmeld](https://github.com/mapmeld), [@cstorm125](https://github.com/cstorm125) for adding this dataset.