Datasets:
Flatten dataset into one sample per row
Browse filesAdd 8,656 flattened samples as data/train.jsonl, update the Dataset Card, and preserve the original qace.json as archive/qace.json.original. No rows were removed or deduplicated.
- README.md +29 -11
- archive/qace.json.original +0 -0
- data/train.jsonl +0 -0
README.md
CHANGED
|
@@ -1,15 +1,15 @@
|
|
| 1 |
---
|
| 2 |
task_categories:
|
| 3 |
- text-generation
|
| 4 |
-
pretty_name:
|
| 5 |
size_categories:
|
| 6 |
-
-
|
| 7 |
---
|
| 8 |
-
# Vietnamese School Math Dataset
|
| 9 |
|
| 10 |
-
|
| 11 |
|
| 12 |
-
|
|
|
|
| 13 |
|
| 14 |
## Main Uses
|
| 15 |
|
|
@@ -21,16 +21,34 @@ The dataset is intended for training and evaluating language models on Vietnames
|
|
| 21 |
|
| 22 |
## Language
|
| 23 |
|
| 24 |
-
|
| 25 |
|
| 26 |
## Domain
|
| 27 |
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
|
| 32 |
## Notes
|
| 33 |
|
| 34 |
-
This dataset was collected and prepared primarily for experimentation with
|
|
|
|
|
|
|
|
|
|
| 35 |
|
| 36 |
-
Users should independently verify generated mathematical answers when using
|
|
|
|
|
|
| 1 |
---
|
| 2 |
task_categories:
|
| 3 |
- text-generation
|
| 4 |
+
pretty_name: Vietnamese School Math Dataset
|
| 5 |
size_categories:
|
| 6 |
+
- 1K<n<10K
|
| 7 |
---
|
|
|
|
| 8 |
|
| 9 |
+
# Vietnamese School Math Dataset
|
| 10 |
|
| 11 |
+
`vi_math_school_full` is a Vietnamese-language dataset containing 8,656
|
| 12 |
+
school-level mathematics problems and related explanations.
|
| 13 |
|
| 14 |
## Main Uses
|
| 15 |
|
|
|
|
| 21 |
|
| 22 |
## Language
|
| 23 |
|
| 24 |
+
Vietnamese
|
| 25 |
|
| 26 |
## Domain
|
| 27 |
|
| 28 |
+
School mathematics, educational content, and mathematical reasoning.
|
| 29 |
+
|
| 30 |
+
## Data layout
|
| 31 |
+
|
| 32 |
+
The recommended upload is one JSON object per line in `data/train.jsonl`.
|
| 33 |
+
Each line is one sample with these columns:
|
| 34 |
+
|
| 35 |
+
* `id`: original sample identifier. IDs are not globally unique because two
|
| 36 |
+
source groups reuse numeric IDs.
|
| 37 |
+
* `question`: question text.
|
| 38 |
+
* `choices`: list of answer choices; the original data contains 2–5 choices
|
| 39 |
+
depending on the sample (most samples contain 4).
|
| 40 |
+
* `explanation`: solution/explanation text.
|
| 41 |
+
* `answer`: answer text; one original sample has a null answer.
|
| 42 |
+
|
| 43 |
+
The source data was originally stored as six nested arrays. It was flattened
|
| 44 |
+
without deduplication or content rewriting so that every object is one row.
|
| 45 |
|
| 46 |
## Notes
|
| 47 |
|
| 48 |
+
This dataset was collected and prepared primarily for experimentation with
|
| 49 |
+
Vietnamese NLP and language models. Data quality and formatting may vary across
|
| 50 |
+
samples, so additional cleaning or filtering may be recommended depending on
|
| 51 |
+
the intended use.
|
| 52 |
|
| 53 |
+
Users should independently verify generated mathematical answers when using
|
| 54 |
+
models trained on this dataset in educational or high-stakes applications.
|
archive/qace.json.original
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/train.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|