Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
English
ArXiv:
License:
Rodrigo FERREIRA RODRIGUES commited on
Commit
fd81870
·
1 Parent(s): 8ac4ee0

Adding GeoSQA

Browse files
GeoSQA/dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train", "validation", "test"]}
GeoSQA/test/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1b90124932251cece96ef67e5dcaf7c41b9c756b6a2c8f3b9d1bb7c78e8a0f9
3
+ size 2265912
GeoSQA/test/dataset_info.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "question_id": {
6
+ "dtype": "int64",
7
+ "_type": "Value"
8
+ },
9
+ "scenario_id": {
10
+ "dtype": "int64",
11
+ "_type": "Value"
12
+ },
13
+ "answer": {
14
+ "dtype": "string",
15
+ "_type": "Value"
16
+ },
17
+ "categories": {
18
+ "dtype": "string",
19
+ "_type": "Value"
20
+ },
21
+ "zh_text": {
22
+ "dtype": "string",
23
+ "_type": "Value"
24
+ },
25
+ "en_text": {
26
+ "dtype": "string",
27
+ "_type": "Value"
28
+ },
29
+ "annotation": {
30
+ "dtype": "string",
31
+ "_type": "Value"
32
+ },
33
+ "scenario": {
34
+ "dtype": "string",
35
+ "_type": "Value"
36
+ },
37
+ "question": {
38
+ "dtype": "string",
39
+ "_type": "Value"
40
+ },
41
+ "choices": {
42
+ "dtype": "string",
43
+ "_type": "Value"
44
+ },
45
+ "A": {
46
+ "dtype": "string",
47
+ "_type": "Value"
48
+ },
49
+ "B": {
50
+ "dtype": "string",
51
+ "_type": "Value"
52
+ },
53
+ "C": {
54
+ "dtype": "string",
55
+ "_type": "Value"
56
+ },
57
+ "D": {
58
+ "dtype": "string",
59
+ "_type": "Value"
60
+ },
61
+ "__index_level_0__": {
62
+ "dtype": "int64",
63
+ "_type": "Value"
64
+ }
65
+ },
66
+ "homepage": "",
67
+ "license": ""
68
+ }
GeoSQA/test/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "f4d4fb035da35daa",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }
GeoSQA/train/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e83ca6c2792e085f3c4814c5fa081de0664e5c793aba7c13f9d9a45f8bc903ab
3
+ size 6982424
GeoSQA/train/dataset_info.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "question_id": {
6
+ "dtype": "int64",
7
+ "_type": "Value"
8
+ },
9
+ "scenario_id": {
10
+ "dtype": "int64",
11
+ "_type": "Value"
12
+ },
13
+ "answer": {
14
+ "dtype": "string",
15
+ "_type": "Value"
16
+ },
17
+ "categories": {
18
+ "dtype": "string",
19
+ "_type": "Value"
20
+ },
21
+ "zh_text": {
22
+ "dtype": "string",
23
+ "_type": "Value"
24
+ },
25
+ "en_text": {
26
+ "dtype": "string",
27
+ "_type": "Value"
28
+ },
29
+ "annotation": {
30
+ "dtype": "string",
31
+ "_type": "Value"
32
+ },
33
+ "scenario": {
34
+ "dtype": "string",
35
+ "_type": "Value"
36
+ },
37
+ "question": {
38
+ "dtype": "string",
39
+ "_type": "Value"
40
+ },
41
+ "choices": {
42
+ "dtype": "string",
43
+ "_type": "Value"
44
+ },
45
+ "A": {
46
+ "dtype": "string",
47
+ "_type": "Value"
48
+ },
49
+ "B": {
50
+ "dtype": "string",
51
+ "_type": "Value"
52
+ },
53
+ "C": {
54
+ "dtype": "string",
55
+ "_type": "Value"
56
+ },
57
+ "D": {
58
+ "dtype": "string",
59
+ "_type": "Value"
60
+ },
61
+ "__index_level_0__": {
62
+ "dtype": "int64",
63
+ "_type": "Value"
64
+ }
65
+ },
66
+ "homepage": "",
67
+ "license": ""
68
+ }
GeoSQA/train/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "914f1897ecf910f7",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }
GeoSQA/validation/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac1f66ee81c64c23208482075fb849285dd2fff10d811f290a3edcaab2c9c67b
3
+ size 1692736
GeoSQA/validation/dataset_info.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "question_id": {
6
+ "dtype": "int64",
7
+ "_type": "Value"
8
+ },
9
+ "scenario_id": {
10
+ "dtype": "int64",
11
+ "_type": "Value"
12
+ },
13
+ "answer": {
14
+ "dtype": "string",
15
+ "_type": "Value"
16
+ },
17
+ "categories": {
18
+ "dtype": "string",
19
+ "_type": "Value"
20
+ },
21
+ "zh_text": {
22
+ "dtype": "string",
23
+ "_type": "Value"
24
+ },
25
+ "en_text": {
26
+ "dtype": "string",
27
+ "_type": "Value"
28
+ },
29
+ "annotation": {
30
+ "dtype": "string",
31
+ "_type": "Value"
32
+ },
33
+ "scenario": {
34
+ "dtype": "string",
35
+ "_type": "Value"
36
+ },
37
+ "question": {
38
+ "dtype": "string",
39
+ "_type": "Value"
40
+ },
41
+ "choices": {
42
+ "dtype": "string",
43
+ "_type": "Value"
44
+ },
45
+ "A": {
46
+ "dtype": "string",
47
+ "_type": "Value"
48
+ },
49
+ "B": {
50
+ "dtype": "string",
51
+ "_type": "Value"
52
+ },
53
+ "C": {
54
+ "dtype": "string",
55
+ "_type": "Value"
56
+ },
57
+ "D": {
58
+ "dtype": "string",
59
+ "_type": "Value"
60
+ },
61
+ "__index_level_0__": {
62
+ "dtype": "int64",
63
+ "_type": "Value"
64
+ }
65
+ },
66
+ "homepage": "",
67
+ "license": ""
68
+ }
GeoSQA/validation/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "0548e1460e2f1cde",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }
README.md CHANGED
@@ -1 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Geo-Benchmark
 
1
+ ---
2
+ language:
3
+ - en
4
+ tas_categories:
5
+ - text-generation
6
+ configs:
7
+ - config_name: GeoSQA
8
+ data_files:
9
+ - split: train
10
+ path: GeoSQA/train/*
11
+ - split: test
12
+ path: GeoSQA/test/*
13
+ - split: val
14
+ path: GeoSQA/validation/*
15
+ ---
16
+
17
  # Geo-Benchmark