Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -13,4 +13,75 @@ tags:
|
|
13 |
- vietnamese
|
14 |
- math
|
15 |
- reasoning
|
16 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
- vietnamese
|
14 |
- math
|
15 |
- reasoning
|
16 |
+
---
|
17 |
+
# Dataset Card for Vietnamese Grade School Math Dataset
|
18 |
+
|
19 |
+
## Dataset Description
|
20 |
+
- Repository:
|
21 |
+
- Paper:
|
22 |
+
- Point of Contact: [email protected]
|
23 |
+
|
24 |
+
|
25 |
+
### Dataset Summary
|
26 |
+
The dataset includes multiple-choice math exercises for elementary school students from grades 1 to 5 in Vietnam.
|
27 |
+
|
28 |
+
### Supported Tasks and Leaderboards
|
29 |
+
|
30 |
+
### Languages
|
31 |
+
|
32 |
+
The majority of the data is in Vietnamese.
|
33 |
+
|
34 |
+
## Dataset Structure
|
35 |
+
|
36 |
+
### Data Instances
|
37 |
+
|
38 |
+
The data includes information about the page paths we crawled and some text that has been post-processed. The structure will be presented as follows:
|
39 |
+
|
40 |
+
```python
|
41 |
+
{
|
42 |
+
"id": "f9decb7530da8097ebca80315928825e",
|
43 |
+
"question": "Câu 2: Trang 21 - sgk toán lớp 5\nMột gia đình gồm 3 người (bố, mẹ và một con). Bình quân thu nhập hàng tháng 800 000 đồng mỗi người. Nếu gia đình đó có thêm một con nữa mà tổng thu nhập của gia đình không thay đổi thì bình quân thu nhập hàng tháng của mỗi người giảm đi bao nhiêu tiền?",
|
44 |
+
"explanation": "Tổng thu hập bình quân một tháng của gia đình đó là:\n800000 x 3 = 2400000 ( đồng)\nSau khi thêm một người, thu nhập trung bình của một người trong gia đình là:\n2400000 : 4 = 600000 ( đồng)\nVậy so với trước đó, thu nhập bình quân mỗi tháng của một người đã giảm đi:\n800000 - 600000 = 200000 ( đồng)\nĐáp án: 200000 đồng.",
|
45 |
+
"choices": [
|
46 |
+
"A. 180000 đồng.",
|
47 |
+
"B. 250000 đồng.",
|
48 |
+
"C. 220000 đồng.",
|
49 |
+
"D. 200000 đồng."
|
50 |
+
],
|
51 |
+
"answer": "D. 200000 đồng."
|
52 |
+
}
|
53 |
+
```
|
54 |
+
|
55 |
+
### Data Fields
|
56 |
+
|
57 |
+
Data fields include:
|
58 |
+
|
59 |
+
- id: id of an text crawl instance.
|
60 |
+
- question:
|
61 |
+
- explanation:
|
62 |
+
- choices:
|
63 |
+
- answer:
|
64 |
+
|
65 |
+
## Dataset Creation
|
66 |
+
|
67 |
+
### Curation Rationale
|
68 |
+
|
69 |
+
The data set is built based on developing a model capable of reasoning and solving elementary school math problems, as well as providing mathematical knowledge in the Vietnamese elementary school environment.
|
70 |
+
|
71 |
+
### Source Data
|
72 |
+
|
73 |
+
Data was crawled on khoahoc.vietjack.com, we selected data from grades 1 to 5, selected all exams for maths.
|
74 |
+
|
75 |
+
## Considerations for Using the Data
|
76 |
+
|
77 |
+
### Social Impact of Dataset
|
78 |
+
|
79 |
+
We believe that efforts in finding data sources will be an opportunity for future artificial intelligence models to develop and have better reasoning capabilities.
|
80 |
+
|
81 |
+
### Discussion of Biases
|
82 |
+
|
83 |
+
### Other Known Limitations
|
84 |
+
|
85 |
+
The current data has not been cleaned too well, and there are many incomplete data samples including images and some post-processed tags.
|
86 |
+
|
87 |
+
## Additional Information
|