Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
English
ArXiv:
License:
rfr2003 commited on
Commit
13f9f99
·
verified ·
1 Parent(s): fec757c

Adding GeoQuery_regression

Browse files
GeoQuery_regression/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7885895658ba98c795b6b93bba619a090946b9e17eb33711ee9cec26f096dc2f
3
+ size 5943
GeoQuery_regression/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b5a1aa970a39d532014c35ee7a5d1969151969c2e7990dc386530d251aaf5f7
3
+ size 7877
GeoQuery_regression/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:694c1d3e397c163d5051124c647827ff4fd3b514cf2f1c4f1d0f48b465370aa3
3
+ size 2596
README.md CHANGED
@@ -18,6 +18,14 @@ configs:
18
  path: GeoQuery_place/validation-*
19
  - split: test
20
  path: GeoQuery_place/test-*
 
 
 
 
 
 
 
 
21
  - config_name: GeoSQA
22
  data_files:
23
  - split: train
@@ -103,6 +111,26 @@ dataset_info:
103
  num_examples: 184
104
  download_size: 39538
105
  dataset_size: 94380
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
106
  - config_name: GeoSQA
107
  features:
108
  - name: question_id
 
18
  path: GeoQuery_place/validation-*
19
  - split: test
20
  path: GeoQuery_place/test-*
21
+ - config_name: GeoQuery_regression
22
+ data_files:
23
+ - split: train
24
+ path: GeoQuery_regression/train-*
25
+ - split: validation
26
+ path: GeoQuery_regression/validation-*
27
+ - split: test
28
+ path: GeoQuery_regression/test-*
29
  - config_name: GeoSQA
30
  data_files:
31
  - split: train
 
111
  num_examples: 184
112
  download_size: 39538
113
  dataset_size: 94380
114
+ - config_name: GeoQuery_regression
115
+ features:
116
+ - name: question
117
+ dtype: string
118
+ - name: answer
119
+ dtype: string
120
+ - name: __index_level_0__
121
+ dtype: int64
122
+ splits:
123
+ - name: train
124
+ num_bytes: 14163
125
+ num_examples: 182
126
+ - name: validation
127
+ num_bytes: 1211
128
+ num_examples: 17
129
+ - name: test
130
+ num_bytes: 7845
131
+ num_examples: 89
132
+ download_size: 16416
133
+ dataset_size: 23219
134
  - config_name: GeoSQA
135
  features:
136
  - name: question_id