-
Notifications
You must be signed in to change notification settings - Fork 0
/
q_table.json
614 lines (614 loc) · 19 KB
/
q_table.json
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
602
603
604
605
606
607
608
609
610
611
612
613
614
[
{
"qid": "1",
"question": "Can you calculate the total number of rebounds by the Charlotte Sting team in the 2006 season?",
"answer": "1028",
"provenance_table": {
"table": "t_1_24856332_4",
"column": "['rebounds']"
}
},
{
"qid": "2",
"question": "How many players on the Charlotte Sting team in the 2006 season had more than 100 assists?",
"answer": "0",
"provenance_table": {
"table": "t_1_24856332_4",
"column": "['player', 'assists']"
}
},
{
"qid": "3",
"question": "What is the average minutes of games played by the Charlotte Sting players in the 2006 season?",
"answer": "617",
"provenance_table": {
"table": "t_1_24856332_4",
"column": "['minutes']"
}
},
{
"qid": "4",
"question": "Identify the player with the least number of assists in the 2006 season for the Charlotte Sting.",
"answer": " Ayana Walker",
"provenance_table": {
"table": "t_1_24856332_4",
"column": "['player', 'assists']"
}
},
{
"qid": "6",
"question": "Can you calculate the total number of rebounds by the Seattle Storm team in the 2005 season?",
"answer": "1099",
"provenance_table": {
"table": "t_1_24915964_4",
"column": "['rebounds']"
}
},
{
"qid": "7",
"question": "How many players in the Seattle Storm team had more than 100 assists in the 2005 season?",
"answer": "1",
"provenance_table": {
"table": "t_1_24915964_4",
"column": "['player', 'assists']"
}
},
{
"qid": "8",
"question": "What is the average number of points scored by the Seattle Storm players in the 2005 season?",
"answer": "208",
"provenance_table": {
"table": "t_1_24915964_4",
"column": "['points']"
}
},
{
"qid": "9",
"question": "Identify the player with the least minutes of games played in the Seattle Storm team during the 2005 season.",
"answer": "{'player': 'Mandisa Stevenson', 'minutes': 53}",
"provenance_table": {
"table": "t_1_24915964_4",
"column": "['player', 'minutes']"
}
},
{
"qid": "11",
"question": "Can you calculate the total number of rebounds by the Houston Comets players in the 2004 season?",
"answer": "1034",
"provenance_table": {
"table": "t_1_24912693_4",
"column": "['rebounds']"
}
},
{
"qid": "12",
"question": "How many players from the Houston Comets in the 2004 season had more than 100 assists?",
"answer": "0",
"provenance_table": {
"table": "t_1_24912693_4",
"column": "['player', 'assists']"
}
},
{
"qid": "13",
"question": "What is the average minutes of games played by the Houston Comets players in the 2004 season?",
"answer": "568.8",
"provenance_table": {
"table": "t_1_24912693_4",
"column": "['minutes']"
}
},
{
"qid": "14",
"question": "Identify the player with the least number of assists in the Houston Comets team during the 2004 season.",
"answer": "LaTonya Johnson",
"provenance_table": {
"table": "t_1_24912693_4",
"column": "['player', 'assists']"
}
},
{
"qid": "16",
"question": "Can you calculate the total number of rebounds by the Minnesota Lynx team in the 2003 season?",
"answer": "1410",
"provenance_table": {
"table": "t_1_24908692_5",
"column": "['rebounds']"
}
},
{
"qid": "17",
"question": "How many players in the Minnesota Lynx team had more than 100 assists in the 2003 season?",
"answer": "1",
"provenance_table": {
"table": "t_1_24908692_5",
"column": "['player', 'assists']"
}
},
{
"qid": "18",
"question": "What is the average minutes of games played by the Minnesota Lynx players in the 2003 season?",
"answer": "666.6",
"provenance_table": {
"table": "t_1_24908692_5",
"column": "['minutes']"
}
},
{
"qid": "19",
"question": "Identify the player with the least number of assists in the Minnesota Lynx team during the 2003 season.",
"answer": "Jordan Adams",
"provenance_table": {
"table": "t_1_24908692_5",
"column": "['player', 'assists']"
}
},
{
"qid": "21",
"question": "Can you calculate the total number of rebounds by the Portland Fire team in the 2000 season?",
"answer": "932",
"provenance_table": {
"table": "t_1_24850487_5",
"column": "['rebounds']"
}
},
{
"qid": "22",
"question": "How many players on the Portland Fire team in the 2000 season had more than 100 assists?",
"answer": "1",
"provenance_table": {
"table": "t_1_24850487_5",
"column": "['player', 'assists']"
}
},
{
"qid": "23",
"question": "Who was the player with the least minutes of games played for the Portland Fire in the 2000 season?",
"answer": "Tara Williams ",
"provenance_table": {
"table": "t_1_24850487_5",
"column": "['player', 'minutes']"
}
},
{
"qid": "24",
"question": "Identify the player who scored the most points per game for the Portland Fire in the 2000 season.",
"answer": "Sophia Witherspoon scored the most points per game for the Portland Fire in the 2000 season, with 538 points in 1061 minutes.",
"provenance_table": {
"table": "t_1_24850487_5",
"column": "['player', 'points']"
}
},
{
"qid": "26",
"question": "Can you calculate the total number of rebounds by the Miami Sol team in the 2000 season?",
"answer": "954",
"provenance_table": {
"table": "t_1_19722233_5",
"column": "['rebounds']"
}
},
{
"qid": "27",
"question": "How many players in the Miami Sol team had more than 100 assists in the 2000 season?",
"answer": "0",
"provenance_table": {
"table": "t_1_19722233_5",
"column": "['player', 'assists']"
}
},
{
"qid": "29",
"question": "Identify the player with the least number of assistss in the Miami Sol team during the 2000 season.",
"answer": "Jamie Cassidy ",
"provenance_table": {
"table": "t_1_19722233_5",
"column": "['player', 'assists']"
}
},
{
"qid": "32",
"question": "Can you tell me the total number of games won by the Memphis Grizzlies in March 2009?",
"answer": "3",
"provenance_table": {
"table": "t_1_17121262_9",
"column": "['score']"
}
},
{
"qid": "34",
"question": "Can you list the games where Marc Gasol scored the highest points in March 2009 ?",
"answer": "['@ L.A. Lakers', 'Sacramento']",
"provenance_table": {
"table": "t_1_17121262_9",
"column": "['game', 'high points']"
}
},
{
"qid": "35",
"question": "Tell me the game with the least attendance in March 2009 of Memphis Grizzlies?",
"answer": " @ Minnesota ",
"provenance_table": {
"table": "t_1_17121262_9",
"column": "['game', 'attendance']"
}
},
{
"qid": "36",
"question": "Who scored the most points in a single game in March 2009?",
"answer": "Rudy Gay (35)",
"provenance_table": {
"table": "t_1_17121262_9",
"column": "['high points']"
}
},
{
"qid": "37",
"question": "What was the highest number of rebounds by a player in a single game in March 2009?",
"answer": "Marc Gasol (14)",
"provenance_table": {
"table": "t_1_17121262_9",
"column": "['high rebounds']"
}
},
{
"qid": "38",
"question": "What was the largest margin of victory for the Milwaukee Bucks in January 2009?",
"answer": "W 133–99 (OT)",
"provenance_table": {
"table": "t_1_17058116_7",
"column": "['score']"
}
},
{
"qid": "39",
"question": "What was the smallest margin of defeat for the Milwaukee Bucks in January 2009?",
"answer": "January 10 @ Minnesota L 104–106 (OT) ",
"provenance_table": {
"table": "t_1_17058116_7",
"column": "['score']"
}
},
{
"qid": "40",
"question": "What was the highest number of assists by a player in a single game in March 2009?",
"answer": "Mike Conley, Jr. (10)",
"provenance_table": {
"table": "t_1_17121262_9",
"column": "['high assists']"
}
},
{
"qid": "41",
"question": "What was the team's record at the end of March 2009?",
"answer": "The team's record at the end of March 2009 was 18 wins and 54 losses.",
"provenance_table": {
"table": "t_1_17121262_9",
"column": "['record']"
}
},
{
"qid": "42",
"question": "Which game had the most points scored by the Memphis Grizzlies in March 2009?",
"answer": " @ Sacramento W 113–95 (OT) ",
"provenance_table": {
"table": "t_1_17121262_9",
"column": "['game', 'record']"
}
},
{
"qid": "44",
"question": "Can you calculate the average attendance at the Staples Center in February 2009 of the Lakers?",
"answer": "18,997",
"provenance_table": {
"table": "t_2_17190012_8",
"column": "['attendance']"
}
},
{
"qid": "45",
"question": "Can you list the games where the Lakers scored more than 130 points in February 2009?",
"answer": "February 26 Phoenix W 132–106 (OT) ",
"provenance_table": {
"table": "t_2_17190012_8",
"column": "['game', 'score']"
}
},
{
"qid": "46",
"question": "Tell me the game where Lamar Odom had the most rebounds in February 2009?",
"answer": "February 17 Atlanta",
"provenance_table": {
"table": "t_2_17190012_8",
"column": "game, high bounds"
}
},
{
"qid": "47",
"question": "Which game in February 2009 had the least attendance for the Lakers?",
"answer": "TD Banknorth Garden",
"provenance_table": {
"table": "t_2_17190012_8",
"column": "['game', 'attendance']"
}
},
{
"qid": "48",
"question": "Who scored the most points in a single game in February 2009?",
"answer": "Kobe Bryant (61)",
"provenance_table": {
"table": "t_2_17190012_8",
"column": "['high points']"
}
},
{
"qid": "49",
"question": "What was the Lakers' win-loss record at the end of February 2009?",
"answer": "48–11",
"provenance_table": {
"table": "t_2_17190012_8",
"column": "['record']"
}
},
{
"qid": "50",
"question": "How many games did the Lakers win in February 2009?",
"answer": "11",
"provenance_table": {
"table": "t_2_17190012_8",
"column": "['score']"
}
},
{
"qid": "51",
"question": "List the games where the attendance was more than 18,000 in November 2004 for Toronto Raptors?",
"answer": "{'game': 1, 'date': 'November 3', 'team': 'Houston', 'score': 'W 95–88 (OT)', 'high points': 'Chris Bosh (20)', 'high rebounds': 'Rafer Alston , Chris Bosh , Loren Woods (7)', 'high assists': 'Rafer Alston (8)', 'location': 'Air Canada Centre', 'attendance': '19,800', 'record': '1–0'}",
"provenance_table": {
"table": "t_1_15872814_3",
"column": "['game', 'attendance']"
}
},
{
"qid": "52",
"question": "Tell me the player who had the most high assists in a single game in November 2004 for Toronto Raptors?",
"answer": "Rafer Alston",
"provenance_table": {
"table": "t_1_15872814_3",
"column": "['high assists']"
}
},
{
"qid": "53",
"question": "Who was the player with the least high points in a single game in November 2004 for Toronto Raptors?",
"answer": "Rafer Alston (27)'",
"provenance_table": {
"table": "t_1_15872814_3",
"column": "['high points']"
}
},
{
"qid": "54",
"question": "What was the highest attendance in a game in November 2004 for Toronto Raptors?",
"answer": "19,800",
"provenance_table": {
"table": "t_1_15872814_3",
"column": "['attendance']"
}
},
{
"qid": "55",
"question": "What was the total number of games lost by Toronto Raptors in November 2004?",
"answer": "9",
"provenance_table": {
"table": "t_1_15872814_3",
"column": "['score']"
}
},
{
"qid": "56",
"question": "What was the lowest attendance in a game in November 2004 for Toronto Raptors?",
"answer": "13,863",
"provenance_table": {
"table": "t_1_15872814_3",
"column": "['attendance']"
}
},
{
"qid": "57",
"question": "Who was the player with the least high assists in a single game in November 2004 for Toronto Raptors?",
"answer": "Rafer Alston (5)",
"provenance_table": {
"table": "t_1_15872814_3",
"column": "['high assists']"
}
},
{
"qid": "58",
"question": "Can you list the games where the Milwaukee Bucks scored more than 120 points in December 2008?",
"answer": "December 13 Indiana W 121–103 (OT)",
"provenance_table": {
"table": "t_1_17058116_6",
"column": "['game', 'score']"
}
},
{
"qid": "59",
"question": "Tell me the player who had the most assists in a single game in December 2008 in team Milwaukee Bucks?",
"answer": "Luke Ridnour (11)",
"provenance_table": {
"table": "t_1_17058116_6",
"column": "['high assists']"
}
},
{
"qid": "61",
"question": "What is the highest attendance recorded in a game in December 2008 for Milwaukee Bucks?",
"answer": "19009",
"provenance_table": {
"table": "t_1_17058116_6",
"column": "['attendance']"
}
},
{
"qid": "62",
"question": "How many games did Milwaukee Bucks lose in December 2008?",
"answer": "4",
"provenance_table": {
"table": "t_1_17058116_6",
"column": "['score']"
}
},
{
"qid": "65",
"question": "Can you calculate the total number of games won by Denver Nuggets in April 2008?",
"answer": "5",
"provenance_table": {
"table": "t_1_17355408_9",
"column": "['score']"
}
},
{
"qid": "66",
"question": "Can you list the games where Denver Nuggets scored more than 120 points in April 2008?",
"answer": "April 8 Oklahoma City W 122–112 (OT) ",
"provenance_table": {
"table": "t_1_17355408_9",
"column": "['game', 'score']"
}
},
{
"qid": "67",
"question": "Tell me the player who had the most assists in a single game in April 2008 of Denver Nuggets?",
"answer": "Carmelo Anthony",
"provenance_table": {
"table": "t_1_17355408_9",
"column": "['high assists']"
}
},
{
"qid": "70",
"question": "Can you tell me the player with the most high points in a single game of Denver Nuggets in December 2008?",
"answer": "J. R. Smith (45) ",
"provenance_table": {
"table": "t_1_17355408_5",
"column": "['high points']"
}
},
{
"qid": "73",
"question": "Can you tell me the total number of players from the Houston Rockets all-time roster whose last name starts with B and played as a Guard?",
"answer": "15",
"provenance_table": {
"table": "t_1_11734041_2",
"column": "['player','position']"
}
},
{
"qid": "74",
"question": "Can you calculate the average height of players from the Houston Rockets all-time roster whose last name starts with B?",
"answer": "6-8",
"provenance_table": {
"table": "t_1_11734041_2",
"column": "['height in ft.']"
}
},
{
"qid": "75",
"question": "Tell me the player from the Houston Rockets all-time roster with the shortest height whose last name starts with B.",
"answer": "The player from the Houston Rockets all-time roster with the shortest height whose last name starts with B is Andre Barrett, who is 5 feet 10 inches tall.'",
"provenance_table": {
"table": "t_1_11734041_2",
"column": "['player', 'height in ft.']"
}
},
{
"qid": "76",
"question": "Who is the tallest player from the Houston Rockets all-time roster whose last name starts with B?",
"answer": "{'player': 'Baker, Vin Vin Baker', 'no.(s)': '42', 'height in ft.': '6-11', 'position': 'Forward', 'years for rockets': '2004-05', 'school/club team/country': 'Hartford'}",
"provenance_table": {
"table": "t_1_11734041_2",
"column": "['player', 'height in ft.']"
}
},
{
"qid": "77",
"question": "What is the most common position for players from the Houston Rockets all-time roster whose last name starts with B?",
"answer": "The most common position for players from the Houston Rockets all-time roster whose last name starts with B is Forward, with a total of 18 players.'",
"provenance_table": {
"table": "t_1_11734041_2",
"column": "['position']"
}
},
{
"qid": "78",
"question": "How many players from the Houston Rockets all-time roster whose last name starts with B played for the team for more than 2 years?",
"answer": "17",
"provenance_table": {
"table": "t_1_11734041_2",
"column": "['player', 'years for rockets']"
}
},
{
"qid": "79",
"question": "Who is the player from Orlando Magic all-time roster with the least number of years in Orlando and last name starting with H?",
"answer": "Donnell Harvey ",
"provenance_table": {
"table": "t_1_15621965_8",
"column": "['player', 'years in orlando']"
}
},
{
"qid": "80",
"question": "What is the total number of players from Orlando Magic all-time roster whose last name starts with H and are from United States?",
"answer": "14",
"provenance_table": {
"table": "t_1_15621965_8",
"column": "['player', 'nationality']"
}
},
{
"qid": "81",
"question": "Which player from Orlando Magic all-time roster whose last name starts with H played as a Forward-Center?",
"answer": "[Justin Harper,Dwight Howard, Juwan Howard]",
"provenance_table": {
"table": "t_1_15621965_8",
"column": "['player','position']"
}
},
{
"qid": "82",
"question": "Can you calculate the average number of years that players whose last name starts with J and who are from the United States played for the Utah Jazz?",
"answer": "The average number of years that players whose last name starts with J and who are from the United States played for the Utah Jazz is not available in the dataset.",
"provenance_table": {
"table": "t_1_11545282_10",
"column": "['years for jazz', 'player', 'nationality']"
}
},
{
"qid": "83",
"question": "Can you list the players from the Utah Jazz all-time roster whose last name starts with J and who played for more than 5 years?",
"answer": "Aaron James, Al Jefferson ",
"provenance_table": {
"table": "t_1_11545282_10",
"column": "['player', 'years for jazz']"
}
},
{
"qid": "84",
"question": "Tell me the player from the Utah Jazz all-time roster whose last name starts with J and who played for the least number of years.",
"answer": "Dave Jamerson and Henry James ",
"provenance_table": {
"table": "t_1_11545282_10",
"column": "['player', 'years for jazz']"
}
},
{
"qid": "85",
"question": "Tell me the time of year that Justin Harper played for Orlando Magic?",
"answer": "2011-2012",
"provenance_table": {
"table": "t_1_15621965_8",
"column": "['player', 'years in orlando']"
}
}
]