j-js commited on
Commit
d61314e
·
verified ·
1 Parent(s): 71976f6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -9
README.md CHANGED
@@ -1,18 +1,40 @@
1
  ---
2
  license: unknown
3
  task_categories:
4
- - question-answering
5
  language:
6
- - en
7
  tags:
8
- - gmat
9
- - maths
10
- - quantitative-reasoning
11
- - education
12
- - multiple-choice
13
- - symbolic-math
14
  pretty_name: GMAT Quant Corpus for Solver + Retrieval
15
  size_categories:
16
- - 1K<n<10K
 
 
 
 
 
17
  ---
18
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: unknown
3
  task_categories:
4
+ - question-answering
5
  language:
6
+ - en
7
  tags:
8
+ - gmat
9
+ - maths
10
+ - quantitative-reasoning
11
+ - education
12
+ - multiple-choice
13
+ - symbolic-math
14
  pretty_name: GMAT Quant Corpus for Solver + Retrieval
15
  size_categories:
16
+ - 1K<n<10K
17
+ configs:
18
+ - config_name: default
19
+ data_files:
20
+ - split: train
21
+ path: gmat_hf_chunks.jsonl
22
  ---
23
 
24
+ # GMAT Quant Corpus for Solver + Retrieval
25
+
26
+ This dataset is intended for retrieval over GMAT-style quantitative teaching content.
27
+
28
+ ## Files
29
+
30
+ - `gmat_hf_chunks.jsonl` — retrieval chunks used by the app
31
+ - `gmat_question_seed.jsonl` — question seed data
32
+ - `gmat_topic_index.json` — topic metadata/index
33
+
34
+ ## Default dataset viewer
35
+
36
+ The default dataset viewer is configured to load only:
37
+
38
+ - `gmat_hf_chunks.jsonl`
39
+
40
+ This avoids schema conflicts with the other support files in the repository.