Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
English
ArXiv:
License:
rfr2003 commited on
Commit
87186a7
·
verified ·
1 Parent(s): b061faf

Adding GKMC

Browse files
Files changed (2) hide show
  1. GKMC/test-00000-of-00001.parquet +3 -0
  2. README.md +29 -1
GKMC/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da06cead3292305175f1713434f32207563870d10a24f0585190259b8bf80258
3
+ size 510919
README.md CHANGED
@@ -6,6 +6,10 @@ pretty_name: Geo Benchmark
6
  task_categories:
7
  - text-generation
8
  configs:
 
 
 
 
9
  - config_name: GeoSQA
10
  data_files:
11
  - split: train
@@ -15,7 +19,31 @@ configs:
15
  - split: validation
16
  path: GeoSQA/val*
17
  dataset_info:
18
- config_name: GeoSQA
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  features:
20
  - name: question_id
21
  dtype: int64
 
6
  task_categories:
7
  - text-generation
8
  configs:
9
+ - config_name: GKMC
10
+ data_files:
11
+ - split: test
12
+ path: GKMC/test-*
13
  - config_name: GeoSQA
14
  data_files:
15
  - split: train
 
19
  - split: validation
20
  path: GeoSQA/val*
21
  dataset_info:
22
+ - config_name: GKMC
23
+ features:
24
+ - name: question_id
25
+ dtype: int64
26
+ - name: answer
27
+ dtype: string
28
+ - name: scenario
29
+ dtype: string
30
+ - name: question
31
+ dtype: string
32
+ - name: A
33
+ dtype: string
34
+ - name: B
35
+ dtype: string
36
+ - name: C
37
+ dtype: string
38
+ - name: D
39
+ dtype: string
40
+ splits:
41
+ - name: test
42
+ num_bytes: 1055828
43
+ num_examples: 1600
44
+ download_size: 510919
45
+ dataset_size: 1055828
46
+ - config_name: GeoSQA
47
  features:
48
  - name: question_id
49
  dtype: int64