question_id
stringlengths
11
60
question_text
stringlengths
7
294
decomposition
stringlengths
13
606
operators
stringlengths
10
260
split
stringclasses
1 value
ACADEMIC_train_19
return me the authors who have papers in VLDB conference before 1995 or after 2002 .
return papers ;return #1 from VLDB conference ;return #2 before 1995 ;return #2 after 2002 ;return #3 , #4 ;return authors of #5
['select', 'filter', 'filter', 'filter', 'union', 'project']
train
ACADEMIC_train_190
return me the keywords, which have been contained by more than 10 papers of " H. V. Jagadish " .
return keywords ;return papers #1 are in ;return #2 by H. V. Jagadish ;return number of #3 for each #1 ;return #1 where #4 is higher than 10
['select', 'project', 'filter', 'group', 'comparative']
train
ACADEMIC_train_191
return me the authors who have more than 10 papers in the VLDB conference .
return authors ;return number of papers in the VLDB conference ;return #1 where #2 is more than 10
['select', 'select', 'comparative']
train
ACADEMIC_train_192
return me the author who has the most number of papers in the VLDB conference .
return conference ;return VLDB #1 ;return papers in #2 ;return authors of #3 ;return the number of #3 for each #4 ;return #4 where #5 is highest
['select', 'project', 'project', 'project', 'group', 'superlative']
train
ACADEMIC_train_193
return me the authors who have more papers on VLDB than ICDE .
return authors ;return VLDB papers ;return ICDE papers ;return the number of #2 for each #1 ;return the number of #3 for each #1 ;return #1 where #4 is higher than #5
['select', 'select', 'select', 'group', 'group', 'comparative']
train
ACADEMIC_train_194
return me the author in the " University of Michigan " whose papers have more than 5000 total citations .
return authors ;return #1 in the University of Michigan ;return papers of #2 ;return citations of #3 ;return the number of #4 for each #2 ;return #2 where #5 is more than 5000
['select', 'filter', 'project', 'project', 'group', 'comparative']
train
ACADEMIC_train_195
return me the author in the " University of Michigan " in Databases area whose papers have more than 5000 total citations .
return authors ;return #1 in the University of Michigan ;return #2 in Databases areas ;return papers of #3 ;return citations of #4 ;return the number of #5 ;return #3 where #6 is more than 5000
['select', 'filter', 'filter', 'project', 'project', 'aggregate', 'comparative']
train
ACADEMIC_train_2
return me the abstract of " Making database systems usable " .
return abstracts ;return #1 of Making database systems usable
['select', 'filter']
train
ACADEMIC_train_20
return me the area of PVLDB .
return PVLDB ;return the area of #1
['select', 'project']
train
ACADEMIC_train_21
return me the authors who have papers in PVLDB .
return papers ;return #1 in PVLDB ;return authors of #2
['select', 'filter', 'project']
train
ACADEMIC_train_22
return me the organization " H. V. Jagadish " is in .
return organizations ;return #1 where H. V. Jagadish is in
['select', 'filter']
train
ACADEMIC_train_23
return me the conferences, which have papers by " H. V. Jagadish " .
return papers ;return #1 by H. V. Jagadish ;return conferences of #2
['select', 'filter', 'project']
train
ACADEMIC_train_24
return me the journals, which have papers by " H. V. Jagadish " .
return papers ;return #1 by H. V. Jagadish ;return journals of #2
['select', 'filter', 'project']
train
ACADEMIC_train_25
return me the domain where " H. V. Jagadish " is focused .
return domain ;return #1 where H. V. Jagadish is focused
['select', 'filter']
train
ACADEMIC_train_26
return me the authors of " Making database systems usable " .
return Making database systems usable ;return authors of #1
['select', 'project']
train
ACADEMIC_train_27
return me the conference, which published " Making database systems usable " .
return conference ;return #1 that published Making database system usable
['select', 'filter']
train
ACADEMIC_train_28
return me the references of " Making database systems usable " .
return references ;return #1 of Making database systems usable
['select', 'filter']
train
ACADEMIC_train_29
return me the citations of " Making database systems usable " .
return citations ;return #1 of Making database systems usable
['select', 'filter']
train
ACADEMIC_train_3
return me the year of " Making database systems usable "
return Making database systems usable ;return years of #1
['select', 'project']
train
ACADEMIC_train_30
return me the papers by " H. V. Jagadish " .
return the papers ;return #1 by H. V. Jagadish
['select', 'filter']
train
ACADEMIC_train_31
return me the papers on VLDB conference .
return papers ;return #1 on VLDB conference
['select', 'filter']
train
ACADEMIC_train_32
return me the papers on PVLDB .
return papers on PVLDB
['select']
train
ACADEMIC_train_33
return me the papers on PVLDB after 2000 .
return papers ;return #1 on PVLDB ;return #2 from after 2000
['select', 'filter', 'filter']
train
ACADEMIC_train_34
return me the papers on VLDB conference after 2000 .
return papers ;return #1 on VLDB conference ;return #2 after 2000
['select', 'filter', 'filter']
train
ACADEMIC_train_35
return me the papers by " H. V. Jagadish " on PVLDB .
return papers ;return #1 by H. V. Jagadish ;return #2 on PVLDB
['select', 'filter', 'filter']
train
ACADEMIC_train_36
return me the papers by " H. V. Jagadish " on VLDB conference .
return papers ;return #1 by H. V. Jagadish ;return #2 on VLDB conference
['select', 'filter', 'filter']
train
ACADEMIC_train_37
return me the papers by " H. V. Jagadish " after 2000 .
return papers ;return #1 by H. V. Jagadish ;return #2 after 2000
['select', 'filter', 'filter']
train
ACADEMIC_train_38
return me the papers by " H. V. Jagadish " on PVLDB after 2000 .
return papers ;return #1 by H. V. Jagadish ;return #2 on PVLDB ;return #3 after 2000
['select', 'filter', 'filter', 'filter']
train
ACADEMIC_train_39
return me the papers by " H. V. Jagadish " on VLDB conference after 2000 .
return papers ;return #1 by H. V. Jagadish ;return #2 on VLDB conference ;return #3 after 2000
['select', 'filter', 'filter', 'filter']
train
ACADEMIC_train_4
return me the papers after 2000 .
return papers ;return #1 after 2000
['select', 'filter']
train
ACADEMIC_train_40
return me the area of the VLDB conference .
return area ;return #1 of VLDB conference
['select', 'filter']
train
ACADEMIC_train_41
return me the authors who have papers in the VLDB conference .
return papers ;return #1 from VLDB conference ;return authors of #2
['select', 'filter', 'project']
train
ACADEMIC_train_42
return me all the keywords in Databases area .
return keywords ;return #1 in Databases area
['select', 'filter']
train
ACADEMIC_train_43
return me all the papers, which contain the keyword " Natural Language " .
return papers ;return #1 that contain the keyword Natural Language
['select', 'filter']
train
ACADEMIC_train_44
return me the keywords of " Making database systems usable " .
return keywords ;return #1 of Making database systems usable
['select', 'filter']
train
ACADEMIC_train_45
return me the keywords related to " H. V. Jagadish " .
return keywords ;return #1 related to H. V. Jagadish
['select', 'filter']
train
ACADEMIC_train_46
return me the keywords in VLDB conference .
return keywords ;return #1 in VLDB conference
['select', 'filter']
train
ACADEMIC_train_47
return me the keywords in PVLDB .
return PVLDB ;return keywords in #1
['select', 'project']
train
ACADEMIC_train_48
return me the keywords in the papers of " University of Michigan " .
return papers ;return #1 of University of Michigan ;return keywords in #2
['select', 'filter', 'project']
train
ACADEMIC_train_49
return me the papers of " H. V. Jagadish " containing keyword " User Study " .
return papers ;return #1 of H. V. Jagadish ;return #2 containing keyword User Study
['select', 'filter', 'filter']
train
ACADEMIC_train_5
return me the homepage of the VLDB conference .
return homepages ;return #1 of the VLDB conference
['select', 'filter']
train
ACADEMIC_train_50
return me the papers in PVLDB containing keyword " Keyword search " .
return papers ;return #1 in PVLDB ;return #2 containing keyword Keyword search
['select', 'filter', 'filter']
train
ACADEMIC_train_51
return me the papers in VLDB conference containing keyword " Information Retrieval " .
return papers ;return #1 in VLDB conference ;return #2 that contain keyword Retrieval
['select', 'filter', 'filter']
train
ACADEMIC_train_52
return me the authors who have papers containing keyword " Relational Database " .
return papers ;return #1 with keyword Relational Database ;return authors of #2
['select', 'filter', 'project']
train
ACADEMIC_train_53
return me all the organizations in Databases area .
return organizations ;return areas of #1 ;return #1 where #2 is Databases
['select', 'project', 'comparative']
train
ACADEMIC_train_54
return me all the organizations in Databases area located in " North America " .
return organizations ;return #1 located in North America ;return #2 in Databases area
['select', 'filter', 'filter']
train
ACADEMIC_train_55
return me all the researchers in " University of Michigan " .
return researchers ;return #1 in University of Michigan
['select', 'filter']
train
ACADEMIC_train_56
return me all the researchers in Databases area in " University of Michigan " .
return researchers ;return #1 in Databases area ;return #2 in University of Michigan
['select', 'filter', 'filter']
train
ACADEMIC_train_57
return me all the papers in " University of Michigan " .
return papers ;return #1 in University of Michigan
['select', 'filter']
train
ACADEMIC_train_58
return me all the papers after 2000 in " University of Michigan " .
return papers ;return #1 after 2000 ;return #2 in University of Michigan
['select', 'filter', 'filter']
train
ACADEMIC_train_59
return me all the papers in VLDB conference in " University of Michigan " .
return papers ;return #1 in VLDB conference ;return #2 in University of Michigan
['select', 'filter', 'filter']
train
ACADEMIC_train_6
return me all the keywords .
return keywords ;return all #1
['select', 'project']
train
ACADEMIC_train_60
return me all the papers in PVLDB in " University of Michigan " .
return papers ;return #1 in PVLDB ;return #2 in University of Michigan
['select', 'filter', 'filter']
train
ACADEMIC_train_61
return me all the papers in VLDB after 2000 in " University of Michigan " .
return papers ;return #1 in University of Michigan ;return #2 after 2000 ;return #3 in VLDB
['select', 'filter', 'filter', 'filter']
train
ACADEMIC_train_62
return me all the papers in PVLDB after 2000 in " University of Michigan " .
return papers ;return #1 in PVLDB ;return #2 after 2000 ;return #3 in University of Michigan
['select', 'filter', 'filter', 'filter']
train
ACADEMIC_train_63
return me the paper in Databases area with more than 200 citations .
return papers ;return #1 in Databases area ;return citations of #2 ;return number of #3 for each #2 ;return #2 where #4 is more than 200
['select', 'filter', 'project', 'group', 'comparative']
train
ACADEMIC_train_64
return me the paper in PVLDB with more than 200 citations .
return papers ;return #1 in PVLDB ;return citations of #2 ;return number of #3 for each #2 ;return #2 where #4 is more than 200
['select', 'filter', 'project', 'group', 'comparative']
train
ACADEMIC_train_65
return me the paper in VLDB conference with more than 200 citations .
return papers ;return #1 in VLDB conference ;return citations of #2 ;return the number of #3 for each #2 ;return #2 where #4 is more than 200
['select', 'filter', 'project', 'group', 'comparative']
train
ACADEMIC_train_66
return me the paper by " H. V. Jagadish " with more than 200 citations .
return H. V. Jagadish ;return papers of #1 ;return citations of #2 ;return number of #3 for each #2 ;return #2 where #4 is higher than 200
['select', 'project', 'project', 'group', 'comparative']
train
ACADEMIC_train_67
return me the papers by " H. V. Jagadish " on PVLDB with more than 200 citations .
return H. V. Jagadish ;return papers of #1 ;return #2 that are on PVLDB ;return citations of #3 ;return number of #4 for each #3 ;return #3 where #5 is higher than 200
['select', 'project', 'filter', 'project', 'group', 'comparative']
train
ACADEMIC_train_68
return me the papers by " H. V. Jagadish " on VLDB conference with more than 200 citations .
return H. V. Jagadish ;return papers of #1 ;return #2 on VLDB conference ;return citations of #3 ;return number of #4 for each #3 ;return #3 where #5 is higher than 200
['select', 'project', 'filter', 'project', 'group', 'comparative']
train
ACADEMIC_train_69
return me the paper after 2000 with more than 200 citations .
return paper ;return #1 after 2000 ;return citations of #2 ;return number of #3 for each #2 ;return #2 where #4 is more than 200
['select', 'filter', 'project', 'group', 'comparative']
train
ACADEMIC_train_7
return me all the organizations .
return organizations
['select']
train
ACADEMIC_train_70
return me the paper after 2000 in Databases area with more than 200 citations .
return paper ;return #1 after 2000 ;return #2 in Databases area ;return citations of #3 ;return number of #4 for each #3 ;return #3 where #5 is more than 200
['select', 'filter', 'filter', 'project', 'group', 'comparative']
train
ACADEMIC_train_71
return me the paper after 2000 in PVLDB with more than 200 citations .
return papers ;return #1 in PVLDB ;return #2 that are after 2000 ;return citations of #3 ;return number of #4 for each #3 ;return #3 where #5 is more than 200
['select', 'filter', 'filter', 'project', 'group', 'comparative']
train
ACADEMIC_train_72
return me the paper after 2000 in VLDB conference with more than 200 citations .
return VLDB conferences ;return papers of #1 ;return #2 that are after 2000 ;return citations of #3 ;return number of #4 for each #3 ;return #3 where #5 is more than 200
['select', 'project', 'filter', 'project', 'group', 'comparative']
train
ACADEMIC_train_73
return me the number of conferences which have papers by " H. V. Jagadish " .
return papers ;return #1 by H. V. Jagadish ;return conferences of #2 ;return number of #3
['select', 'filter', 'project', 'aggregate']
train
ACADEMIC_train_74
return me the number of journals which have papers by " H. V. Jagadish " .
return H. V. Jagadish ;return papers of #1 ;return journals of #2 ;return number of #3
['select', 'project', 'project', 'aggregate']
train
ACADEMIC_train_75
return me the number of papers written by " H. V. Jagadish " in each year .
return papers ;return #1 written by H. V. Jagadish ;return years of #2 ;return number of #2 for each #3
['select', 'filter', 'project', 'group']
train
ACADEMIC_train_76
return me the number of authors of " Making database systems usable " .
return authors ;return #1 of Making database systems usable ;return number of #2
['select', 'filter', 'aggregate']
train
ACADEMIC_train_77
return me the number of citations of " Making database systems usable " in each year .
return Making database systems usable ;return citations of #1 ;return years of #2 ;return the number of #2 for each #3
['select', 'project', 'project', 'group']
train
ACADEMIC_train_78
return me the number of citations of " Making database systems usable " before 2010 .
return citations ;return #1 of Making database systems usable ;return #2 before 2010 ;return number of #3
['select', 'filter', 'filter', 'aggregate']
train
ACADEMIC_train_79
return me the number of papers by " H. V. Jagadish " .
return papers ;return #1 by H. V. Jagadish ;return number of #2
['select', 'filter', 'aggregate']
train
ACADEMIC_train_8
return me all the organizations in " North America " .
return organizations ;return #1 in North America
['select', 'filter']
train
ACADEMIC_train_80
return me the number of papers on VLDB conference .
return papers ;return #1 that are on VLDB conference ;return number of #2
['select', 'filter', 'aggregate']
train
ACADEMIC_train_81
return me the number of papers on PVLDB .
return papers ;return #1 on PVLDB ;return number of #2
['select', 'filter', 'aggregate']
train
ACADEMIC_train_82
return me the number of papers after 2000 .
return papers ;return #1 after 2000 ;return number of #2
['select', 'filter', 'aggregate']
train
ACADEMIC_train_83
return me the number of papers on PVLDB after 2000 .
return papers ;return #1 on PVLDB ;return #2 after 2000 ;return the number of #3
['select', 'filter', 'filter', 'aggregate']
train
ACADEMIC_train_84
return me the number of papers on VLDB conference after 2000 .
return papers ;return #1 on VLDB conference ;return #2 after 2000 ;return number of #3
['select', 'filter', 'filter', 'aggregate']
train
ACADEMIC_train_85
return me the number of papers by " H. V. Jagadish " on PVLDB .
return papers ;return #1 by H. V. Jagadish ;return #2 on PVLDB ;return number of #3
['select', 'filter', 'filter', 'aggregate']
train
ACADEMIC_train_86
return me the number of papers by " H. V. Jagadish " on VLDB conference .
return papers by H. V. Jagadish ;return #1 on VLDB conference ;return number of #2
['select', 'filter', 'aggregate']
train
ACADEMIC_train_87
return me the number of papers by " H. V. Jagadish " after 2000 .
return H. V. Jagadish ;return papers of #1 ;return #2 after 2000 ;return number of #3
['select', 'project', 'filter', 'aggregate']
train
ACADEMIC_train_88
return me the number of papers by " H. V. Jagadish " on PVLDB after 2000 .
return papers ;return #1 by H. V. Jagadish ;return #2 on PVLDB ;return #3 after 2000 ;return number of #4
['select', 'filter', 'filter', 'filter', 'aggregate']
train
ACADEMIC_train_89
return me the number of papers by " H. V. Jagadish " on VLDB conference after 2000 .
return papers ;return #1 by H. V. Jagadish ;return #2 from VLDB conference ;return #3 after 2000 ;return number of #4
['select', 'filter', 'filter', 'filter', 'aggregate']
train
ACADEMIC_train_9
return me the homepage of " University of Michigan " .
return homepages ;return #1 of University of Michigan
['select', 'filter']
train
ACADEMIC_train_90
return me the number of keywords .
return keywords ;return number of #1
['select', 'aggregate']
train
ACADEMIC_train_91
return me the number of keywords in Databases area .
return keywords ;return #1 in Databases area ;return number of #2
['select', 'filter', 'aggregate']
train
ACADEMIC_train_92
return me the number of papers which contain the keyword " Natural Language " .
return papers ;return #1 that contain the keyword Natural Language ;return number of #2
['select', 'filter', 'aggregate']
train
ACADEMIC_train_93
return me the number of the keywords of " Making database systems usable " .
return keywords ;return #1 of Making database systems usable ;return number of #2
['select', 'filter', 'aggregate']
train
ACADEMIC_train_94
return me the number of the keywords related to " H. V. Jagadish " .
return keywords ;return #1 related to H. V. Jagadish ;return number of #2
['select', 'filter', 'aggregate']
train
ACADEMIC_train_95
return me the number of keywords in VLDB conference .
return keywords ;return #1 in VLDB conference ;return number of #2
['select', 'filter', 'aggregate']
train
ACADEMIC_train_96
return me the number of keywords in PVLDB .
return keywords ;return #1 in PVLDB ;return number of #2
['select', 'filter', 'aggregate']
train
ACADEMIC_train_97
return me the number of keywords in the papers of " University of Michigan " .
return University of Michigan ;return papers of #1 ;return keywords in #2 ;return number of #3
['select', 'project', 'project', 'aggregate']
train
ACADEMIC_train_98
return me the number of the papers of " H. V. Jagadish " containing keyword " User Study " .
return papers ;return #1 of H. V. Jagadish ;return #2 that contain keyword User Study ;return number of #3
['select', 'filter', 'filter', 'aggregate']
train
ACADEMIC_train_99
return me the number of papers in PVLDB containing keyword " Keyword search " .
return papers ;return #1 in PVLDB ;return #2 containing Keyword search ;return number of #3
['select', 'filter', 'filter', 'aggregate']
train
ATIS_train_0
list all the flights that arrive at general mitchell international from various cities
return flights ;return #1 to general mitchell international ;return #2 from various cities
['select', 'filter', 'filter']
train
ATIS_train_1
give me the flights leaving denver august ninth coming back to boston
return flights ;return #1 leaving denver ;return #2 on august ninth ;return #3 that are coming back to boston
['select', 'filter', 'filter', 'filter']
train
ATIS_train_10
show me the united flights from denver to baltimore
return flights ;return #1 from denver ;return #2 to baltimore ;return #3 that are united
['select', 'filter', 'filter', 'filter']
train
ATIS_train_100
what are the flights from milwaukee to orlando on wednesday
return flights ;return #1 from milwaukee ;return #2 to orlando ;return #3 on wednesday
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1000
what about the eastern airlines flights arriving in pittsburgh between 12 and 4 in the afternoon
return flights ;return eastern airlines of #1 ;return #2 arriving in pittsburgh ;return #3 arrive between 12 and 4 in the afternoon
['select', 'project', 'filter', 'filter']
train