summaryrefslogtreecommitdiff
path: root/data/geo/geoquery.train.sem
blob: 3f4ed93f6de29fc802c40024bbd43d4a859e9d23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
(answer (lake (loc_2 (countryid usa:e))))
(answer (highest (place (loc_2 (stateid florida:e)))))
(answer (high_point_1 (state (next_to_2 (stateid mississippi:e)))))
(answer (state (loc_1 (shortest (river all:e)))))
(answer (highest (mountain (loc_2 (countryid usa:e)))))
(answer (capital (loc_2 (stateid maine:e))))
(answer (population_1 (state (traverse_1 (riverid mississippi:e)))))
(answer (lake (loc_2 (countryid usa:e))))
(answer (state (next_to_2 (state (traverse_1 (riverid mississippi:e))))))
(answer (highest (mountain (loc_2 (stateid alaska:e)))))
(answer (population_1 (stateid illinois:e)))
(answer (river (loc_2 (stateid colorado:e))))
(answer (state (loc_1 (highest (place (loc_2 (countryid usa:e)))))))
(answer (state (loc_1 (cityid denver:e _:e))))
(answer (lowest (place (loc_2 (stateid texas:e)))))
(answer (count (state (loc_1 (city (cityid rochester:e _:e))))))
(answer (capital (loc_2 (state (next_to_2 (stateid texas:e))))))
(answer (population_1 (cityid austin:e _:e)))
(answer (state (loc_1 (river (riverid colorado:e)))))
(answer (size (stateid texas:e)))
(answer (shortest (river (loc_2 (countryid usa:e)))))
(answer (major (city (loc_2 (countryid usa:e)))))
(answer (state (next_to_2 (stateid kentucky:e))))
(answer (population_1 (stateid oregon:e)))
(answer (state (loc_1 (city (cityid austin:e _:e)))))
(answer (highest (place (loc_2 (stateid south_carolina:e)))))
(answer (population_1 (cityid austin:e tx:e)))
(answer (river (loc_2 (stateid texas:e))))
(answer (lowest (place (loc_2 (stateid colorado:e)))))
(answer (population_1 (cityid atlanta:e _:e)))
(answer (river (loc_2 (stateid utah:e))))
(answer (most (river (traverse_2 (state all:e)))))
(answer (population_1 (cityid sacramento:e _:e)))
(answer (highest (place (loc_2 (stateid oregon:e)))))
(answer (state (traverse_1 (riverid mississippi:e))))
(answer (major (city (loc_2 (smallest (state (loc_2 (countryid usa:e))))))))
(answer (elevation_1 (placeid guadalupe_peak:e)))
(answer (river (traverse_2 (stateid illinois:e))))
(answer (len (riverid mississippi:e)))
(answer (elevation_1 (highest (place (loc_2 (largest (state all:e)))))))
(answer (area_1 (stateid south_carolina:e)))
(answer (state (traverse_1 (longest (river all:e)))))
(answer (loc_1 (cityid new_orleans:e _:e)))
(answer (state (loc_1 (placeid mount_mckinley:e))))
(answer (state (loc_1 (highest (place all:e)))))
(answer (size (stateid california:e)))
(answer (smallest (state (next_to_2 (stateid texas:e)))))
(answer (population_1 (stateid alabama:e)))
(answer (state (loc_1 (cityid rochester:e _:e))))
(answer (count (intersection (state (loc_2 (countryid usa:e))) (traverse_1 (shortest (river all:e))))))
(answer (largest (state (loc_2 (countryid usa:e)))))
(answer (area_1 (largest (state all:e))))
(answer (loc_1 (placeid mount_whitney:e)))
(answer (count (state (next_to_1 (stateid iowa:e)))))
(answer (state (traverse_1 (longest (river all:e)))))
(answer (river (traverse_2 (stateid kansas:e))))
(answer (population_1 (cityid austin:e tx:e)))
(answer (capital (loc_2 (stateid vermont:e))))
(answer (state (next_to_2 (stateid colorado:e))))
(answer (len (riverid mississippi:e)))
(answer (largest_one (density_1 (state all:e))))
(answer (state (next_to_2 (stateid georgia:e))))
(answer (capital (loc_2 (stateid pennsylvania:e))))
(answer (longest (river (loc_2 (stateid texas:e)))))
(answer (longest (river (loc_2 (countryid usa:e)))))
(answer (capital (loc_2 (stateid utah:e))))
(answer (smallest_one (density_1 (state all:e))))
(answer (exclude (capital all:e) (major (city all:e))))
(answer (largest (city (loc_2 (stateid nebraska:e)))))
(answer (population_1 (stateid texas:e)))
(answer (shortest (river (loc_2 (countryid usa:e)))))
(answer (population_1 (stateid rhode_island:e)))
(answer (state (loc_1 (lowest (place all:e)))))
(answer (longest (river (loc_2 (stateid new_york:e)))))
(answer (longest (river (traverse_2 (state (next_to_2 (stateid tennessee:e)))))))
(answer (count (major (city (loc_2 (stateid arizona:e))))))
(answer (state (next_to_2 (stateid michigan:e))))
(answer (largest (state (next_to_2 (stateid texas:e)))))
(answer (shortest (river all:e)))
(answer (count (state (next_to_2 (most (state (next_to_2 (state all:e))))))))
(answer (state (loc_1 (largest (city (loc_2 (stateid montana:e)))))))
(answer (population_1 (cityid washington:e dc:e)))
(answer (largest_one (population_1 (city (loc_2 (stateid texas:e))))))
(answer (capital (loc_2 (stateid hawaii:e))))
(answer (capital (loc_2 (stateid iowa:e))))
(answer (loc_1 (cityid san_diego:e _:e)))
(answer (major (city (loc_2 (stateid delaware:e)))))
(answer (lowest (place (loc_2 (stateid louisiana:e)))))
(answer (state (loc_1 (highest (place all:e)))))
(answer (largest_one (population_1 (city (loc_2 (stateid texas:e))))))
(answer (largest (capital (loc_2 (countryid usa:e)))))
(answer (population_1 (stateid new_york:e)))
(answer (population_1 (capital (loc_2 (smallest (state all:e))))))
(answer (area_1 (stateid alaska:e)))
(answer (population_1 (stateid california:e)))
(answer (state (loc_1 (longest (river all:e)))))
(answer (capital (loc_2 (stateid texas:e))))
(answer (city (loc_2 (stateid texas:e))))
(answer (state (next_to_2 (stateid kentucky:e))))
(answer (elevation_1 (highest (place (loc_2 (stateid florida:e))))))
(answer (major (city (loc_2 (stateid north_carolina:e)))))
(answer (highest (place (loc_2 (state (loc_1 (capital (cityid des_moines:e _:e))))))))
(answer (lowest (place (loc_2 (stateid california:e)))))
(answer (largest (city (loc_2 (stateid wyoming:e)))))
(answer (largest (state (next_to_2 (stateid texas:e)))))
(answer (smallest (city (loc_2 (stateid hawaii:e)))))
(answer (area_1 (state all:e)))
(answer (area_1 (stateid idaho:e)))
(answer (most (state (traverse_1 (river all:e)))))
(answer (population_1 (cityid springfield:e mo:e)))
(answer (largest_one (population_1 (state (next_to_2 (stateid oklahoma:e))))))
(answer (count (state (next_to_2 (stateid kentucky:e)))))
(answer (density_1 (stateid pennsylvania:e)))
(answer (largest_one (density_1 (state all:e))))
(answer (highest (mountain (loc_2 (countryid usa:e)))))
(answer (highest (place (loc_2 (largest_one (area_1 (state all:e)))))))
(answer (state all:e))
(answer (count (river (loc_2 (stateid washington:e)))))
(answer (population_1 (state (traverse_1 (riverid mississippi:e)))))
(answer (longest (river (loc_2 (stateid illinois:e)))))
(answer (capital (loc_2 (stateid michigan:e))))
(answer (sum (population_1 (state (next_to_2 (stateid texas:e))))))
(answer (state (next_to_2 (stateid rhode_island:e))))
(answer (largest (city (loc_2 (stateid oregon:e)))))
(answer (lowest (place (loc_2 (stateid wisconsin:e)))))
(answer (river (loc_2 (stateid indiana:e))))
(answer (population_1 (cityid austin:e _:e)))
(answer (smallest (city (loc_2 (stateid arkansas:e)))))
(answer (longest (river (traverse_2 (countryid usa:e)))))
(answer (len (riverid missouri:e)))
(answer (state (loc_1 (largest (city all:e)))))
(answer (lowest (place (loc_2 (stateid pennsylvania:e)))))
(answer (longest (river (loc_2 (state (loc_1 (highest (place all:e))))))))
(answer (state (traverse_1 (riverid colorado:e))))
(answer (state (traverse_1 (riverid potomac:e))))
(answer (largest (city (loc_2 (countryid usa:e)))))
(answer (exclude (state all:e) (loc_1 (river all:e))))
(answer (highest (place (loc_2 (stateid rhode_island:e)))))
(answer (exclude (state all:e) (next_to_2 (state all:e))))
(answer (population_1 (cityid atlanta:e ga:e)))
(answer (area_1 (countryid usa:e)))
(answer (population_1 (stateid idaho:e)))
(answer (state (next_to_2 (stateid california:e))))
(answer (smallest (state (traverse_1 (longest (river all:e))))))
(answer (major (city (loc_2 (stateid illinois:e)))))
(answer (count (state (traverse_1 (riverid colorado:e)))))
(answer (count (state (traverse_1 (riverid colorado:e)))))
(answer (major (city (loc_2 (stateid kansas:e)))))
(answer (state (next_to_2 (stateid texas:e))))
(answer (population_1 (stateid new_york:e)))
(answer (largest (city (loc_2 (state (next_to_2 (largest (state all:e))))))))
(answer (state (loc_1 (place (higher_2 (highest (place (loc_2 (stateid texas:e)))))))))
(answer (river (traverse_2 (stateid ohio:e))))
(answer (largest (city (loc_2 (stateid michigan:e)))))
(answer (count (river (loc_2 (state (loc_1 (highest (place all:e))))))))
(answer (city (loc_2 (stateid pennsylvania:e))))
(answer (smallest_one (population_1 (state all:e))))
(answer (highest (place (loc_2 (state (loc_1 (lowest (place (elevation_2 0:e)))))))))
(answer (city (loc_2 (countryid usa:e))))
(answer (count (state (traverse_1 (riverid missouri:e)))))
(answer (state (loc_1 (largest_one (population_1 (city all:e))))))
(answer (shortest (river all:e)))
(answer (count (state (next_to_2 (stateid alaska:e)))))
(answer (population_1 (cityid dallas:e _:e)))
(answer (loc_1 (cityid san_jose:e _:e)))
(answer (state (next_to_2 (state (next_to_2 (stateid colorado:e))))))
(answer (river (traverse_2 (largest_one (population_1 (state all:e))))))
(answer (largest (city all:e)))
(answer (capital (loc_2 (stateid alabama:e))))
(answer (state (next_to_2 (stateid arkansas:e))))
(answer (population_1 (cityid denver:e _:e)))
(answer (longest (river (loc_2 (countryid usa:e)))))
(answer (loc_1 (stateid massachusetts:e)))
(answer (smallest_one (area_1 (state all:e))))
(answer (major (river (traverse_2 (stateid illinois:e)))))
(answer (count (city (loc_2 (countryid usa:e)))))
(answer (population_1 (stateid california:e)))
(answer (major (river (loc_2 (countryid usa:e)))))
(answer (count (state (traverse_1 (riverid mississippi:e)))))
(answer (area_1 (stateid texas:e)))
(answer (len (most (river (traverse_2 (state all:e))))))
(answer (len (longest (river (loc_2 (countryid usa:e))))))
(answer (capital (loc_2 (stateid texas:e))))
(answer (largest_one (population_1 (city (loc_2 (stateid minnesota:e))))))
(answer (smallest (state (loc_2 (countryid usa:e)))))
(answer (state (next_to_2 (stateid maine:e))))
(answer (state (high_point_2 (higher_2 (high_point_1 (stateid colorado:e))))))
(answer (highest (mountain (loc_2 (stateid texas:e)))))
(answer (major (city (loc_2 (stateid texas:e)))))
(answer (state (next_to_2 (largest_one (population_1 (state all:e))))))
(answer (river (traverse_2 (stateid colorado:e))))
(answer (count (river (loc_2 (countryid usa:e)))))
(answer (count (river (loc_2 (stateid new_york:e)))))
(answer (river (loc_2 (stateid alaska:e))))
(answer (longest (river (traverse_2 (stateid new_york:e)))))
(answer (river (traverse_2 (stateid west_virginia:e))))
(answer (capital (loc_2 (state (next_to_2 (stateid texas:e))))))
(answer (area_1 (stateid california:e)))
(answer (count (state (loc_1 (city (cityid springfield:e _:e))))))
(answer (largest (city (loc_2 (stateid texas:e)))))
(answer (count (intersection (city (cityid austin:e _:e)) (loc_2 (countryid usa:e)))))
(answer (major (city (loc_2 (largest (state all:e))))))
(answer (state (traverse_1 (riverid colorado:e))))
(answer (largest (city (loc_2 (stateid wisconsin:e)))))
(answer (size (stateid alaska:e)))
(answer (state (loc_1 (highest (place (loc_2 (countryid usa:e)))))))
(answer (size (stateid north_dakota:e)))
(answer (river (traverse_2 (stateid alaska:e))))
(answer (highest (place (loc_2 (countryid usa:e)))))
(answer (shortest (river (loc_2 (stateid texas:e)))))
(answer (major (city (loc_2 (state (traverse_1 (major (river (loc_2 (stateid virginia:e))))))))))
(answer (river (loc_2 (stateid oregon:e))))
(answer (lowest (place (loc_2 (countryid usa:e)))))
(answer (count (state (loc_1 (city (cityid springfield:e _:e))))))
(answer (population_1 (stateid south_dakota:e)))
(answer (capital (loc_2 (state (loc_1 (highest (place all:e)))))))
(answer (state (loc_1 (highest (place all:e)))))
(answer (state (next_to_2 (stateid texas:e))))
(answer (longest (river (traverse_2 (state (next_to_2 (most (state (next_to_2 (state all:e))))))))))
(answer (state (next_to_2 (stateid hawaii:e))))
(answer (count (major (city (loc_2 (stateid oregon:e))))))
(answer (population_1 (cityid springfield:e sd:e)))
(answer (count (river (traverse_2 (stateid texas:e)))))
(answer (most (state (traverse_1 (major (river all:e))))))
(answer (lake (loc_2 (state (next_to_2 (stateid texas:e))))))
(answer (population_1 (cityid boulder:e _:e)))
(answer (river (loc_2 (stateid nevada:e))))
(answer (loc_1 (cityid fort_wayne:e _:e)))
(answer (loc_1 (cityid indianapolis:e _:e)))
(answer (state (next_to_2 (state (next_to_2 (state (next_to_2 (state (next_to_2 (stateid texas:e))))))))))
(answer (population_1 (cityid boulder:e _:e)))
(answer (major (city (loc_2 (countryid usa:e)))))
(answer (major (city (loc_2 (stateid colorado:e)))))
(answer (state (loc_1 (capital (cityid columbus:e _:e)))))
(answer (sum (area_1 (state all:e))))
(answer (density_1 (countryid usa:e)))
(answer (largest (state (next_to_2 (stateid california:e)))))
(answer (population_1 (stateid montana:e)))
(answer (population_1 (major (city (loc_2 (stateid montana:e))))))
(answer (river (traverse_2 (state (loc_1 (lowest (place (loc_2 (countryid usa:e)))))))))
(answer (river (traverse_2 (largest (state all:e)))))
(answer (area_1 (stateid maine:e)))
(answer (major (river (loc_2 (stateid texas:e)))))
(answer (density_1 (smallest_one (population_1 (state all:e)))))
(answer (highest (place (loc_2 (stateid wyoming:e)))))
(answer (state (next_to_2 (stateid delaware:e))))
(answer (most (state (traverse_1 (river all:e)))))
(answer (largest (capital all:e)))
(answer (largest_one (density_1 (state all:e))))
(answer (state (loc_1 (city (cityid springfield:e _:e)))))
(answer (smallest (city (loc_2 (largest (state all:e))))))
(answer (mountain (loc_2 (stateid alaska:e))))
(answer (river (traverse_2 (stateid colorado:e))))
(answer (smallest_one (density_1 (state all:e))))
(answer (population_1 (cityid montgomery:e _:e)))
(answer (largest_one (population_1 (city all:e))))
(answer (largest (state all:e)))
(answer (state (loc_1 (lowest (place (loc_2 (state (traverse_1 (riverid mississippi:e)))))))))
(answer (area_1 (smallest_one (density_1 (state all:e)))))
(answer (most (state (loc_1 (river all:e)))))
(answer (longest (river (loc_2 (stateid mississippi:e)))))
(answer (capital (loc_2 (largest (state all:e)))))
(answer (largest_one (population_1 (state all:e))))
(answer (river (loc_2 (stateid arkansas:e))))
(answer (population_1 (state (traverse_1 (riverid mississippi:e)))))
(answer (population_1 (stateid arizona:e)))
(answer (state (next_to_2 (smallest_one (population_1 (state all:e))))))
(answer (area_1 (countryid usa:e)))
(answer (population_1 (cityid seattle:e wa:e)))
(answer (size (largest (state (loc_2 (countryid usa:e))))))
(answer (state (loc_1 (capital (cityid salem:e _:e)))))
(answer (lowest (place (loc_2 (state (traverse_1 (riverid mississippi:e)))))))
(answer (count (major (city (loc_2 (stateid texas:e))))))
(answer (capital (city (loc_2 (largest (state (loc_2 (countryid usa:e))))))))
(answer (major (city (loc_2 (stateid rhode_island:e)))))
(answer (largest_one (population_1 (state all:e))))
(answer (largest (city (loc_2 (stateid kansas:e)))))
(answer (area_1 (state (loc_1 (capital (cityid albany:e _:e))))))
(answer (longest (river (traverse_2 (stateid colorado:e)))))
(answer (count (river (loc_2 (stateid alaska:e)))))
(answer (size (stateid massachusetts:e)))
(answer (size (largest (city (loc_2 (stateid alaska:e))))))
(answer (count (city (loc_2 (countryid usa:e)))))
(answer (state (capital_2 (cityid dover:e _:e))))
(answer (state (next_to_2 (stateid new_hampshire:e))))
(answer (shortest (river (loc_2 (stateid nebraska:e)))))
(answer (count (state (next_to_2 (stateid hawaii:e)))))
(answer (state (loc_1 (cityid dallas:e _:e))))
(answer (smallest_one (population_1 (city all:e))))
(answer (population_1 (stateid utah:e)))
(answer (smallest_one (density_1 (state all:e))))
(answer (largest (state (next_to_2 (state (loc_1 (lowest (place (loc_2 (countryid usa:e))))))))))
(answer (largest (city (loc_2 (stateid texas:e)))))
(answer (largest (state (loc_2 (countryid usa:e)))))
(answer (largest_one (population_1 (state all:e))))
(answer (river (loc_2 (stateid new_mexico:e))))
(answer (area_1 (stateid maryland:e)))
(answer (count (state (loc_2 (countryid usa:e)))))
(answer (count (major (city (loc_2 (state (next_to_2 (stateid nebraska:e))))))))
(answer (population_1 (largest (state all:e))))
(answer (size (stateid florida:e)))
(answer (count (river (loc_2 (stateid missouri:e)))))
(answer (count (river (loc_2 (stateid texas:e)))))
(answer (highest (place (loc_2 (state (loc_1 (capital (cityid des_moines:e _:e))))))))
(answer (population_1 (cityid seattle:e _:e)))
(answer (highest (place (loc_2 (stateid colorado:e)))))
(answer (state (next_to_2 (stateid arizona:e))))
(answer (river (traverse_2 (state (loc_1 (lowest (place (loc_2 (countryid usa:e)))))))))
(answer (population_1 (stateid minnesota:e)))
(answer (state (loc_1 (largest_one (population_1 (city all:e))))))
(answer (state (loc_1 (major (city (cityid austin:e _:e))))))
(answer (state (loc_1 (place (higher_2 (highest (place (loc_2 (stateid colorado:e)))))))))
(answer (highest (place (loc_2 (smallest_one (population_1 (state all:e)))))))
(answer (loc_1 (stateid new_hampshire:e)))
(answer (state (next_to_2 (stateid florida:e))))
(answer (count (intersection (river (loc_2 (stateid texas:e))) (longer (riverid red:e)))))
(answer (count (exclude (river all:e) (traverse_2 (state (loc_1 (capital (cityid albany:e _:e))))))))
(answer (population_1 (state (traverse_1 (riverid mississippi:e)))))
(answer (state (traverse_1 (riverid mississippi:e))))
(answer (state (next_to_2 (riverid mississippi:e))))
(answer (city (loc_2 (stateid virginia:e))))
(answer (capital (city (loc_2 (state (next_to_2 (stateid texas:e)))))))
(answer (largest_one (population_1 (state (next_to_2 (stateid texas:e))))))
(answer (state (most (state (loc_1 (river all:e))))))
(answer (smallest_one (density_1 (state all:e))))
(answer (major (city (loc_2 (stateid ohio:e)))))
(answer (state (traverse_1 (riverid missouri:e))))
(answer (largest (city (loc_2 (stateid arizona:e)))))
(answer (population_1 (stateid hawaii:e)))
(answer (population_1 (smallest (state (next_to_2 (stateid wyoming:e))))))
(answer (state (loc_1 (lowest (place all:e)))))
(answer (river (traverse_2 (stateid missouri:e))))
(answer (elevation_1 (placeid death_valley:e)))
(answer (river (traverse_2 (stateid texas:e))))
(answer (elevation_1 (highest (place (loc_2 (state all:e))))))
(answer (capital (loc_2 (stateid new_hampshire:e))))
(answer (len (riverid rio_grande:e)))
(answer (most (state (next_to_2 (state all:e)))))
(answer (count (state (next_to_1 (stateid missouri:e)))))
(answer (loc_1 (cityid austin:e _:e)))
(answer (elevation_1 (highest (place (loc_2 (stateid delaware:e))))))
(answer (loc_1 (highest (place (loc_2 (stateid montana:e))))))
(answer (state (next_to_2 (state (next_to_2 (largest_one (population_1 (state all:e))))))))
(answer (elevation_1 (highest (mountain (loc_2 (stateid texas:e))))))
(answer (state (loc_1 (cityid flint:e _:e))))
(answer (largest_one (density_1 (state (loc_2 (countryid usa:e))))))
(answer (largest_one (population_1 (city (loc_2 (stateid texas:e))))))
(answer (state (next_to_2 (stateid missouri:e))))
(answer (largest (state all:e)))
(answer (smallest_one (density_1 (state all:e))))
(answer (state (next_to_2 (stateid alabama:e))))
(answer (river (traverse_2 (state (next_to_1 (stateid alabama:e))))))
(answer (major (city (loc_2 (stateid wyoming:e)))))
(answer (highest (place (loc_2 (state (next_to_2 (stateid mississippi:e)))))))
(answer (state (traverse_1 (riverid mississippi:e))))
(answer (loc_1 (cityid scotts_valley:e _:e)))
(answer (major (lake (loc_2 (countryid usa:e)))))
(answer (largest (city (loc_2 (stateid missouri:e)))))
(answer (state (next_to_2 (stateid alaska:e))))
(answer (state (loc_1 (largest (city all:e)))))
(answer (river (traverse_2 (stateid maine:e))))
(answer (lake (loc_2 (stateid california:e))))
(answer (sum (population_1 (state all:e))))
(answer (elevation_1 (highest (place (loc_2 (stateid louisiana:e))))))
(answer (longest (river (loc_2 (stateid pennsylvania:e)))))
(answer (capital (loc_2 (stateid maryland:e))))
(answer (largest (state all:e)))
(answer (state (next_to_2 (stateid iowa:e))))
(answer (state (next_to_2 (stateid alaska:e))))
(answer (largest (state (loc_2 (countryid usa:e)))))
(answer (major (city (loc_2 (stateid california:e)))))
(answer (largest (state (traverse_1 (riverid mississippi:e)))))
(answer (river (traverse_2 (state (next_to_2 (stateid new_mexico:e))))))
(answer (lowest (place (loc_2 (stateid texas:e)))))
(answer (smallest (state (next_to_2 (stateid ohio:e)))))
(answer (count (state (next_to_2 (major (river all:e))))))
(answer (lowest (place (loc_2 (countryid usa:e)))))
(answer (largest_one (density_1 (state all:e))))
(answer (count (state (next_to_2 (largest (state all:e))))))
(answer (longest (exclude (river all:e) (traverse_2 (stateid texas:e)))))
(answer (state (loc_2 (countryid usa:e))))
(answer (density_1 (stateid texas:e)))
(answer (smallest (city (loc_2 (smallest (state (loc_2 (countryid usa:e))))))))
(answer (highest (place (loc_2 (stateid kansas:e)))))
(answer (population_1 (cityid boston:e _:e)))
(answer (population_1 (stateid nevada:e)))
(answer (density_1 (stateid texas:e)))
(answer (population_1 (cityid washington:e dc:e)))
(answer (city (loc_2 (stateid texas:e))))
(answer (len (shortest (river (loc_2 (countryid usa:e))))))
(answer (count (state (loc_1 (major (river all:e))))))
(answer (density_1 (smallest (state all:e))))
(answer (state (next_to_2 (stateid michigan:e))))
(answer (largest_one (population_1 (city (loc_2 (stateid texas:e))))))
(answer (river (traverse_2 (state (next_to_2 (state (loc_1 (capital (cityid atlanta:e _:e)))))))))
(answer (highest (place (loc_2 (countryid usa:e)))))
(answer (population_1 (cityid kalamazoo:e _:e)))
(answer (count (major (city (loc_2 (stateid florida:e))))))
(answer (largest_one (density_1 (state all:e))))
(answer (count (river (loc_2 (stateid colorado:e)))))
(answer (lowest (place (loc_2 (largest_one (area_1 (state all:e)))))))
(answer (state (next_to_2 (stateid texas:e))))
(answer (count (state (next_to_2 (state all:e)))))
(answer (exclude (state all:e) (next_to_2 (state all:e))))
(answer (river (traverse_2 (cityid austin:e tx:e))))
(answer (population_1 (stateid new_hampshire:e)))
(answer (capital (loc_2 (stateid indiana:e))))
(answer (state (next_to_2 (most (state (loc_1 (city all:e)))))))
(answer (area_1 (smallest (state all:e))))
(answer (state (next_to_2 (stateid new_york:e))))
(answer (population_1 (stateid maine:e)))
(answer (largest (city (loc_2 (smallest (state all:e))))))
(answer (elevation_1 (highest (place (loc_2 (countryid usa:e))))))
(answer (fewest (state (next_to_2 (exclude (exclude (state all:e) (stateid alaska:e)) (stateid hawaii:e))))))
(answer (highest (place (loc_2 (stateid new_mexico:e)))))
(answer (largest (state all:e)))
(answer (population_1 (cityid spokane:e wa:e)))
(answer (state (traverse_1 (shortest (river all:e)))))
(answer (len (riverid rio_grande:e)))
(answer (population_1 (stateid texas:e)))
(answer (loc_1 (lowest (place (loc_2 (stateid iowa:e))))))
(answer (population_1 (state (traverse_1 (riverid mississippi:e)))))
(answer (lowest (place (loc_2 (stateid oregon:e)))))
(answer (shortest (river (loc_2 (stateid alaska:e)))))
(answer (count (state (next_to_2 (riverid mississippi:e)))))
(answer (largest_one (population_1 (capital (loc_2 (countryid usa:e))))))
(answer (highest (place (loc_2 (stateid ohio:e)))))
(answer (state (next_to_2 (stateid wisconsin:e))))
(answer (state (loc_1 (capital (highest (place all:e))))))
(answer (count (state (intersection (next_to_2 (stateid colorado:e)) (next_to_2 (stateid new_mexico:e))))))
(answer (major (city (loc_2 (stateid missouri:e)))))
(answer (major (city (loc_2 (stateid texas:e)))))
(answer (count (river (riverid colorado:e))))
(answer (elevation_1 (highest (place (loc_2 (stateid montana:e))))))
(answer (count (state (loc_1 (city (cityid austin:e _:e))))))
(answer (state (traverse_1 (riverid missouri:e))))
(answer (largest (city (loc_2 (countryid usa:e)))))
(answer (size (stateid new_mexico:e)))
(answer (population_1 (stateid south_dakota:e)))
(answer (state (loc_1 (cityid pittsburgh:e _:e))))
(answer (river (traverse_2 (stateid arizona:e))))
(answer (count (major (river (traverse_2 (stateid ohio:e))))))
(answer (population_1 (cityid boulder:e _:e)))
(answer (count (river (loc_2 (stateid idaho:e)))))
(answer (state (loc_1 (capital (cityid sacramento:e _:e)))))
(answer (count (city (loc_2 (countryid usa:e)))))
(answer (population_1 (stateid california:e)))
(answer (largest_one (population_1 (state all:e))))
(answer (state (next_to_2 (riverid mississippi:e))))
(answer (population_1 (stateid missouri:e)))
(answer (exclude (river all:e) (traverse_2 (stateid tennessee:e))))
(answer (largest (city (loc_2 (state (next_to_2 (stateid texas:e)))))))
(answer (longest (river (loc_2 (countryid usa:e)))))
(answer (count (state (traverse_1 (riverid mississippi:e)))))
(answer (largest (state (traverse_1 (riverid rio_grande:e)))))
(answer (size (capital (loc_2 (stateid texas:e)))))
(answer (state (traverse_1 (river all:e))))
(answer (state (next_to_2 (stateid hawaii:e))))
(answer (population_1 (cityid boulder:e _:e)))
(answer (state (next_to_2 (state (next_to_2 (state (next_to_2 (stateid florida:e))))))))
(answer (state (next_to_2 (longest (river (loc_2 (countryid usa:e)))))))
(answer (density_1 (stateid wyoming:e)))
(answer (population_1 (stateid iowa:e)))
(answer (highest (place (loc_2 (most (state (traverse_1 (river all:e))))))))
(answer (population_1 (cityid boulder:e _:e)))
(answer (river (loc_2 (stateid montana:e))))
(answer (count (state (next_to_2 (state (loc_1 (capital (cityid boston:e _:e))))))))
(answer (population_1 (stateid washington:e)))
(answer (largest_one (population_1 (capital_1 (state all:e)))))
(answer (largest (city (loc_2 (state (next_to_2 (stateid california:e)))))))
(answer (largest_one (population_1 (city (loc_2 (stateid wyoming:e))))))
(answer (density_1 (state (loc_1 (capital (cityid austin:e _:e))))))
(answer (population_1 (cityid portland:e me:e)))
(answer (state (loc_1 (cityid kalamazoo:e _:e))))
(answer (population_1 (largest (state (next_to_2 (stateid texas:e))))))
(answer (state (next_to_2 (stateid ohio:e))))
(answer (longest (river (loc_2 (countryid usa:e)))))
(answer (density_1 (smallest_one (area_1 (state all:e)))))
(answer (largest (capital all:e)))
(answer (state (loc_1 (smallest (capital all:e)))))
(answer (count (major (city (loc_2 (stateid pennsylvania:e))))))
(answer (state (traverse_1 (longest (river (loc_2 (countryid usa:e)))))))
(answer (loc_1 (cityid houston:e _:e)))
(answer (river (traverse_2 (state (next_to_2 (largest_one (population_1 (state all:e))))))))
(answer (highest (place (loc_2 (smallest (state all:e))))))
(answer (river (traverse_2 (stateid virginia:e))))
(answer (state (next_to_2 (stateid michigan:e))))
(answer (major (lake (loc_2 (stateid michigan:e)))))
(answer (city (loc_2 (stateid virginia:e))))
(answer (most (river (traverse_2 (state all:e)))))
(answer (population_1 (stateid new_mexico:e)))
(answer (largest (city (loc_2 (stateid alabama:e)))))
(answer (population_1 (cityid san_francisco:e _:e)))
(answer (population_1 (capital (loc_2 (largest (state all:e))))))
(answer (longest (river (loc_2 (countryid usa:e)))))
(answer (largest (state (next_to_2 (largest_one (population_1 (state all:e)))))))
(answer (major (lake (loc_2 (countryid usa:e)))))
(answer (loc_1 (cityid springfield:e _:e)))
(answer (state (loc_1 (cityid des_moines:e _:e))))
(answer (count (city (loc_2 (stateid texas:e)))))
(answer (state (loc_1 (cityid boston:e _:e))))
(answer (river (traverse_2 (state (loc_1 (largest (city (loc_2 (countryid usa:e)))))))))
(answer (state (next_to_2 (stateid iowa:e))))
(answer (exclude (state all:e) (next_to_2 (state all:e))))
(answer (loc_1 (lowest (place (loc_2 (countryid usa:e))))))
(answer (major (city (loc_2 (stateid oklahoma:e)))))
(answer (smallest_one (area_1 (state (next_to_2 (stateid texas:e))))))
(answer (capital (loc_2 (state (loc_1 (highest (place all:e)))))))
(answer (state (traverse_1 (riverid mississippi:e))))
(answer (loc_1 (placeid mount_whitney:e)))
(answer (largest_one (density_1 (state all:e))))
(answer (smallest (city (loc_2 (stateid washington:e)))))
(answer (major (city (loc_2 (stateid new_mexico:e)))))
(answer (population_1 (capital (loc_2 (stateid georgia:e)))))
(answer (largest_one (population_1 (state (traverse_1 (riverid mississippi:e))))))
(answer (largest_one (area_1 (state all:e))))
(answer (population_1 (cityid riverside:e _:e)))
(answer (area_1 (cityid seattle:e _:e)))
(answer (largest_one (population_1 (capital all:e))))
(answer (capital (loc_2 (most (state (next_to_2 (state all:e)))))))
(answer (count (river (traverse_2 (state (next_to_2 (stateid colorado:e)))))))
(answer (city (loc_2 (stateid california:e))))
(answer (state (loc_1 (capital (cityid austin:e _:e)))))
(answer (population_1 (stateid kansas:e)))
(answer (fewest (state (next_to_2 (state all:e)))))
(answer (state (next_to_2 (stateid south_dakota:e))))
(answer (river (loc_2 (stateid arkansas:e))))
(answer (len (riverid mississippi:e)))
(answer (shortest (river (loc_2 (countryid usa:e)))))
(answer (largest (city (loc_2 (countryid usa:e)))))
(answer (capital (loc_2 (stateid washington:e))))
(answer (count (city (loc_2 (stateid montana:e)))))
(answer (capital (loc_2 (stateid texas:e))))
(answer (elevation_1 (placeid mount_mckinley:e)))
(answer (smallest_one (population_1 (city all:e))))
(answer (largest (state (loc_2 (countryid usa:e)))))
(answer (count (major (city (loc_2 (state (next_to_2 (stateid utah:e))))))))
(answer (count (state (next_to_2 (stateid tennessee:e)))))
(answer (state (traverse_1 (riverid ohio:e))))
(answer (longest (river (loc_2 (smallest (state (loc_2 (countryid usa:e))))))))
(answer (smallest_one (area_1 (state all:e))))
(answer (population_1 (capital (loc_2 (largest (state (traverse_1 (riverid mississippi:e))))))))
(answer (population_1 (cityid boston:e ma:e)))
(answer (city (loc_2 (stateid california:e))))
(answer (size (cityid new_york:e _:e)))
(answer (most (state (loc_1 (city all:e)))))
(answer (longest (river (loc_2 (countryid usa:e)))))
(answer (capital (loc_2 (countryid usa:e))))
(answer (capital (loc_2 (state (next_to_2 (state (next_to_2 (stateid texas:e))))))))
(answer (state (loc_1 (riverid red:e))))
(answer (population_1 (cityid chicago:e _:e)))
(answer (smallest (city (loc_2 (stateid alaska:e)))))
(answer (state all:e))
(answer (largest (city (loc_2 (stateid georgia:e)))))
(answer (state (next_to_2 (state (traverse_1 (riverid mississippi:e))))))
(answer (count (city (loc_2 (countryid usa:e)))))
(answer (size (stateid texas:e)))
(answer (elevation_1 (highest (place (loc_2 (countryid usa:e))))))
(answer (population_1 (state (traverse_1 (riverid mississippi:e)))))
(answer (smallest_one (population_1 (state all:e))))
(answer (count (state (next_to_2 (stateid texas:e)))))
(answer (state (traverse_1 (riverid colorado:e))))
(answer (highest (place (loc_2 (stateid texas:e)))))
(answer (longest (river (loc_2 (stateid california:e)))))
(answer (len (most (river (traverse_2 (state all:e))))))
(answer (largest_one (population_1 (state (loc_2 (countryid usa:e))))))
(answer (capital (loc_2 (stateid georgia:e))))
(answer (density_1 (countryid usa:e)))
(answer (area_1 (stateid new_mexico:e)))
(answer (longest (river (loc_2 (stateid texas:e)))))
(answer (count (major (city all:e))))
(answer (count (river (loc_2 (largest_one (population_1 (state all:e)))))))
(answer (major (city (loc_2 (stateid montana:e)))))
(answer (population_1 (major (city (loc_2 (stateid wisconsin:e))))))
(answer (exclude (state all:e) (next_to_2 (stateid texas:e))))
(answer (most (river (traverse_2 (state all:e)))))
(answer (smallest_one (density_1 (state all:e))))
(answer (state (traverse_1 (riverid missouri:e))))
(answer (count (river (loc_2 (stateid colorado:e)))))
(answer (shortest (river (loc_2 (stateid iowa:e)))))
(answer (state (next_to_2 (state (traverse_1 (riverid mississippi:e))))))
(answer (population_1 (stateid new_york:e)))
(answer (largest_one (population_1 (city (loc_2 (stateid texas:e))))))
(answer (highest (place (loc_2 (stateid new_mexico:e)))))
(answer (highest (place (loc_2 (countryid usa:e)))))
(answer (population_1 (largest_one (area_1 (state all:e)))))
(answer (loc_1 (cityid baton_rouge:e _:e)))
(answer (intersection (state (loc_2 (countryid usa:e))) (loc_1 (city (cityid springfield:e _:e)))))
(answer (count (city (loc_2 (stateid louisiana:e)))))
(answer (count (state (loc_2 (countryid usa:e)))))
(answer (river (traverse_2 (stateid louisiana:e))))
(answer (population_1 (largest_one (density_1 (state all:e)))))
(answer (state (loc_1 (highest (place (loc_2 (countryid usa:e)))))))
(answer (most (state (next_to_2 (state all:e)))))
(answer (state (next_to_2 (stateid alabama:e))))
(answer (len (intersection (riverid colorado:e) (river (loc_2 (stateid texas:e))))))
(answer (largest_one (population_1 (state all:e))))
(answer (state (loc_1 (highest (place all:e)))))
(answer (density_1 (stateid south_dakota:e)))
(answer (state (loc_1 (city (cityid austin:e _:e)))))
(answer (population_1 (stateid montana:e)))