question_id stringlengths 11 60 | question_text stringlengths 7 294 | decomposition stringlengths 13 606 | operators stringlengths 10 260 | split stringclasses 1
value | program stringlengths 20 771 |
|---|---|---|---|---|---|
ACADEMIC_train_0 | return me the homepage of PVLDB . | return homepages ;return #1 of PVLDB | ['select', 'filter'] | train | ["SELECT['homepages']", "FILTER['#1', 'of PVLDB']"] |
ACADEMIC_train_1 | return me the homepage of " H. V. Jagadish " . | return homepages ;return #1 of H. V. Jagadish | ['select', 'filter'] | train | ["SELECT['homepages']", "FILTER['#1', 'of H. V. Jagadish']"] |
ACADEMIC_train_10 | return me the number of references of " Making database systems usable " . | return references ;return #1 of Making database systems usable ;return number of #2 | ['select', 'filter', 'aggregate'] | train | ["SELECT['references']", "FILTER['#1', 'of Making database systems usable']", "AGGREGATE['count', '#2']"] |
ACADEMIC_train_100 | return me the number of papers in VLDB conference containing keyword " Information Retrieval " . | return papers ;return #1 in VLDB conference ;return #2 containing keyword Information Retrieval ;return number of #3 | ['select', 'filter', 'filter', 'aggregate'] | train | ["SELECT['papers']", "FILTER['#1', 'in VLDB conference']", "FILTER['#2', 'containing keyword Information Retrieval']", "AGGREGATE['count', '#3']"] |
ACADEMIC_train_101 | return me the number of authors who have papers containing keyword " Relational Database " . | return papers ;return #1 containing keyword Relational Database ;return authors of #2 ;return number of #3 | ['select', 'filter', 'project', 'aggregate'] | train | ["SELECT['papers']", "FILTER['#1', 'containing keyword Relational Database']", "PROJECT['authors of #REF', '#2']", "AGGREGATE['count', '#3']"] |
ACADEMIC_train_102 | return me the total citations of the papers containing keyword " Natural Language " | return papers ;return #1 containing keyword Natural Language ;return citations of #2 ;return number of #3 | ['select', 'filter', 'project', 'aggregate'] | train | ["SELECT['papers']", "FILTER['#1', 'containing keyword Natural Language']", "PROJECT['citations of #REF', '#2']", "AGGREGATE['count', '#3']"] |
ACADEMIC_train_103 | return me the number of the organizations . | return organizations ;return number of #1 | ['select', 'aggregate'] | train | ["SELECT['organizations']", "AGGREGATE['count', '#1']"] |
ACADEMIC_train_104 | return me the number of the organizations in " North America " . | return organizations ;return #1 in North America ;return number of #2 | ['select', 'filter', 'aggregate'] | train | ["SELECT['organizations']", "FILTER['#1', 'in North America']", "AGGREGATE['count', '#2']"] |
ACADEMIC_train_105 | return me the number of organizations in Databases area . | return Databases area ;return organizations of #1 ;return number of #2 | ['select', 'project', 'aggregate'] | train | ["SELECT['Databases area']", "PROJECT['organizations of #REF', '#1']", "AGGREGATE['count', '#2']"] |
ACADEMIC_train_106 | return me the number of organizations in Databases area located in " North America " . | return organizations ;return #1 in Databases area ;return #2 located in North America ;return number of #3 | ['select', 'filter', 'filter', 'aggregate'] | train | ["SELECT['organizations']", "FILTER['#1', 'in Databases area']", "FILTER['#2', 'located in North America']", "AGGREGATE['count', '#3']"] |
ACADEMIC_train_107 | return me the number of papers in " University of Michigan " . | return University of Michigan ;return papers in #1 ;return number of #2 | ['select', 'project', 'aggregate'] | train | ["SELECT['University of Michigan']", "PROJECT['papers in #REF', '#1']", "AGGREGATE['count', '#2']"] |
ACADEMIC_train_108 | return me the number of papers in " University of Michigan " in Databases area . | return papers ;return #1 in University of Michigan ;return #2 in Databases area ;return number of #3 | ['select', 'filter', 'filter', 'aggregate'] | train | ["SELECT['papers']", "FILTER['#1', 'in University of Michigan']", "FILTER['#2', 'in Databases area']", "AGGREGATE['count', '#3']"] |
ACADEMIC_train_109 | return me the number of papers after 2000 in " University of Michigan " . | return papers ;return #1 after 2000 ;return #2 in University of Michigan ;return number of #3 | ['select', 'filter', 'filter', 'aggregate'] | train | ["SELECT['papers']", "FILTER['#1', 'after 2000']", "FILTER['#2', 'in University of Michigan']", "AGGREGATE['count', '#3']"] |
ACADEMIC_train_11 | return me the number of citations of " Making database systems usable " . | return citations ;return #1 of Making database systems usable ;return number of #2 | ['select', 'filter', 'aggregate'] | train | ["SELECT['citations']", "FILTER['#1', 'of Making database systems usable']", "AGGREGATE['count', '#2']"] |
ACADEMIC_train_110 | return me the number of papers in VLDB conference in " University of Michigan " . | return papers ;return #1 VLDB conference ;return #2 in University of Michigan ;return number of #3 | ['select', 'filter', 'filter', 'aggregate'] | train | ["SELECT['papers']", "FILTER['#1', 'VLDB conference']", "FILTER['#2', 'in University of Michigan']", "AGGREGATE['count', '#3']"] |
ACADEMIC_train_111 | return me the number of papers in PVLDB in " University of Michigan " . | return papers ;return #1 in PVLDB ;return #2 in University of Michigan ;return the number of #3 | ['select', 'filter', 'filter', 'aggregate'] | train | ["SELECT['papers']", "FILTER['#1', 'in PVLDB']", "FILTER['#2', 'in University of Michigan']", "AGGREGATE['count', '#3']"] |
ACADEMIC_train_112 | return me the number of papers in VLDB after 2000 in " University of Michigan " . | return papers ;return #1 in VLDB ;return #2 from after 2000 ;return #3 in University of Michigan ;return number of #4 | ['select', 'filter', 'filter', 'filter', 'aggregate'] | train | ["SELECT['papers']", "FILTER['#1', 'in VLDB']", "FILTER['#2', 'from after 2000']", "FILTER['#3', 'in University of Michigan']", "AGGREGATE['count', '#4']"] |
ACADEMIC_train_113 | return me the number of 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 ;return number of #4 | ['select', 'filter', 'filter', 'filter', 'aggregate'] | train | ["SELECT['papers']", "FILTER['#1', 'in PVLDB']", "FILTER['#2', 'after 2000']", "FILTER['#3', 'in University of Michigan']", "AGGREGATE['count', '#4']"] |
ACADEMIC_train_114 | return me the total citations of the papers in " University of Michigan " . | return papers ;return #1 in University of Michigan ;return citations of #2 ;return number of #3 | ['select', 'filter', 'project', 'aggregate'] | train | ["SELECT['papers']", "FILTER['#1', 'in University of Michigan']", "PROJECT['citations of #REF', '#2']", "AGGREGATE['count', '#3']"] |
ACADEMIC_train_115 | return me the number of researchers in " University of Michigan " . | return University of Michigan ;return researchers of #1 ;return number of #2 | ['select', 'project', 'aggregate'] | train | ["SELECT['University of Michigan']", "PROJECT['researchers of #REF', '#1']", "AGGREGATE['count', '#2']"] |
ACADEMIC_train_116 | return me the number of researchers in Databases area in " University of Michigan " . | return researchers ;return #1 in University of Michigan ;return #2 in area Databases ;return number of #3 | ['select', 'filter', 'filter', 'aggregate'] | train | ["SELECT['researchers']", "FILTER['#1', 'in University of Michigan']", "FILTER['#2', 'in area Databases']", "AGGREGATE['count', '#3']"] |
ACADEMIC_train_117 | return me the number of authors who have papers in PVLDB . | return PVLDB ;return papers in #1 ;return authors of #2 ;return number of #3 | ['select', 'project', 'project', 'aggregate'] | train | ["SELECT['PVLDB']", "PROJECT['papers in #REF', '#1']", "PROJECT['authors of #REF', '#2']", "AGGREGATE['count', '#3']"] |
ACADEMIC_train_118 | return me the number of authors who have papers in the VLDB conference . | return papers ;return #1 from VLDB conference ;return authors of #2 ;return number of #3 | ['select', 'filter', 'project', 'aggregate'] | train | ["SELECT['papers']", "FILTER['#1', 'from VLDB conference']", "PROJECT['authors of #REF', '#2']", "AGGREGATE['count', '#3']"] |
ACADEMIC_train_119 | return me the number of papers published on PVLDB before 2000 . | return papers ;return #1 published on PVLDB ;return #2 before 2000 ;return number of #3 | ['select', 'filter', 'filter', 'aggregate'] | train | ["SELECT['papers']", "FILTER['#1', 'published on PVLDB']", "FILTER['#2', 'before 2000']", "AGGREGATE['count', '#3']"] |
ACADEMIC_train_12 | return me the year of " Making database systems usable " . | return Making database systems usable ;return year of #1 | ['select', 'project'] | train | ["SELECT['Making database systems usable']", "PROJECT['year of #REF', '#1']"] |
ACADEMIC_train_120 | return me the number of papers published in the VLDB conference before 2000 . | return VLDB conference ;return papers published in #1 ;return #2 before 2000 ;return number of #3 | ['select', 'project', 'filter', 'aggregate'] | train | ["SELECT['VLDB conference']", "PROJECT['papers published in #REF', '#1']", "FILTER['#2', 'before 2000']", "AGGREGATE['count', '#3']"] |
ACADEMIC_train_121 | return me the total citations of all the papers in PVLDB . | return papers ;return #1 in PVLDB ;return citations of #2 ;return the number of #3 | ['select', 'filter', 'project', 'aggregate'] | train | ["SELECT['papers']", "FILTER['#1', 'in PVLDB']", "PROJECT['citations of #REF', '#2']", "AGGREGATE['count', '#3']"] |
ACADEMIC_train_122 | return me the citations of each paper in PVLDB . | return PVLDB ;return papers of #1 ;return citations of #2 | ['select', 'project', 'project'] | train | ["SELECT['PVLDB']", "PROJECT['papers of #REF', '#1']", "PROJECT['citations of #REF', '#2']"] |
ACADEMIC_train_123 | return me the total citations of papers in PVLDB in 2005 . | return papers ;return #1 from PVLDB ;return #2 in 2005 ;return citations of #3 ;return number of #4 | ['select', 'filter', 'filter', 'project', 'aggregate'] | train | ["SELECT['papers']", "FILTER['#1', 'from PVLDB']", "FILTER['#2', 'in 2005']", "PROJECT['citations of #REF', '#3']", "AGGREGATE['count', '#4']"] |
ACADEMIC_train_124 | return me the total citations of papers in PVLDB before 2005 . | return papers ;return #1 from PVLDB ;return #2 before 2005 ;return citations of #3 ;return number of #4 for each #3 ;return sum of #5 | ['select', 'filter', 'filter', 'project', 'group', 'aggregate'] | train | ["SELECT['papers']", "FILTER['#1', 'from PVLDB']", "FILTER['#2', 'before 2005']", "PROJECT['citations of #REF', '#3']", "GROUP['count', '#4', '#3']", "AGGREGATE['sum', '#5']"] |
ACADEMIC_train_125 | return me the total citations of papers in PVLDB in each year . | return papers ;return #1 in PVLDB ;return citations of #2 ;return number of #3 for each year | ['select', 'filter', 'project', 'group'] | train | ["SELECT['papers']", "FILTER['#1', 'in PVLDB']", "PROJECT['citations of #REF', '#2']", "GROUP['count', '#3', 'year']"] |
ACADEMIC_train_126 | return me the number of papers published in PVLDB in each year . | return papers ;return #1 published in PVLDB ;return number of #2 for each year | ['select', 'filter', 'group'] | train | ["SELECT['papers']", "FILTER['#1', 'published in PVLDB']", "GROUP['count', '#2', 'year']"] |
ACADEMIC_train_127 | return me the total citations of all the papers in the VLDB conference . | return papers ;return #1 from VLDB conference ;return citations of #2 ;return number of #3 for each #2 ;return sum of #4 | ['select', 'filter', 'project', 'group', 'aggregate'] | train | ["SELECT['papers']", "FILTER['#1', 'from VLDB conference']", "PROJECT['citations of #REF', '#2']", "GROUP['count', '#3', '#2']", "AGGREGATE['sum', '#4']"] |
ACADEMIC_train_128 | return me the citations of each paper in the VLDB conference . | return the VLDB conference ;return papers of #1 ;return citations of #2 | ['select', 'project', 'project'] | train | ["SELECT['the VLDB conference']", "PROJECT['papers of #REF', '#1']", "PROJECT['citations of #REF', '#2']"] |
ACADEMIC_train_129 | return me the total citations of papers in the VLDB conference in 2005 . | return papers ;return #1 from VLDB conference ;return #2 in 2005 ;return citations of #3 ;return number of #4 for each #3 ;return sum of #5 | ['select', 'filter', 'filter', 'project', 'group', 'aggregate'] | train | ["SELECT['papers']", "FILTER['#1', 'from VLDB conference']", "FILTER['#2', 'in 2005']", "PROJECT['citations of #REF', '#3']", "GROUP['count', '#4', '#3']", "AGGREGATE['sum', '#5']"] |
ACADEMIC_train_13 | return me the paper with more than 200 citations . | return papers ;return citations of #1 ;return number of #2 for each #1 ;return #3 where citations is more than 200 | ['select', 'project', 'group', 'filter'] | train | ["SELECT['papers']", "PROJECT['citations of #REF', '#1']", "GROUP['count', '#2', '#1']", "FILTER['#3', 'where citations is more than 200']"] |
ACADEMIC_train_130 | return me the total citations of papers in the VLDB conference before 2005 . | return papers ;return #1 in the VLDB conference ;return #2 before 2005 ;return citations of #3 ;return number of #4 for each #3 ;return sum #4 | ['select', 'filter', 'filter', 'project', 'group', 'aggregate'] | train | ["SELECT['papers']", "FILTER['#1', 'in the VLDB conference']", "FILTER['#2', 'before 2005']", "PROJECT['citations of #REF', '#3']", "GROUP['count', '#4', '#3']", "AGGREGATE['sum', '#4']"] |
ACADEMIC_train_131 | return me the total citations of papers in the VLDB conference in each year . | return papers ;return #1 in the VLDB conference ;return citations of #2 ;return number of #3 for each year | ['select', 'filter', 'project', 'group'] | train | ["SELECT['papers']", "FILTER['#1', 'in the VLDB conference']", "PROJECT['citations of #REF', '#2']", "GROUP['count', '#3', 'year']"] |
ACADEMIC_train_132 | return me the number of papers published in the VLDB conference in each year . | return papers ;return #1 that are published in the VLDB conference ;return number of #2 for each year | ['select', 'filter', 'group'] | train | ["SELECT['papers']", "FILTER['#1', 'that are published in the VLDB conference']", "GROUP['count', '#2', 'year']"] |
ACADEMIC_train_133 | return me the authors who have cooperated both with " H. V. Jagadish " and " Divesh Srivastava " . | return H. V. Jagadish ;return Divesh Srivastava ;return authors who have cooperated with both of #1 and #2 | ['select', 'select', 'intersection'] | train | ["SELECT['H. V. Jagadish']", "SELECT['Divesh Srivastava']", "INTERSECTION['authors who have cooperated with', '#1', '#2']"] |
ACADEMIC_train_134 | return me the authors who have cooperated with " H. V. Jagadish " or " Divesh Srivastava " . | return authors ;return #1 that have cooperated with H. V. Jagadish ;return #1 that have cooperated with Divesh Srivastava ;return #2 , #3 | ['select', 'filter', 'filter', 'union'] | train | ["SELECT['authors']", "FILTER['#1', 'that have cooperated with H. V. Jagadish']", "FILTER['#1', 'that have cooperated with Divesh Srivastava']", "UNION['#2', '#3']"] |
ACADEMIC_train_135 | return me the authors who have cooperated with " H. V. Jagadish " after 2000 . | return authors ;return #1 who have cooperated with H. V. Jagadish ;return #2 after 2000 | ['select', 'filter', 'filter'] | train | ["SELECT['authors']", "FILTER['#1', 'who have cooperated with H. V. Jagadish']", "FILTER['#2', 'after 2000']"] |
ACADEMIC_train_136 | return me the papers written by " H. V. Jagadish " and " Divesh Srivastava " . | return papers ;return #1 that are written by H. V. Jagadish ;return #1 that are written by Divesh Srivastava ;return #1 in both #2 and #3 | ['select', 'filter', 'filter', 'intersection'] | train | ["SELECT['papers']", "FILTER['#1', 'that are written by H. V. Jagadish']", "FILTER['#1', 'that are written by Divesh Srivastava']", "INTERSECTION['#1', '#2', '#3']"] |
ACADEMIC_train_137 | return me the papers written by " H. V. Jagadish " and " Yunyao Li " after 2005 . | return papers ;return #1 written after 2005 ;return #2 by H. V. Jagadish ;return #3 by Yunyao Li | ['select', 'filter', 'filter', 'filter'] | train | ["SELECT['papers']", "FILTER['#1', 'written after 2005']", "FILTER['#2', 'by H. V. Jagadish']", "FILTER['#3', 'by Yunyao Li']"] |
ACADEMIC_train_138 | return me the papers written by " H. V. Jagadish " and " Yunyao Li " on PVLDB . | return H. V. Jagadish ;return Yunyao Li ;return papers written by #1 ;return papers written by #2 ;return #3 that are on PVLDB ;return #4 that are on PVLDB ;return #5 , #6 | ['select', 'select', 'project', 'project', 'filter', 'filter', 'union'] | train | ["SELECT['H. V. Jagadish']", "SELECT['Yunyao Li']", "PROJECT['papers written by #REF', '#1']", "PROJECT['papers written by #REF', '#2']", "FILTER['#3', 'that are on PVLDB']", "FILTER['#4', 'that are on PVLDB']", "UNION['#5', '#6']"] |
ACADEMIC_train_139 | return me the papers written by " H. V. Jagadish " and " Yunyao Li " on PVLDB after 2005 . | return papers ;return #1 written by H. V. Jagadish ;return #2 and Yunyao Li ;return #3 on PVLDB ;return #4 after 2005 | ['select', 'filter', 'filter', 'filter', 'filter'] | train | ["SELECT['papers']", "FILTER['#1', 'written by H. V. Jagadish']", "FILTER['#2', 'and Yunyao Li']", "FILTER['#3', 'on PVLDB']", "FILTER['#4', 'after 2005']"] |
ACADEMIC_train_14 | return me the authors who have papers in PVLDB 2010 . | return authors ;return #1 who have papers in PVLDB 2010 | ['select', 'filter'] | train | ["SELECT['authors']", "FILTER['#1', 'who have papers in PVLDB 2010']"] |
ACADEMIC_train_140 | return me the authors who have cooperated with " H. V. Jagadish " . | return authors ;return #1 who have cooperated with H. V. Jagadish | ['select', 'filter'] | train | ["SELECT['authors']", "FILTER['#1', 'who have cooperated with H. V. Jagadish']"] |
ACADEMIC_train_141 | return me the papers written by " H. V. Jagadish " and " Divesh Srivastava " before 2000 . | return papers ;return #1 written by H. V. Jagadish ;return #1 written by Divesh Srivastava ;return #1 in both #2 and #3 ;return #4 before 2000 | ['select', 'filter', 'filter', 'intersection', 'filter'] | train | ["SELECT['papers']", "FILTER['#1', 'written by H. V. Jagadish']", "FILTER['#1', 'written by Divesh Srivastava']", "INTERSECTION['#1', '#2', '#3']", "FILTER['#4', 'before 2000']"] |
ACADEMIC_train_142 | return me the authors who have cited the papers by " H. V. Jagadish " . | return H. V. Jagadish ;return papers of #1 ;return authors who cited #2 | ['select', 'project', 'project'] | train | ["SELECT['H. V. Jagadish']", "PROJECT['papers of #REF', '#1']", "PROJECT['authors who cited #REF', '#2']"] |
ACADEMIC_train_143 | return me the number of papers written by " H. V. Jagadish " and " Divesh Srivastava " . | return papers ;return #1 written by H. V. Jagadish ;return #1 written by Divesh Srivastava ;return #1 of both #2 and #3 ;return number of #4 | ['select', 'filter', 'filter', 'intersection', 'aggregate'] | train | ["SELECT['papers']", "FILTER['#1', 'written by H. V. Jagadish']", "FILTER['#1', 'written by Divesh Srivastava']", "INTERSECTION['#1', '#2', '#3']", "AGGREGATE['count', '#4']"] |
ACADEMIC_train_144 | return me the number of papers written by " H. V. Jagadish " and " Divesh Srivastava " before 2000 . | return papers ;return #1 written before 2000 ;return #2 by H. V. Jagadish ;return #3 by Divesh Srivastava ;return number of #4 | ['select', 'filter', 'filter', 'filter', 'aggregate'] | train | ["SELECT['papers']", "FILTER['#1', 'written before 2000']", "FILTER['#2', 'by H. V. Jagadish']", "FILTER['#3', 'by Divesh Srivastava']", "AGGREGATE['count', '#4']"] |
ACADEMIC_train_145 | return me the number of papers written by " H. V. Jagadish " , " Yunyao Li " , and " Cong Yu " . | return papers ;return #1 written by H. V. Jagadish ;return #2 written by Yunyao Li ;return #3 written by Cong Yu ;return number of #4 | ['select', 'filter', 'filter', 'filter', 'aggregate'] | train | ["SELECT['papers']", "FILTER['#1', 'written by H. V. Jagadish']", "FILTER['#2', 'written by Yunyao Li']", "FILTER['#3', 'written by Cong Yu']", "AGGREGATE['count', '#4']"] |
ACADEMIC_train_146 | return me the number of authors who have cooperated with " H. V. Jagadish " . | return authors ;return #1 who have cooperated with H. V. Jagadish ;return number of #2 | ['select', 'filter', 'aggregate'] | train | ["SELECT['authors']", "FILTER['#1', 'who have cooperated with H. V. Jagadish']", "AGGREGATE['count', '#2']"] |
ACADEMIC_train_147 | return me the number of authors who have cited the papers by " H. V. Jagadish " . | return papers ;return #1 by H. V. Jagadish ;return authors who cited #2 ;return number of #3 | ['select', 'filter', 'project', 'aggregate'] | train | ["SELECT['papers']", "FILTER['#1', 'by H. V. Jagadish']", "PROJECT['authors who cited #REF', '#2']", "AGGREGATE['count', '#3']"] |
ACADEMIC_train_148 | return me the papers written by " H. V. Jagadish " and " Divesh Srivastava " with more than 200 citations . | return papers ;return #1 written by H. V. Jagadish ;return #1 written by Divesh Srivastava ;return #1 of both #2 and #3 ;return citations of #4 ;return number of #5 for each #4 ;return #4 where #6 is higher than 200 | ['select', 'filter', 'filter', 'intersection', 'project', 'group', 'comparative'] | train | ["SELECT['papers']", "FILTER['#1', 'written by H. V. Jagadish']", "FILTER['#1', 'written by Divesh Srivastava']", "INTERSECTION['#1', '#2', '#3']", "PROJECT['citations of #REF', '#4']", "GROUP['count', '#5', '#4']", "COMPARATIVE['#4', '#6', 'is higher than 200']"] |
ACADEMIC_train_15 | return me the authors who have papers in PVLDB after 2010 . | return PVLDB ;return papers in #1 ;return #2 after 2010 ;return authors of #3 | ['select', 'project', 'filter', 'project'] | train | ["SELECT['PVLDB']", "PROJECT['papers in #REF', '#1']", "FILTER['#2', 'after 2010']", "PROJECT['authors of #REF', '#3']"] |
ACADEMIC_train_150 | return me the conference that has the most number of papers containing keyword " Relational Database " . | return conferences ;return papers of #1 ;return keywords of #2 ;return #2 where #3 is Relational Database ;return number of #4 for each #1 ;return #1 where #5 is highest | ['select', 'project', 'project', 'comparative', 'group', 'superlative'] | train | ["SELECT['conferences']", "PROJECT['papers of #REF', '#1']", "PROJECT['keywords of #REF', '#2']", "COMPARATIVE['#2', '#3', 'is Relational Database']", "GROUP['count', '#4', '#1']", "SUPERLATIVE['max', '#1', '#5']"] |
ACADEMIC_train_151 | return me the journal that has the most number of papers containing keyword " Relational Database " . | return journal ;return papers ;return #2 with keyword Relational Database ;return number of #3 for each #1 ;return #1 where #4 is highest | ['select', 'select', 'filter', 'group', 'superlative'] | train | ["SELECT['journal']", "SELECT['papers']", "FILTER['#2', 'with keyword Relational Database']", "GROUP['count', '#3', '#1']", "SUPERLATIVE['max', '#1', '#4']"] |
ACADEMIC_train_152 | return me the number of authors who have more than 10 papers containing keyword " Relational Database " . | return authors ;return papers of #1 ;return #2 containing keyword Relational Database ;return #1 where #3 is more than 10 ;return number of #4 | ['select', 'project', 'filter', 'comparative', 'aggregate'] | train | ["SELECT['authors']", "PROJECT['papers of #REF', '#1']", "FILTER['#2', 'containing keyword Relational Database']", "COMPARATIVE['#1', '#3', 'is more than 10']", "AGGREGATE['count', '#4']"] |
ACADEMIC_train_153 | return me the number of the conferences, which have more than 60 papers containing keyword " Relational Database " . | return conferences ;return papers of #1 ;return keywords in #2 ;return #2 where #3 is Relational Database ;return number of #4 for each #1 ;return #1 where #5 is higher than 60 | ['select', 'project', 'project', 'comparative', 'group', 'comparative'] | train | ["SELECT['conferences']", "PROJECT['papers of #REF', '#1']", "PROJECT['keywords in #REF', '#2']", "COMPARATIVE['#2', '#3', 'is Relational Database']", "GROUP['count', '#4', '#1']", "COMPARATIVE['#1', '#5', 'is higher than 60']"] |
ACADEMIC_train_154 | return me the number of the journals, which have more than 60 papers containing keyword " Relational Database " . | return journals ;return papers in #1 ;return #2 that contain the keyword Relational Database ;return the number of #3 for each #1 ;return #1 where #4 is more than 60 ;return the number of #5 | ['select', 'project', 'filter', 'group', 'comparative', 'aggregate'] | train | ["SELECT['journals']", "PROJECT['papers in #REF', '#1']", "FILTER['#2', 'that contain the keyword Relational Database']", "GROUP['count', '#3', '#1']", "COMPARATIVE['#1', '#4', 'is more than 60']", "AGGREGATE['count', '#5']"] |
ACADEMIC_train_155 | return me the number of the authors who have more than 10 papers containing keyword " Relational Database " . | return authors ;return papers of #1 ;return keywords in #2 ;return #2 where #3 contain Relational Database ;return number of #4 for each #1 ;return #1 where #5 is higher than 10 ;return number of #6 | ['select', 'project', 'project', 'comparative', 'group', 'comparative', 'aggregate'] | train | ["SELECT['authors']", "PROJECT['papers of #REF', '#1']", "PROJECT['keywords in #REF', '#2']", "COMPARATIVE['#2', '#3', 'contain Relational Database']", "GROUP['count', '#4', '#1']", "COMPARATIVE['#1', '#5', 'is higher than 10']", "AGGREGATE['count', '#6']"] |
ACADEMIC_train_156 | return me the number of conferences, which have more than 60 papers containing keyword " Relational Database " . | return conferences ;return papers of #1 ;return keywords in #2 ;return #2 where #3 contain Relational Database ;return number of #4 for each #2 ;return #1 where #5 is higher than 60 ;return number of #6 | ['select', 'project', 'project', 'comparative', 'group', 'comparative', 'aggregate'] | train | ["SELECT['conferences']", "PROJECT['papers of #REF', '#1']", "PROJECT['keywords in #REF', '#2']", "COMPARATIVE['#2', '#3', 'contain Relational Database']", "GROUP['count', '#4', '#2']", "COMPARATIVE['#1', '#5', 'is higher than 60']", "AGGREGATE['count', '#6']"] |
ACADEMIC_train_157 | return me the number of journals, which have more than 60 papers containing keyword " Relational Database " . | return journals ;return papers in #1 ;return #2 containing keyword Relational Database ;return number of #3 for each #1 ;return #1 where #4 is more than 60 ;return number of #5 | ['select', 'project', 'filter', 'group', 'comparative', 'aggregate'] | train | ["SELECT['journals']", "PROJECT['papers in #REF', '#1']", "FILTER['#2', 'containing keyword Relational Database']", "GROUP['count', '#3', '#1']", "COMPARATIVE['#1', '#4', 'is more than 60']", "AGGREGATE['count', '#5']"] |
ACADEMIC_train_158 | return me the number of keywords, which have been contained by more than 100 papers in VLDB conference . | return papers ;return #1 in VLDB conference ;return keywords in #2 ;return number of #2 for each #3 ;return #3 where #4 is more than 100 | ['select', 'filter', 'project', 'group', 'comparative'] | train | ["SELECT['papers']", "FILTER['#1', 'in VLDB conference']", "PROJECT['keywords in #REF', '#2']", "GROUP['count', '#2', '#3']", "COMPARATIVE['#3', '#4', 'is more than 100']"] |
ACADEMIC_train_159 | return me the number of keywords, which have been contained by more than 100 papers in PVLDB . | return keywords ;return papers that contained #1 ;return #2 in PVLDB ;return number of #3 for each #1 ;return #1 where #4 is higher than 100 | ['select', 'project', 'filter', 'group', 'comparative'] | train | ["SELECT['keywords']", "PROJECT['papers that contained #REF', '#1']", "FILTER['#2', 'in PVLDB']", "GROUP['count', '#3', '#1']", "COMPARATIVE['#1', '#4', 'is higher than 100']"] |
ACADEMIC_train_16 | return me the authors who have papers in VLDB conference in 2002 . | return papers ;return #1 in VLDB conference ;return #2 in 2002 ;return authors of #3 | ['select', 'filter', 'filter', 'project'] | train | ["SELECT['papers']", "FILTER['#1', 'in VLDB conference']", "FILTER['#2', 'in 2002']", "PROJECT['authors of #REF', '#3']"] |
ACADEMIC_train_160 | return me the number of keywords, which have been contained by more than 10 papers of " H. V. Jagadish " . | return H. V. Jagadish ;return papers of #1 ;return keywords of #2 ;return number of #2 for each #3 ;return #3 where #4 is higher than 10 ;return number of #5 | ['select', 'project', 'project', 'group', 'comparative', 'aggregate'] | train | ["SELECT['H. V. Jagadish']", "PROJECT['papers of #REF', '#1']", "PROJECT['keywords of #REF', '#2']", "GROUP['count', '#2', '#3']", "COMPARATIVE['#3', '#4', 'is higher than 10']", "AGGREGATE['count', '#5']"] |
ACADEMIC_train_161 | return me the keyword, which have been contained by the most number of papers in VLDB conference . | return papers ;return #1 in VLDB conference ;return keywords in #2 ;return number of #2 for each #3 ;return #3 where #4 is highest | ['select', 'filter', 'project', 'group', 'superlative'] | train | ["SELECT['papers']", "FILTER['#1', 'in VLDB conference']", "PROJECT['keywords in #REF', '#2']", "GROUP['count', '#2', '#3']", "SUPERLATIVE['max', '#3', '#4']"] |
ACADEMIC_train_162 | return me the keyword, which have been contained by the most number of papers in PVLDB . | return papers ;return #1 in PVLDB ;return keywords contained in #2 ;return number of #2 for each #3 ;return #3 where #4 is highest | ['select', 'filter', 'project', 'group', 'superlative'] | train | ["SELECT['papers']", "FILTER['#1', 'in PVLDB']", "PROJECT['keywords contained in #REF', '#2']", "GROUP['count', '#2', '#3']", "SUPERLATIVE['max', '#3', '#4']"] |
ACADEMIC_train_163 | return me the keyword, which have been contained by the most number of papers by " H. V. Jagadish " . | return H. V. Jagadish ;return papers of #1 ;return keywords of #2 ;return number of #2 for each #3 ;return #3 where #4 is the highest | ['select', 'project', 'project', 'group', 'comparative'] | train | ["SELECT['H. V. Jagadish']", "PROJECT['papers of #REF', '#1']", "PROJECT['keywords of #REF', '#2']", "GROUP['count', '#2', '#3']", "COMPARATIVE['#3', '#4', 'is the highest']"] |
ACADEMIC_train_164 | return me the journal, which has the most number of papers containing keyword " Relational Database " . | return journals ;return papers of #1 ;return keywords of #2 ;return #2 where #3 is Relational Database ;return number of #2 for each #1 ;return #1 where #5 is highest | ['select', 'project', 'project', 'comparative', 'group', 'superlative'] | train | ["SELECT['journals']", "PROJECT['papers of #REF', '#1']", "PROJECT['keywords of #REF', '#2']", "COMPARATIVE['#2', '#3', 'is Relational Database']", "GROUP['count', '#2', '#1']", "SUPERLATIVE['max', '#1', '#5']"] |
ACADEMIC_train_165 | return me the conference, which has the most number of papers containing keyword " Relational Database " . | return conferences ;return papers of #1 ;return keywords of #2 ;return #2 where #3 is Relational Database ;return number of #4 for each #1 ;return #1 where #5 is highest | ['select', 'project', 'project', 'comparative', 'group', 'superlative'] | train | ["SELECT['conferences']", "PROJECT['papers of #REF', '#1']", "PROJECT['keywords of #REF', '#2']", "COMPARATIVE['#2', '#3', 'is Relational Database']", "GROUP['count', '#4', '#1']", "SUPERLATIVE['max', '#1', '#5']"] |
ACADEMIC_train_166 | return me the author who has the most number of papers containing keyword " Relational Database " . | return authors ;return papers of #1 ;return keywords of #2 ;return #2 where #3 is Relational Database ;return number of #4 for each #1 ;return #1 where #5 is highest | ['select', 'project', 'project', 'comparative', 'group', 'superlative'] | train | ["SELECT['authors']", "PROJECT['papers of #REF', '#1']", "PROJECT['keywords of #REF', '#2']", "COMPARATIVE['#2', '#3', 'is Relational Database']", "GROUP['count', '#4', '#1']", "SUPERLATIVE['max', '#1', '#5']"] |
ACADEMIC_train_167 | return me the author in the " University of Michigan " whose papers have the most total citations . | return authors ;return papers of #1 ;return #2 where #1 is in the University of Michigan ;return citations of #3 ;return sum of #4 for each #3 ;return #1 where #5 is highest | ['select', 'project', 'comparative', 'project', 'group', 'superlative'] | train | ["SELECT['authors']", "PROJECT['papers of #REF', '#1']", "COMPARATIVE['#2', '#1', 'is in the University of Michigan']", "PROJECT['citations of #REF', '#3']", "GROUP['sum', '#4', '#3']", "SUPERLATIVE['max', '#1', '#5']"] |
ACADEMIC_train_168 | return me the author in the " University of Michigan " whose papers in Databases area have the most total citations . | return authors ;return #1 in the University of Michigan ;return papers of #2 ;return #3 that are in Databases area ;return citations of #4 ;return the number of #5 for each #4 ;return the sum of #6 for each #2 ;return #2 where #7 is the highest | ['select', 'filter', 'project', 'filter', 'project', 'group', 'group', 'comparative'] | train | ["SELECT['authors']", "FILTER['#1', 'in the University of Michigan']", "PROJECT['papers of #REF', '#2']", "FILTER['#3', 'that are in Databases area']", "PROJECT['citations of #REF', '#4']", "GROUP['count', '#5', '#4']", "GROUP['sum', '#6', '#2']", "COMPARATIVE['#2', '#7', 'is the highest']"] |
ACADEMIC_train_169 | return me the papers written by " H. V. Jagadish " and " Divesh Srivastava " with the most number of citations . | return papers ;return #1 written by H. V. Jagadish ;return #1 written by Divesh Srivastava ;return #1 in both #2 and #3 ;return citations of #4 ;return number of #5 for each #4 ;return #4 where #6 is highest | ['select', 'filter', 'filter', 'intersection', 'project', 'group', 'superlative'] | train | ["SELECT['papers']", "FILTER['#1', 'written by H. V. Jagadish']", "FILTER['#1', 'written by Divesh Srivastava']", "INTERSECTION['#1', '#2', '#3']", "PROJECT['citations of #REF', '#4']", "GROUP['count', '#5', '#4']", "SUPERLATIVE['max', '#4', '#6']"] |
ACADEMIC_train_17 | return me the authors who have papers in VLDB conference before 2002 . | return states ;return #1 with the smallest area ;return the population density of #2 | ['select', 'filter', 'project'] | train | ["SELECT['states']", "FILTER['#1', 'with the smallest area']", "PROJECT['the population density of #REF', '#2']"] |
ACADEMIC_train_170 | return me the conferences, which have more than 10 papers by " H. V. Jagadish " . | return conferences ;return papers of #1 ;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 | ["SELECT['conferences']", "PROJECT['papers of #REF', '#1']", "FILTER['#2', 'by H. V. Jagadish']", "GROUP['count', '#3', '#1']", "COMPARATIVE['#1', '#4', 'is higher than 10']"] |
ACADEMIC_train_171 | return me the conference, which have the most number of papers by " H. V. Jagadish " . | return conferences ;return papers of #1 ;return #2 that are by H. V. Jagadish ;return number of #3 for each #1 ;return #1 where #4 is the highest | ['select', 'project', 'filter', 'group', 'comparative'] | train | ["SELECT['conferences']", "PROJECT['papers of #REF', '#1']", "FILTER['#2', 'that are by H. V. Jagadish']", "GROUP['count', '#3', '#1']", "COMPARATIVE['#1', '#4', 'is the highest']"] |
ACADEMIC_train_172 | return me the journals, which have more than 10 papers by " H. V. Jagadish " . | return papers ;return #1 by H. V. Jagadish ;return journals with #2 ;return number of #2 for each #3 ;return #3 where #4 is more than 10 | ['select', 'filter', 'project', 'group', 'comparative'] | train | ["SELECT['papers']", "FILTER['#1', 'by H. V. Jagadish']", "PROJECT['journals with #REF', '#2']", "GROUP['count', '#2', '#3']", "COMPARATIVE['#3', '#4', 'is more than 10']"] |
ACADEMIC_train_173 | return me the journal, which have the most number of papers by " H. V. Jagadish " . | return papers ;return #1 by H. V. Jagadish ;return journals of #2 ;return number of #2 for each #3 ;return #3 where #4 is highest | ['select', 'filter', 'project', 'group', 'superlative'] | train | ["SELECT['papers']", "FILTER['#1', 'by H. V. Jagadish']", "PROJECT['journals of #REF', '#2']", "GROUP['count', '#2', '#3']", "SUPERLATIVE['max', '#3', '#4']"] |
ACADEMIC_train_174 | return me the paper with the most citations . | return papers ;return citations of #1 ;return number of #2 for each #1 ;return #1 where #3 is highest | ['select', 'project', 'group', 'superlative'] | train | ["SELECT['papers']", "PROJECT['citations of #REF', '#1']", "GROUP['count', '#2', '#1']", "SUPERLATIVE['max', '#1', '#3']"] |
ACADEMIC_train_175 | return me the paper in Databases area with the most citations . | return papers ;return #1 in Databases area ;return number of citations for each #2 ;return #1 where #3 is highest | ['select', 'filter', 'group', 'superlative'] | train | ["SELECT['papers']", "FILTER['#1', 'in Databases area']", "GROUP['count', 'citations', '#2']", "SUPERLATIVE['max', '#1', '#3']"] |
ACADEMIC_train_176 | return me the paper in PVLDB with the most citations . | return papers ;return #1 in PVLDB ;return citations of #2 ;return number of #3 for each #2 ;return #2 where #4 is highest | ['select', 'filter', 'project', 'group', 'superlative'] | train | ["SELECT['papers']", "FILTER['#1', 'in PVLDB']", "PROJECT['citations of #REF', '#2']", "GROUP['count', '#3', '#2']", "SUPERLATIVE['max', '#2', '#4']"] |
ACADEMIC_train_177 | return me the paper in VLDB conference with the most citations . | return paper ;return #1 in VLDB conference ;return citations of #2 ;return number of #3 for each #2 ;return #2 where #4 is highest | ['select', 'filter', 'project', 'group', 'superlative'] | train | ["SELECT['paper']", "FILTER['#1', 'in VLDB conference']", "PROJECT['citations of #REF', '#2']", "GROUP['count', '#3', '#2']", "SUPERLATIVE['max', '#2', '#4']"] |
ACADEMIC_train_178 | return me the paper by " H. V. Jagadish " with the most citations . | return papers ;return #1 by H. V. Jagadish ;return citations of #2 ;return number of #3 for each #2 ;return #2 where #4 is highest | ['select', 'filter', 'project', 'group', 'superlative'] | train | ["SELECT['papers']", "FILTER['#1', 'by H. V. Jagadish']", "PROJECT['citations of #REF', '#2']", "GROUP['count', '#3', '#2']", "SUPERLATIVE['max', '#2', '#4']"] |
ACADEMIC_train_179 | return me the paper after 2000 with the most citations . | return papers ;return #1 after 2000 ;return citations of #2 ;return number of #3 for each #2 ;return #2 where #4 is highest | ['select', 'filter', 'project', 'group', 'superlative'] | train | ["SELECT['papers']", "FILTER['#1', 'after 2000']", "PROJECT['citations of #REF', '#2']", "GROUP['count', '#3', '#2']", "SUPERLATIVE['max', '#2', '#4']"] |
ACADEMIC_train_18 | return me the authors who have papers in VLDB conference before 2002 after 1995 . | return authors ;return #1 who have papers in the VLDB conference ;return #2 before 2002 ;return #2 after 1995 ;return #2 in both #3 and #4 | ['select', 'filter', 'filter', 'filter', 'intersection'] | train | ["SELECT['authors']", "FILTER['#1', 'who have papers in the VLDB conference']", "FILTER['#2', 'before 2002']", "FILTER['#2', 'after 1995']", "INTERSECTION['#2', '#3', '#4']"] |
ACADEMIC_train_180 | return me the paper after 2000 in Databases area with the most 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 highest | ['select', 'filter', 'filter', 'project', 'group', 'superlative'] | train | ["SELECT['paper']", "FILTER['#1', 'after 2000']", "FILTER['#2', 'in Databases area']", "PROJECT['citations of #REF', '#3']", "GROUP['count', '#4', '#3']", "SUPERLATIVE['max', '#3', '#5']"] |
ACADEMIC_train_181 | return me the paper after 2000 in PVLDB with the most citations . | return paper ;return #1 after 2000 ;return #2 in PVLDB ;return citations of #3 ;return number of #4 for each #3 ;return #3 where #5 is highest | ['select', 'filter', 'filter', 'project', 'group', 'superlative'] | train | ["SELECT['paper']", "FILTER['#1', 'after 2000']", "FILTER['#2', 'in PVLDB']", "PROJECT['citations of #REF', '#3']", "GROUP['count', '#4', '#3']", "SUPERLATIVE['max', '#3', '#5']"] |
ACADEMIC_train_182 | return me the paper after 2000 in VLDB conference with the most citations . | return VLDB conference ;return #1 after 2000 ;return papers of #2 ;return citations of #3 ;return number of #4 for each #3 ;return #3 where #5 is highest | ['select', 'filter', 'project', 'project', 'group', 'superlative'] | train | ["SELECT['VLDB conference']", "FILTER['#1', 'after 2000']", "PROJECT['papers of #REF', '#2']", "PROJECT['citations of #REF', '#3']", "GROUP['count', '#4', '#3']", "SUPERLATIVE['max', '#3', '#5']"] |
ACADEMIC_train_183 | return me the authors who have more than 10 papers in PVLDB . | return papers ;return #1 in PVLDB ;return authors of #2 ;return number of #2 for each #3 ;return #3 where #4 is more than 10 | ['select', 'filter', 'project', 'group', 'comparative'] | train | ["SELECT['papers']", "FILTER['#1', 'in PVLDB']", "PROJECT['authors of #REF', '#2']", "GROUP['count', '#2', '#3']", "COMPARATIVE['#3', '#4', 'is more than 10']"] |
ACADEMIC_train_184 | return me the authors who have the most number of papers in PVLDB . | return authors ;return papers of #1 ;return #2 in PVLDB ;return number of #3 for each #1 ;return #1 where #4 is highest | ['select', 'project', 'filter', 'group', 'superlative'] | train | ["SELECT['authors']", "PROJECT['papers of #REF', '#1']", "FILTER['#2', 'in PVLDB']", "GROUP['count', '#3', '#1']", "SUPERLATIVE['max', '#1', '#4']"] |
ACADEMIC_train_185 | return me the authors who have more than 10 papers containing keyword " Relational Database " . | return papers ;return #1 containing keywords Relational Database ;return authors of #2 ;return number of #2 for each #3 ;return #3 where #4 is more than 10 | ['select', 'filter', 'project', 'group', 'comparative'] | train | ["SELECT['papers']", "FILTER['#1', 'containing keywords Relational Database']", "PROJECT['authors of #REF', '#2']", "GROUP['count', '#2', '#3']", "COMPARATIVE['#3', '#4', 'is more than 10']"] |
ACADEMIC_train_186 | return me the conferences, which have more than 60 papers containing keyword " Relational Database " . | return conferences ;return papers of #1 ;return #2 that contain the keyword Relational Database ;return number of #3 for each #1 ;return #1 where #4 is more than 60 | ['select', 'project', 'filter', 'group', 'comparative'] | train | ["SELECT['conferences']", "PROJECT['papers of #REF', '#1']", "FILTER['#2', 'that contain the keyword Relational Database']", "GROUP['count', '#3', '#1']", "COMPARATIVE['#1', '#4', 'is more than 60']"] |
ACADEMIC_train_187 | return me the journals, which have more than 60 papers containing keyword " Relational Database " . | return journals ;return papers of #1 ;return keywords of #2 ;return #2 where #3 is Relational Database ;return number of #4 for each #1 ;return #1 where #5 is higher than 60 | ['select', 'project', 'project', 'comparative', 'group', 'comparative'] | train | ["SELECT['journals']", "PROJECT['papers of #REF', '#1']", "PROJECT['keywords of #REF', '#2']", "COMPARATIVE['#2', '#3', 'is Relational Database']", "GROUP['count', '#4', '#1']", "COMPARATIVE['#1', '#5', 'is higher than 60']"] |
ACADEMIC_train_188 | return me the keywords, which have been contained by more than 100 papers in VLDB conference . | return keywords ;return papers with #1 ;return #2 in VLDB conference ;return number of #3 for each #1 ;return #1 where #4 is higher than 100 | ['select', 'project', 'filter', 'group', 'comparative'] | train | ["SELECT['keywords']", "PROJECT['papers with #REF', '#1']", "FILTER['#2', 'in VLDB conference']", "GROUP['count', '#3', '#1']", "COMPARATIVE['#1', '#4', 'is higher than 100']"] |
ACADEMIC_train_189 | return me the keywords, which have been contained by more than 100 papers in PVLDB . | return keywords ;return papers with #1 ;return #2 in PVLDB ;return number of #3 for each #1 ;return #1 where #4 is higher than 100 | ['select', 'project', 'filter', 'group', 'comparative'] | train | ["SELECT['keywords']", "PROJECT['papers with #REF', '#1']", "FILTER['#2', 'in PVLDB']", "GROUP['count', '#3', '#1']", "COMPARATIVE['#1', '#4', 'is higher than 100']"] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.