Added description, selection criteria
Browse files
README.md
CHANGED
@@ -1,6 +1,39 @@
|
|
1 |
-
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
- Language: Yue (Cantonese)
|
4 |
-
- Source:
|
5 |
- Type: User-generated food reviews
|
6 |
-
- Format: JSON Lines (JSONL)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
size_categories:
|
3 |
+
- 1K<n<10K
|
4 |
+
---
|
5 |
+
# Dataset Description
|
6 |
+
This dataset contains food reviews written in Yue (Cantonese), sourced from openrice, a popular restaurant review website. The dataset consists of user-generated reviews detailing restaurant experiences, food quality, ambiance, service, and other related topics. This dataset specifically focuses on reviews written in a spoken style, capturing the conversational and colloquial aspects of Yue.
|
7 |
+
|
8 |
+
# Data Content
|
9 |
- Language: Yue (Cantonese)
|
10 |
+
- Source: openrice
|
11 |
- Type: User-generated food reviews
|
12 |
+
- Format: JSON Lines (JSONL)
|
13 |
+
|
14 |
+
|
15 |
+
# Selection Criteria
|
16 |
+
|
17 |
+
The reviews in this dataset were chosen to reflect a spoken style, with emphasis on colloquial language and conversational expressions. The selection process involved:
|
18 |
+
- Observing Reviewer Writing Style: Reviews that exhibited a casual, spoken tone with the use of slang or informal expressions were prioritized.
|
19 |
+
- Specific Reviewer IDs: Reviewer IDs known for using conversational language were used to select reviews. The following is the list of these reviewer IDs:
|
20 |
+
```python
|
21 |
+
{
|
22 |
+
"64953906",
|
23 |
+
"67319572",
|
24 |
+
"58680055",
|
25 |
+
"58493995",
|
26 |
+
"68529825",
|
27 |
+
"65838601",
|
28 |
+
"64700370",
|
29 |
+
"64700370",
|
30 |
+
"64002002",
|
31 |
+
"77402",
|
32 |
+
"65579863",
|
33 |
+
"67377036",
|
34 |
+
"65573382",
|
35 |
+
"166823",
|
36 |
+
"64920126",
|
37 |
+
"66385273"
|
38 |
+
}
|
39 |
+
```
|