ngquocvinh commited on
Commit
ca6f9ad
·
verified ·
1 Parent(s): 9f6c54b

Flatten dataset into one sample per row

Browse files

Add 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.

Files changed (3) hide show
  1. README.md +29 -11
  2. archive/qace.json.original +0 -0
  3. data/train.jsonl +0 -0
README.md CHANGED
@@ -1,15 +1,15 @@
1
  ---
2
  task_categories:
3
  - text-generation
4
- pretty_name: math
5
  size_categories:
6
- - 100K<n<1M
7
  ---
8
- # Vietnamese School Math Dataset
9
 
10
- `vi_math_school_full` is a Vietnamese-language dataset containing school-level mathematics problems and related text data.
11
 
12
- The dataset is intended for training and evaluating language models on Vietnamese mathematical understanding, problem solving, reasoning, and educational question answering.
 
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
- * Vietnamese
25
 
26
  ## Domain
27
 
28
- * School mathematics
29
- * Educational content
30
- * Mathematical reasoning
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
 
32
  ## Notes
33
 
34
- This dataset was collected and prepared primarily for experimentation with Vietnamese NLP and language models. Data quality and formatting may vary across samples, so additional cleaning or filtering may be recommended depending on the intended use.
 
 
 
35
 
36
- Users should independently verify generated mathematical answers when using models trained on this dataset in educational or high-stakes applications.
 
 
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