Datasets:
license: mit
task_categories:
- text-generation
- text2text-generation
- multiple-choice
language:
- vi
pretty_name: Vietnamese Grade School Math Dataset
size_categories:
- 1K<n<10K
tags:
- vietnamese
- math
- reasoning
Dataset Card for Vietnamese Grade School Math Dataset
Dataset Description
- Repository:
- Paper:
- Point of Contact: vanhop3499@gmail.com
Dataset Summary
The dataset includes multiple-choice math exercises for elementary school students from grades 1 to 5 in Vietnam.
Supported Tasks and Leaderboards
Languages
The majority of the data is in Vietnamese.
Dataset Structure
Data Instances
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:
{
"id": "f9decb7530da8097ebca80315928825e",
"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?",
"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.",
"choices": [
"A. 180000 đồng.",
"B. 250000 đồng.",
"C. 220000 đồng.",
"D. 200000 đồng."
],
"answer": "D. 200000 đồng."
}
Data Fields
Data fields include:
- id: id of an question instance.
- question: Multiple choice question text
- explanation: explanation for how to find the answer to the question
- choices: 4 choices A, B, C, D for the question.
- answer: one of 4 choices, the final answer.
Dataset Creation
Curation Rationale
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.
Source Data
Data was crawled on khoahoc.vietjack.com, we selected data from grades 1 to 5, selected all exams for maths.
Considerations for Using the Data
Social Impact of Dataset
We believe that efforts in finding data sources will be an opportunity for future artificial intelligence models to develop and have better reasoning capabilities.
Discussion of Biases
Other Known Limitations
The current data has not been cleaned too well, and there are many incomplete data samples including images and some post-processed tags.