[ { "db_id": "academic", "query": "SELECT homepage FROM journal WHERE name = \"PVLDB\";", "query_toks": [ "SELECT", "homepage", "FROM", "journal", "WHERE", "name", "=", "``", "PVLDB", "''", ";" ], "query_toks_no_value": [ "select", "homepage", "from", "journal", "where", "name", "=", "value" ], "question": "hiển thị trang chủ của hội nghị PVLDB .", "question_toks": [ "return", "me", "the", "homepage", "of", "PVLDB", "." ], "sql": { "except": null, "from": { "conds": [], "table_units": [ [ "table_unit", 5 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 14, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 16, false ], null ], "\"PVLDB\"", null ] ] } }, { "db_id": "academic", "query": "SELECT homepage FROM author WHERE name = \"H. V. Jagadish\";", "query_toks": [ "SELECT", "homepage", "FROM", "author", "WHERE", "name", "=", "``", "H.", "V.", "Jagadish", "''", ";" ], "query_toks_no_value": [ "select", "homepage", "from", "author", "where", "name", "=", "value" ], "question": "hiển thị trang chủ của H. V. Jagadish .", "question_toks": [ "return", "me", "the", "homepage", "of", "``", "H.", "V.", "Jagadish", "``", "." ], "sql": { "except": null, "from": { "conds": [], "table_units": [ [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 2, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ] ] } }, { "db_id": "academic", "query": "SELECT abstract FROM publication WHERE title = \"Making database systems usable\";", "query_toks": [ "SELECT", "abstract", "FROM", "publication", "WHERE", "title", "=", "``", "Making", "database", "systems", "usable", "''", ";" ], "query_toks_no_value": [ "select", "abstract", "from", "publication", "where", "title", "=", "value" ], "question": "cho biết bản tóm tắt của bài báo với tiêu đề là ' làm cho hệ thống cơ sở dữ liệu có thể sử dụng được ' .", "question_toks": [ "return", "me", "the", "abstract", "of", "``", "Making", "database", "systems", "usable", "``", "." ], "sql": { "except": null, "from": { "conds": [], "table_units": [ [ "table_unit", 9 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 23, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 29, false ], null ], "\"Making database systems usable\"", null ] ] } }, { "db_id": "academic", "query": "SELECT YEAR FROM publication WHERE title = \"Making database systems usable\";", "query_toks": [ "SELECT", "YEAR", "FROM", "publication", "WHERE", "title", "=", "``", "Making", "database", "systems", "usable", "''", ";" ], "query_toks_no_value": [ "select", "year", "from", "publication", "where", "title", "=", "value" ], "question": "cho biết năm xuất bản của bài báo ' làm cho hệ thống cơ sở dữ liệu có thể sử dụng được ' .", "question_toks": [ "return", "me", "the", "year", "of", "``", "Making", "database", "systems", "usable", "``" ], "sql": { "except": null, "from": { "conds": [], "table_units": [ [ "table_unit", 9 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 30, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 29, false ], null ], "\"Making database systems usable\"", null ] ] } }, { "db_id": "academic", "query": "SELECT YEAR FROM publication WHERE title = \"Making database systems usable\";", "query_toks": [ "SELECT", "YEAR", "FROM", "publication", "WHERE", "title", "=", "``", "Making", "database", "systems", "usable", "''", ";" ], "query_toks_no_value": [ "select", "year", "from", "publication", "where", "title", "=", "value" ], "question": "năm xuất bản của bài báo ' làm cho hệ thống cơ sở dữ liệu có thể sử dụng được ' là năm nào ?", "question_toks": [ "return", "me", "the", "year", "of", "``", "Making", "database", "systems", "usable", "``", "." ], "sql": { "except": null, "from": { "conds": [], "table_units": [ [ "table_unit", 9 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 30, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 29, false ], null ], "\"Making database systems usable\"", null ] ] } }, { "db_id": "academic", "query": "SELECT title FROM publication WHERE YEAR > 2000;", "query_toks": [ "SELECT", "title", "FROM", "publication", "WHERE", "YEAR", ">", "2000", ";" ], "query_toks_no_value": [ "select", "title", "from", "publication", "where", "year", ">", "value" ], "question": "những bài báo nào đã được xuất bản sau năm 2000 ?", "question_toks": [ "return", "me", "the", "papers", "after", "2000", "." ], "sql": { "except": null, "from": { "conds": [], "table_units": [ [ "table_unit", 9 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 29, false ], null ] ] ] ], "union": null, "where": [ [ false, 3, [ 0, [ 0, 30, false ], null ], 2000.0, null ] ] } }, { "db_id": "academic", "query": "SELECT homepage FROM conference WHERE name = \"VLDB\";", "query_toks": [ "SELECT", "homepage", "FROM", "conference", "WHERE", "name", "=", "``", "VLDB", "''", ";" ], "query_toks_no_value": [ "select", "homepage", "from", "conference", "where", "name", "=", "value" ], "question": "cho biết trang chủ của hội nghị VLDB .", "question_toks": [ "return", "me", "the", "homepage", "of", "the", "VLDB", "conference", "." ], "sql": { "except": null, "from": { "conds": [], "table_units": [ [ "table_unit", 1 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 6, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 7, false ], null ], "\"VLDB\"", null ] ] } }, { "db_id": "academic", "query": "SELECT keyword FROM keyword;", "query_toks": [ "SELECT", "keyword", "FROM", "keyword", ";" ], "query_toks_no_value": [ "select", "keyword", "from", "keyword" ], "question": "liệt kê tất cả các từ khoá .", "question_toks": [ "return", "me", "all", "the", "keywords", "." ], "sql": { "except": null, "from": { "conds": [], "table_units": [ [ "table_unit", 7 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 19, false ], null ] ] ] ], "union": null, "where": [] } }, { "db_id": "academic", "query": "SELECT name FROM organization;", "query_toks": [ "SELECT", "name", "FROM", "organization", ";" ], "query_toks_no_value": [ "select", "name", "from", "organization" ], "question": "liệt kê tất cả các tổ chức .", "question_toks": [ "return", "me", "all", "the", "organizations", "." ], "sql": { "except": null, "from": { "conds": [], "table_units": [ [ "table_unit", 11 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 35, false ], null ] ] ] ], "union": null, "where": [] } }, { "db_id": "academic", "query": "SELECT name FROM organization WHERE continent = \"North America\";", "query_toks": [ "SELECT", "name", "FROM", "organization", "WHERE", "continent", "=", "``", "North", "America", "''", ";" ], "query_toks_no_value": [ "select", "name", "from", "organization", "where", "continent", "=", "value" ], "question": "liệt kê tất cả các tổ chức ở Bắc Mỹ .", "question_toks": [ "return", "me", "all", "the", "organizations", "in", "``", "North", "America", "``", "." ], "sql": { "except": null, "from": { "conds": [], "table_units": [ [ "table_unit", 11 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 35, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 33, false ], null ], "\"North America\"", null ] ] } }, { "db_id": "academic", "query": "SELECT homepage FROM organization WHERE name = \"University of Michigan\";", "query_toks": [ "SELECT", "homepage", "FROM", "organization", "WHERE", "name", "=", "``", "University", "of", "Michigan", "''", ";" ], "query_toks_no_value": [ "select", "homepage", "from", "organization", "where", "name", "=", "value" ], "question": "cho biết trang chủ của ' Đại học Michigan ' .", "question_toks": [ "return", "me", "the", "homepage", "of", "``", "University", "of", "Michigan", "``", "." ], "sql": { "except": null, "from": { "conds": [], "table_units": [ [ "table_unit", 11 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 34, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 35, false ], null ], "\"University of Michigan\"", null ] ] } }, { "db_id": "academic", "query": "SELECT reference_num FROM publication WHERE title = \"Making database systems usable\";", "query_toks": [ "SELECT", "reference_num", "FROM", "publication", "WHERE", "title", "=", "``", "Making", "database", "systems", "usable", "''", ";" ], "query_toks_no_value": [ "select", "reference_num", "from", "publication", "where", "title", "=", "value" ], "question": "cho biết số lượng các bài báo đã trích dẫn bài báo với tiêu đề ' làm cho hệ thống cơ sở dữ liệu có thể sử dụng được ' .", "question_toks": [ "return", "me", "the", "number", "of", "references", "of", "``", "Making", "database", "systems", "usable", "``", "." ], "sql": { "except": null, "from": { "conds": [], "table_units": [ [ "table_unit", 9 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 28, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 29, false ], null ], "\"Making database systems usable\"", null ] ] } }, { "db_id": "academic", "query": "SELECT reference_num FROM publication WHERE title = \"Making database systems usable\";", "query_toks": [ "SELECT", "reference_num", "FROM", "publication", "WHERE", "title", "=", "``", "Making", "database", "systems", "usable", "''", ";" ], "query_toks_no_value": [ "select", "reference_num", "from", "publication", "where", "title", "=", "value" ], "question": "có bao nhiêu bài báo đã trích dẫn bài báo với tiêu đề ' Làm cho hệ thống cơ sở dữ liệu có thể sử dụng được ' ?", "question_toks": [ "return", "me", "the", "references", "of", "``", "Making", "database", "systems", "usable", "``", "." ], "sql": { "except": null, "from": { "conds": [], "table_units": [ [ "table_unit", 9 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 28, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 29, false ], null ], "\"Making database systems usable\"", null ] ] } }, { "db_id": "academic", "query": "SELECT citation_num FROM publication WHERE title = \"Making database systems usable\";", "query_toks": [ "SELECT", "citation_num", "FROM", "publication", "WHERE", "title", "=", "``", "Making", "database", "systems", "usable", "''", ";" ], "query_toks_no_value": [ "select", "citation_num", "from", "publication", "where", "title", "=", "value" ], "question": "số lượng bài báo đã trích dẫn bài báo ' làm cho hệ thống cơ sở dữ liệu có thể sử dụng được ' là bao nhiêu ?", "question_toks": [ "return", "me", "the", "number", "of", "citations", "of", "``", "Making", "database", "systems", "usable", "``", "." ], "sql": { "except": null, "from": { "conds": [], "table_units": [ [ "table_unit", 9 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 25, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 29, false ], null ], "\"Making database systems usable\"", null ] ] } }, { "db_id": "academic", "query": "SELECT citation_num FROM publication WHERE title = \"Making database systems usable\";", "query_toks": [ "SELECT", "citation_num", "FROM", "publication", "WHERE", "title", "=", "``", "Making", "database", "systems", "usable", "''", ";" ], "query_toks_no_value": [ "select", "citation_num", "from", "publication", "where", "title", "=", "value" ], "question": "bài báo ' làm cho hệ thống cơ sở dữ liệu có thể sử dụng được ' có bao nhiêu trích dẫn ?", "question_toks": [ "return", "me", "the", "citations", "of", "``", "Making", "database", "systems", "usable", "``", "." ], "sql": { "except": null, "from": { "conds": [], "table_units": [ [ "table_unit", 9 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 25, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 29, false ], null ], "\"Making database systems usable\"", null ] ] } }, { "db_id": "academic", "query": "SELECT title FROM publication WHERE citation_num > 200;", "query_toks": [ "SELECT", "title", "FROM", "publication", "WHERE", "citation_num", ">", "200", ";" ], "query_toks_no_value": [ "select", "title", "from", "publication", "where", "citation_num", ">", "value" ], "question": "bài báo nào có hơn 200 trích dẫn ?", "question_toks": [ "return", "me", "the", "paper", "with", "more", "than", "200", "citations", "." ], "sql": { "except": null, "from": { "conds": [], "table_units": [ [ "table_unit", 9 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 29, false ], null ] ] ] ], "union": null, "where": [ [ false, 3, [ 0, [ 0, 25, false ], null ], 200.0, null ] ] } }, { "db_id": "academic", "query": "SELECT t1.name FROM publication AS t4 JOIN journal AS t2 ON t4.jid = t2.jid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t2.name = \"PVLDB\" AND t4.year = 2010;", "query_toks": [ "SELECT", "t1.name", "FROM", "publication", "AS", "t4", "JOIN", "journal", "AS", "t2", "ON", "t4.jid", "=", "t2.jid", "JOIN", "writes", "AS", "t3", "ON", "t3.pid", "=", "t4.pid", "JOIN", "author", "AS", "t1", "ON", "t3.aid", "=", "t1.aid", "WHERE", "t2.name", "=", "``", "PVLDB", "''", "AND", "t4.year", "=", "2010", ";" ], "query_toks_no_value": [ "select", "t1", ".", "name", "from", "publication", "as", "t4", "join", "journal", "as", "t2", "on", "t4", ".", "jid", "=", "t2", ".", "jid", "join", "writes", "as", "t3", "on", "t3", ".", "pid", "=", "t4", ".", "pid", "join", "author", "as", "t1", "on", "t3", ".", "aid", "=", "t1", ".", "aid", "where", "t2", ".", "name", "=", "value", "and", "t4", ".", "year", "=", "value" ], "question": "liệt kê các tác giả có một số bài báo tại PVLDB 2010 .", "question_toks": [ "return", "me", "the", "authors", "who", "have", "papers", "in", "PVLDB", "2010", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 26, false ], null ], [ 0, 15, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 5 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 3, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 16, false ], null ], "\"PVLDB\"", null ], "and", [ false, 2, [ 0, [ 0, 30, false ], null ], 2010.0, null ] ] } }, { "db_id": "academic", "query": "SELECT t1.name FROM publication AS t4 JOIN journal AS t2 ON t4.jid = t2.jid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t2.name = \"PVLDB\" AND t4.year > 2010;", "query_toks": [ "SELECT", "t1.name", "FROM", "publication", "AS", "t4", "JOIN", "journal", "AS", "t2", "ON", "t4.jid", "=", "t2.jid", "JOIN", "writes", "AS", "t3", "ON", "t3.pid", "=", "t4.pid", "JOIN", "author", "AS", "t1", "ON", "t3.aid", "=", "t1.aid", "WHERE", "t2.name", "=", "``", "PVLDB", "''", "AND", "t4.year", ">", "2010", ";" ], "query_toks_no_value": [ "select", "t1", ".", "name", "from", "publication", "as", "t4", "join", "journal", "as", "t2", "on", "t4", ".", "jid", "=", "t2", ".", "jid", "join", "writes", "as", "t3", "on", "t3", ".", "pid", "=", "t4", ".", "pid", "join", "author", "as", "t1", "on", "t3", ".", "aid", "=", "t1", ".", "aid", "where", "t2", ".", "name", "=", "value", "and", "t4", ".", "year", ">", "value" ], "question": "những tác giả nào có một số bài báo tại hội nghị PVLDB được tổ chức sau năm 2010 ?", "question_toks": [ "return", "me", "the", "authors", "who", "have", "papers", "in", "PVLDB", "after", "2010", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 26, false ], null ], [ 0, 15, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 5 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 3, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 16, false ], null ], "\"PVLDB\"", null ], "and", [ false, 3, [ 0, [ 0, 30, false ], null ], 2010.0, null ] ] } }, { "db_id": "academic", "query": "SELECT t1.name FROM publication AS t4 JOIN conference AS t2 ON t4.cid = t2.cid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t2.name = \"VLDB\" AND t4.year = 2002;", "query_toks": [ "SELECT", "t1.name", "FROM", "publication", "AS", "t4", "JOIN", "conference", "AS", "t2", "ON", "t4.cid", "=", "t2.cid", "JOIN", "writes", "AS", "t3", "ON", "t3.pid", "=", "t4.pid", "JOIN", "author", "AS", "t1", "ON", "t3.aid", "=", "t1.aid", "WHERE", "t2.name", "=", "``", "VLDB", "''", "AND", "t4.year", "=", "2002", ";" ], "query_toks_no_value": [ "select", "t1", ".", "name", "from", "publication", "as", "t4", "join", "conference", "as", "t2", "on", "t4", ".", "cid", "=", "t2", ".", "cid", "join", "writes", "as", "t3", "on", "t3", ".", "pid", "=", "t4", ".", "pid", "join", "author", "as", "t1", "on", "t3", ".", "aid", "=", "t1", ".", "aid", "where", "t2", ".", "name", "=", "value", "and", "t4", ".", "year", "=", "value" ], "question": "những tác giả nào có các bài báo tại hội nghị VLDB diễn ra vào năm 2002 ?", "question_toks": [ "return", "me", "the", "authors", "who", "have", "papers", "in", "VLDB", "conference", "in", "2002", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 24, false ], null ], [ 0, 5, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 1 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 3, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 7, false ], null ], "\"VLDB\"", null ], "and", [ false, 2, [ 0, [ 0, 30, false ], null ], 2002.0, null ] ] } }, { "db_id": "academic", "query": "SELECT t1.name FROM publication AS t4 JOIN conference AS t2 ON t4.cid = t2.cid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t2.name = \"VLDB\" AND t4.year < 2002;", "query_toks": [ "SELECT", "t1.name", "FROM", "publication", "AS", "t4", "JOIN", "conference", "AS", "t2", "ON", "t4.cid", "=", "t2.cid", "JOIN", "writes", "AS", "t3", "ON", "t3.pid", "=", "t4.pid", "JOIN", "author", "AS", "t1", "ON", "t3.aid", "=", "t1.aid", "WHERE", "t2.name", "=", "``", "VLDB", "''", "AND", "t4.year", "<", "2002", ";" ], "query_toks_no_value": [ "select", "t1", ".", "name", "from", "publication", "as", "t4", "join", "conference", "as", "t2", "on", "t4", ".", "cid", "=", "t2", ".", "cid", "join", "writes", "as", "t3", "on", "t3", ".", "pid", "=", "t4", ".", "pid", "join", "author", "as", "t1", "on", "t3", ".", "aid", "=", "t1", ".", "aid", "where", "t2", ".", "name", "=", "value", "and", "t4", ".", "year", "<", "value" ], "question": "những tác giả nào có các bài báo tại hội nghị VLDB được tổ chúc trước năm 2002 ?", "question_toks": [ "return", "me", "the", "authors", "who", "have", "papers", "in", "VLDB", "conference", "before", "2002", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 24, false ], null ], [ 0, 5, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 1 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 3, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 7, false ], null ], "\"VLDB\"", null ], "and", [ false, 4, [ 0, [ 0, 30, false ], null ], 2002.0, null ] ] } }, { "db_id": "academic", "query": "SELECT t1.name FROM publication AS t4 JOIN conference AS t2 ON t4.cid = t2.cid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t2.name = \"VLDB\" AND t4.year < 2002 AND t4.year > 1995;", "query_toks": [ "SELECT", "t1.name", "FROM", "publication", "AS", "t4", "JOIN", "conference", "AS", "t2", "ON", "t4.cid", "=", "t2.cid", "JOIN", "writes", "AS", "t3", "ON", "t3.pid", "=", "t4.pid", "JOIN", "author", "AS", "t1", "ON", "t3.aid", "=", "t1.aid", "WHERE", "t2.name", "=", "``", "VLDB", "''", "AND", "t4.year", "<", "2002", "AND", "t4.year", ">", "1995", ";" ], "query_toks_no_value": [ "select", "t1", ".", "name", "from", "publication", "as", "t4", "join", "conference", "as", "t2", "on", "t4", ".", "cid", "=", "t2", ".", "cid", "join", "writes", "as", "t3", "on", "t3", ".", "pid", "=", "t4", ".", "pid", "join", "author", "as", "t1", "on", "t3", ".", "aid", "=", "t1", ".", "aid", "where", "t2", ".", "name", "=", "value", "and", "t4", ".", "year", "<", "value", "and", "t4", ".", "year", ">", "value" ], "question": "những tác giả nào có các bài báo tại hội nghị VLDB được tổ chức trước năm 2002 hoặc sau năm 1995 ?", "question_toks": [ "return", "me", "the", "authors", "who", "have", "papers", "in", "VLDB", "conference", "before", "2002", "after", "1995", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 24, false ], null ], [ 0, 5, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 1 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 3, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 7, false ], null ], "\"VLDB\"", null ], "and", [ false, 4, [ 0, [ 0, 30, false ], null ], 2002.0, null ], "and", [ false, 3, [ 0, [ 0, 30, false ], null ], 1995.0, null ] ] } }, { "db_id": "academic", "query": "SELECT t3.name FROM DOMAIN AS t3 JOIN domain_journal AS t1 ON t3.did = t1.did JOIN journal AS t2 ON t2.jid = t1.jid WHERE t2.name = \"PVLDB\";", "query_toks": [ "SELECT", "t3.name", "FROM", "DOMAIN", "AS", "t3", "JOIN", "domain_journal", "AS", "t1", "ON", "t3.did", "=", "t1.did", "JOIN", "journal", "AS", "t2", "ON", "t2.jid", "=", "t1.jid", "WHERE", "t2.name", "=", "``", "PVLDB", "''", ";" ], "query_toks_no_value": [ "select", "t3", ".", "name", "from", "domain", "as", "t3", "join", "domain_journal", "as", "t1", "on", "t3", ".", "did", "=", "t1", ".", "did", "join", "journal", "as", "t2", "on", "t2", ".", "jid", "=", "t1", ".", "jid", "where", "t2", ".", "name", "=", "value" ], "question": "cho biết các lĩnh vực nghiên cứu ở hội nghị PVLDB .", "question_toks": [ "return", "me", "the", "area", "of", "PVLDB", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 8, false ], null ], [ 0, 17, false ], null ], "and", [ false, 2, [ 0, [ 0, 15, false ], null ], [ 0, 18, false ], null ] ], "table_units": [ [ "table_unit", 2 ], [ "table_unit", 6 ], [ "table_unit", 5 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 9, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 16, false ], null ], "\"PVLDB\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t1.name FROM publication AS t4 JOIN journal AS t2 ON t4.jid = t2.jid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t2.name = \"PVLDB\";", "query_toks": [ "SELECT", "t1.name", "FROM", "publication", "AS", "t4", "JOIN", "journal", "AS", "t2", "ON", "t4.jid", "=", "t2.jid", "JOIN", "writes", "AS", "t3", "ON", "t3.pid", "=", "t4.pid", "JOIN", "author", "AS", "t1", "ON", "t3.aid", "=", "t1.aid", "WHERE", "t2.name", "=", "``", "PVLDB", "''", ";" ], "query_toks_no_value": [ "select", "t1", ".", "name", "from", "publication", "as", "t4", "join", "journal", "as", "t2", "on", "t4", ".", "jid", "=", "t2", ".", "jid", "join", "writes", "as", "t3", "on", "t3", ".", "pid", "=", "t4", ".", "pid", "join", "author", "as", "t1", "on", "t3", ".", "aid", "=", "t1", ".", "aid", "where", "t2", ".", "name", "=", "value" ], "question": "hiển thị tên của các tác giả có bài báo được đăng tại PVLDB .", "question_toks": [ "return", "me", "the", "authors", "who", "have", "papers", "in", "PVLDB", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 26, false ], null ], [ 0, 15, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 5 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 3, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 16, false ], null ], "\"PVLDB\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t2.name FROM organization AS t2 JOIN author AS t1 ON t2.oid = t1.oid WHERE t1.name = \"H. V. Jagadish\";", "query_toks": [ "SELECT", "t2.name", "FROM", "organization", "AS", "t2", "JOIN", "author", "AS", "t1", "ON", "t2.oid", "=", "t1.oid", "WHERE", "t1.name", "=", "``", "H.", "V.", "Jagadish", "''", ";" ], "query_toks_no_value": [ "select", "t2", ".", "name", "from", "organization", "as", "t2", "join", "author", "as", "t1", "on", "t2", ".", "oid", "=", "t1", ".", "oid", "where", "t1", ".", "name", "=", "value" ], "question": "hiển thị tên của tổ chức mà H. V. Jagadish thuộc về .", "question_toks": [ "return", "me", "the", "organization", "``", "H.", "V.", "Jagadish", "``", "is", "in", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 36, false ], null ], [ 0, 4, false ], null ] ], "table_units": [ [ "table_unit", 11 ], [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 35, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t2.name FROM publication AS t4 JOIN conference AS t2 ON t4.cid = t2.cid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = \"H. V. Jagadish\";", "query_toks": [ "SELECT", "t2.name", "FROM", "publication", "AS", "t4", "JOIN", "conference", "AS", "t2", "ON", "t4.cid", "=", "t2.cid", "JOIN", "writes", "AS", "t3", "ON", "t3.pid", "=", "t4.pid", "JOIN", "author", "AS", "t1", "ON", "t3.aid", "=", "t1.aid", "WHERE", "t1.name", "=", "``", "H.", "V.", "Jagadish", "''", ";" ], "query_toks_no_value": [ "select", "t2", ".", "name", "from", "publication", "as", "t4", "join", "conference", "as", "t2", "on", "t4", ".", "cid", "=", "t2", ".", "cid", "join", "writes", "as", "t3", "on", "t3", ".", "pid", "=", "t4", ".", "pid", "join", "author", "as", "t1", "on", "t3", ".", "aid", "=", "t1", ".", "aid", "where", "t1", ".", "name", "=", "value" ], "question": "những hội nghị nào đã xuất bản các bài báo của H. V. Jagadish ?", "question_toks": [ "return", "me", "the", "conferences", ",", "which", "have", "papers", "by", "``", "H.", "V.", "Jagadish", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 24, false ], null ], [ 0, 5, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 1 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 7, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t2.name FROM publication AS t4 JOIN journal AS t2 ON t4.jid = t2.jid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = \"H. V. Jagadish\";", "query_toks": [ "SELECT", "t2.name", "FROM", "publication", "AS", "t4", "JOIN", "journal", "AS", "t2", "ON", "t4.jid", "=", "t2.jid", "JOIN", "writes", "AS", "t3", "ON", "t3.pid", "=", "t4.pid", "JOIN", "author", "AS", "t1", "ON", "t3.aid", "=", "t1.aid", "WHERE", "t1.name", "=", "``", "H.", "V.", "Jagadish", "''", ";" ], "query_toks_no_value": [ "select", "t2", ".", "name", "from", "publication", "as", "t4", "join", "journal", "as", "t2", "on", "t4", ".", "jid", "=", "t2", ".", "jid", "join", "writes", "as", "t3", "on", "t3", ".", "pid", "=", "t4", ".", "pid", "join", "author", "as", "t1", "on", "t3", ".", "aid", "=", "t1", ".", "aid", "where", "t1", ".", "name", "=", "value" ], "question": "những tạp chí nào đã cho đăng các bài báo của H. V. Jagadish ?", "question_toks": [ "return", "me", "the", "journals", ",", "which", "have", "papers", "by", "``", "H.", "V.", "Jagadish", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 26, false ], null ], [ 0, 15, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 5 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 16, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t2.name FROM domain_author AS t3 JOIN author AS t1 ON t3.aid = t1.aid JOIN DOMAIN AS t2 ON t2.did = t3.did WHERE t1.name = \"H. V. Jagadish\";", "query_toks": [ "SELECT", "t2.name", "FROM", "domain_author", "AS", "t3", "JOIN", "author", "AS", "t1", "ON", "t3.aid", "=", "t1.aid", "JOIN", "DOMAIN", "AS", "t2", "ON", "t2.did", "=", "t3.did", "WHERE", "t1.name", "=", "``", "H.", "V.", "Jagadish", "''", ";" ], "query_toks_no_value": [ "select", "t2", ".", "name", "from", "domain_author", "as", "t3", "join", "author", "as", "t1", "on", "t3", ".", "aid", "=", "t1", ".", "aid", "join", "domain", "as", "t2", "on", "t2", ".", "did", "=", "t3", ".", "did", "where", "t1", ".", "name", "=", "value" ], "question": "lĩnh vực mà H. V. Jagadish tập trung nghiên cứu là lĩnh vực nào ?", "question_toks": [ "return", "me", "the", "domain", "where", "``", "H.", "V.", "Jagadish", "``", "is", "focused", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 10, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 8, false ], null ], [ 0, 11, false ], null ] ], "table_units": [ [ "table_unit", 3 ], [ "table_unit", 0 ], [ "table_unit", 2 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 9, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t1.name FROM writes AS t2 JOIN author AS t1 ON t2.aid = t1.aid JOIN publication AS t3 ON t2.pid = t3.pid WHERE t3.title = \"Making database systems usable\";", "query_toks": [ "SELECT", "t1.name", "FROM", "writes", "AS", "t2", "JOIN", "author", "AS", "t1", "ON", "t2.aid", "=", "t1.aid", "JOIN", "publication", "AS", "t3", "ON", "t2.pid", "=", "t3.pid", "WHERE", "t3.title", "=", "``", "Making", "database", "systems", "usable", "''", ";" ], "query_toks_no_value": [ "select", "t1", ".", "name", "from", "writes", "as", "t2", "join", "author", "as", "t1", "on", "t2", ".", "aid", "=", "t1", ".", "aid", "join", "publication", "as", "t3", "on", "t2", ".", "pid", "=", "t3", ".", "pid", "where", "t3", ".", "title", "=", "value" ], "question": "bài báo ' làm cho hệ thống cơ sở dữ liệu có thể sử dụng ' được viết bởi những tác giả nào ?", "question_toks": [ "return", "me", "the", "authors", "of", "``", "Making", "database", "systems", "usable", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ] ], "table_units": [ [ "table_unit", 13 ], [ "table_unit", 0 ], [ "table_unit", 9 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 3, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 29, false ], null ], "\"Making database systems usable\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t1.name FROM publication AS t2 JOIN conference AS t1 ON t2.cid = t1.cid WHERE t2.title = \"Making database systems usable\";", "query_toks": [ "SELECT", "t1.name", "FROM", "publication", "AS", "t2", "JOIN", "conference", "AS", "t1", "ON", "t2.cid", "=", "t1.cid", "WHERE", "t2.title", "=", "``", "Making", "database", "systems", "usable", "''", ";" ], "query_toks_no_value": [ "select", "t1", ".", "name", "from", "publication", "as", "t2", "join", "conference", "as", "t1", "on", "t2", ".", "cid", "=", "t1", ".", "cid", "where", "t2", ".", "title", "=", "value" ], "question": "hội nghị nào đã xuất bản bài báo với tiêu đề ' làm cho hệ thống cơ sở dữ liệu có thể sử dụng được ' ?", "question_toks": [ "return", "me", "the", "conference", ",", "which", "published", "``", "Making", "database", "systems", "usable", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 24, false ], null ], [ 0, 5, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 1 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 7, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 29, false ], null ], "\"Making database systems usable\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t3.title FROM writes AS t2 JOIN author AS t1 ON t2.aid = t1.aid JOIN publication AS t3 ON t2.pid = t3.pid WHERE t1.name = \"H. V. Jagadish\";", "query_toks": [ "SELECT", "t3.title", "FROM", "writes", "AS", "t2", "JOIN", "author", "AS", "t1", "ON", "t2.aid", "=", "t1.aid", "JOIN", "publication", "AS", "t3", "ON", "t2.pid", "=", "t3.pid", "WHERE", "t1.name", "=", "``", "H.", "V.", "Jagadish", "''", ";" ], "query_toks_no_value": [ "select", "t3", ".", "title", "from", "writes", "as", "t2", "join", "author", "as", "t1", "on", "t2", ".", "aid", "=", "t1", ".", "aid", "join", "publication", "as", "t3", "on", "t2", ".", "pid", "=", "t3", ".", "pid", "where", "t1", ".", "name", "=", "value" ], "question": "những bài báo nào đã được viết bởi H. V. Jagadish ?", "question_toks": [ "return", "me", "the", "papers", "by", "``", "H.", "V.", "Jagadish", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ] ], "table_units": [ [ "table_unit", 13 ], [ "table_unit", 0 ], [ "table_unit", 9 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 29, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t2.title FROM publication AS t2 JOIN conference AS t1 ON t2.cid = t1.cid WHERE t1.name = \"VLDB\";", "query_toks": [ "SELECT", "t2.title", "FROM", "publication", "AS", "t2", "JOIN", "conference", "AS", "t1", "ON", "t2.cid", "=", "t1.cid", "WHERE", "t1.name", "=", "``", "VLDB", "''", ";" ], "query_toks_no_value": [ "select", "t2", ".", "title", "from", "publication", "as", "t2", "join", "conference", "as", "t1", "on", "t2", ".", "cid", "=", "t1", ".", "cid", "where", "t1", ".", "name", "=", "value" ], "question": "những bài báo nào đã được xuất bản tại hội nghị VLDB ?", "question_toks": [ "return", "me", "the", "papers", "on", "VLDB", "conference", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 24, false ], null ], [ 0, 5, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 1 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 29, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 7, false ], null ], "\"VLDB\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t2.title FROM publication AS t2 JOIN journal AS t1 ON t2.jid = t1.jid WHERE t1.name = \"PVLDB\";", "query_toks": [ "SELECT", "t2.title", "FROM", "publication", "AS", "t2", "JOIN", "journal", "AS", "t1", "ON", "t2.jid", "=", "t1.jid", "WHERE", "t1.name", "=", "``", "PVLDB", "''", ";" ], "query_toks_no_value": [ "select", "t2", ".", "title", "from", "publication", "as", "t2", "join", "journal", "as", "t1", "on", "t2", ".", "jid", "=", "t1", ".", "jid", "where", "t1", ".", "name", "=", "value" ], "question": "liệt kê các bài báo được xuất bản tại PVLDB .", "question_toks": [ "return", "me", "the", "papers", "on", "PVLDB", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 26, false ], null ], [ 0, 15, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 5 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 29, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 16, false ], null ], "\"PVLDB\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t2.title FROM publication AS t2 JOIN journal AS t1 ON t2.jid = t1.jid WHERE t1.name = \"PVLDB\" AND t2.year > 2000;", "query_toks": [ "SELECT", "t2.title", "FROM", "publication", "AS", "t2", "JOIN", "journal", "AS", "t1", "ON", "t2.jid", "=", "t1.jid", "WHERE", "t1.name", "=", "``", "PVLDB", "''", "AND", "t2.year", ">", "2000", ";" ], "query_toks_no_value": [ "select", "t2", ".", "title", "from", "publication", "as", "t2", "join", "journal", "as", "t1", "on", "t2", ".", "jid", "=", "t1", ".", "jid", "where", "t1", ".", "name", "=", "value", "and", "t2", ".", "year", ">", "value" ], "question": "hiển thị các bài báo được xuất bản tại hội nghị PVLDB sau năm 2000 .", "question_toks": [ "return", "me", "the", "papers", "on", "PVLDB", "after", "2000", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 26, false ], null ], [ 0, 15, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 5 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 29, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 16, false ], null ], "\"PVLDB\"", null ], "and", [ false, 3, [ 0, [ 0, 30, false ], null ], 2000.0, null ] ] } }, { "db_id": "academic", "query": "SELECT t2.title FROM publication AS t2 JOIN conference AS t1 ON t2.cid = t1.cid WHERE t1.name = \"VLDB\" AND t2.year > 2000;", "query_toks": [ "SELECT", "t2.title", "FROM", "publication", "AS", "t2", "JOIN", "conference", "AS", "t1", "ON", "t2.cid", "=", "t1.cid", "WHERE", "t1.name", "=", "``", "VLDB", "''", "AND", "t2.year", ">", "2000", ";" ], "query_toks_no_value": [ "select", "t2", ".", "title", "from", "publication", "as", "t2", "join", "conference", "as", "t1", "on", "t2", ".", "cid", "=", "t1", ".", "cid", "where", "t1", ".", "name", "=", "value", "and", "t2", ".", "year", ">", "value" ], "question": "liệt kê các bài báo đã được đăng tại hội nghị VLDB sau năm 2000 .", "question_toks": [ "return", "me", "the", "papers", "on", "VLDB", "conference", "after", "2000", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 24, false ], null ], [ 0, 5, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 1 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 29, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 7, false ], null ], "\"VLDB\"", null ], "and", [ false, 3, [ 0, [ 0, 30, false ], null ], 2000.0, null ] ] } }, { "db_id": "academic", "query": "SELECT t4.title FROM publication AS t4 JOIN journal AS t2 ON t4.jid = t2.jid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = \"H. V. Jagadish\" AND t2.name = \"PVLDB\";", "query_toks": [ "SELECT", "t4.title", "FROM", "publication", "AS", "t4", "JOIN", "journal", "AS", "t2", "ON", "t4.jid", "=", "t2.jid", "JOIN", "writes", "AS", "t3", "ON", "t3.pid", "=", "t4.pid", "JOIN", "author", "AS", "t1", "ON", "t3.aid", "=", "t1.aid", "WHERE", "t1.name", "=", "``", "H.", "V.", "Jagadish", "''", "AND", "t2.name", "=", "``", "PVLDB", "''", ";" ], "query_toks_no_value": [ "select", "t4", ".", "title", "from", "publication", "as", "t4", "join", "journal", "as", "t2", "on", "t4", ".", "jid", "=", "t2", ".", "jid", "join", "writes", "as", "t3", "on", "t3", ".", "pid", "=", "t4", ".", "pid", "join", "author", "as", "t1", "on", "t3", ".", "aid", "=", "t1", ".", "aid", "where", "t1", ".", "name", "=", "value", "and", "t2", ".", "name", "=", "value" ], "question": "liệt kê các bài báo được viết bởi H. V. Jagadish tại PVLDB .", "question_toks": [ "return", "me", "the", "papers", "by", "``", "H.", "V.", "Jagadish", "``", "on", "PVLDB", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 26, false ], null ], [ 0, 15, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 5 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 29, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ], "and", [ false, 2, [ 0, [ 0, 16, false ], null ], "\"PVLDB\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t4.title FROM publication AS t4 JOIN conference AS t2 ON t4.cid = t2.cid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = \"H. V. Jagadish\" AND t2.name = \"VLDB\";", "query_toks": [ "SELECT", "t4.title", "FROM", "publication", "AS", "t4", "JOIN", "conference", "AS", "t2", "ON", "t4.cid", "=", "t2.cid", "JOIN", "writes", "AS", "t3", "ON", "t3.pid", "=", "t4.pid", "JOIN", "author", "AS", "t1", "ON", "t3.aid", "=", "t1.aid", "WHERE", "t1.name", "=", "``", "H.", "V.", "Jagadish", "''", "AND", "t2.name", "=", "``", "VLDB", "''", ";" ], "query_toks_no_value": [ "select", "t4", ".", "title", "from", "publication", "as", "t4", "join", "conference", "as", "t2", "on", "t4", ".", "cid", "=", "t2", ".", "cid", "join", "writes", "as", "t3", "on", "t3", ".", "pid", "=", "t4", ".", "pid", "join", "author", "as", "t1", "on", "t3", ".", "aid", "=", "t1", ".", "aid", "where", "t1", ".", "name", "=", "value", "and", "t2", ".", "name", "=", "value" ], "question": "các bài báo nào của H. V. Jagadish đã được xuất bản tại hội nghị VLDB ?", "question_toks": [ "return", "me", "the", "papers", "by", "``", "H.", "V.", "Jagadish", "``", "on", "VLDB", "conference", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 24, false ], null ], [ 0, 5, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 1 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 29, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ], "and", [ false, 2, [ 0, [ 0, 7, false ], null ], "\"VLDB\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t3.title FROM writes AS t2 JOIN author AS t1 ON t2.aid = t1.aid JOIN publication AS t3 ON t2.pid = t3.pid WHERE t1.name = \"H. V. Jagadish\" AND t3.year > 2000;", "query_toks": [ "SELECT", "t3.title", "FROM", "writes", "AS", "t2", "JOIN", "author", "AS", "t1", "ON", "t2.aid", "=", "t1.aid", "JOIN", "publication", "AS", "t3", "ON", "t2.pid", "=", "t3.pid", "WHERE", "t1.name", "=", "``", "H.", "V.", "Jagadish", "''", "AND", "t3.year", ">", "2000", ";" ], "query_toks_no_value": [ "select", "t3", ".", "title", "from", "writes", "as", "t2", "join", "author", "as", "t1", "on", "t2", ".", "aid", "=", "t1", ".", "aid", "join", "publication", "as", "t3", "on", "t2", ".", "pid", "=", "t3", ".", "pid", "where", "t1", ".", "name", "=", "value", "and", "t3", ".", "year", ">", "value" ], "question": "liệt kê các bài báo của H. V. Jagadish sau năm 2000 .", "question_toks": [ "return", "me", "the", "papers", "by", "``", "H.", "V.", "Jagadish", "``", "after", "2000", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ] ], "table_units": [ [ "table_unit", 13 ], [ "table_unit", 0 ], [ "table_unit", 9 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 29, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ], "and", [ false, 3, [ 0, [ 0, 30, false ], null ], 2000.0, null ] ] } }, { "db_id": "academic", "query": "SELECT t4.title FROM publication AS t4 JOIN journal AS t2 ON t4.jid = t2.jid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = \"H. V. Jagadish\" AND t2.name = \"PVLDB\" AND t4.year > 2000;", "query_toks": [ "SELECT", "t4.title", "FROM", "publication", "AS", "t4", "JOIN", "journal", "AS", "t2", "ON", "t4.jid", "=", "t2.jid", "JOIN", "writes", "AS", "t3", "ON", "t3.pid", "=", "t4.pid", "JOIN", "author", "AS", "t1", "ON", "t3.aid", "=", "t1.aid", "WHERE", "t1.name", "=", "``", "H.", "V.", "Jagadish", "''", "AND", "t2.name", "=", "``", "PVLDB", "''", "AND", "t4.year", ">", "2000", ";" ], "query_toks_no_value": [ "select", "t4", ".", "title", "from", "publication", "as", "t4", "join", "journal", "as", "t2", "on", "t4", ".", "jid", "=", "t2", ".", "jid", "join", "writes", "as", "t3", "on", "t3", ".", "pid", "=", "t4", ".", "pid", "join", "author", "as", "t1", "on", "t3", ".", "aid", "=", "t1", ".", "aid", "where", "t1", ".", "name", "=", "value", "and", "t2", ".", "name", "=", "value", "and", "t4", ".", "year", ">", "value" ], "question": "liệt kê các bài báo của H. V. Jagadish tại PVLDB sau năm 2000 .", "question_toks": [ "return", "me", "the", "papers", "by", "``", "H.", "V.", "Jagadish", "``", "on", "PVLDB", "after", "2000", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 26, false ], null ], [ 0, 15, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 5 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 29, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ], "and", [ false, 2, [ 0, [ 0, 16, false ], null ], "\"PVLDB\"", null ], "and", [ false, 3, [ 0, [ 0, 30, false ], null ], 2000.0, null ] ] } }, { "db_id": "academic", "query": "SELECT t4.title FROM publication AS t4 JOIN conference AS t2 ON t4.cid = t2.cid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = \"H. V. Jagadish\" AND t2.name = \"VLDB\" AND t4.year > 2000;", "query_toks": [ "SELECT", "t4.title", "FROM", "publication", "AS", "t4", "JOIN", "conference", "AS", "t2", "ON", "t4.cid", "=", "t2.cid", "JOIN", "writes", "AS", "t3", "ON", "t3.pid", "=", "t4.pid", "JOIN", "author", "AS", "t1", "ON", "t3.aid", "=", "t1.aid", "WHERE", "t1.name", "=", "``", "H.", "V.", "Jagadish", "''", "AND", "t2.name", "=", "``", "VLDB", "''", "AND", "t4.year", ">", "2000", ";" ], "query_toks_no_value": [ "select", "t4", ".", "title", "from", "publication", "as", "t4", "join", "conference", "as", "t2", "on", "t4", ".", "cid", "=", "t2", ".", "cid", "join", "writes", "as", "t3", "on", "t3", ".", "pid", "=", "t4", ".", "pid", "join", "author", "as", "t1", "on", "t3", ".", "aid", "=", "t1", ".", "aid", "where", "t1", ".", "name", "=", "value", "and", "t2", ".", "name", "=", "value", "and", "t4", ".", "year", ">", "value" ], "question": "liệt kê các bài báo của H. V. Jagadish được xuất bản hội nghị VLDB sau năm 2000 .", "question_toks": [ "return", "me", "the", "papers", "by", "``", "H.", "V.", "Jagadish", "``", "on", "VLDB", "conference", "after", "2000", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 24, false ], null ], [ 0, 5, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 1 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 29, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ], "and", [ false, 2, [ 0, [ 0, 7, false ], null ], "\"VLDB\"", null ], "and", [ false, 3, [ 0, [ 0, 30, false ], null ], 2000.0, null ] ] } }, { "db_id": "academic", "query": "SELECT t2.name FROM domain_conference AS t3 JOIN conference AS t1 ON t3.cid = t1.cid JOIN DOMAIN AS t2 ON t2.did = t3.did WHERE t1.name = \"VLDB\";", "query_toks": [ "SELECT", "t2.name", "FROM", "domain_conference", "AS", "t3", "JOIN", "conference", "AS", "t1", "ON", "t3.cid", "=", "t1.cid", "JOIN", "DOMAIN", "AS", "t2", "ON", "t2.did", "=", "t3.did", "WHERE", "t1.name", "=", "``", "VLDB", "''", ";" ], "query_toks_no_value": [ "select", "t2", ".", "name", "from", "domain_conference", "as", "t3", "join", "conference", "as", "t1", "on", "t3", ".", "cid", "=", "t1", ".", "cid", "join", "domain", "as", "t2", "on", "t2", ".", "did", "=", "t3", ".", "did", "where", "t1", ".", "name", "=", "value" ], "question": "liệt kê các lĩnh vực được nghiên cưu tại hội nghị VLDB .", "question_toks": [ "return", "me", "the", "area", "of", "the", "VLDB", "conference", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 12, false ], null ], [ 0, 5, false ], null ], "and", [ false, 2, [ 0, [ 0, 8, false ], null ], [ 0, 13, false ], null ] ], "table_units": [ [ "table_unit", 4 ], [ "table_unit", 1 ], [ "table_unit", 2 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 9, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 7, false ], null ], "\"VLDB\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t1.name FROM publication AS t4 JOIN conference AS t2 ON t4.cid = t2.cid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t2.name = \"VLDB\";", "query_toks": [ "SELECT", "t1.name", "FROM", "publication", "AS", "t4", "JOIN", "conference", "AS", "t2", "ON", "t4.cid", "=", "t2.cid", "JOIN", "writes", "AS", "t3", "ON", "t3.pid", "=", "t4.pid", "JOIN", "author", "AS", "t1", "ON", "t3.aid", "=", "t1.aid", "WHERE", "t2.name", "=", "``", "VLDB", "''", ";" ], "query_toks_no_value": [ "select", "t1", ".", "name", "from", "publication", "as", "t4", "join", "conference", "as", "t2", "on", "t4", ".", "cid", "=", "t2", ".", "cid", "join", "writes", "as", "t3", "on", "t3", ".", "pid", "=", "t4", ".", "pid", "join", "author", "as", "t1", "on", "t3", ".", "aid", "=", "t1", ".", "aid", "where", "t2", ".", "name", "=", "value" ], "question": "liệt kê các tác giả có bài báo được xuất bản tại hội nghị VLDB .", "question_toks": [ "return", "me", "the", "authors", "who", "have", "papers", "in", "the", "VLDB", "conference", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 24, false ], null ], [ 0, 5, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 1 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 3, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 7, false ], null ], "\"VLDB\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t1.keyword FROM DOMAIN AS t3 JOIN domain_keyword AS t2 ON t3.did = t2.did JOIN keyword AS t1 ON t1.kid = t2.kid WHERE t3.name = \"Databases\";", "query_toks": [ "SELECT", "t1.keyword", "FROM", "DOMAIN", "AS", "t3", "JOIN", "domain_keyword", "AS", "t2", "ON", "t3.did", "=", "t2.did", "JOIN", "keyword", "AS", "t1", "ON", "t1.kid", "=", "t2.kid", "WHERE", "t3.name", "=", "``", "Databases", "''", ";" ], "query_toks_no_value": [ "select", "t1", ".", "keyword", "from", "domain", "as", "t3", "join", "domain_keyword", "as", "t2", "on", "t3", ".", "did", "=", "t2", ".", "did", "join", "keyword", "as", "t1", "on", "t1", ".", "kid", "=", "t2", ".", "kid", "where", "t3", ".", "name", "=", "value" ], "question": "liệt kê tất cả các từ khoá thuộc lĩnh vực ' Cơ sở dữ liệu ' .", "question_toks": [ "return", "me", "all", "the", "keywords", "in", "Databases", "area", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 8, false ], null ], [ 0, 21, false ], null ], "and", [ false, 2, [ 0, [ 0, 20, false ], null ], [ 0, 22, false ], null ] ], "table_units": [ [ "table_unit", 2 ], [ "table_unit", 8 ], [ "table_unit", 7 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 19, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 9, false ], null ], "\"Databases\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t3.title FROM publication_keyword AS t2 JOIN keyword AS t1 ON t2.kid = t1.kid JOIN publication AS t3 ON t3.pid = t2.pid WHERE t1.keyword = \"Natural Language\";", "query_toks": [ "SELECT", "t3.title", "FROM", "publication_keyword", "AS", "t2", "JOIN", "keyword", "AS", "t1", "ON", "t2.kid", "=", "t1.kid", "JOIN", "publication", "AS", "t3", "ON", "t3.pid", "=", "t2.pid", "WHERE", "t1.keyword", "=", "``", "Natural", "Language", "''", ";" ], "query_toks_no_value": [ "select", "t3", ".", "title", "from", "publication_keyword", "as", "t2", "join", "keyword", "as", "t1", "on", "t2", ".", "kid", "=", "t1", ".", "kid", "join", "publication", "as", "t3", "on", "t3", ".", "pid", "=", "t2", ".", "pid", "where", "t1", ".", "keyword", "=", "value" ], "question": "liệt kê tất cả các bài báo có chứa từ khoá ' Ngôn ngữ tự nhiên ' .", "question_toks": [ "return", "me", "all", "the", "papers", ",", "which", "contain", "the", "keyword", "``", "Natural", "Language", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 38, false ], null ], [ 0, 20, false ], null ], "and", [ false, 2, [ 0, [ 0, 27, false ], null ], [ 0, 37, false ], null ] ], "table_units": [ [ "table_unit", 12 ], [ "table_unit", 7 ], [ "table_unit", 9 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 29, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 19, false ], null ], "\"Natural Language\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t1.keyword FROM publication_keyword AS t3 JOIN keyword AS t1 ON t3.kid = t1.kid JOIN publication AS t2 ON t2.pid = t3.pid WHERE t2.title = \"Making database systems usable\";", "query_toks": [ "SELECT", "t1.keyword", "FROM", "publication_keyword", "AS", "t3", "JOIN", "keyword", "AS", "t1", "ON", "t3.kid", "=", "t1.kid", "JOIN", "publication", "AS", "t2", "ON", "t2.pid", "=", "t3.pid", "WHERE", "t2.title", "=", "``", "Making", "database", "systems", "usable", "''", ";" ], "query_toks_no_value": [ "select", "t1", ".", "keyword", "from", "publication_keyword", "as", "t3", "join", "keyword", "as", "t1", "on", "t3", ".", "kid", "=", "t1", ".", "kid", "join", "publication", "as", "t2", "on", "t2", ".", "pid", "=", "t3", ".", "pid", "where", "t2", ".", "title", "=", "value" ], "question": "liệt kê các từ khoá được sử dụng bởi bài báo có tiêu đề là ' Làm cho hệ thống cơ sở dữ liệu có thể sử dụng được ' .", "question_toks": [ "return", "me", "the", "keywords", "of", "``", "Making", "database", "systems", "usable", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 38, false ], null ], [ 0, 20, false ], null ], "and", [ false, 2, [ 0, [ 0, 27, false ], null ], [ 0, 37, false ], null ] ], "table_units": [ [ "table_unit", 12 ], [ "table_unit", 7 ], [ "table_unit", 9 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 19, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 29, false ], null ], "\"Making database systems usable\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t1.keyword FROM publication_keyword AS t5 JOIN keyword AS t1 ON t5.kid = t1.kid JOIN publication AS t3 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t3.pid JOIN author AS t2 ON t4.aid = t2.aid WHERE t2.name = \"H. V. Jagadish\";", "query_toks": [ "SELECT", "t1.keyword", "FROM", "publication_keyword", "AS", "t5", "JOIN", "keyword", "AS", "t1", "ON", "t5.kid", "=", "t1.kid", "JOIN", "publication", "AS", "t3", "ON", "t3.pid", "=", "t5.pid", "JOIN", "writes", "AS", "t4", "ON", "t4.pid", "=", "t3.pid", "JOIN", "author", "AS", "t2", "ON", "t4.aid", "=", "t2.aid", "WHERE", "t2.name", "=", "``", "H.", "V.", "Jagadish", "''", ";" ], "query_toks_no_value": [ "select", "t1", ".", "keyword", "from", "publication_keyword", "as", "t5", "join", "keyword", "as", "t1", "on", "t5", ".", "kid", "=", "t1", ".", "kid", "join", "publication", "as", "t3", "on", "t3", ".", "pid", "=", "t5", ".", "pid", "join", "writes", "as", "t4", "on", "t4", ".", "pid", "=", "t3", ".", "pid", "join", "author", "as", "t2", "on", "t4", ".", "aid", "=", "t2", ".", "aid", "where", "t2", ".", "name", "=", "value" ], "question": "liệt kê các từ khoá được sử dụng bởi H. V. Jagadish .", "question_toks": [ "return", "me", "the", "keywords", "related", "to", "``", "H.", "V.", "Jagadish", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 38, false ], null ], [ 0, 20, false ], null ], "and", [ false, 2, [ 0, [ 0, 27, false ], null ], [ 0, 37, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 12 ], [ "table_unit", 7 ], [ "table_unit", 9 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 19, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t1.keyword FROM publication_keyword AS t4 JOIN keyword AS t1 ON t4.kid = t1.kid JOIN publication AS t3 ON t3.pid = t4.pid JOIN conference AS t2 ON t3.cid = t2.cid WHERE t2.name = \"VLDB\";", "query_toks": [ "SELECT", "t1.keyword", "FROM", "publication_keyword", "AS", "t4", "JOIN", "keyword", "AS", "t1", "ON", "t4.kid", "=", "t1.kid", "JOIN", "publication", "AS", "t3", "ON", "t3.pid", "=", "t4.pid", "JOIN", "conference", "AS", "t2", "ON", "t3.cid", "=", "t2.cid", "WHERE", "t2.name", "=", "``", "VLDB", "''", ";" ], "query_toks_no_value": [ "select", "t1", ".", "keyword", "from", "publication_keyword", "as", "t4", "join", "keyword", "as", "t1", "on", "t4", ".", "kid", "=", "t1", ".", "kid", "join", "publication", "as", "t3", "on", "t3", ".", "pid", "=", "t4", ".", "pid", "join", "conference", "as", "t2", "on", "t3", ".", "cid", "=", "t2", ".", "cid", "where", "t2", ".", "name", "=", "value" ], "question": "liệt kê các từ khoá ở hội nghị VLDB .", "question_toks": [ "return", "me", "the", "keywords", "in", "VLDB", "conference", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 38, false ], null ], [ 0, 20, false ], null ], "and", [ false, 2, [ 0, [ 0, 27, false ], null ], [ 0, 37, false ], null ], "and", [ false, 2, [ 0, [ 0, 24, false ], null ], [ 0, 5, false ], null ] ], "table_units": [ [ "table_unit", 12 ], [ "table_unit", 7 ], [ "table_unit", 9 ], [ "table_unit", 1 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 19, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 7, false ], null ], "\"VLDB\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t1.keyword FROM publication_keyword AS t4 JOIN keyword AS t1 ON t4.kid = t1.kid JOIN publication AS t2 ON t2.pid = t4.pid JOIN journal AS t3 ON t2.jid = t3.jid WHERE t3.name = \"PVLDB\";", "query_toks": [ "SELECT", "t1.keyword", "FROM", "publication_keyword", "AS", "t4", "JOIN", "keyword", "AS", "t1", "ON", "t4.kid", "=", "t1.kid", "JOIN", "publication", "AS", "t2", "ON", "t2.pid", "=", "t4.pid", "JOIN", "journal", "AS", "t3", "ON", "t2.jid", "=", "t3.jid", "WHERE", "t3.name", "=", "``", "PVLDB", "''", ";" ], "query_toks_no_value": [ "select", "t1", ".", "keyword", "from", "publication_keyword", "as", "t4", "join", "keyword", "as", "t1", "on", "t4", ".", "kid", "=", "t1", ".", "kid", "join", "publication", "as", "t2", "on", "t2", ".", "pid", "=", "t4", ".", "pid", "join", "journal", "as", "t3", "on", "t2", ".", "jid", "=", "t3", ".", "jid", "where", "t3", ".", "name", "=", "value" ], "question": "liệt kê các từ khoá thuộc hội nghị PVLDB .", "question_toks": [ "return", "me", "the", "keywords", "in", "PVLDB", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 38, false ], null ], [ 0, 20, false ], null ], "and", [ false, 2, [ 0, [ 0, 27, false ], null ], [ 0, 37, false ], null ], "and", [ false, 2, [ 0, [ 0, 26, false ], null ], [ 0, 15, false ], null ] ], "table_units": [ [ "table_unit", 12 ], [ "table_unit", 7 ], [ "table_unit", 9 ], [ "table_unit", 5 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 19, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 16, false ], null ], "\"PVLDB\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t1.keyword FROM organization AS t6 JOIN author AS t2 ON t6.oid = t2.oid JOIN writes AS t4 ON t4.aid = t2.aid JOIN publication AS t5 ON t4.pid = t5.pid JOIN publication_keyword AS t3 ON t5.pid = t3.pid JOIN keyword AS t1 ON t3.kid = t1.kid WHERE t6.name = \"University of Michigan\";", "query_toks": [ "SELECT", "t1.keyword", "FROM", "organization", "AS", "t6", "JOIN", "author", "AS", "t2", "ON", "t6.oid", "=", "t2.oid", "JOIN", "writes", "AS", "t4", "ON", "t4.aid", "=", "t2.aid", "JOIN", "publication", "AS", "t5", "ON", "t4.pid", "=", "t5.pid", "JOIN", "publication_keyword", "AS", "t3", "ON", "t5.pid", "=", "t3.pid", "JOIN", "keyword", "AS", "t1", "ON", "t3.kid", "=", "t1.kid", "WHERE", "t6.name", "=", "``", "University", "of", "Michigan", "''", ";" ], "query_toks_no_value": [ "select", "t1", ".", "keyword", "from", "organization", "as", "t6", "join", "author", "as", "t2", "on", "t6", ".", "oid", "=", "t2", ".", "oid", "join", "writes", "as", "t4", "on", "t4", ".", "aid", "=", "t2", ".", "aid", "join", "publication", "as", "t5", "on", "t4", ".", "pid", "=", "t5", ".", "pid", "join", "publication_keyword", "as", "t3", "on", "t5", ".", "pid", "=", "t3", ".", "pid", "join", "keyword", "as", "t1", "on", "t3", ".", "kid", "=", "t1", ".", "kid", "where", "t6", ".", "name", "=", "value" ], "question": "liệt ke các từ khoá trong các bài báo của ' Đại học Michigan ' .", "question_toks": [ "return", "me", "the", "keywords", "in", "the", "papers", "of", "``", "University", "of", "Michigan", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 36, false ], null ], [ 0, 4, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 27, false ], null ], [ 0, 37, false ], null ], "and", [ false, 2, [ 0, [ 0, 38, false ], null ], [ 0, 20, false ], null ] ], "table_units": [ [ "table_unit", 11 ], [ "table_unit", 0 ], [ "table_unit", 13 ], [ "table_unit", 9 ], [ "table_unit", 12 ], [ "table_unit", 7 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 19, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 35, false ], null ], "\"University of Michigan\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t5.title FROM publication_keyword AS t3 JOIN keyword AS t1 ON t3.kid = t1.kid JOIN publication AS t5 ON t5.pid = t3.pid JOIN writes AS t4 ON t4.pid = t5.pid JOIN author AS t2 ON t4.aid = t2.aid WHERE t2.name = \"H. V. Jagadish\" AND t1.keyword = \"User Study\";", "query_toks": [ "SELECT", "t5.title", "FROM", "publication_keyword", "AS", "t3", "JOIN", "keyword", "AS", "t1", "ON", "t3.kid", "=", "t1.kid", "JOIN", "publication", "AS", "t5", "ON", "t5.pid", "=", "t3.pid", "JOIN", "writes", "AS", "t4", "ON", "t4.pid", "=", "t5.pid", "JOIN", "author", "AS", "t2", "ON", "t4.aid", "=", "t2.aid", "WHERE", "t2.name", "=", "``", "H.", "V.", "Jagadish", "''", "AND", "t1.keyword", "=", "``", "User", "Study", "''", ";" ], "query_toks_no_value": [ "select", "t5", ".", "title", "from", "publication_keyword", "as", "t3", "join", "keyword", "as", "t1", "on", "t3", ".", "kid", "=", "t1", ".", "kid", "join", "publication", "as", "t5", "on", "t5", ".", "pid", "=", "t3", ".", "pid", "join", "writes", "as", "t4", "on", "t4", ".", "pid", "=", "t5", ".", "pid", "join", "author", "as", "t2", "on", "t4", ".", "aid", "=", "t2", ".", "aid", "where", "t2", ".", "name", "=", "value", "and", "t1", ".", "keyword", "=", "value" ], "question": "liệt kê các bài báo của H. V. Jagadish với từ khoá ' Nghiên cứu người dùng ' .", "question_toks": [ "return", "me", "the", "papers", "of", "``", "H.", "V.", "Jagadish", "``", "containing", "keyword", "``", "User", "Study", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 38, false ], null ], [ 0, 20, false ], null ], "and", [ false, 2, [ 0, [ 0, 27, false ], null ], [ 0, 37, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 12 ], [ "table_unit", 7 ], [ "table_unit", 9 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 29, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ], "and", [ false, 2, [ 0, [ 0, 19, false ], null ], "\"User Study\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t4.title FROM publication_keyword AS t2 JOIN keyword AS t1 ON t2.kid = t1.kid JOIN publication AS t4 ON t4.pid = t2.pid JOIN journal AS t3 ON t4.jid = t3.jid WHERE t3.name = \"PVLDB\" AND t1.keyword = \"Keyword search\";", "query_toks": [ "SELECT", "t4.title", "FROM", "publication_keyword", "AS", "t2", "JOIN", "keyword", "AS", "t1", "ON", "t2.kid", "=", "t1.kid", "JOIN", "publication", "AS", "t4", "ON", "t4.pid", "=", "t2.pid", "JOIN", "journal", "AS", "t3", "ON", "t4.jid", "=", "t3.jid", "WHERE", "t3.name", "=", "``", "PVLDB", "''", "AND", "t1.keyword", "=", "``", "Keyword", "search", "''", ";" ], "query_toks_no_value": [ "select", "t4", ".", "title", "from", "publication_keyword", "as", "t2", "join", "keyword", "as", "t1", "on", "t2", ".", "kid", "=", "t1", ".", "kid", "join", "publication", "as", "t4", "on", "t4", ".", "pid", "=", "t2", ".", "pid", "join", "journal", "as", "t3", "on", "t4", ".", "jid", "=", "t3", ".", "jid", "where", "t3", ".", "name", "=", "value", "and", "t1", ".", "keyword", "=", "value" ], "question": "liệt kê các bài báo có chứa từ khoá ' Tìm kiếm từ khoá ' được xuất bản tại hội nghị PVLDB .", "question_toks": [ "return", "me", "the", "papers", "in", "PVLDB", "containing", "keyword", "``", "Keyword", "search", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 38, false ], null ], [ 0, 20, false ], null ], "and", [ false, 2, [ 0, [ 0, 27, false ], null ], [ 0, 37, false ], null ], "and", [ false, 2, [ 0, [ 0, 26, false ], null ], [ 0, 15, false ], null ] ], "table_units": [ [ "table_unit", 12 ], [ "table_unit", 7 ], [ "table_unit", 9 ], [ "table_unit", 5 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 29, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 16, false ], null ], "\"PVLDB\"", null ], "and", [ false, 2, [ 0, [ 0, 19, false ], null ], "\"Keyword search\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t4.title FROM publication_keyword AS t3 JOIN keyword AS t1 ON t3.kid = t1.kid JOIN publication AS t4 ON t4.pid = t3.pid JOIN conference AS t2 ON t4.cid = t2.cid WHERE t2.name = \"VLDB\" AND t1.keyword = \"Information Retrieval\";", "query_toks": [ "SELECT", "t4.title", "FROM", "publication_keyword", "AS", "t3", "JOIN", "keyword", "AS", "t1", "ON", "t3.kid", "=", "t1.kid", "JOIN", "publication", "AS", "t4", "ON", "t4.pid", "=", "t3.pid", "JOIN", "conference", "AS", "t2", "ON", "t4.cid", "=", "t2.cid", "WHERE", "t2.name", "=", "``", "VLDB", "''", "AND", "t1.keyword", "=", "``", "Information", "Retrieval", "''", ";" ], "query_toks_no_value": [ "select", "t4", ".", "title", "from", "publication_keyword", "as", "t3", "join", "keyword", "as", "t1", "on", "t3", ".", "kid", "=", "t1", ".", "kid", "join", "publication", "as", "t4", "on", "t4", ".", "pid", "=", "t3", ".", "pid", "join", "conference", "as", "t2", "on", "t4", ".", "cid", "=", "t2", ".", "cid", "where", "t2", ".", "name", "=", "value", "and", "t1", ".", "keyword", "=", "value" ], "question": "liệt kê các bài báo có chứa từ khoá ' Truy xuất thông tin ' được xuất bản tại hội nghị VLDB .", "question_toks": [ "return", "me", "the", "papers", "in", "VLDB", "conference", "containing", "keyword", "``", "Information", "Retrieval", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 38, false ], null ], [ 0, 20, false ], null ], "and", [ false, 2, [ 0, [ 0, 27, false ], null ], [ 0, 37, false ], null ], "and", [ false, 2, [ 0, [ 0, 24, false ], null ], [ 0, 5, false ], null ] ], "table_units": [ [ "table_unit", 12 ], [ "table_unit", 7 ], [ "table_unit", 9 ], [ "table_unit", 1 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 29, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 7, false ], null ], "\"VLDB\"", null ], "and", [ false, 2, [ 0, [ 0, 19, false ], null ], "\"Information Retrieval\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t2.name FROM publication_keyword AS t5 JOIN keyword AS t1 ON t5.kid = t1.kid JOIN publication AS t3 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t3.pid JOIN author AS t2 ON t4.aid = t2.aid WHERE t1.keyword = \"Relational Database\";", "query_toks": [ "SELECT", "t2.name", "FROM", "publication_keyword", "AS", "t5", "JOIN", "keyword", "AS", "t1", "ON", "t5.kid", "=", "t1.kid", "JOIN", "publication", "AS", "t3", "ON", "t3.pid", "=", "t5.pid", "JOIN", "writes", "AS", "t4", "ON", "t4.pid", "=", "t3.pid", "JOIN", "author", "AS", "t2", "ON", "t4.aid", "=", "t2.aid", "WHERE", "t1.keyword", "=", "``", "Relational", "Database", "''", ";" ], "query_toks_no_value": [ "select", "t2", ".", "name", "from", "publication_keyword", "as", "t5", "join", "keyword", "as", "t1", "on", "t5", ".", "kid", "=", "t1", ".", "kid", "join", "publication", "as", "t3", "on", "t3", ".", "pid", "=", "t5", ".", "pid", "join", "writes", "as", "t4", "on", "t4", ".", "pid", "=", "t3", ".", "pid", "join", "author", "as", "t2", "on", "t4", ".", "aid", "=", "t2", ".", "aid", "where", "t1", ".", "keyword", "=", "value" ], "question": "liệt kê các tác giả có những bài báo chứa từ khoá ' Cơ sở dữ liệu quan hệ ' .", "question_toks": [ "return", "me", "the", "authors", "who", "have", "papers", "containing", "keyword", "``", "Relational", "Database", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 38, false ], null ], [ 0, 20, false ], null ], "and", [ false, 2, [ 0, [ 0, 27, false ], null ], [ 0, 37, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 12 ], [ "table_unit", 7 ], [ "table_unit", 9 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 3, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 19, false ], null ], "\"Relational Database\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t2.name FROM domain_author AS t4 JOIN author AS t1 ON t4.aid = t1.aid JOIN DOMAIN AS t3 ON t3.did = t4.did JOIN organization AS t2 ON t2.oid = t1.oid WHERE t3.name = \"Databases\";", "query_toks": [ "SELECT", "t2.name", "FROM", "domain_author", "AS", "t4", "JOIN", "author", "AS", "t1", "ON", "t4.aid", "=", "t1.aid", "JOIN", "DOMAIN", "AS", "t3", "ON", "t3.did", "=", "t4.did", "JOIN", "organization", "AS", "t2", "ON", "t2.oid", "=", "t1.oid", "WHERE", "t3.name", "=", "``", "Databases", "''", ";" ], "query_toks_no_value": [ "select", "t2", ".", "name", "from", "domain_author", "as", "t4", "join", "author", "as", "t1", "on", "t4", ".", "aid", "=", "t1", ".", "aid", "join", "domain", "as", "t3", "on", "t3", ".", "did", "=", "t4", ".", "did", "join", "organization", "as", "t2", "on", "t2", ".", "oid", "=", "t1", ".", "oid", "where", "t3", ".", "name", "=", "value" ], "question": "liệt kê tất cả các tổ chức nghiên cứu về lĩnh vực ' Cơ sở dữ liệu ' .", "question_toks": [ "return", "me", "all", "the", "organizations", "in", "Databases", "area", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 10, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 8, false ], null ], [ 0, 11, false ], null ], "and", [ false, 2, [ 0, [ 0, 36, false ], null ], [ 0, 4, false ], null ] ], "table_units": [ [ "table_unit", 3 ], [ "table_unit", 0 ], [ "table_unit", 2 ], [ "table_unit", 11 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 35, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 9, false ], null ], "\"Databases\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t2.name FROM domain_author AS t4 JOIN author AS t1 ON t4.aid = t1.aid JOIN DOMAIN AS t3 ON t3.did = t4.did JOIN organization AS t2 ON t2.oid = t1.oid WHERE t3.name = \"Databases\" AND t2.continent = \"North America\";", "query_toks": [ "SELECT", "t2.name", "FROM", "domain_author", "AS", "t4", "JOIN", "author", "AS", "t1", "ON", "t4.aid", "=", "t1.aid", "JOIN", "DOMAIN", "AS", "t3", "ON", "t3.did", "=", "t4.did", "JOIN", "organization", "AS", "t2", "ON", "t2.oid", "=", "t1.oid", "WHERE", "t3.name", "=", "``", "Databases", "''", "AND", "t2.continent", "=", "``", "North", "America", "''", ";" ], "query_toks_no_value": [ "select", "t2", ".", "name", "from", "domain_author", "as", "t4", "join", "author", "as", "t1", "on", "t4", ".", "aid", "=", "t1", ".", "aid", "join", "domain", "as", "t3", "on", "t3", ".", "did", "=", "t4", ".", "did", "join", "organization", "as", "t2", "on", "t2", ".", "oid", "=", "t1", ".", "oid", "where", "t3", ".", "name", "=", "value", "and", "t2", ".", "continent", "=", "value" ], "question": "liệt kê tất cả các tổ chức nghiên cứu về lĩnh vực ' Cơ sở dữ liệu ' nằm ở Bắc Mỹ .", "question_toks": [ "return", "me", "all", "the", "organizations", "in", "Databases", "area", "located", "in", "``", "North", "America", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 10, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 8, false ], null ], [ 0, 11, false ], null ], "and", [ false, 2, [ 0, [ 0, 36, false ], null ], [ 0, 4, false ], null ] ], "table_units": [ [ "table_unit", 3 ], [ "table_unit", 0 ], [ "table_unit", 2 ], [ "table_unit", 11 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 35, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 9, false ], null ], "\"Databases\"", null ], "and", [ false, 2, [ 0, [ 0, 33, false ], null ], "\"North America\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t1.name FROM organization AS t2 JOIN author AS t1 ON t2.oid = t1.oid WHERE t2.name = \"University of Michigan\";", "query_toks": [ "SELECT", "t1.name", "FROM", "organization", "AS", "t2", "JOIN", "author", "AS", "t1", "ON", "t2.oid", "=", "t1.oid", "WHERE", "t2.name", "=", "``", "University", "of", "Michigan", "''", ";" ], "query_toks_no_value": [ "select", "t1", ".", "name", "from", "organization", "as", "t2", "join", "author", "as", "t1", "on", "t2", ".", "oid", "=", "t1", ".", "oid", "where", "t2", ".", "name", "=", "value" ], "question": "liệt kê tất cả các nhà nghiên cứu thuộc ' Đại học Michigan ' .", "question_toks": [ "return", "me", "all", "the", "researchers", "in", "``", "University", "of", "Michigan", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 36, false ], null ], [ 0, 4, false ], null ] ], "table_units": [ [ "table_unit", 11 ], [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 3, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 35, false ], null ], "\"University of Michigan\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t1.name FROM domain_author AS t4 JOIN author AS t1 ON t4.aid = t1.aid JOIN DOMAIN AS t3 ON t3.did = t4.did JOIN organization AS t2 ON t2.oid = t1.oid WHERE t3.name = \"Databases\" AND t2.name = \"University of Michigan\";", "query_toks": [ "SELECT", "t1.name", "FROM", "domain_author", "AS", "t4", "JOIN", "author", "AS", "t1", "ON", "t4.aid", "=", "t1.aid", "JOIN", "DOMAIN", "AS", "t3", "ON", "t3.did", "=", "t4.did", "JOIN", "organization", "AS", "t2", "ON", "t2.oid", "=", "t1.oid", "WHERE", "t3.name", "=", "``", "Databases", "''", "AND", "t2.name", "=", "``", "University", "of", "Michigan", "''", ";" ], "query_toks_no_value": [ "select", "t1", ".", "name", "from", "domain_author", "as", "t4", "join", "author", "as", "t1", "on", "t4", ".", "aid", "=", "t1", ".", "aid", "join", "domain", "as", "t3", "on", "t3", ".", "did", "=", "t4", ".", "did", "join", "organization", "as", "t2", "on", "t2", ".", "oid", "=", "t1", ".", "oid", "where", "t3", ".", "name", "=", "value", "and", "t2", ".", "name", "=", "value" ], "question": "liệt kê tất cả các nhà nghiên cứu trong lĩnh vực ' Cơ sở dữ liệu ' thuộc ' Đại học Michigan ' .", "question_toks": [ "return", "me", "all", "the", "researchers", "in", "Databases", "area", "in", "``", "University", "of", "Michigan", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 10, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 8, false ], null ], [ 0, 11, false ], null ], "and", [ false, 2, [ 0, [ 0, 36, false ], null ], [ 0, 4, false ], null ] ], "table_units": [ [ "table_unit", 3 ], [ "table_unit", 0 ], [ "table_unit", 2 ], [ "table_unit", 11 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 3, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 9, false ], null ], "\"Databases\"", null ], "and", [ false, 2, [ 0, [ 0, 35, false ], null ], "\"University of Michigan\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t4.title FROM organization AS t2 JOIN author AS t1 ON t2.oid = t1.oid JOIN writes AS t3 ON t3.aid = t1.aid JOIN publication AS t4 ON t3.pid = t4.pid WHERE t2.name = \"University of Michigan\";", "query_toks": [ "SELECT", "t4.title", "FROM", "organization", "AS", "t2", "JOIN", "author", "AS", "t1", "ON", "t2.oid", "=", "t1.oid", "JOIN", "writes", "AS", "t3", "ON", "t3.aid", "=", "t1.aid", "JOIN", "publication", "AS", "t4", "ON", "t3.pid", "=", "t4.pid", "WHERE", "t2.name", "=", "``", "University", "of", "Michigan", "''", ";" ], "query_toks_no_value": [ "select", "t4", ".", "title", "from", "organization", "as", "t2", "join", "author", "as", "t1", "on", "t2", ".", "oid", "=", "t1", ".", "oid", "join", "writes", "as", "t3", "on", "t3", ".", "aid", "=", "t1", ".", "aid", "join", "publication", "as", "t4", "on", "t3", ".", "pid", "=", "t4", ".", "pid", "where", "t2", ".", "name", "=", "value" ], "question": "liệt kê tất cả các bài báo của ' Đại học Michigan ' .", "question_toks": [ "return", "me", "all", "the", "papers", "in", "``", "University", "of", "Michigan", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 36, false ], null ], [ 0, 4, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ] ], "table_units": [ [ "table_unit", 11 ], [ "table_unit", 0 ], [ "table_unit", 13 ], [ "table_unit", 9 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 29, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 35, false ], null ], "\"University of Michigan\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t4.title FROM organization AS t2 JOIN author AS t1 ON t2.oid = t1.oid JOIN writes AS t3 ON t3.aid = t1.aid JOIN publication AS t4 ON t3.pid = t4.pid WHERE t2.name = \"University of Michigan\" AND t4.year > 2000;", "query_toks": [ "SELECT", "t4.title", "FROM", "organization", "AS", "t2", "JOIN", "author", "AS", "t1", "ON", "t2.oid", "=", "t1.oid", "JOIN", "writes", "AS", "t3", "ON", "t3.aid", "=", "t1.aid", "JOIN", "publication", "AS", "t4", "ON", "t3.pid", "=", "t4.pid", "WHERE", "t2.name", "=", "``", "University", "of", "Michigan", "''", "AND", "t4.year", ">", "2000", ";" ], "query_toks_no_value": [ "select", "t4", ".", "title", "from", "organization", "as", "t2", "join", "author", "as", "t1", "on", "t2", ".", "oid", "=", "t1", ".", "oid", "join", "writes", "as", "t3", "on", "t3", ".", "aid", "=", "t1", ".", "aid", "join", "publication", "as", "t4", "on", "t3", ".", "pid", "=", "t4", ".", "pid", "where", "t2", ".", "name", "=", "value", "and", "t4", ".", "year", ">", "value" ], "question": "liệt kê tất cả các bài báo của ' Đại học Michigan ' được xuất bản sau năm 2000 .", "question_toks": [ "return", "me", "all", "the", "papers", "after", "2000", "in", "``", "University", "of", "Michigan", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 36, false ], null ], [ 0, 4, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ] ], "table_units": [ [ "table_unit", 11 ], [ "table_unit", 0 ], [ "table_unit", 13 ], [ "table_unit", 9 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 29, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 35, false ], null ], "\"University of Michigan\"", null ], "and", [ false, 3, [ 0, [ 0, 30, false ], null ], 2000.0, null ] ] } }, { "db_id": "academic", "query": "SELECT t5.title FROM organization AS t3 JOIN author AS t1 ON t3.oid = t1.oid JOIN writes AS t4 ON t4.aid = t1.aid JOIN publication AS t5 ON t4.pid = t5.pid JOIN conference AS t2 ON t5.cid = t2.cid WHERE t2.name = \"VLDB\" AND t3.name = \"University of Michigan\";", "query_toks": [ "SELECT", "t5.title", "FROM", "organization", "AS", "t3", "JOIN", "author", "AS", "t1", "ON", "t3.oid", "=", "t1.oid", "JOIN", "writes", "AS", "t4", "ON", "t4.aid", "=", "t1.aid", "JOIN", "publication", "AS", "t5", "ON", "t4.pid", "=", "t5.pid", "JOIN", "conference", "AS", "t2", "ON", "t5.cid", "=", "t2.cid", "WHERE", "t2.name", "=", "``", "VLDB", "''", "AND", "t3.name", "=", "``", "University", "of", "Michigan", "''", ";" ], "query_toks_no_value": [ "select", "t5", ".", "title", "from", "organization", "as", "t3", "join", "author", "as", "t1", "on", "t3", ".", "oid", "=", "t1", ".", "oid", "join", "writes", "as", "t4", "on", "t4", ".", "aid", "=", "t1", ".", "aid", "join", "publication", "as", "t5", "on", "t4", ".", "pid", "=", "t5", ".", "pid", "join", "conference", "as", "t2", "on", "t5", ".", "cid", "=", "t2", ".", "cid", "where", "t2", ".", "name", "=", "value", "and", "t3", ".", "name", "=", "value" ], "question": "liệt kê tất cả các bài báo của ' Đại học Michigan ' được xuất bản tại hội nghị PVLDB .", "question_toks": [ "return", "me", "all", "the", "papers", "in", "VLDB", "conference", "in", "``", "University", "of", "Michigan", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 36, false ], null ], [ 0, 4, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 24, false ], null ], [ 0, 5, false ], null ] ], "table_units": [ [ "table_unit", 11 ], [ "table_unit", 0 ], [ "table_unit", 13 ], [ "table_unit", 9 ], [ "table_unit", 1 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 29, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 7, false ], null ], "\"VLDB\"", null ], "and", [ false, 2, [ 0, [ 0, 35, false ], null ], "\"University of Michigan\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t5.title FROM organization AS t2 JOIN author AS t1 ON t2.oid = t1.oid JOIN writes AS t4 ON t4.aid = t1.aid JOIN publication AS t5 ON t4.pid = t5.pid JOIN journal AS t3 ON t5.jid = t3.jid WHERE t3.name = \"PVLDB\" AND t2.name = \"University of Michigan\";", "query_toks": [ "SELECT", "t5.title", "FROM", "organization", "AS", "t2", "JOIN", "author", "AS", "t1", "ON", "t2.oid", "=", "t1.oid", "JOIN", "writes", "AS", "t4", "ON", "t4.aid", "=", "t1.aid", "JOIN", "publication", "AS", "t5", "ON", "t4.pid", "=", "t5.pid", "JOIN", "journal", "AS", "t3", "ON", "t5.jid", "=", "t3.jid", "WHERE", "t3.name", "=", "``", "PVLDB", "''", "AND", "t2.name", "=", "``", "University", "of", "Michigan", "''", ";" ], "query_toks_no_value": [ "select", "t5", ".", "title", "from", "organization", "as", "t2", "join", "author", "as", "t1", "on", "t2", ".", "oid", "=", "t1", ".", "oid", "join", "writes", "as", "t4", "on", "t4", ".", "aid", "=", "t1", ".", "aid", "join", "publication", "as", "t5", "on", "t4", ".", "pid", "=", "t5", ".", "pid", "join", "journal", "as", "t3", "on", "t5", ".", "jid", "=", "t3", ".", "jid", "where", "t3", ".", "name", "=", "value", "and", "t2", ".", "name", "=", "value" ], "question": "liệt kê tất cả các bài báo được ' Đại học Michigan ' xuất bản tại hội nghị PVLDB .", "question_toks": [ "return", "me", "all", "the", "papers", "in", "PVLDB", "in", "``", "University", "of", "Michigan", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 36, false ], null ], [ 0, 4, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 26, false ], null ], [ 0, 15, false ], null ] ], "table_units": [ [ "table_unit", 11 ], [ "table_unit", 0 ], [ "table_unit", 13 ], [ "table_unit", 9 ], [ "table_unit", 5 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 29, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 16, false ], null ], "\"PVLDB\"", null ], "and", [ false, 2, [ 0, [ 0, 35, false ], null ], "\"University of Michigan\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t5.title FROM organization AS t2 JOIN author AS t1 ON t2.oid = t1.oid JOIN writes AS t4 ON t4.aid = t1.aid JOIN publication AS t5 ON t4.pid = t5.pid JOIN journal AS t3 ON t5.jid = t3.jid WHERE t3.name = \"PVLDB\" AND t2.name = \"University of Michigan\" AND t5.year > 2000;", "query_toks": [ "SELECT", "t5.title", "FROM", "organization", "AS", "t2", "JOIN", "author", "AS", "t1", "ON", "t2.oid", "=", "t1.oid", "JOIN", "writes", "AS", "t4", "ON", "t4.aid", "=", "t1.aid", "JOIN", "publication", "AS", "t5", "ON", "t4.pid", "=", "t5.pid", "JOIN", "journal", "AS", "t3", "ON", "t5.jid", "=", "t3.jid", "WHERE", "t3.name", "=", "``", "PVLDB", "''", "AND", "t2.name", "=", "``", "University", "of", "Michigan", "''", "AND", "t5.year", ">", "2000", ";" ], "query_toks_no_value": [ "select", "t5", ".", "title", "from", "organization", "as", "t2", "join", "author", "as", "t1", "on", "t2", ".", "oid", "=", "t1", ".", "oid", "join", "writes", "as", "t4", "on", "t4", ".", "aid", "=", "t1", ".", "aid", "join", "publication", "as", "t5", "on", "t4", ".", "pid", "=", "t5", ".", "pid", "join", "journal", "as", "t3", "on", "t5", ".", "jid", "=", "t3", ".", "jid", "where", "t3", ".", "name", "=", "value", "and", "t2", ".", "name", "=", "value", "and", "t5", ".", "year", ">", "value" ], "question": "liệt kê tất cả các bài báo được ' Đại học Michigan ' xuất bản tại PVLDB sau năm 2000 .", "question_toks": [ "return", "me", "all", "the", "papers", "in", "PVLDB", "after", "2000", "in", "``", "University", "of", "Michigan", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 36, false ], null ], [ 0, 4, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 26, false ], null ], [ 0, 15, false ], null ] ], "table_units": [ [ "table_unit", 11 ], [ "table_unit", 0 ], [ "table_unit", 13 ], [ "table_unit", 9 ], [ "table_unit", 5 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 29, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 16, false ], null ], "\"PVLDB\"", null ], "and", [ false, 2, [ 0, [ 0, 35, false ], null ], "\"University of Michigan\"", null ], "and", [ false, 3, [ 0, [ 0, 30, false ], null ], 2000.0, null ] ] } }, { "db_id": "academic", "query": "SELECT t3.title FROM DOMAIN AS t2 JOIN domain_publication AS t1 ON t2.did = t1.did JOIN publication AS t3 ON t3.pid = t1.pid WHERE t2.name = \"Databases\" AND t3.citation_num > 200;", "query_toks": [ "SELECT", "t3.title", "FROM", "DOMAIN", "AS", "t2", "JOIN", "domain_publication", "AS", "t1", "ON", "t2.did", "=", "t1.did", "JOIN", "publication", "AS", "t3", "ON", "t3.pid", "=", "t1.pid", "WHERE", "t2.name", "=", "``", "Databases", "''", "AND", "t3.citation_num", ">", "200", ";" ], "query_toks_no_value": [ "select", "t3", ".", "title", "from", "domain", "as", "t2", "join", "domain_publication", "as", "t1", "on", "t2", ".", "did", "=", "t1", ".", "did", "join", "publication", "as", "t3", "on", "t3", ".", "pid", "=", "t1", ".", "pid", "where", "t2", ".", "name", "=", "value", "and", "t3", ".", "citation_num", ">", "value" ], "question": "liệt kê các bài báo có nhiều hơn 200 trích dẫn thuộc lĩnh vực ' Cơ sở dữ liệu ' .", "question_toks": [ "return", "me", "the", "paper", "in", "Databases", "area", "with", "more", "than", "200", "citations", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 8, false ], null ], [ 0, 31, false ], null ], "and", [ false, 2, [ 0, [ 0, 27, false ], null ], [ 0, 32, false ], null ] ], "table_units": [ [ "table_unit", 2 ], [ "table_unit", 10 ], [ "table_unit", 9 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 29, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 9, false ], null ], "\"Databases\"", null ], "and", [ false, 3, [ 0, [ 0, 25, false ], null ], 200.0, null ] ] } }, { "db_id": "academic", "query": "SELECT t2.title FROM publication AS t2 JOIN journal AS t1 ON t2.jid = t1.jid WHERE t1.name = \"PVLDB\" AND t2.citation_num > 200;", "query_toks": [ "SELECT", "t2.title", "FROM", "publication", "AS", "t2", "JOIN", "journal", "AS", "t1", "ON", "t2.jid", "=", "t1.jid", "WHERE", "t1.name", "=", "``", "PVLDB", "''", "AND", "t2.citation_num", ">", "200", ";" ], "query_toks_no_value": [ "select", "t2", ".", "title", "from", "publication", "as", "t2", "join", "journal", "as", "t1", "on", "t2", ".", "jid", "=", "t1", ".", "jid", "where", "t1", ".", "name", "=", "value", "and", "t2", ".", "citation_num", ">", "value" ], "question": "liệt kê các bài báo có nhiều hơn 200 trích dẫn được xuất bản tại PVLDB .", "question_toks": [ "return", "me", "the", "paper", "in", "PVLDB", "with", "more", "than", "200", "citations", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 26, false ], null ], [ 0, 15, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 5 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 29, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 16, false ], null ], "\"PVLDB\"", null ], "and", [ false, 3, [ 0, [ 0, 25, false ], null ], 200.0, null ] ] } }, { "db_id": "academic", "query": "SELECT t2.title FROM publication AS t2 JOIN conference AS t1 ON t2.cid = t1.cid WHERE t1.name = \"VLDB\" AND t2.citation_num > 200;", "query_toks": [ "SELECT", "t2.title", "FROM", "publication", "AS", "t2", "JOIN", "conference", "AS", "t1", "ON", "t2.cid", "=", "t1.cid", "WHERE", "t1.name", "=", "``", "VLDB", "''", "AND", "t2.citation_num", ">", "200", ";" ], "query_toks_no_value": [ "select", "t2", ".", "title", "from", "publication", "as", "t2", "join", "conference", "as", "t1", "on", "t2", ".", "cid", "=", "t1", ".", "cid", "where", "t1", ".", "name", "=", "value", "and", "t2", ".", "citation_num", ">", "value" ], "question": "những bài báo nào được xuất bản tại hội nghị PVLDB và có nhiều hơn 200 trích dẫn ?", "question_toks": [ "return", "me", "the", "paper", "in", "VLDB", "conference", "with", "more", "than", "200", "citations", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 24, false ], null ], [ 0, 5, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 1 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 29, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 7, false ], null ], "\"VLDB\"", null ], "and", [ false, 3, [ 0, [ 0, 25, false ], null ], 200.0, null ] ] } }, { "db_id": "academic", "query": "SELECT t3.title FROM writes AS t2 JOIN author AS t1 ON t2.aid = t1.aid JOIN publication AS t3 ON t2.pid = t3.pid WHERE t1.name = \"H. V. Jagadish\" AND t3.citation_num > 200;", "query_toks": [ "SELECT", "t3.title", "FROM", "writes", "AS", "t2", "JOIN", "author", "AS", "t1", "ON", "t2.aid", "=", "t1.aid", "JOIN", "publication", "AS", "t3", "ON", "t2.pid", "=", "t3.pid", "WHERE", "t1.name", "=", "``", "H.", "V.", "Jagadish", "''", "AND", "t3.citation_num", ">", "200", ";" ], "query_toks_no_value": [ "select", "t3", ".", "title", "from", "writes", "as", "t2", "join", "author", "as", "t1", "on", "t2", ".", "aid", "=", "t1", ".", "aid", "join", "publication", "as", "t3", "on", "t2", ".", "pid", "=", "t3", ".", "pid", "where", "t1", ".", "name", "=", "value", "and", "t3", ".", "citation_num", ">", "value" ], "question": "liệt kê các bài báo có nhiều hơn 200 trích dẫn của H. V. Jagadish .", "question_toks": [ "return", "me", "the", "paper", "by", "``", "H.", "V.", "Jagadish", "``", "with", "more", "than", "200", "citations", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ] ], "table_units": [ [ "table_unit", 13 ], [ "table_unit", 0 ], [ "table_unit", 9 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 29, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ], "and", [ false, 3, [ 0, [ 0, 25, false ], null ], 200.0, null ] ] } }, { "db_id": "academic", "query": "SELECT t4.title FROM publication AS t4 JOIN journal AS t2 ON t4.jid = t2.jid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = \"H. V. Jagadish\" AND t2.name = \"PVLDB\" AND t4.citation_num > 200;", "query_toks": [ "SELECT", "t4.title", "FROM", "publication", "AS", "t4", "JOIN", "journal", "AS", "t2", "ON", "t4.jid", "=", "t2.jid", "JOIN", "writes", "AS", "t3", "ON", "t3.pid", "=", "t4.pid", "JOIN", "author", "AS", "t1", "ON", "t3.aid", "=", "t1.aid", "WHERE", "t1.name", "=", "``", "H.", "V.", "Jagadish", "''", "AND", "t2.name", "=", "``", "PVLDB", "''", "AND", "t4.citation_num", ">", "200", ";" ], "query_toks_no_value": [ "select", "t4", ".", "title", "from", "publication", "as", "t4", "join", "journal", "as", "t2", "on", "t4", ".", "jid", "=", "t2", ".", "jid", "join", "writes", "as", "t3", "on", "t3", ".", "pid", "=", "t4", ".", "pid", "join", "author", "as", "t1", "on", "t3", ".", "aid", "=", "t1", ".", "aid", "where", "t1", ".", "name", "=", "value", "and", "t2", ".", "name", "=", "value", "and", "t4", ".", "citation_num", ">", "value" ], "question": "những bài báo nào đã được H. V. Jagadish xuất bản tại PVLDB và có nhiều hơn 200 trích dẫn ?", "question_toks": [ "return", "me", "the", "papers", "by", "``", "H.", "V.", "Jagadish", "``", "on", "PVLDB", "with", "more", "than", "200", "citations", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 26, false ], null ], [ 0, 15, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 5 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 29, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ], "and", [ false, 2, [ 0, [ 0, 16, false ], null ], "\"PVLDB\"", null ], "and", [ false, 3, [ 0, [ 0, 25, false ], null ], 200.0, null ] ] } }, { "db_id": "academic", "query": "SELECT t4.title FROM publication AS t4 JOIN conference AS t2 ON t4.cid = t2.cid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = \"H. V. Jagadish\" AND t2.name = \"VLDB\" AND t4.citation_num > 200;", "query_toks": [ "SELECT", "t4.title", "FROM", "publication", "AS", "t4", "JOIN", "conference", "AS", "t2", "ON", "t4.cid", "=", "t2.cid", "JOIN", "writes", "AS", "t3", "ON", "t3.pid", "=", "t4.pid", "JOIN", "author", "AS", "t1", "ON", "t3.aid", "=", "t1.aid", "WHERE", "t1.name", "=", "``", "H.", "V.", "Jagadish", "''", "AND", "t2.name", "=", "``", "VLDB", "''", "AND", "t4.citation_num", ">", "200", ";" ], "query_toks_no_value": [ "select", "t4", ".", "title", "from", "publication", "as", "t4", "join", "conference", "as", "t2", "on", "t4", ".", "cid", "=", "t2", ".", "cid", "join", "writes", "as", "t3", "on", "t3", ".", "pid", "=", "t4", ".", "pid", "join", "author", "as", "t1", "on", "t3", ".", "aid", "=", "t1", ".", "aid", "where", "t1", ".", "name", "=", "value", "and", "t2", ".", "name", "=", "value", "and", "t4", ".", "citation_num", ">", "value" ], "question": "H. V. Jagadish có những bài báo nào với nhiều hơn 200 trích dẫn được xuất bản tại hội nghị VLDB ?", "question_toks": [ "return", "me", "the", "papers", "by", "``", "H.", "V.", "Jagadish", "``", "on", "VLDB", "conference", "with", "more", "than", "200", "citations", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 24, false ], null ], [ 0, 5, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 1 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 29, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ], "and", [ false, 2, [ 0, [ 0, 7, false ], null ], "\"VLDB\"", null ], "and", [ false, 3, [ 0, [ 0, 25, false ], null ], 200.0, null ] ] } }, { "db_id": "academic", "query": "SELECT title FROM publication WHERE citation_num > 200 AND YEAR > 2000;", "query_toks": [ "SELECT", "title", "FROM", "publication", "WHERE", "citation_num", ">", "200", "AND", "YEAR", ">", "2000", ";" ], "query_toks_no_value": [ "select", "title", "from", "publication", "where", "citation_num", ">", "value", "and", "year", ">", "value" ], "question": "liệt kê các bài báo có nhiều hơn 200 trích dẫn được xuất bản sau năm 2000 .", "question_toks": [ "return", "me", "the", "paper", "after", "2000", "with", "more", "than", "200", "citations", "." ], "sql": { "except": null, "from": { "conds": [], "table_units": [ [ "table_unit", 9 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 29, false ], null ] ] ] ], "union": null, "where": [ [ false, 3, [ 0, [ 0, 25, false ], null ], 200.0, null ], "and", [ false, 3, [ 0, [ 0, 30, false ], null ], 2000.0, null ] ] } }, { "db_id": "academic", "query": "SELECT t3.title FROM DOMAIN AS t2 JOIN domain_publication AS t1 ON t2.did = t1.did JOIN publication AS t3 ON t3.pid = t1.pid WHERE t2.name = \"Databases\" AND t3.citation_num > 200 AND t3.year > 2000;", "query_toks": [ "SELECT", "t3.title", "FROM", "DOMAIN", "AS", "t2", "JOIN", "domain_publication", "AS", "t1", "ON", "t2.did", "=", "t1.did", "JOIN", "publication", "AS", "t3", "ON", "t3.pid", "=", "t1.pid", "WHERE", "t2.name", "=", "``", "Databases", "''", "AND", "t3.citation_num", ">", "200", "AND", "t3.year", ">", "2000", ";" ], "query_toks_no_value": [ "select", "t3", ".", "title", "from", "domain", "as", "t2", "join", "domain_publication", "as", "t1", "on", "t2", ".", "did", "=", "t1", ".", "did", "join", "publication", "as", "t3", "on", "t3", ".", "pid", "=", "t1", ".", "pid", "where", "t2", ".", "name", "=", "value", "and", "t3", ".", "citation_num", ">", "value", "and", "t3", ".", "year", ">", "value" ], "question": "liệt kê các bài báo thuộc lĩnh vực ' Cơ sở dữ liệu ' với hơn 200 trích dẫn và được xuất bản sau năm 2000 .", "question_toks": [ "return", "me", "the", "paper", "after", "2000", "in", "Databases", "area", "with", "more", "than", "200", "citations", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 8, false ], null ], [ 0, 31, false ], null ], "and", [ false, 2, [ 0, [ 0, 27, false ], null ], [ 0, 32, false ], null ] ], "table_units": [ [ "table_unit", 2 ], [ "table_unit", 10 ], [ "table_unit", 9 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 29, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 9, false ], null ], "\"Databases\"", null ], "and", [ false, 3, [ 0, [ 0, 25, false ], null ], 200.0, null ], "and", [ false, 3, [ 0, [ 0, 30, false ], null ], 2000.0, null ] ] } }, { "db_id": "academic", "query": "SELECT t2.title FROM publication AS t2 JOIN journal AS t1 ON t2.jid = t1.jid WHERE t1.name = \"PVLDB\" AND t2.citation_num > 200 AND t2.year > 2000;", "query_toks": [ "SELECT", "t2.title", "FROM", "publication", "AS", "t2", "JOIN", "journal", "AS", "t1", "ON", "t2.jid", "=", "t1.jid", "WHERE", "t1.name", "=", "``", "PVLDB", "''", "AND", "t2.citation_num", ">", "200", "AND", "t2.year", ">", "2000", ";" ], "query_toks_no_value": [ "select", "t2", ".", "title", "from", "publication", "as", "t2", "join", "journal", "as", "t1", "on", "t2", ".", "jid", "=", "t1", ".", "jid", "where", "t1", ".", "name", "=", "value", "and", "t2", ".", "citation_num", ">", "value", "and", "t2", ".", "year", ">", "value" ], "question": "liệt kê các bài báo với hơn 200 trích dẫn được xuất bản sau năm 2000 tại hội nghị PVLDB .", "question_toks": [ "return", "me", "the", "paper", "after", "2000", "in", "PVLDB", "with", "more", "than", "200", "citations", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 26, false ], null ], [ 0, 15, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 5 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 29, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 16, false ], null ], "\"PVLDB\"", null ], "and", [ false, 3, [ 0, [ 0, 25, false ], null ], 200.0, null ], "and", [ false, 3, [ 0, [ 0, 30, false ], null ], 2000.0, null ] ] } }, { "db_id": "academic", "query": "SELECT t2.title FROM publication AS t2 JOIN conference AS t1 ON t2.cid = t1.cid WHERE t1.name = \"VLDB\" AND t2.citation_num > 200 AND t2.year > 2000;", "query_toks": [ "SELECT", "t2.title", "FROM", "publication", "AS", "t2", "JOIN", "conference", "AS", "t1", "ON", "t2.cid", "=", "t1.cid", "WHERE", "t1.name", "=", "``", "VLDB", "''", "AND", "t2.citation_num", ">", "200", "AND", "t2.year", ">", "2000", ";" ], "query_toks_no_value": [ "select", "t2", ".", "title", "from", "publication", "as", "t2", "join", "conference", "as", "t1", "on", "t2", ".", "cid", "=", "t1", ".", "cid", "where", "t1", ".", "name", "=", "value", "and", "t2", ".", "citation_num", ">", "value", "and", "t2", ".", "year", ">", "value" ], "question": "liệt kê các bài báo có nhiều hơn 200 trích dẫn và được xuất bản sau năm 2000 tại hội nghị VLDB .", "question_toks": [ "return", "me", "the", "paper", "after", "2000", "in", "VLDB", "conference", "with", "more", "than", "200", "citations", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 24, false ], null ], [ 0, 5, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 1 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 29, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 7, false ], null ], "\"VLDB\"", null ], "and", [ false, 3, [ 0, [ 0, 25, false ], null ], 200.0, null ], "and", [ false, 3, [ 0, [ 0, 30, false ], null ], 2000.0, null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT t2.name ) FROM publication AS t4 JOIN conference AS t2 ON t4.cid = t2.cid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = \"H. V. Jagadish\";", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "t2.name", ")", "FROM", "publication", "AS", "t4", "JOIN", "conference", "AS", "t2", "ON", "t4.cid", "=", "t2.cid", "JOIN", "writes", "AS", "t3", "ON", "t3.pid", "=", "t4.pid", "JOIN", "author", "AS", "t1", "ON", "t3.aid", "=", "t1.aid", "WHERE", "t1.name", "=", "``", "H.", "V.", "Jagadish", "''", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "t2", ".", "name", ")", "from", "publication", "as", "t4", "join", "conference", "as", "t2", "on", "t4", ".", "cid", "=", "t2", ".", "cid", "join", "writes", "as", "t3", "on", "t3", ".", "pid", "=", "t4", ".", "pid", "join", "author", "as", "t1", "on", "t3", ".", "aid", "=", "t1", ".", "aid", "where", "t1", ".", "name", "=", "value" ], "question": "liệt kê số lượng các hội nghị có bài báo của H. V. Jagadish .", "question_toks": [ "return", "me", "the", "number", "of", "conferences", "which", "have", "papers", "by", "``", "H.", "V.", "Jagadish", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 24, false ], null ], [ 0, 5, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 1 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 7, true ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT t2.name ) FROM publication AS t4 JOIN journal AS t2 ON t4.jid = t2.jid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = \"H. V. Jagadish\";", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "t2.name", ")", "FROM", "publication", "AS", "t4", "JOIN", "journal", "AS", "t2", "ON", "t4.jid", "=", "t2.jid", "JOIN", "writes", "AS", "t3", "ON", "t3.pid", "=", "t4.pid", "JOIN", "author", "AS", "t1", "ON", "t3.aid", "=", "t1.aid", "WHERE", "t1.name", "=", "``", "H.", "V.", "Jagadish", "''", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "t2", ".", "name", ")", "from", "publication", "as", "t4", "join", "journal", "as", "t2", "on", "t4", ".", "jid", "=", "t2", ".", "jid", "join", "writes", "as", "t3", "on", "t3", ".", "pid", "=", "t4", ".", "pid", "join", "author", "as", "t1", "on", "t3", ".", "aid", "=", "t1", ".", "aid", "where", "t1", ".", "name", "=", "value" ], "question": "có bao nhiêu tạp chí đã đăng các bài báo của H. V. Jagadish ?", "question_toks": [ "return", "me", "the", "number", "of", "journals", "which", "have", "papers", "by", "``", "H.", "V.", "Jagadish", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 26, false ], null ], [ 0, 15, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 5 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 16, true ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT t3.title ) , t3.year FROM writes AS t2 JOIN author AS t1 ON t2.aid = t1.aid JOIN publication AS t3 ON t2.pid = t3.pid WHERE t1.name = \"H. V. Jagadish\" GROUP BY t3.year;", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "t3.title", ")", ",", "t3.year", "FROM", "writes", "AS", "t2", "JOIN", "author", "AS", "t1", "ON", "t2.aid", "=", "t1.aid", "JOIN", "publication", "AS", "t3", "ON", "t2.pid", "=", "t3.pid", "WHERE", "t1.name", "=", "``", "H.", "V.", "Jagadish", "''", "GROUP", "BY", "t3.year", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "t3", ".", "title", ")", ",", "t3", ".", "year", "from", "writes", "as", "t2", "join", "author", "as", "t1", "on", "t2", ".", "aid", "=", "t1", ".", "aid", "join", "publication", "as", "t3", "on", "t2", ".", "pid", "=", "t3", ".", "pid", "where", "t1", ".", "name", "=", "value", "group", "by", "t3", ".", "year" ], "question": "H. V. Jagadish đã viết bao nhiêu bài báo mỗi năm ?", "question_toks": [ "return", "me", "the", "number", "of", "papers", "written", "by", "``", "H.", "V.", "Jagadish", "``", "in", "each", "year", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ] ], "table_units": [ [ "table_unit", 13 ], [ "table_unit", 0 ], [ "table_unit", 9 ] ] }, "groupBy": [ [ 0, 30, false ] ], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 29, true ], null ] ], [ 0, [ 0, [ 0, 30, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT t1.name ) FROM writes AS t2 JOIN author AS t1 ON t2.aid = t1.aid JOIN publication AS t3 ON t2.pid = t3.pid WHERE t3.title = \"Making database systems usable\";", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "t1.name", ")", "FROM", "writes", "AS", "t2", "JOIN", "author", "AS", "t1", "ON", "t2.aid", "=", "t1.aid", "JOIN", "publication", "AS", "t3", "ON", "t2.pid", "=", "t3.pid", "WHERE", "t3.title", "=", "``", "Making", "database", "systems", "usable", "''", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "t1", ".", "name", ")", "from", "writes", "as", "t2", "join", "author", "as", "t1", "on", "t2", ".", "aid", "=", "t1", ".", "aid", "join", "publication", "as", "t3", "on", "t2", ".", "pid", "=", "t3", ".", "pid", "where", "t3", ".", "title", "=", "value" ], "question": "bài báo có tiêu đề ' Làm cho hệ thống cơ sở dữ liệu có thể sử dụng được ' có tổng cộng bao nhiêu tác giả ?", "question_toks": [ "return", "me", "the", "number", "of", "authors", "of", "``", "Making", "database", "systems", "usable", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ] ], "table_units": [ [ "table_unit", 13 ], [ "table_unit", 0 ], [ "table_unit", 9 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 3, true ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 29, false ], null ], "\"Making database systems usable\"", null ] ] } }, { "db_id": "academic", "query": "SELECT YEAR , SUM ( citation_num ) FROM publication WHERE title = \"Making database systems usable\" GROUP BY YEAR;", "query_toks": [ "SELECT", "YEAR", ",", "SUM", "(", "citation_num", ")", "FROM", "publication", "WHERE", "title", "=", "``", "Making", "database", "systems", "usable", "''", "GROUP", "BY", "YEAR", ";" ], "query_toks_no_value": [ "select", "year", ",", "sum", "(", "citation_num", ")", "from", "publication", "where", "title", "=", "value", "group", "by", "year" ], "question": "bài báo có tiêu đề ' Làm cho hệ thống cơ sở dữ liệu có thể sử dụng được ' nhận được bao nhiêu trích dẫn mỗi năm ?", "question_toks": [ "return", "me", "the", "number", "of", "citations", "of", "``", "Making", "database", "systems", "usable", "``", "in", "each", "year", "." ], "sql": { "except": null, "from": { "conds": [], "table_units": [ [ "table_unit", 9 ] ] }, "groupBy": [ [ 0, 30, false ] ], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 30, false ], null ] ], [ 4, [ 0, [ 0, 25, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 29, false ], null ], "\"Making database systems usable\"", null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT t2.title ) FROM publication AS t3 JOIN cite AS t1 ON t3.pid = t1.cited JOIN publication AS t2 ON t2.pid = t1.citing WHERE t3.title = \"Making database systems usable\" AND t2.year < 2010;", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "t2.title", ")", "FROM", "publication", "AS", "t3", "JOIN", "cite", "AS", "t1", "ON", "t3.pid", "=", "t1.cited", "JOIN", "publication", "AS", "t2", "ON", "t2.pid", "=", "t1.citing", "WHERE", "t3.title", "=", "``", "Making", "database", "systems", "usable", "''", "AND", "t2.year", "<", "2010", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "t2", ".", "title", ")", "from", "publication", "as", "t3", "join", "cite", "as", "t1", "on", "t3", ".", "pid", "=", "t1", ".", "cited", "join", "publication", "as", "t2", "on", "t2", ".", "pid", "=", "t1", ".", "citing", "where", "t3", ".", "title", "=", "value", "and", "t2", ".", "year", "<", "value" ], "question": "bài báo ' Làm cho hệ thống cơ sở dữ liệu có thể sử dụng được ' nhận được tất cả bao nhiêu trích dẫn trước năm 2010 ?", "question_toks": [ "return", "me", "the", "number", "of", "citations", "of", "``", "Making", "database", "systems", "usable", "``", "before", "2010", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 27, false ], null ], [ 0, 41, false ], null ], "and", [ false, 2, [ 0, [ 0, 27, false ], null ], [ 0, 42, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 14 ], [ "table_unit", 9 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 29, true ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 29, false ], null ], "\"Making database systems usable\"", null ], "and", [ false, 4, [ 0, [ 0, 30, false ], null ], 2010.0, null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT t3.title ) FROM writes AS t2 JOIN author AS t1 ON t2.aid = t1.aid JOIN publication AS t3 ON t2.pid = t3.pid WHERE t1.name = \"H. V. Jagadish\";", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "t3.title", ")", "FROM", "writes", "AS", "t2", "JOIN", "author", "AS", "t1", "ON", "t2.aid", "=", "t1.aid", "JOIN", "publication", "AS", "t3", "ON", "t2.pid", "=", "t3.pid", "WHERE", "t1.name", "=", "``", "H.", "V.", "Jagadish", "''", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "t3", ".", "title", ")", "from", "writes", "as", "t2", "join", "author", "as", "t1", "on", "t2", ".", "aid", "=", "t1", ".", "aid", "join", "publication", "as", "t3", "on", "t2", ".", "pid", "=", "t3", ".", "pid", "where", "t1", ".", "name", "=", "value" ], "question": "đếm số lượng bài báo của H. V. Jagadish .", "question_toks": [ "return", "me", "the", "number", "of", "papers", "by", "``", "H.", "V.", "Jagadish", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ] ], "table_units": [ [ "table_unit", 13 ], [ "table_unit", 0 ], [ "table_unit", 9 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 29, true ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT t2.title ) FROM publication AS t2 JOIN conference AS t1 ON t2.cid = t1.cid WHERE t1.name = \"VLDB\";", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "t2.title", ")", "FROM", "publication", "AS", "t2", "JOIN", "conference", "AS", "t1", "ON", "t2.cid", "=", "t1.cid", "WHERE", "t1.name", "=", "``", "VLDB", "''", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "t2", ".", "title", ")", "from", "publication", "as", "t2", "join", "conference", "as", "t1", "on", "t2", ".", "cid", "=", "t1", ".", "cid", "where", "t1", ".", "name", "=", "value" ], "question": "cho biết số lượng các bài báo được xuất bản tại hội nghị VLDB .", "question_toks": [ "return", "me", "the", "number", "of", "papers", "on", "VLDB", "conference", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 24, false ], null ], [ 0, 5, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 1 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 29, true ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 7, false ], null ], "\"VLDB\"", null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT t2.title ) FROM publication AS t2 JOIN journal AS t1 ON t2.jid = t1.jid WHERE t1.name = \"PVLDB\";", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "t2.title", ")", "FROM", "publication", "AS", "t2", "JOIN", "journal", "AS", "t1", "ON", "t2.jid", "=", "t1.jid", "WHERE", "t1.name", "=", "``", "PVLDB", "''", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "t2", ".", "title", ")", "from", "publication", "as", "t2", "join", "journal", "as", "t1", "on", "t2", ".", "jid", "=", "t1", ".", "jid", "where", "t1", ".", "name", "=", "value" ], "question": "PVLDB đã xuất bản bao nhiêu bài báo ?", "question_toks": [ "return", "me", "the", "number", "of", "papers", "on", "PVLDB", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 26, false ], null ], [ 0, 15, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 5 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 29, true ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 16, false ], null ], "\"PVLDB\"", null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT title ) FROM publication WHERE YEAR > 2000;", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "title", ")", "FROM", "publication", "WHERE", "YEAR", ">", "2000", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "title", ")", "from", "publication", "where", "year", ">", "value" ], "question": "cho biết số lượng bài báo được xuất bản sau năm 2000 .", "question_toks": [ "return", "me", "the", "number", "of", "papers", "after", "2000", "." ], "sql": { "except": null, "from": { "conds": [], "table_units": [ [ "table_unit", 9 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 29, true ], null ] ] ] ], "union": null, "where": [ [ false, 3, [ 0, [ 0, 30, false ], null ], 2000.0, null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT t2.title ) FROM publication AS t2 JOIN journal AS t1 ON t2.jid = t1.jid WHERE t1.name = \"PVLDB\" AND t2.year > 2000;", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "t2.title", ")", "FROM", "publication", "AS", "t2", "JOIN", "journal", "AS", "t1", "ON", "t2.jid", "=", "t1.jid", "WHERE", "t1.name", "=", "``", "PVLDB", "''", "AND", "t2.year", ">", "2000", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "t2", ".", "title", ")", "from", "publication", "as", "t2", "join", "journal", "as", "t1", "on", "t2", ".", "jid", "=", "t1", ".", "jid", "where", "t1", ".", "name", "=", "value", "and", "t2", ".", "year", ">", "value" ], "question": "số lượng bài báo được xuất bản sau năm 2000 tại hội nghị PVLDB là bao nhiêu ?", "question_toks": [ "return", "me", "the", "number", "of", "papers", "on", "PVLDB", "after", "2000", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 26, false ], null ], [ 0, 15, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 5 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 29, true ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 16, false ], null ], "\"PVLDB\"", null ], "and", [ false, 3, [ 0, [ 0, 30, false ], null ], 2000.0, null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT t2.title ) FROM publication AS t2 JOIN conference AS t1 ON t2.cid = t1.cid WHERE t1.name = \"VLDB\" AND t2.year > 2000;", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "t2.title", ")", "FROM", "publication", "AS", "t2", "JOIN", "conference", "AS", "t1", "ON", "t2.cid", "=", "t1.cid", "WHERE", "t1.name", "=", "``", "VLDB", "''", "AND", "t2.year", ">", "2000", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "t2", ".", "title", ")", "from", "publication", "as", "t2", "join", "conference", "as", "t1", "on", "t2", ".", "cid", "=", "t1", ".", "cid", "where", "t1", ".", "name", "=", "value", "and", "t2", ".", "year", ">", "value" ], "question": "hội nghị VLDB đã xuất bản bao nhiêu bài báo sau năm 2000 ?", "question_toks": [ "return", "me", "the", "number", "of", "papers", "on", "VLDB", "conference", "after", "2000", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 24, false ], null ], [ 0, 5, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 1 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 29, true ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 7, false ], null ], "\"VLDB\"", null ], "and", [ false, 3, [ 0, [ 0, 30, false ], null ], 2000.0, null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT t4.title ) FROM publication AS t4 JOIN journal AS t2 ON t4.jid = t2.jid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = \"H. V. Jagadish\" AND t2.name = \"PVLDB\";", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "t4.title", ")", "FROM", "publication", "AS", "t4", "JOIN", "journal", "AS", "t2", "ON", "t4.jid", "=", "t2.jid", "JOIN", "writes", "AS", "t3", "ON", "t3.pid", "=", "t4.pid", "JOIN", "author", "AS", "t1", "ON", "t3.aid", "=", "t1.aid", "WHERE", "t1.name", "=", "``", "H.", "V.", "Jagadish", "''", "AND", "t2.name", "=", "``", "PVLDB", "''", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "t4", ".", "title", ")", "from", "publication", "as", "t4", "join", "journal", "as", "t2", "on", "t4", ".", "jid", "=", "t2", ".", "jid", "join", "writes", "as", "t3", "on", "t3", ".", "pid", "=", "t4", ".", "pid", "join", "author", "as", "t1", "on", "t3", ".", "aid", "=", "t1", ".", "aid", "where", "t1", ".", "name", "=", "value", "and", "t2", ".", "name", "=", "value" ], "question": "H. V. Jagadish có bao nhiêu bài báo được đăng ở PVLDB ?", "question_toks": [ "return", "me", "the", "number", "of", "papers", "by", "``", "H.", "V.", "Jagadish", "``", "on", "PVLDB", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 26, false ], null ], [ 0, 15, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 5 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 29, true ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ], "and", [ false, 2, [ 0, [ 0, 16, false ], null ], "\"PVLDB\"", null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT t4.title ) FROM publication AS t4 JOIN conference AS t2 ON t4.cid = t2.cid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = \"H. V. Jagadish\" AND t2.name = \"VLDB\";", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "t4.title", ")", "FROM", "publication", "AS", "t4", "JOIN", "conference", "AS", "t2", "ON", "t4.cid", "=", "t2.cid", "JOIN", "writes", "AS", "t3", "ON", "t3.pid", "=", "t4.pid", "JOIN", "author", "AS", "t1", "ON", "t3.aid", "=", "t1.aid", "WHERE", "t1.name", "=", "``", "H.", "V.", "Jagadish", "''", "AND", "t2.name", "=", "``", "VLDB", "''", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "t4", ".", "title", ")", "from", "publication", "as", "t4", "join", "conference", "as", "t2", "on", "t4", ".", "cid", "=", "t2", ".", "cid", "join", "writes", "as", "t3", "on", "t3", ".", "pid", "=", "t4", ".", "pid", "join", "author", "as", "t1", "on", "t3", ".", "aid", "=", "t1", ".", "aid", "where", "t1", ".", "name", "=", "value", "and", "t2", ".", "name", "=", "value" ], "question": "H. V. Jagadish đã xuất bản bao nhiêu bài báo tại hội nghị VLDB ?", "question_toks": [ "return", "me", "the", "number", "of", "papers", "by", "``", "H.", "V.", "Jagadish", "``", "on", "VLDB", "conference", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 24, false ], null ], [ 0, 5, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 1 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 29, true ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ], "and", [ false, 2, [ 0, [ 0, 7, false ], null ], "\"VLDB\"", null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT t3.title ) FROM writes AS t2 JOIN author AS t1 ON t2.aid = t1.aid JOIN publication AS t3 ON t2.pid = t3.pid WHERE t1.name = \"H. V. Jagadish\" AND t3.year > 2000;", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "t3.title", ")", "FROM", "writes", "AS", "t2", "JOIN", "author", "AS", "t1", "ON", "t2.aid", "=", "t1.aid", "JOIN", "publication", "AS", "t3", "ON", "t2.pid", "=", "t3.pid", "WHERE", "t1.name", "=", "``", "H.", "V.", "Jagadish", "''", "AND", "t3.year", ">", "2000", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "t3", ".", "title", ")", "from", "writes", "as", "t2", "join", "author", "as", "t1", "on", "t2", ".", "aid", "=", "t1", ".", "aid", "join", "publication", "as", "t3", "on", "t2", ".", "pid", "=", "t3", ".", "pid", "where", "t1", ".", "name", "=", "value", "and", "t3", ".", "year", ">", "value" ], "question": "H. V. Jagadish đã viết bao nhiêu bài báo sau năm 2000 ?", "question_toks": [ "return", "me", "the", "number", "of", "papers", "by", "``", "H.", "V.", "Jagadish", "``", "after", "2000", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ] ], "table_units": [ [ "table_unit", 13 ], [ "table_unit", 0 ], [ "table_unit", 9 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 29, true ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ], "and", [ false, 3, [ 0, [ 0, 30, false ], null ], 2000.0, null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT t4.title ) FROM publication AS t4 JOIN journal AS t2 ON t4.jid = t2.jid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = \"H. V. Jagadish\" AND t2.name = \"PVLDB\" AND t4.year > 2000;", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "t4.title", ")", "FROM", "publication", "AS", "t4", "JOIN", "journal", "AS", "t2", "ON", "t4.jid", "=", "t2.jid", "JOIN", "writes", "AS", "t3", "ON", "t3.pid", "=", "t4.pid", "JOIN", "author", "AS", "t1", "ON", "t3.aid", "=", "t1.aid", "WHERE", "t1.name", "=", "``", "H.", "V.", "Jagadish", "''", "AND", "t2.name", "=", "``", "PVLDB", "''", "AND", "t4.year", ">", "2000", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "t4", ".", "title", ")", "from", "publication", "as", "t4", "join", "journal", "as", "t2", "on", "t4", ".", "jid", "=", "t2", ".", "jid", "join", "writes", "as", "t3", "on", "t3", ".", "pid", "=", "t4", ".", "pid", "join", "author", "as", "t1", "on", "t3", ".", "aid", "=", "t1", ".", "aid", "where", "t1", ".", "name", "=", "value", "and", "t2", ".", "name", "=", "value", "and", "t4", ".", "year", ">", "value" ], "question": "số lượng bài báo của H. V. Jagadish được xuất bản sau năm 2000 tại PVLDB là bao nhiêu ?", "question_toks": [ "return", "me", "the", "number", "of", "papers", "by", "``", "H.", "V.", "Jagadish", "``", "on", "PVLDB", "after", "2000", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 26, false ], null ], [ 0, 15, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 5 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 29, true ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ], "and", [ false, 2, [ 0, [ 0, 16, false ], null ], "\"PVLDB\"", null ], "and", [ false, 3, [ 0, [ 0, 30, false ], null ], 2000.0, null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT t4.title ) FROM publication AS t4 JOIN conference AS t2 ON t4.cid = t2.cid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = \"H. V. Jagadish\" AND t2.name = \"VLDB\" AND t4.year > 2000;", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "t4.title", ")", "FROM", "publication", "AS", "t4", "JOIN", "conference", "AS", "t2", "ON", "t4.cid", "=", "t2.cid", "JOIN", "writes", "AS", "t3", "ON", "t3.pid", "=", "t4.pid", "JOIN", "author", "AS", "t1", "ON", "t3.aid", "=", "t1.aid", "WHERE", "t1.name", "=", "``", "H.", "V.", "Jagadish", "''", "AND", "t2.name", "=", "``", "VLDB", "''", "AND", "t4.year", ">", "2000", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "t4", ".", "title", ")", "from", "publication", "as", "t4", "join", "conference", "as", "t2", "on", "t4", ".", "cid", "=", "t2", ".", "cid", "join", "writes", "as", "t3", "on", "t3", ".", "pid", "=", "t4", ".", "pid", "join", "author", "as", "t1", "on", "t3", ".", "aid", "=", "t1", ".", "aid", "where", "t1", ".", "name", "=", "value", "and", "t2", ".", "name", "=", "value", "and", "t4", ".", "year", ">", "value" ], "question": "số lượng bài báo của H. V. Jagadish được đăng tại hội nghị VLDB sau năm 2000 là bao nhiêu ?", "question_toks": [ "return", "me", "the", "number", "of", "papers", "by", "``", "H.", "V.", "Jagadish", "``", "on", "VLDB", "conference", "after", "2000", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 24, false ], null ], [ 0, 5, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 1 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 29, true ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ], "and", [ false, 2, [ 0, [ 0, 7, false ], null ], "\"VLDB\"", null ], "and", [ false, 3, [ 0, [ 0, 30, false ], null ], 2000.0, null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT keyword ) FROM keyword;", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "keyword", ")", "FROM", "keyword", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "keyword", ")", "from", "keyword" ], "question": "cho biết số lượng các từ khoá .", "question_toks": [ "return", "me", "the", "number", "of", "keywords", "." ], "sql": { "except": null, "from": { "conds": [], "table_units": [ [ "table_unit", 7 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 19, true ], null ] ] ] ], "union": null, "where": [] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT t1.keyword ) FROM DOMAIN AS t3 JOIN domain_keyword AS t2 ON t3.did = t2.did JOIN keyword AS t1 ON t1.kid = t2.kid WHERE t3.name = \"Databases\";", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "t1.keyword", ")", "FROM", "DOMAIN", "AS", "t3", "JOIN", "domain_keyword", "AS", "t2", "ON", "t3.did", "=", "t2.did", "JOIN", "keyword", "AS", "t1", "ON", "t1.kid", "=", "t2.kid", "WHERE", "t3.name", "=", "``", "Databases", "''", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "t1", ".", "keyword", ")", "from", "domain", "as", "t3", "join", "domain_keyword", "as", "t2", "on", "t3", ".", "did", "=", "t2", ".", "did", "join", "keyword", "as", "t1", "on", "t1", ".", "kid", "=", "t2", ".", "kid", "where", "t3", ".", "name", "=", "value" ], "question": "lĩnh vực ' Cơ sở dữ liệu ' sử dụng tất cả bao nhiêu từ khoá ?", "question_toks": [ "return", "me", "the", "number", "of", "keywords", "in", "Databases", "area", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 8, false ], null ], [ 0, 21, false ], null ], "and", [ false, 2, [ 0, [ 0, 20, false ], null ], [ 0, 22, false ], null ] ], "table_units": [ [ "table_unit", 2 ], [ "table_unit", 8 ], [ "table_unit", 7 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 19, true ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 9, false ], null ], "\"Databases\"", null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT t3.title ) FROM publication_keyword AS t2 JOIN keyword AS t1 ON t2.kid = t1.kid JOIN publication AS t3 ON t3.pid = t2.pid WHERE t1.keyword = \"Natural Language\";", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "t3.title", ")", "FROM", "publication_keyword", "AS", "t2", "JOIN", "keyword", "AS", "t1", "ON", "t2.kid", "=", "t1.kid", "JOIN", "publication", "AS", "t3", "ON", "t3.pid", "=", "t2.pid", "WHERE", "t1.keyword", "=", "``", "Natural", "Language", "''", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "t3", ".", "title", ")", "from", "publication_keyword", "as", "t2", "join", "keyword", "as", "t1", "on", "t2", ".", "kid", "=", "t1", ".", "kid", "join", "publication", "as", "t3", "on", "t3", ".", "pid", "=", "t2", ".", "pid", "where", "t1", ".", "keyword", "=", "value" ], "question": "có bao nhiêu bài báo có chứa từ khoá ' Ngôn ngữ tự nhiên ' ?", "question_toks": [ "return", "me", "the", "number", "of", "papers", "which", "contain", "the", "keyword", "``", "Natural", "Language", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 38, false ], null ], [ 0, 20, false ], null ], "and", [ false, 2, [ 0, [ 0, 27, false ], null ], [ 0, 37, false ], null ] ], "table_units": [ [ "table_unit", 12 ], [ "table_unit", 7 ], [ "table_unit", 9 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 29, true ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 19, false ], null ], "\"Natural Language\"", null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT t1.keyword ) FROM publication_keyword AS t3 JOIN keyword AS t1 ON t3.kid = t1.kid JOIN publication AS t2 ON t2.pid = t3.pid WHERE t2.title = \"Making database systems usable\";", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "t1.keyword", ")", "FROM", "publication_keyword", "AS", "t3", "JOIN", "keyword", "AS", "t1", "ON", "t3.kid", "=", "t1.kid", "JOIN", "publication", "AS", "t2", "ON", "t2.pid", "=", "t3.pid", "WHERE", "t2.title", "=", "``", "Making", "database", "systems", "usable", "''", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "t1", ".", "keyword", ")", "from", "publication_keyword", "as", "t3", "join", "keyword", "as", "t1", "on", "t3", ".", "kid", "=", "t1", ".", "kid", "join", "publication", "as", "t2", "on", "t2", ".", "pid", "=", "t3", ".", "pid", "where", "t2", ".", "title", "=", "value" ], "question": "bài báo với tiêu đề ' Làm cho hệ thống cơ sở dữ liệu có thể sử dụng được ' đã sử dụng bao nhiêu từ khoá ?", "question_toks": [ "return", "me", "the", "number", "of", "the", "keywords", "of", "``", "Making", "database", "systems", "usable", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 38, false ], null ], [ 0, 20, false ], null ], "and", [ false, 2, [ 0, [ 0, 27, false ], null ], [ 0, 37, false ], null ] ], "table_units": [ [ "table_unit", 12 ], [ "table_unit", 7 ], [ "table_unit", 9 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 19, true ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 29, false ], null ], "\"Making database systems usable\"", null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT t1.keyword ) FROM publication_keyword AS t5 JOIN keyword AS t1 ON t5.kid = t1.kid JOIN publication AS t3 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t3.pid JOIN author AS t2 ON t4.aid = t2.aid WHERE t2.name = \"H. V. Jagadish\";", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "t1.keyword", ")", "FROM", "publication_keyword", "AS", "t5", "JOIN", "keyword", "AS", "t1", "ON", "t5.kid", "=", "t1.kid", "JOIN", "publication", "AS", "t3", "ON", "t3.pid", "=", "t5.pid", "JOIN", "writes", "AS", "t4", "ON", "t4.pid", "=", "t3.pid", "JOIN", "author", "AS", "t2", "ON", "t4.aid", "=", "t2.aid", "WHERE", "t2.name", "=", "``", "H.", "V.", "Jagadish", "''", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "t1", ".", "keyword", ")", "from", "publication_keyword", "as", "t5", "join", "keyword", "as", "t1", "on", "t5", ".", "kid", "=", "t1", ".", "kid", "join", "publication", "as", "t3", "on", "t3", ".", "pid", "=", "t5", ".", "pid", "join", "writes", "as", "t4", "on", "t4", ".", "pid", "=", "t3", ".", "pid", "join", "author", "as", "t2", "on", "t4", ".", "aid", "=", "t2", ".", "aid", "where", "t2", ".", "name", "=", "value" ], "question": "H. V. Jagadish đã sử dụng bao nhiêu từ khoá ?", "question_toks": [ "return", "me", "the", "number", "of", "the", "keywords", "related", "to", "``", "H.", "V.", "Jagadish", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 38, false ], null ], [ 0, 20, false ], null ], "and", [ false, 2, [ 0, [ 0, 27, false ], null ], [ 0, 37, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 12 ], [ "table_unit", 7 ], [ "table_unit", 9 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 19, true ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT t1.keyword ) FROM publication_keyword AS t4 JOIN keyword AS t1 ON t4.kid = t1.kid JOIN publication AS t3 ON t3.pid = t4.pid JOIN conference AS t2 ON t3.cid = t2.cid WHERE t2.name = \"VLDB\";", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "t1.keyword", ")", "FROM", "publication_keyword", "AS", "t4", "JOIN", "keyword", "AS", "t1", "ON", "t4.kid", "=", "t1.kid", "JOIN", "publication", "AS", "t3", "ON", "t3.pid", "=", "t4.pid", "JOIN", "conference", "AS", "t2", "ON", "t3.cid", "=", "t2.cid", "WHERE", "t2.name", "=", "``", "VLDB", "''", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "t1", ".", "keyword", ")", "from", "publication_keyword", "as", "t4", "join", "keyword", "as", "t1", "on", "t4", ".", "kid", "=", "t1", ".", "kid", "join", "publication", "as", "t3", "on", "t3", ".", "pid", "=", "t4", ".", "pid", "join", "conference", "as", "t2", "on", "t3", ".", "cid", "=", "t2", ".", "cid", "where", "t2", ".", "name", "=", "value" ], "question": "số lượng từ khoá được sử dụng ở hội nghị VLDB là bao nhiêu ?", "question_toks": [ "return", "me", "the", "number", "of", "keywords", "in", "VLDB", "conference", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 38, false ], null ], [ 0, 20, false ], null ], "and", [ false, 2, [ 0, [ 0, 27, false ], null ], [ 0, 37, false ], null ], "and", [ false, 2, [ 0, [ 0, 24, false ], null ], [ 0, 5, false ], null ] ], "table_units": [ [ "table_unit", 12 ], [ "table_unit", 7 ], [ "table_unit", 9 ], [ "table_unit", 1 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 19, true ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 7, false ], null ], "\"VLDB\"", null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT t1.keyword ) FROM publication_keyword AS t4 JOIN keyword AS t1 ON t4.kid = t1.kid JOIN publication AS t2 ON t2.pid = t4.pid JOIN journal AS t3 ON t2.jid = t3.jid WHERE t3.name = \"PVLDB\";", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "t1.keyword", ")", "FROM", "publication_keyword", "AS", "t4", "JOIN", "keyword", "AS", "t1", "ON", "t4.kid", "=", "t1.kid", "JOIN", "publication", "AS", "t2", "ON", "t2.pid", "=", "t4.pid", "JOIN", "journal", "AS", "t3", "ON", "t2.jid", "=", "t3.jid", "WHERE", "t3.name", "=", "``", "PVLDB", "''", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "t1", ".", "keyword", ")", "from", "publication_keyword", "as", "t4", "join", "keyword", "as", "t1", "on", "t4", ".", "kid", "=", "t1", ".", "kid", "join", "publication", "as", "t2", "on", "t2", ".", "pid", "=", "t4", ".", "pid", "join", "journal", "as", "t3", "on", "t2", ".", "jid", "=", "t3", ".", "jid", "where", "t3", ".", "name", "=", "value" ], "question": "cho biết số lượng từ khoá được sử dụng ở PVLDB .", "question_toks": [ "return", "me", "the", "number", "of", "keywords", "in", "PVLDB", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 38, false ], null ], [ 0, 20, false ], null ], "and", [ false, 2, [ 0, [ 0, 27, false ], null ], [ 0, 37, false ], null ], "and", [ false, 2, [ 0, [ 0, 26, false ], null ], [ 0, 15, false ], null ] ], "table_units": [ [ "table_unit", 12 ], [ "table_unit", 7 ], [ "table_unit", 9 ], [ "table_unit", 5 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 19, true ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 16, false ], null ], "\"PVLDB\"", null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT t1.keyword ) FROM organization AS t6 JOIN author AS t2 ON t6.oid = t2.oid JOIN writes AS t4 ON t4.aid = t2.aid JOIN publication AS t5 ON t4.pid = t5.pid JOIN publication_keyword AS t3 ON t5.pid = t3.pid JOIN keyword AS t1 ON t3.kid = t1.kid WHERE t6.name = \"University of Michigan\";", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "t1.keyword", ")", "FROM", "organization", "AS", "t6", "JOIN", "author", "AS", "t2", "ON", "t6.oid", "=", "t2.oid", "JOIN", "writes", "AS", "t4", "ON", "t4.aid", "=", "t2.aid", "JOIN", "publication", "AS", "t5", "ON", "t4.pid", "=", "t5.pid", "JOIN", "publication_keyword", "AS", "t3", "ON", "t5.pid", "=", "t3.pid", "JOIN", "keyword", "AS", "t1", "ON", "t3.kid", "=", "t1.kid", "WHERE", "t6.name", "=", "``", "University", "of", "Michigan", "''", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "t1", ".", "keyword", ")", "from", "organization", "as", "t6", "join", "author", "as", "t2", "on", "t6", ".", "oid", "=", "t2", ".", "oid", "join", "writes", "as", "t4", "on", "t4", ".", "aid", "=", "t2", ".", "aid", "join", "publication", "as", "t5", "on", "t4", ".", "pid", "=", "t5", ".", "pid", "join", "publication_keyword", "as", "t3", "on", "t5", ".", "pid", "=", "t3", ".", "pid", "join", "keyword", "as", "t1", "on", "t3", ".", "kid", "=", "t1", ".", "kid", "where", "t6", ".", "name", "=", "value" ], "question": "đếm số lượng các từ khoá trong tất cả các bài báo của ' Đại học Michigan ' .", "question_toks": [ "return", "me", "the", "number", "of", "keywords", "in", "the", "papers", "of", "``", "University", "of", "Michigan", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 36, false ], null ], [ 0, 4, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 27, false ], null ], [ 0, 37, false ], null ], "and", [ false, 2, [ 0, [ 0, 38, false ], null ], [ 0, 20, false ], null ] ], "table_units": [ [ "table_unit", 11 ], [ "table_unit", 0 ], [ "table_unit", 13 ], [ "table_unit", 9 ], [ "table_unit", 12 ], [ "table_unit", 7 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 19, true ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 35, false ], null ], "\"University of Michigan\"", null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT t5.title ) FROM publication_keyword AS t3 JOIN keyword AS t1 ON t3.kid = t1.kid JOIN publication AS t5 ON t5.pid = t3.pid JOIN writes AS t4 ON t4.pid = t5.pid JOIN author AS t2 ON t4.aid = t2.aid WHERE t2.name = \"H. V. Jagadish\" AND t1.keyword = \"User Study\";", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "t5.title", ")", "FROM", "publication_keyword", "AS", "t3", "JOIN", "keyword", "AS", "t1", "ON", "t3.kid", "=", "t1.kid", "JOIN", "publication", "AS", "t5", "ON", "t5.pid", "=", "t3.pid", "JOIN", "writes", "AS", "t4", "ON", "t4.pid", "=", "t5.pid", "JOIN", "author", "AS", "t2", "ON", "t4.aid", "=", "t2.aid", "WHERE", "t2.name", "=", "``", "H.", "V.", "Jagadish", "''", "AND", "t1.keyword", "=", "``", "User", "Study", "''", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "t5", ".", "title", ")", "from", "publication_keyword", "as", "t3", "join", "keyword", "as", "t1", "on", "t3", ".", "kid", "=", "t1", ".", "kid", "join", "publication", "as", "t5", "on", "t5", ".", "pid", "=", "t3", ".", "pid", "join", "writes", "as", "t4", "on", "t4", ".", "pid", "=", "t5", ".", "pid", "join", "author", "as", "t2", "on", "t4", ".", "aid", "=", "t2", ".", "aid", "where", "t2", ".", "name", "=", "value", "and", "t1", ".", "keyword", "=", "value" ], "question": "H. V. Jagadish có bao nhiêu bài báo với từ khoá ' Nghiên cứu người dùng ' ?", "question_toks": [ "return", "me", "the", "number", "of", "the", "papers", "of", "``", "H.", "V.", "Jagadish", "``", "containing", "keyword", "``", "User", "Study", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 38, false ], null ], [ 0, 20, false ], null ], "and", [ false, 2, [ 0, [ 0, 27, false ], null ], [ 0, 37, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 12 ], [ "table_unit", 7 ], [ "table_unit", 9 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 29, true ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ], "and", [ false, 2, [ 0, [ 0, 19, false ], null ], "\"User Study\"", null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT t4.title ) FROM publication_keyword AS t2 JOIN keyword AS t1 ON t2.kid = t1.kid JOIN publication AS t4 ON t4.pid = t2.pid JOIN journal AS t3 ON t4.jid = t3.jid WHERE t3.name = \"PVLDB\" AND t1.keyword = \"Keyword search\";", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "t4.title", ")", "FROM", "publication_keyword", "AS", "t2", "JOIN", "keyword", "AS", "t1", "ON", "t2.kid", "=", "t1.kid", "JOIN", "publication", "AS", "t4", "ON", "t4.pid", "=", "t2.pid", "JOIN", "journal", "AS", "t3", "ON", "t4.jid", "=", "t3.jid", "WHERE", "t3.name", "=", "``", "PVLDB", "''", "AND", "t1.keyword", "=", "``", "Keyword", "search", "''", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "t4", ".", "title", ")", "from", "publication_keyword", "as", "t2", "join", "keyword", "as", "t1", "on", "t2", ".", "kid", "=", "t1", ".", "kid", "join", "publication", "as", "t4", "on", "t4", ".", "pid", "=", "t2", ".", "pid", "join", "journal", "as", "t3", "on", "t4", ".", "jid", "=", "t3", ".", "jid", "where", "t3", ".", "name", "=", "value", "and", "t1", ".", "keyword", "=", "value" ], "question": "hội nghị PVLDB đã xuất bản bao nhiêu bài báo với từ khoá ' Tìm kiếm từ khoá ' ?", "question_toks": [ "return", "me", "the", "number", "of", "papers", "in", "PVLDB", "containing", "keyword", "``", "Keyword", "search", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 38, false ], null ], [ 0, 20, false ], null ], "and", [ false, 2, [ 0, [ 0, 27, false ], null ], [ 0, 37, false ], null ], "and", [ false, 2, [ 0, [ 0, 26, false ], null ], [ 0, 15, false ], null ] ], "table_units": [ [ "table_unit", 12 ], [ "table_unit", 7 ], [ "table_unit", 9 ], [ "table_unit", 5 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 29, true ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 16, false ], null ], "\"PVLDB\"", null ], "and", [ false, 2, [ 0, [ 0, 19, false ], null ], "\"Keyword search\"", null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT t4.title ) FROM publication_keyword AS t3 JOIN keyword AS t1 ON t3.kid = t1.kid JOIN publication AS t4 ON t4.pid = t3.pid JOIN conference AS t2 ON t4.cid = t2.cid WHERE t2.name = \"VLDB\" AND t1.keyword = \"Information Retrieval\";", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "t4.title", ")", "FROM", "publication_keyword", "AS", "t3", "JOIN", "keyword", "AS", "t1", "ON", "t3.kid", "=", "t1.kid", "JOIN", "publication", "AS", "t4", "ON", "t4.pid", "=", "t3.pid", "JOIN", "conference", "AS", "t2", "ON", "t4.cid", "=", "t2.cid", "WHERE", "t2.name", "=", "``", "VLDB", "''", "AND", "t1.keyword", "=", "``", "Information", "Retrieval", "''", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "t4", ".", "title", ")", "from", "publication_keyword", "as", "t3", "join", "keyword", "as", "t1", "on", "t3", ".", "kid", "=", "t1", ".", "kid", "join", "publication", "as", "t4", "on", "t4", ".", "pid", "=", "t3", ".", "pid", "join", "conference", "as", "t2", "on", "t4", ".", "cid", "=", "t2", ".", "cid", "where", "t2", ".", "name", "=", "value", "and", "t1", ".", "keyword", "=", "value" ], "question": "có bao nhiêu bài báo sử dụng từ khoá ' Truy xuất thông tin ' đã được xuất bản tại hội nghị VLDB ?", "question_toks": [ "return", "me", "the", "number", "of", "papers", "in", "VLDB", "conference", "containing", "keyword", "``", "Information", "Retrieval", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 38, false ], null ], [ 0, 20, false ], null ], "and", [ false, 2, [ 0, [ 0, 27, false ], null ], [ 0, 37, false ], null ], "and", [ false, 2, [ 0, [ 0, 24, false ], null ], [ 0, 5, false ], null ] ], "table_units": [ [ "table_unit", 12 ], [ "table_unit", 7 ], [ "table_unit", 9 ], [ "table_unit", 1 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 29, true ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 7, false ], null ], "\"VLDB\"", null ], "and", [ false, 2, [ 0, [ 0, 19, false ], null ], "\"Information Retrieval\"", null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT t2.name ) FROM publication_keyword AS t5 JOIN keyword AS t1 ON t5.kid = t1.kid JOIN publication AS t3 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t3.pid JOIN author AS t2 ON t4.aid = t2.aid WHERE t1.keyword = \"Relational Database\";", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "t2.name", ")", "FROM", "publication_keyword", "AS", "t5", "JOIN", "keyword", "AS", "t1", "ON", "t5.kid", "=", "t1.kid", "JOIN", "publication", "AS", "t3", "ON", "t3.pid", "=", "t5.pid", "JOIN", "writes", "AS", "t4", "ON", "t4.pid", "=", "t3.pid", "JOIN", "author", "AS", "t2", "ON", "t4.aid", "=", "t2.aid", "WHERE", "t1.keyword", "=", "``", "Relational", "Database", "''", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "t2", ".", "name", ")", "from", "publication_keyword", "as", "t5", "join", "keyword", "as", "t1", "on", "t5", ".", "kid", "=", "t1", ".", "kid", "join", "publication", "as", "t3", "on", "t3", ".", "pid", "=", "t5", ".", "pid", "join", "writes", "as", "t4", "on", "t4", ".", "pid", "=", "t3", ".", "pid", "join", "author", "as", "t2", "on", "t4", ".", "aid", "=", "t2", ".", "aid", "where", "t1", ".", "keyword", "=", "value" ], "question": "có bao nhiêu tác giả đã xuất bản các bài báo với từ khoá ' Cơ sở dữ liệu quan hệ ' ?", "question_toks": [ "return", "me", "the", "number", "of", "authors", "who", "have", "papers", "containing", "keyword", "``", "Relational", "Database", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 38, false ], null ], [ 0, 20, false ], null ], "and", [ false, 2, [ 0, [ 0, 27, false ], null ], [ 0, 37, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 12 ], [ "table_unit", 7 ], [ "table_unit", 9 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 3, true ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 19, false ], null ], "\"Relational Database\"", null ] ] } }, { "db_id": "academic", "query": "SELECT SUM ( t3.citation_num ) FROM publication_keyword AS t2 JOIN keyword AS t1 ON t2.kid = t1.kid JOIN publication AS t3 ON t3.pid = t2.pid WHERE t1.keyword = \"Natural Language\";", "query_toks": [ "SELECT", "SUM", "(", "t3.citation_num", ")", "FROM", "publication_keyword", "AS", "t2", "JOIN", "keyword", "AS", "t1", "ON", "t2.kid", "=", "t1.kid", "JOIN", "publication", "AS", "t3", "ON", "t3.pid", "=", "t2.pid", "WHERE", "t1.keyword", "=", "``", "Natural", "Language", "''", ";" ], "query_toks_no_value": [ "select", "sum", "(", "t3", ".", "citation_num", ")", "from", "publication_keyword", "as", "t2", "join", "keyword", "as", "t1", "on", "t2", ".", "kid", "=", "t1", ".", "kid", "join", "publication", "as", "t3", "on", "t3", ".", "pid", "=", "t2", ".", "pid", "where", "t1", ".", "keyword", "=", "value" ], "question": "các bài báo có chứa từ khoá ' Ngôn ngữ tự nhiên ' nhận được tổng cộng bao nhiêu trích dẫn ?", "question_toks": [ "return", "me", "the", "total", "citations", "of", "the", "papers", "containing", "keyword", "``", "Natural", "Language", "``" ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 38, false ], null ], [ 0, 20, false ], null ], "and", [ false, 2, [ 0, [ 0, 27, false ], null ], [ 0, 37, false ], null ] ], "table_units": [ [ "table_unit", 12 ], [ "table_unit", 7 ], [ "table_unit", 9 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 4, [ 0, [ 0, 25, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 19, false ], null ], "\"Natural Language\"", null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT name ) FROM organization;", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "name", ")", "FROM", "organization", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "name", ")", "from", "organization" ], "question": "cho biết số lượng các tổ chức .", "question_toks": [ "return", "me", "the", "number", "of", "the", "organizations", "." ], "sql": { "except": null, "from": { "conds": [], "table_units": [ [ "table_unit", 11 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 35, true ], null ] ] ] ], "union": null, "where": [] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT name ) FROM organization WHERE continent = \"North America\";", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "name", ")", "FROM", "organization", "WHERE", "continent", "=", "``", "North", "America", "''", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "name", ")", "from", "organization", "where", "continent", "=", "value" ], "question": "cho biết số lượng các tổ chức ở ' Bắc Mỹ ' .", "question_toks": [ "return", "me", "the", "number", "of", "the", "organizations", "in", "``", "North", "America", "``", "." ], "sql": { "except": null, "from": { "conds": [], "table_units": [ [ "table_unit", 11 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 35, true ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 33, false ], null ], "\"North America\"", null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT t2.name ) FROM domain_author AS t4 JOIN author AS t1 ON t4.aid = t1.aid JOIN DOMAIN AS t3 ON t3.did = t4.did JOIN organization AS t2 ON t2.oid = t1.oid WHERE t3.name = \"Databases\";", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "t2.name", ")", "FROM", "domain_author", "AS", "t4", "JOIN", "author", "AS", "t1", "ON", "t4.aid", "=", "t1.aid", "JOIN", "DOMAIN", "AS", "t3", "ON", "t3.did", "=", "t4.did", "JOIN", "organization", "AS", "t2", "ON", "t2.oid", "=", "t1.oid", "WHERE", "t3.name", "=", "``", "Databases", "''", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "t2", ".", "name", ")", "from", "domain_author", "as", "t4", "join", "author", "as", "t1", "on", "t4", ".", "aid", "=", "t1", ".", "aid", "join", "domain", "as", "t3", "on", "t3", ".", "did", "=", "t4", ".", "did", "join", "organization", "as", "t2", "on", "t2", ".", "oid", "=", "t1", ".", "oid", "where", "t3", ".", "name", "=", "value" ], "question": "có bao nhiêu tổ chức đã xuất bản các bài báo thuộc lĩnh vực ' Cơ sở dữ liệu ' ?", "question_toks": [ "return", "me", "the", "number", "of", "organizations", "in", "Databases", "area", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 10, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 8, false ], null ], [ 0, 11, false ], null ], "and", [ false, 2, [ 0, [ 0, 36, false ], null ], [ 0, 4, false ], null ] ], "table_units": [ [ "table_unit", 3 ], [ "table_unit", 0 ], [ "table_unit", 2 ], [ "table_unit", 11 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 35, true ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 9, false ], null ], "\"Databases\"", null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT t2.name ) FROM domain_author AS t4 JOIN author AS t1 ON t4.aid = t1.aid JOIN DOMAIN AS t3 ON t3.did = t4.did JOIN organization AS t2 ON t2.oid = t1.oid WHERE t3.name = \"Databases\" AND t2.continent = \"North America\";", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "t2.name", ")", "FROM", "domain_author", "AS", "t4", "JOIN", "author", "AS", "t1", "ON", "t4.aid", "=", "t1.aid", "JOIN", "DOMAIN", "AS", "t3", "ON", "t3.did", "=", "t4.did", "JOIN", "organization", "AS", "t2", "ON", "t2.oid", "=", "t1.oid", "WHERE", "t3.name", "=", "``", "Databases", "''", "AND", "t2.continent", "=", "``", "North", "America", "''", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "t2", ".", "name", ")", "from", "domain_author", "as", "t4", "join", "author", "as", "t1", "on", "t4", ".", "aid", "=", "t1", ".", "aid", "join", "domain", "as", "t3", "on", "t3", ".", "did", "=", "t4", ".", "did", "join", "organization", "as", "t2", "on", "t2", ".", "oid", "=", "t1", ".", "oid", "where", "t3", ".", "name", "=", "value", "and", "t2", ".", "continent", "=", "value" ], "question": "số lượng các tổ chức ở ' Bắc Mỹ ' làm việc trong lĩnh vực ' Cơ sở dữ liệu ' là bao nhiêu ?", "question_toks": [ "return", "me", "the", "number", "of", "organizations", "in", "Databases", "area", "located", "in", "``", "North", "America", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 10, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 8, false ], null ], [ 0, 11, false ], null ], "and", [ false, 2, [ 0, [ 0, 36, false ], null ], [ 0, 4, false ], null ] ], "table_units": [ [ "table_unit", 3 ], [ "table_unit", 0 ], [ "table_unit", 2 ], [ "table_unit", 11 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 35, true ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 9, false ], null ], "\"Databases\"", null ], "and", [ false, 2, [ 0, [ 0, 33, false ], null ], "\"North America\"", null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT t4.title ) FROM organization AS t2 JOIN author AS t1 ON t2.oid = t1.oid JOIN writes AS t3 ON t3.aid = t1.aid JOIN publication AS t4 ON t3.pid = t4.pid WHERE t2.name = \"University of Michigan\";", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "t4.title", ")", "FROM", "organization", "AS", "t2", "JOIN", "author", "AS", "t1", "ON", "t2.oid", "=", "t1.oid", "JOIN", "writes", "AS", "t3", "ON", "t3.aid", "=", "t1.aid", "JOIN", "publication", "AS", "t4", "ON", "t3.pid", "=", "t4.pid", "WHERE", "t2.name", "=", "``", "University", "of", "Michigan", "''", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "t4", ".", "title", ")", "from", "organization", "as", "t2", "join", "author", "as", "t1", "on", "t2", ".", "oid", "=", "t1", ".", "oid", "join", "writes", "as", "t3", "on", "t3", ".", "aid", "=", "t1", ".", "aid", "join", "publication", "as", "t4", "on", "t3", ".", "pid", "=", "t4", ".", "pid", "where", "t2", ".", "name", "=", "value" ], "question": "cho biết số lượng các bài báo của ' Đại học Michigan ' .", "question_toks": [ "return", "me", "the", "number", "of", "papers", "in", "``", "University", "of", "Michigan", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 36, false ], null ], [ 0, 4, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ] ], "table_units": [ [ "table_unit", 11 ], [ "table_unit", 0 ], [ "table_unit", 13 ], [ "table_unit", 9 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 29, true ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 35, false ], null ], "\"University of Michigan\"", null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT t4.title ) FROM domain_author AS t6 JOIN author AS t1 ON t6.aid = t1.aid JOIN DOMAIN AS t3 ON t3.did = t6.did JOIN domain_publication AS t2 ON t3.did = t2.did JOIN organization AS t5 ON t5.oid = t1.oid JOIN publication AS t4 ON t4.pid = t2.pid WHERE t3.name = \"Databases\" AND t5.name = \"University of Michigan\";", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "t4.title", ")", "FROM", "domain_author", "AS", "t6", "JOIN", "author", "AS", "t1", "ON", "t6.aid", "=", "t1.aid", "JOIN", "DOMAIN", "AS", "t3", "ON", "t3.did", "=", "t6.did", "JOIN", "domain_publication", "AS", "t2", "ON", "t3.did", "=", "t2.did", "JOIN", "organization", "AS", "t5", "ON", "t5.oid", "=", "t1.oid", "JOIN", "publication", "AS", "t4", "ON", "t4.pid", "=", "t2.pid", "WHERE", "t3.name", "=", "``", "Databases", "''", "AND", "t5.name", "=", "``", "University", "of", "Michigan", "''", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "t4", ".", "title", ")", "from", "domain_author", "as", "t6", "join", "author", "as", "t1", "on", "t6", ".", "aid", "=", "t1", ".", "aid", "join", "domain", "as", "t3", "on", "t3", ".", "did", "=", "t6", ".", "did", "join", "domain_publication", "as", "t2", "on", "t3", ".", "did", "=", "t2", ".", "did", "join", "organization", "as", "t5", "on", "t5", ".", "oid", "=", "t1", ".", "oid", "join", "publication", "as", "t4", "on", "t4", ".", "pid", "=", "t2", ".", "pid", "where", "t3", ".", "name", "=", "value", "and", "t5", ".", "name", "=", "value" ], "question": "cho biết số lượng bài báo thuộc lĩnh vực ' Cơ sở dữ liệu ' đã được ' Đại học Michigan ' xuất bản .", "question_toks": [ "return", "me", "the", "number", "of", "papers", "in", "``", "University", "of", "Michigan", "``", "in", "Databases", "area", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 10, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 8, false ], null ], [ 0, 11, false ], null ], "and", [ false, 2, [ 0, [ 0, 8, false ], null ], [ 0, 31, false ], null ], "and", [ false, 2, [ 0, [ 0, 36, false ], null ], [ 0, 4, false ], null ], "and", [ false, 2, [ 0, [ 0, 27, false ], null ], [ 0, 32, false ], null ] ], "table_units": [ [ "table_unit", 3 ], [ "table_unit", 0 ], [ "table_unit", 2 ], [ "table_unit", 10 ], [ "table_unit", 11 ], [ "table_unit", 9 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 29, true ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 9, false ], null ], "\"Databases\"", null ], "and", [ false, 2, [ 0, [ 0, 35, false ], null ], "\"University of Michigan\"", null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT t4.title ) FROM organization AS t2 JOIN author AS t1 ON t2.oid = t1.oid JOIN writes AS t3 ON t3.aid = t1.aid JOIN publication AS t4 ON t3.pid = t4.pid WHERE t2.name = \"University of Michigan\" AND t4.year > 2000;", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "t4.title", ")", "FROM", "organization", "AS", "t2", "JOIN", "author", "AS", "t1", "ON", "t2.oid", "=", "t1.oid", "JOIN", "writes", "AS", "t3", "ON", "t3.aid", "=", "t1.aid", "JOIN", "publication", "AS", "t4", "ON", "t3.pid", "=", "t4.pid", "WHERE", "t2.name", "=", "``", "University", "of", "Michigan", "''", "AND", "t4.year", ">", "2000", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "t4", ".", "title", ")", "from", "organization", "as", "t2", "join", "author", "as", "t1", "on", "t2", ".", "oid", "=", "t1", ".", "oid", "join", "writes", "as", "t3", "on", "t3", ".", "aid", "=", "t1", ".", "aid", "join", "publication", "as", "t4", "on", "t3", ".", "pid", "=", "t4", ".", "pid", "where", "t2", ".", "name", "=", "value", "and", "t4", ".", "year", ">", "value" ], "question": "Đại học Michigan ' đã xuất bản bao nhiêu bài báo sau năm 2000 ?", "question_toks": [ "return", "me", "the", "number", "of", "papers", "after", "2000", "in", "``", "University", "of", "Michigan", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 36, false ], null ], [ 0, 4, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ] ], "table_units": [ [ "table_unit", 11 ], [ "table_unit", 0 ], [ "table_unit", 13 ], [ "table_unit", 9 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 29, true ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 35, false ], null ], "\"University of Michigan\"", null ], "and", [ false, 3, [ 0, [ 0, 30, false ], null ], 2000.0, null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT t5.title ) FROM organization AS t3 JOIN author AS t1 ON t3.oid = t1.oid JOIN writes AS t4 ON t4.aid = t1.aid JOIN publication AS t5 ON t4.pid = t5.pid JOIN conference AS t2 ON t5.cid = t2.cid WHERE t2.name = \"VLDB\" AND t3.name = \"University of Michigan\";", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "t5.title", ")", "FROM", "organization", "AS", "t3", "JOIN", "author", "AS", "t1", "ON", "t3.oid", "=", "t1.oid", "JOIN", "writes", "AS", "t4", "ON", "t4.aid", "=", "t1.aid", "JOIN", "publication", "AS", "t5", "ON", "t4.pid", "=", "t5.pid", "JOIN", "conference", "AS", "t2", "ON", "t5.cid", "=", "t2.cid", "WHERE", "t2.name", "=", "``", "VLDB", "''", "AND", "t3.name", "=", "``", "University", "of", "Michigan", "''", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "t5", ".", "title", ")", "from", "organization", "as", "t3", "join", "author", "as", "t1", "on", "t3", ".", "oid", "=", "t1", ".", "oid", "join", "writes", "as", "t4", "on", "t4", ".", "aid", "=", "t1", ".", "aid", "join", "publication", "as", "t5", "on", "t4", ".", "pid", "=", "t5", ".", "pid", "join", "conference", "as", "t2", "on", "t5", ".", "cid", "=", "t2", ".", "cid", "where", "t2", ".", "name", "=", "value", "and", "t3", ".", "name", "=", "value" ], "question": "Đại học Michigan ' đã xuất bản bao nhiêu bài báo tại VLDB ?", "question_toks": [ "return", "me", "the", "number", "of", "papers", "in", "VLDB", "conference", "in", "``", "University", "of", "Michigan", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 36, false ], null ], [ 0, 4, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 24, false ], null ], [ 0, 5, false ], null ] ], "table_units": [ [ "table_unit", 11 ], [ "table_unit", 0 ], [ "table_unit", 13 ], [ "table_unit", 9 ], [ "table_unit", 1 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 29, true ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 7, false ], null ], "\"VLDB\"", null ], "and", [ false, 2, [ 0, [ 0, 35, false ], null ], "\"University of Michigan\"", null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT t5.title ) FROM organization AS t2 JOIN author AS t1 ON t2.oid = t1.oid JOIN writes AS t4 ON t4.aid = t1.aid JOIN publication AS t5 ON t4.pid = t5.pid JOIN journal AS t3 ON t5.jid = t3.jid WHERE t3.name = \"PVLDB\" AND t2.name = \"University of Michigan\";", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "t5.title", ")", "FROM", "organization", "AS", "t2", "JOIN", "author", "AS", "t1", "ON", "t2.oid", "=", "t1.oid", "JOIN", "writes", "AS", "t4", "ON", "t4.aid", "=", "t1.aid", "JOIN", "publication", "AS", "t5", "ON", "t4.pid", "=", "t5.pid", "JOIN", "journal", "AS", "t3", "ON", "t5.jid", "=", "t3.jid", "WHERE", "t3.name", "=", "``", "PVLDB", "''", "AND", "t2.name", "=", "``", "University", "of", "Michigan", "''", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "t5", ".", "title", ")", "from", "organization", "as", "t2", "join", "author", "as", "t1", "on", "t2", ".", "oid", "=", "t1", ".", "oid", "join", "writes", "as", "t4", "on", "t4", ".", "aid", "=", "t1", ".", "aid", "join", "publication", "as", "t5", "on", "t4", ".", "pid", "=", "t5", ".", "pid", "join", "journal", "as", "t3", "on", "t5", ".", "jid", "=", "t3", ".", "jid", "where", "t3", ".", "name", "=", "value", "and", "t2", ".", "name", "=", "value" ], "question": "hội nghị PVLDB đã xuất bản bao nhiêu bài báo đến từ ' Đại học Michigan ' ?", "question_toks": [ "return", "me", "the", "number", "of", "papers", "in", "PVLDB", "in", "``", "University", "of", "Michigan", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 36, false ], null ], [ 0, 4, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 26, false ], null ], [ 0, 15, false ], null ] ], "table_units": [ [ "table_unit", 11 ], [ "table_unit", 0 ], [ "table_unit", 13 ], [ "table_unit", 9 ], [ "table_unit", 5 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 29, true ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 16, false ], null ], "\"PVLDB\"", null ], "and", [ false, 2, [ 0, [ 0, 35, false ], null ], "\"University of Michigan\"", null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT t5.title ) FROM organization AS t2 JOIN author AS t1 ON t2.oid = t1.oid JOIN writes AS t4 ON t4.aid = t1.aid JOIN publication AS t5 ON t4.pid = t5.pid JOIN journal AS t3 ON t5.jid = t3.jid WHERE t3.name = \"PVLDB\" AND t2.name = \"University of Michigan\" AND t5.year > 2000;", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "t5.title", ")", "FROM", "organization", "AS", "t2", "JOIN", "author", "AS", "t1", "ON", "t2.oid", "=", "t1.oid", "JOIN", "writes", "AS", "t4", "ON", "t4.aid", "=", "t1.aid", "JOIN", "publication", "AS", "t5", "ON", "t4.pid", "=", "t5.pid", "JOIN", "journal", "AS", "t3", "ON", "t5.jid", "=", "t3.jid", "WHERE", "t3.name", "=", "``", "PVLDB", "''", "AND", "t2.name", "=", "``", "University", "of", "Michigan", "''", "AND", "t5.year", ">", "2000", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "t5", ".", "title", ")", "from", "organization", "as", "t2", "join", "author", "as", "t1", "on", "t2", ".", "oid", "=", "t1", ".", "oid", "join", "writes", "as", "t4", "on", "t4", ".", "aid", "=", "t1", ".", "aid", "join", "publication", "as", "t5", "on", "t4", ".", "pid", "=", "t5", ".", "pid", "join", "journal", "as", "t3", "on", "t5", ".", "jid", "=", "t3", ".", "jid", "where", "t3", ".", "name", "=", "value", "and", "t2", ".", "name", "=", "value", "and", "t5", ".", "year", ">", "value" ], "question": "Kể từ sau năm 2000 , ' Đại học Michigan ' đã xuất bản bao nhiêu bài báo tại hội nghị PVLDB ?", "question_toks": [ "return", "me", "the", "number", "of", "papers", "in", "PVLDB", "after", "2000", "in", "``", "University", "of", "Michigan", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 36, false ], null ], [ 0, 4, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 26, false ], null ], [ 0, 15, false ], null ] ], "table_units": [ [ "table_unit", 11 ], [ "table_unit", 0 ], [ "table_unit", 13 ], [ "table_unit", 9 ], [ "table_unit", 5 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 29, true ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 16, false ], null ], "\"PVLDB\"", null ], "and", [ false, 2, [ 0, [ 0, 35, false ], null ], "\"University of Michigan\"", null ], "and", [ false, 3, [ 0, [ 0, 30, false ], null ], 2000.0, null ] ] } }, { "db_id": "academic", "query": "SELECT SUM ( t4.citation_num ) FROM organization AS t2 JOIN author AS t1 ON t2.oid = t1.oid JOIN writes AS t3 ON t3.aid = t1.aid JOIN publication AS t4 ON t3.pid = t4.pid WHERE t2.name = \"University of Michigan\";", "query_toks": [ "SELECT", "SUM", "(", "t4.citation_num", ")", "FROM", "organization", "AS", "t2", "JOIN", "author", "AS", "t1", "ON", "t2.oid", "=", "t1.oid", "JOIN", "writes", "AS", "t3", "ON", "t3.aid", "=", "t1.aid", "JOIN", "publication", "AS", "t4", "ON", "t3.pid", "=", "t4.pid", "WHERE", "t2.name", "=", "``", "University", "of", "Michigan", "''", ";" ], "query_toks_no_value": [ "select", "sum", "(", "t4", ".", "citation_num", ")", "from", "organization", "as", "t2", "join", "author", "as", "t1", "on", "t2", ".", "oid", "=", "t1", ".", "oid", "join", "writes", "as", "t3", "on", "t3", ".", "aid", "=", "t1", ".", "aid", "join", "publication", "as", "t4", "on", "t3", ".", "pid", "=", "t4", ".", "pid", "where", "t2", ".", "name", "=", "value" ], "question": "số lượng trích dẫn mà các bài báo thuộc ' Đại học Michigan ' nhận được là bao nhiêu ?", "question_toks": [ "return", "me", "the", "total", "citations", "of", "the", "papers", "in", "``", "University", "of", "Michigan", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 36, false ], null ], [ 0, 4, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ] ], "table_units": [ [ "table_unit", 11 ], [ "table_unit", 0 ], [ "table_unit", 13 ], [ "table_unit", 9 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 4, [ 0, [ 0, 25, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 35, false ], null ], "\"University of Michigan\"", null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT t1.name ) FROM organization AS t2 JOIN author AS t1 ON t2.oid = t1.oid WHERE t2.name = \"University of Michigan\";", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "t1.name", ")", "FROM", "organization", "AS", "t2", "JOIN", "author", "AS", "t1", "ON", "t2.oid", "=", "t1.oid", "WHERE", "t2.name", "=", "``", "University", "of", "Michigan", "''", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "t1", ".", "name", ")", "from", "organization", "as", "t2", "join", "author", "as", "t1", "on", "t2", ".", "oid", "=", "t1", ".", "oid", "where", "t2", ".", "name", "=", "value" ], "question": "có bao nhiêu nhà nghiên cứu đến từ ' Đại học Michigan ' ?", "question_toks": [ "return", "me", "the", "number", "of", "researchers", "in", "``", "University", "of", "Michigan", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 36, false ], null ], [ 0, 4, false ], null ] ], "table_units": [ [ "table_unit", 11 ], [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 3, true ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 35, false ], null ], "\"University of Michigan\"", null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT t1.name ) FROM domain_author AS t4 JOIN author AS t1 ON t4.aid = t1.aid JOIN DOMAIN AS t3 ON t3.did = t4.did JOIN organization AS t2 ON t2.oid = t1.oid WHERE t3.name = \"Databases\" AND t2.name = \"University of Michigan\";", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "t1.name", ")", "FROM", "domain_author", "AS", "t4", "JOIN", "author", "AS", "t1", "ON", "t4.aid", "=", "t1.aid", "JOIN", "DOMAIN", "AS", "t3", "ON", "t3.did", "=", "t4.did", "JOIN", "organization", "AS", "t2", "ON", "t2.oid", "=", "t1.oid", "WHERE", "t3.name", "=", "``", "Databases", "''", "AND", "t2.name", "=", "``", "University", "of", "Michigan", "''", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "t1", ".", "name", ")", "from", "domain_author", "as", "t4", "join", "author", "as", "t1", "on", "t4", ".", "aid", "=", "t1", ".", "aid", "join", "domain", "as", "t3", "on", "t3", ".", "did", "=", "t4", ".", "did", "join", "organization", "as", "t2", "on", "t2", ".", "oid", "=", "t1", ".", "oid", "where", "t3", ".", "name", "=", "value", "and", "t2", ".", "name", "=", "value" ], "question": "Đại học Michigan ' có bao nhiêu nhà nghiên cứu làm việc trong lĩnh vực ' Cơ sở dữ liệu ' ?", "question_toks": [ "return", "me", "the", "number", "of", "researchers", "in", "Databases", "area", "in", "``", "University", "of", "Michigan", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 10, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 8, false ], null ], [ 0, 11, false ], null ], "and", [ false, 2, [ 0, [ 0, 36, false ], null ], [ 0, 4, false ], null ] ], "table_units": [ [ "table_unit", 3 ], [ "table_unit", 0 ], [ "table_unit", 2 ], [ "table_unit", 11 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 3, true ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 9, false ], null ], "\"Databases\"", null ], "and", [ false, 2, [ 0, [ 0, 35, false ], null ], "\"University of Michigan\"", null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT t1.name ) FROM publication AS t4 JOIN journal AS t2 ON t4.jid = t2.jid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t2.name = \"PVLDB\";", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "t1.name", ")", "FROM", "publication", "AS", "t4", "JOIN", "journal", "AS", "t2", "ON", "t4.jid", "=", "t2.jid", "JOIN", "writes", "AS", "t3", "ON", "t3.pid", "=", "t4.pid", "JOIN", "author", "AS", "t1", "ON", "t3.aid", "=", "t1.aid", "WHERE", "t2.name", "=", "``", "PVLDB", "''", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "t1", ".", "name", ")", "from", "publication", "as", "t4", "join", "journal", "as", "t2", "on", "t4", ".", "jid", "=", "t2", ".", "jid", "join", "writes", "as", "t3", "on", "t3", ".", "pid", "=", "t4", ".", "pid", "join", "author", "as", "t1", "on", "t3", ".", "aid", "=", "t1", ".", "aid", "where", "t2", ".", "name", "=", "value" ], "question": "số lượng tác giả có bài báo được xuất bản tại PVLDB là bao nhiêu ?", "question_toks": [ "return", "me", "the", "number", "of", "authors", "who", "have", "papers", "in", "PVLDB", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 26, false ], null ], [ 0, 15, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 5 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 3, true ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 16, false ], null ], "\"PVLDB\"", null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT t1.name ) FROM publication AS t4 JOIN conference AS t2 ON t4.cid = t2.cid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t2.name = \"VLDB\";", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "t1.name", ")", "FROM", "publication", "AS", "t4", "JOIN", "conference", "AS", "t2", "ON", "t4.cid", "=", "t2.cid", "JOIN", "writes", "AS", "t3", "ON", "t3.pid", "=", "t4.pid", "JOIN", "author", "AS", "t1", "ON", "t3.aid", "=", "t1.aid", "WHERE", "t2.name", "=", "``", "VLDB", "''", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "t1", ".", "name", ")", "from", "publication", "as", "t4", "join", "conference", "as", "t2", "on", "t4", ".", "cid", "=", "t2", ".", "cid", "join", "writes", "as", "t3", "on", "t3", ".", "pid", "=", "t4", ".", "pid", "join", "author", "as", "t1", "on", "t3", ".", "aid", "=", "t1", ".", "aid", "where", "t2", ".", "name", "=", "value" ], "question": "cho biết số lượng tác giả có bài báo được đăng tại hội nghị VLDB .", "question_toks": [ "return", "me", "the", "number", "of", "authors", "who", "have", "papers", "in", "the", "VLDB", "conference", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 24, false ], null ], [ 0, 5, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 1 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 3, true ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 7, false ], null ], "\"VLDB\"", null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT t2.title ) FROM publication AS t2 JOIN journal AS t1 ON t2.jid = t1.jid WHERE t1.name = \"PVLDB\" AND t2.year < 2000;", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "t2.title", ")", "FROM", "publication", "AS", "t2", "JOIN", "journal", "AS", "t1", "ON", "t2.jid", "=", "t1.jid", "WHERE", "t1.name", "=", "``", "PVLDB", "''", "AND", "t2.year", "<", "2000", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "t2", ".", "title", ")", "from", "publication", "as", "t2", "join", "journal", "as", "t1", "on", "t2", ".", "jid", "=", "t1", ".", "jid", "where", "t1", ".", "name", "=", "value", "and", "t2", ".", "year", "<", "value" ], "question": "cho biết số lượng bài báo được xuất bản tại PVLDB vào trước năm 2000 .", "question_toks": [ "return", "me", "the", "number", "of", "papers", "published", "on", "PVLDB", "before", "2000", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 26, false ], null ], [ 0, 15, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 5 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 29, true ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 16, false ], null ], "\"PVLDB\"", null ], "and", [ false, 4, [ 0, [ 0, 30, false ], null ], 2000.0, null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT t2.title ) FROM publication AS t2 JOIN conference AS t1 ON t2.cid = t1.cid WHERE t1.name = \"VLDB\" AND t2.year < 2000;", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "t2.title", ")", "FROM", "publication", "AS", "t2", "JOIN", "conference", "AS", "t1", "ON", "t2.cid", "=", "t1.cid", "WHERE", "t1.name", "=", "``", "VLDB", "''", "AND", "t2.year", "<", "2000", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "t2", ".", "title", ")", "from", "publication", "as", "t2", "join", "conference", "as", "t1", "on", "t2", ".", "cid", "=", "t1", ".", "cid", "where", "t1", ".", "name", "=", "value", "and", "t2", ".", "year", "<", "value" ], "question": "có bao nhiêu bài báo được công bố tại hội nghị VLDB vào trước năm 2000 ?", "question_toks": [ "return", "me", "the", "number", "of", "papers", "published", "in", "the", "VLDB", "conference", "before", "2000", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 24, false ], null ], [ 0, 5, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 1 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 29, true ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 7, false ], null ], "\"VLDB\"", null ], "and", [ false, 4, [ 0, [ 0, 30, false ], null ], 2000.0, null ] ] } }, { "db_id": "academic", "query": "SELECT SUM ( t2.citation_num ) FROM publication AS t2 JOIN journal AS t1 ON t2.jid = t1.jid WHERE t1.name = \"PVLDB\";", "query_toks": [ "SELECT", "SUM", "(", "t2.citation_num", ")", "FROM", "publication", "AS", "t2", "JOIN", "journal", "AS", "t1", "ON", "t2.jid", "=", "t1.jid", "WHERE", "t1.name", "=", "``", "PVLDB", "''", ";" ], "query_toks_no_value": [ "select", "sum", "(", "t2", ".", "citation_num", ")", "from", "publication", "as", "t2", "join", "journal", "as", "t1", "on", "t2", ".", "jid", "=", "t1", ".", "jid", "where", "t1", ".", "name", "=", "value" ], "question": "tất cả các bài báo tại hội nghị PVLDB nhận được tổng cộng bao nhiêu trích dẫn ?", "question_toks": [ "return", "me", "the", "total", "citations", "of", "all", "the", "papers", "in", "PVLDB", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 26, false ], null ], [ 0, 15, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 5 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 4, [ 0, [ 0, 25, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 16, false ], null ], "\"PVLDB\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t2.citation_num FROM publication AS t2 JOIN journal AS t1 ON t2.jid = t1.jid WHERE t1.name = \"PVLDB\";", "query_toks": [ "SELECT", "t2.citation_num", "FROM", "publication", "AS", "t2", "JOIN", "journal", "AS", "t1", "ON", "t2.jid", "=", "t1.jid", "WHERE", "t1.name", "=", "``", "PVLDB", "''", ";" ], "query_toks_no_value": [ "select", "t2", ".", "citation_num", "from", "publication", "as", "t2", "join", "journal", "as", "t1", "on", "t2", ".", "jid", "=", "t1", ".", "jid", "where", "t1", ".", "name", "=", "value" ], "question": "liệt kê số lượng trích dẫn mà từng bài báo tại hội nghị PVLDB nhận được .", "question_toks": [ "return", "me", "the", "citations", "of", "each", "paper", "in", "PVLDB", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 26, false ], null ], [ 0, 15, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 5 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 25, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 16, false ], null ], "\"PVLDB\"", null ] ] } }, { "db_id": "academic", "query": "SELECT SUM ( t2.citation_num ) FROM publication AS t2 JOIN journal AS t1 ON t2.jid = t1.jid WHERE t1.name = \"PVLDB\" AND t2.year = 2005;", "query_toks": [ "SELECT", "SUM", "(", "t2.citation_num", ")", "FROM", "publication", "AS", "t2", "JOIN", "journal", "AS", "t1", "ON", "t2.jid", "=", "t1.jid", "WHERE", "t1.name", "=", "``", "PVLDB", "''", "AND", "t2.year", "=", "2005", ";" ], "query_toks_no_value": [ "select", "sum", "(", "t2", ".", "citation_num", ")", "from", "publication", "as", "t2", "join", "journal", "as", "t1", "on", "t2", ".", "jid", "=", "t1", ".", "jid", "where", "t1", ".", "name", "=", "value", "and", "t2", ".", "year", "=", "value" ], "question": "tất cả các bài báo được xuất bản vào năm 2005 tại hội nghị PVLDB nhận được tổng cộng bao nhiêu trích dẫn ?", "question_toks": [ "return", "me", "the", "total", "citations", "of", "papers", "in", "PVLDB", "in", "2005", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 26, false ], null ], [ 0, 15, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 5 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 4, [ 0, [ 0, 25, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 16, false ], null ], "\"PVLDB\"", null ], "and", [ false, 2, [ 0, [ 0, 30, false ], null ], 2005.0, null ] ] } }, { "db_id": "academic", "query": "SELECT SUM ( t2.citation_num ) FROM publication AS t2 JOIN journal AS t1 ON t2.jid = t1.jid WHERE t1.name = \"PVLDB\" AND t2.year < 2005;", "query_toks": [ "SELECT", "SUM", "(", "t2.citation_num", ")", "FROM", "publication", "AS", "t2", "JOIN", "journal", "AS", "t1", "ON", "t2.jid", "=", "t1.jid", "WHERE", "t1.name", "=", "``", "PVLDB", "''", "AND", "t2.year", "<", "2005", ";" ], "query_toks_no_value": [ "select", "sum", "(", "t2", ".", "citation_num", ")", "from", "publication", "as", "t2", "join", "journal", "as", "t1", "on", "t2", ".", "jid", "=", "t1", ".", "jid", "where", "t1", ".", "name", "=", "value", "and", "t2", ".", "year", "<", "value" ], "question": "tất cả các bài báo được xuất bản vào trước năm 2005 tại hội nghị PVLDB nhận được tổng cộng bao nhiêu trích dẫn ?", "question_toks": [ "return", "me", "the", "total", "citations", "of", "papers", "in", "PVLDB", "before", "2005", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 26, false ], null ], [ 0, 15, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 5 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 4, [ 0, [ 0, 25, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 16, false ], null ], "\"PVLDB\"", null ], "and", [ false, 4, [ 0, [ 0, 30, false ], null ], 2005.0, null ] ] } }, { "db_id": "academic", "query": "SELECT t2.year , SUM ( t2.citation_num ) FROM publication AS t2 JOIN journal AS t1 ON t2.jid = t1.jid WHERE t1.name = \"PVLDB\" GROUP BY t2.year;", "query_toks": [ "SELECT", "t2.year", ",", "SUM", "(", "t2.citation_num", ")", "FROM", "publication", "AS", "t2", "JOIN", "journal", "AS", "t1", "ON", "t2.jid", "=", "t1.jid", "WHERE", "t1.name", "=", "``", "PVLDB", "''", "GROUP", "BY", "t2.year", ";" ], "query_toks_no_value": [ "select", "t2", ".", "year", ",", "sum", "(", "t2", ".", "citation_num", ")", "from", "publication", "as", "t2", "join", "journal", "as", "t1", "on", "t2", ".", "jid", "=", "t1", ".", "jid", "where", "t1", ".", "name", "=", "value", "group", "by", "t2", ".", "year" ], "question": "các bài báo tại PVLDB nhận được tổng cộng bao nhiêu trích dẫn mỗi năm .", "question_toks": [ "return", "me", "the", "total", "citations", "of", "papers", "in", "PVLDB", "in", "each", "year", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 26, false ], null ], [ 0, 15, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 5 ] ] }, "groupBy": [ [ 0, 30, false ] ], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 30, false ], null ] ], [ 4, [ 0, [ 0, 25, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 16, false ], null ], "\"PVLDB\"", null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT t2.title ) , t2.year FROM publication AS t2 JOIN journal AS t1 ON t2.jid = t1.jid WHERE t1.name = \"PVLDB\" GROUP BY t2.year;", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "t2.title", ")", ",", "t2.year", "FROM", "publication", "AS", "t2", "JOIN", "journal", "AS", "t1", "ON", "t2.jid", "=", "t1.jid", "WHERE", "t1.name", "=", "``", "PVLDB", "''", "GROUP", "BY", "t2.year", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "t2", ".", "title", ")", ",", "t2", ".", "year", "from", "publication", "as", "t2", "join", "journal", "as", "t1", "on", "t2", ".", "jid", "=", "t1", ".", "jid", "where", "t1", ".", "name", "=", "value", "group", "by", "t2", ".", "year" ], "question": "cho biết số lượng bài báo được xuất bản tại PVLDB mỗi năm .", "question_toks": [ "return", "me", "the", "number", "of", "papers", "published", "in", "PVLDB", "in", "each", "year", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 26, false ], null ], [ 0, 15, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 5 ] ] }, "groupBy": [ [ 0, 30, false ] ], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 29, true ], null ] ], [ 0, [ 0, [ 0, 30, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 16, false ], null ], "\"PVLDB\"", null ] ] } }, { "db_id": "academic", "query": "SELECT SUM ( t2.citation_num ) FROM publication AS t2 JOIN conference AS t1 ON t2.cid = t1.cid WHERE t1.name = \"VLDB\";", "query_toks": [ "SELECT", "SUM", "(", "t2.citation_num", ")", "FROM", "publication", "AS", "t2", "JOIN", "conference", "AS", "t1", "ON", "t2.cid", "=", "t1.cid", "WHERE", "t1.name", "=", "``", "VLDB", "''", ";" ], "query_toks_no_value": [ "select", "sum", "(", "t2", ".", "citation_num", ")", "from", "publication", "as", "t2", "join", "conference", "as", "t1", "on", "t2", ".", "cid", "=", "t1", ".", "cid", "where", "t1", ".", "name", "=", "value" ], "question": "tất cả các bài báo thuộc hội nghị VLDB nhận được tổng cộng bao nhiêu trích dẫn ?", "question_toks": [ "return", "me", "the", "total", "citations", "of", "all", "the", "papers", "in", "the", "VLDB", "conference", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 24, false ], null ], [ 0, 5, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 1 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 4, [ 0, [ 0, 25, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 7, false ], null ], "\"VLDB\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t2.citation_num FROM publication AS t2 JOIN conference AS t1 ON t2.cid = t1.cid WHERE t1.name = \"VLDB\";", "query_toks": [ "SELECT", "t2.citation_num", "FROM", "publication", "AS", "t2", "JOIN", "conference", "AS", "t1", "ON", "t2.cid", "=", "t1.cid", "WHERE", "t1.name", "=", "``", "VLDB", "''", ";" ], "query_toks_no_value": [ "select", "t2", ".", "citation_num", "from", "publication", "as", "t2", "join", "conference", "as", "t1", "on", "t2", ".", "cid", "=", "t1", ".", "cid", "where", "t1", ".", "name", "=", "value" ], "question": "liệt kê số lượng trích dẫn của từng bài báo được xuất bản tại hội nghị VLDB .", "question_toks": [ "return", "me", "the", "citations", "of", "each", "paper", "in", "the", "VLDB", "conference", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 24, false ], null ], [ 0, 5, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 1 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 25, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 7, false ], null ], "\"VLDB\"", null ] ] } }, { "db_id": "academic", "query": "SELECT SUM ( t2.citation_num ) FROM publication AS t2 JOIN conference AS t1 ON t2.cid = t1.cid WHERE t1.name = \"VLDB\" AND t2.year = 2005;", "query_toks": [ "SELECT", "SUM", "(", "t2.citation_num", ")", "FROM", "publication", "AS", "t2", "JOIN", "conference", "AS", "t1", "ON", "t2.cid", "=", "t1.cid", "WHERE", "t1.name", "=", "``", "VLDB", "''", "AND", "t2.year", "=", "2005", ";" ], "query_toks_no_value": [ "select", "sum", "(", "t2", ".", "citation_num", ")", "from", "publication", "as", "t2", "join", "conference", "as", "t1", "on", "t2", ".", "cid", "=", "t1", ".", "cid", "where", "t1", ".", "name", "=", "value", "and", "t2", ".", "year", "=", "value" ], "question": "các bài báo được xuất bản năm 2005 tại hội nghị VLDB có tổng cộng bao nhiêu trích dẫn ?", "question_toks": [ "return", "me", "the", "total", "citations", "of", "papers", "in", "the", "VLDB", "conference", "in", "2005", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 24, false ], null ], [ 0, 5, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 1 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 4, [ 0, [ 0, 25, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 7, false ], null ], "\"VLDB\"", null ], "and", [ false, 2, [ 0, [ 0, 30, false ], null ], 2005.0, null ] ] } }, { "db_id": "academic", "query": "SELECT SUM ( t2.citation_num ) FROM publication AS t2 JOIN conference AS t1 ON t2.cid = t1.cid WHERE t1.name = \"VLDB\" AND t2.year < 2005;", "query_toks": [ "SELECT", "SUM", "(", "t2.citation_num", ")", "FROM", "publication", "AS", "t2", "JOIN", "conference", "AS", "t1", "ON", "t2.cid", "=", "t1.cid", "WHERE", "t1.name", "=", "``", "VLDB", "''", "AND", "t2.year", "<", "2005", ";" ], "query_toks_no_value": [ "select", "sum", "(", "t2", ".", "citation_num", ")", "from", "publication", "as", "t2", "join", "conference", "as", "t1", "on", "t2", ".", "cid", "=", "t1", ".", "cid", "where", "t1", ".", "name", "=", "value", "and", "t2", ".", "year", "<", "value" ], "question": "các bài báo được xuất bản trước năm 2005 tại hội nghị VLDB có tổng cộng bao nhiêu trích dẫn ?", "question_toks": [ "return", "me", "the", "total", "citations", "of", "papers", "in", "the", "VLDB", "conference", "before", "2005", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 24, false ], null ], [ 0, 5, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 1 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 4, [ 0, [ 0, 25, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 7, false ], null ], "\"VLDB\"", null ], "and", [ false, 4, [ 0, [ 0, 30, false ], null ], 2005.0, null ] ] } }, { "db_id": "academic", "query": "SELECT t2.year , SUM ( t2.citation_num ) FROM publication AS t2 JOIN conference AS t1 ON t2.cid = t1.cid WHERE t1.name = \"VLDB\" GROUP BY t2.year;", "query_toks": [ "SELECT", "t2.year", ",", "SUM", "(", "t2.citation_num", ")", "FROM", "publication", "AS", "t2", "JOIN", "conference", "AS", "t1", "ON", "t2.cid", "=", "t1.cid", "WHERE", "t1.name", "=", "``", "VLDB", "''", "GROUP", "BY", "t2.year", ";" ], "query_toks_no_value": [ "select", "t2", ".", "year", ",", "sum", "(", "t2", ".", "citation_num", ")", "from", "publication", "as", "t2", "join", "conference", "as", "t1", "on", "t2", ".", "cid", "=", "t1", ".", "cid", "where", "t1", ".", "name", "=", "value", "group", "by", "t2", ".", "year" ], "question": "các bài báo tại hội nghị VLDB nhận được tổng cộng bao nhiêu trích dẫn mỗi năm ?", "question_toks": [ "return", "me", "the", "total", "citations", "of", "papers", "in", "the", "VLDB", "conference", "in", "each", "year", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 24, false ], null ], [ 0, 5, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 1 ] ] }, "groupBy": [ [ 0, 30, false ] ], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 30, false ], null ] ], [ 4, [ 0, [ 0, 25, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 7, false ], null ], "\"VLDB\"", null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT t2.title ) , t2.year FROM publication AS t2 JOIN conference AS t1 ON t2.cid = t1.cid WHERE t1.name = \"VLDB\" GROUP BY t2.year;", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "t2.title", ")", ",", "t2.year", "FROM", "publication", "AS", "t2", "JOIN", "conference", "AS", "t1", "ON", "t2.cid", "=", "t1.cid", "WHERE", "t1.name", "=", "``", "VLDB", "''", "GROUP", "BY", "t2.year", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "t2", ".", "title", ")", ",", "t2", ".", "year", "from", "publication", "as", "t2", "join", "conference", "as", "t1", "on", "t2", ".", "cid", "=", "t1", ".", "cid", "where", "t1", ".", "name", "=", "value", "group", "by", "t2", ".", "year" ], "question": "có bao nhiêu bài báo được công bố tại hội nghị VLDB mỗi năm ?", "question_toks": [ "return", "me", "the", "number", "of", "papers", "published", "in", "the", "VLDB", "conference", "in", "each", "year", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 24, false ], null ], [ 0, 5, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 1 ] ] }, "groupBy": [ [ 0, 30, false ] ], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 29, true ], null ] ], [ 0, [ 0, [ 0, 30, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 7, false ], null ], "\"VLDB\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t2.name FROM writes AS t4 JOIN author AS t2 ON t4.aid = t2.aid JOIN publication AS t7 ON t4.pid = t7.pid JOIN writes AS t5 ON t5.pid = t7.pid JOIN writes AS t6 ON t6.pid = t7.pid JOIN author AS t1 ON t5.aid = t1.aid JOIN author AS t3 ON t6.aid = t3.aid WHERE t1.name = \"H. V. Jagadish\" AND t3.name = \"Divesh Srivastava\";", "query_toks": [ "SELECT", "t2.name", "FROM", "writes", "AS", "t4", "JOIN", "author", "AS", "t2", "ON", "t4.aid", "=", "t2.aid", "JOIN", "publication", "AS", "t7", "ON", "t4.pid", "=", "t7.pid", "JOIN", "writes", "AS", "t5", "ON", "t5.pid", "=", "t7.pid", "JOIN", "writes", "AS", "t6", "ON", "t6.pid", "=", "t7.pid", "JOIN", "author", "AS", "t1", "ON", "t5.aid", "=", "t1.aid", "JOIN", "author", "AS", "t3", "ON", "t6.aid", "=", "t3.aid", "WHERE", "t1.name", "=", "``", "H.", "V.", "Jagadish", "''", "AND", "t3.name", "=", "``", "Divesh", "Srivastava", "''", ";" ], "query_toks_no_value": [ "select", "t2", ".", "name", "from", "writes", "as", "t4", "join", "author", "as", "t2", "on", "t4", ".", "aid", "=", "t2", ".", "aid", "join", "publication", "as", "t7", "on", "t4", ".", "pid", "=", "t7", ".", "pid", "join", "writes", "as", "t5", "on", "t5", ".", "pid", "=", "t7", ".", "pid", "join", "writes", "as", "t6", "on", "t6", ".", "pid", "=", "t7", ".", "pid", "join", "author", "as", "t1", "on", "t5", ".", "aid", "=", "t1", ".", "aid", "join", "author", "as", "t3", "on", "t6", ".", "aid", "=", "t3", ".", "aid", "where", "t1", ".", "name", "=", "value", "and", "t3", ".", "name", "=", "value" ], "question": "liệt kê các tác giả đã từng hợp tác với cả ' H . V. Jagadish ' và ' Divesh Srivastava ' .", "question_toks": [ "return", "me", "the", "authors", "who", "have", "cooperated", "both", "with", "``", "H.", "V.", "Jagadish", "``", "and", "``", "Divesh", "Srivastava", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 13 ], [ "table_unit", 0 ], [ "table_unit", 9 ], [ "table_unit", 13 ], [ "table_unit", 13 ], [ "table_unit", 0 ], [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 3, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ], "and", [ false, 2, [ 0, [ 0, 3, false ], null ], "\"Divesh Srivastava\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t2.name FROM writes AS t3 JOIN author AS t2 ON t3.aid = t2.aid JOIN publication AS t5 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t5.pid JOIN author AS t1 ON t4.aid = t1.aid WHERE t1.name = \"H. V. Jagadish\" AND t5.year > 2000;", "query_toks": [ "SELECT", "t2.name", "FROM", "writes", "AS", "t3", "JOIN", "author", "AS", "t2", "ON", "t3.aid", "=", "t2.aid", "JOIN", "publication", "AS", "t5", "ON", "t3.pid", "=", "t5.pid", "JOIN", "writes", "AS", "t4", "ON", "t4.pid", "=", "t5.pid", "JOIN", "author", "AS", "t1", "ON", "t4.aid", "=", "t1.aid", "WHERE", "t1.name", "=", "``", "H.", "V.", "Jagadish", "''", "AND", "t5.year", ">", "2000", ";" ], "query_toks_no_value": [ "select", "t2", ".", "name", "from", "writes", "as", "t3", "join", "author", "as", "t2", "on", "t3", ".", "aid", "=", "t2", ".", "aid", "join", "publication", "as", "t5", "on", "t3", ".", "pid", "=", "t5", ".", "pid", "join", "writes", "as", "t4", "on", "t4", ".", "pid", "=", "t5", ".", "pid", "join", "author", "as", "t1", "on", "t4", ".", "aid", "=", "t1", ".", "aid", "where", "t1", ".", "name", "=", "value", "and", "t5", ".", "year", ">", "value" ], "question": "những tác giả nào đã từng hợp tác với cả ' H . V. Jagadish ' và ' Divesh Srivastava ' ?", "question_toks": [ "return", "me", "the", "authors", "who", "have", "cooperated", "with", "``", "H.", "V.", "Jagadish", "``", "after", "2000", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 13 ], [ "table_unit", 0 ], [ "table_unit", 9 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 3, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ], "and", [ false, 3, [ 0, [ 0, 30, false ], null ], 2000.0, null ] ] } }, { "db_id": "academic", "query": "SELECT t5.title FROM writes AS t3 JOIN author AS t2 ON t3.aid = t2.aid JOIN publication AS t5 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t5.pid JOIN author AS t1 ON t4.aid = t1.aid WHERE t2.name = \"H. V. Jagadish\" AND t1.name = \"Divesh Srivastava\";", "query_toks": [ "SELECT", "t5.title", "FROM", "writes", "AS", "t3", "JOIN", "author", "AS", "t2", "ON", "t3.aid", "=", "t2.aid", "JOIN", "publication", "AS", "t5", "ON", "t3.pid", "=", "t5.pid", "JOIN", "writes", "AS", "t4", "ON", "t4.pid", "=", "t5.pid", "JOIN", "author", "AS", "t1", "ON", "t4.aid", "=", "t1.aid", "WHERE", "t2.name", "=", "``", "H.", "V.", "Jagadish", "''", "AND", "t1.name", "=", "``", "Divesh", "Srivastava", "''", ";" ], "query_toks_no_value": [ "select", "t5", ".", "title", "from", "writes", "as", "t3", "join", "author", "as", "t2", "on", "t3", ".", "aid", "=", "t2", ".", "aid", "join", "publication", "as", "t5", "on", "t3", ".", "pid", "=", "t5", ".", "pid", "join", "writes", "as", "t4", "on", "t4", ".", "pid", "=", "t5", ".", "pid", "join", "author", "as", "t1", "on", "t4", ".", "aid", "=", "t1", ".", "aid", "where", "t2", ".", "name", "=", "value", "and", "t1", ".", "name", "=", "value" ], "question": "liệt kê các bài báo được viết bởi ' H . V. Jagadish ' và ' Divesh Srivastava ' .", "question_toks": [ "return", "me", "the", "papers", "written", "by", "``", "H.", "V.", "Jagadish", "``", "and", "``", "Divesh", "Srivastava", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 13 ], [ "table_unit", 0 ], [ "table_unit", 9 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 29, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ], "and", [ false, 2, [ 0, [ 0, 3, false ], null ], "\"Divesh Srivastava\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t5.title FROM writes AS t3 JOIN author AS t2 ON t3.aid = t2.aid JOIN publication AS t5 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t5.pid JOIN author AS t1 ON t4.aid = t1.aid WHERE t2.name = \"H. V. Jagadish\" AND t1.name = \"Yunyao Li\" AND t5.year > 2005;", "query_toks": [ "SELECT", "t5.title", "FROM", "writes", "AS", "t3", "JOIN", "author", "AS", "t2", "ON", "t3.aid", "=", "t2.aid", "JOIN", "publication", "AS", "t5", "ON", "t3.pid", "=", "t5.pid", "JOIN", "writes", "AS", "t4", "ON", "t4.pid", "=", "t5.pid", "JOIN", "author", "AS", "t1", "ON", "t4.aid", "=", "t1.aid", "WHERE", "t2.name", "=", "``", "H.", "V.", "Jagadish", "''", "AND", "t1.name", "=", "``", "Yunyao", "Li", "''", "AND", "t5.year", ">", "2005", ";" ], "query_toks_no_value": [ "select", "t5", ".", "title", "from", "writes", "as", "t3", "join", "author", "as", "t2", "on", "t3", ".", "aid", "=", "t2", ".", "aid", "join", "publication", "as", "t5", "on", "t3", ".", "pid", "=", "t5", ".", "pid", "join", "writes", "as", "t4", "on", "t4", ".", "pid", "=", "t5", ".", "pid", "join", "author", "as", "t1", "on", "t4", ".", "aid", "=", "t1", ".", "aid", "where", "t2", ".", "name", "=", "value", "and", "t1", ".", "name", "=", "value", "and", "t5", ".", "year", ">", "value" ], "question": "liệt kê các bài báo được ' H . V. Jagadish ' và ' Yunyao Li ' xuất bản sau năm 2005 .", "question_toks": [ "return", "me", "the", "papers", "written", "by", "``", "H.", "V.", "Jagadish", "``", "and", "``", "Yunyao", "Li", "``", "after", "2005", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 13 ], [ "table_unit", 0 ], [ "table_unit", 9 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 29, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ], "and", [ false, 2, [ 0, [ 0, 3, false ], null ], "\"Yunyao Li\"", null ], "and", [ false, 3, [ 0, [ 0, 30, false ], null ], 2005.0, null ] ] } }, { "db_id": "academic", "query": "SELECT t6.title FROM publication AS t6 JOIN journal AS t4 ON t6.jid = t4.jid JOIN writes AS t3 ON t3.pid = t6.pid JOIN writes AS t5 ON t5.pid = t6.pid JOIN author AS t1 ON t5.aid = t1.aid JOIN author AS t2 ON t3.aid = t2.aid WHERE t2.name = \"H. V. Jagadish\" AND t1.name = \"Yunyao Li\" AND t4.name = \"PVLDB\";", "query_toks": [ "SELECT", "t6.title", "FROM", "publication", "AS", "t6", "JOIN", "journal", "AS", "t4", "ON", "t6.jid", "=", "t4.jid", "JOIN", "writes", "AS", "t3", "ON", "t3.pid", "=", "t6.pid", "JOIN", "writes", "AS", "t5", "ON", "t5.pid", "=", "t6.pid", "JOIN", "author", "AS", "t1", "ON", "t5.aid", "=", "t1.aid", "JOIN", "author", "AS", "t2", "ON", "t3.aid", "=", "t2.aid", "WHERE", "t2.name", "=", "``", "H.", "V.", "Jagadish", "''", "AND", "t1.name", "=", "``", "Yunyao", "Li", "''", "AND", "t4.name", "=", "``", "PVLDB", "''", ";" ], "query_toks_no_value": [ "select", "t6", ".", "title", "from", "publication", "as", "t6", "join", "journal", "as", "t4", "on", "t6", ".", "jid", "=", "t4", ".", "jid", "join", "writes", "as", "t3", "on", "t3", ".", "pid", "=", "t6", ".", "pid", "join", "writes", "as", "t5", "on", "t5", ".", "pid", "=", "t6", ".", "pid", "join", "author", "as", "t1", "on", "t5", ".", "aid", "=", "t1", ".", "aid", "join", "author", "as", "t2", "on", "t3", ".", "aid", "=", "t2", ".", "aid", "where", "t2", ".", "name", "=", "value", "and", "t1", ".", "name", "=", "value", "and", "t4", ".", "name", "=", "value" ], "question": "liệt kê các bài báo được ' H . V. Jagadish ' và ' Yunyao Li ' xuất bản tại PVLDB .", "question_toks": [ "return", "me", "the", "papers", "written", "by", "``", "H.", "V.", "Jagadish", "``", "and", "``", "Yunyao", "Li", "``", "on", "PVLDB", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 26, false ], null ], [ 0, 15, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 5 ], [ "table_unit", 13 ], [ "table_unit", 13 ], [ "table_unit", 0 ], [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 29, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ], "and", [ false, 2, [ 0, [ 0, 3, false ], null ], "\"Yunyao Li\"", null ], "and", [ false, 2, [ 0, [ 0, 16, false ], null ], "\"PVLDB\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t6.title FROM publication AS t6 JOIN journal AS t4 ON t6.jid = t4.jid JOIN writes AS t3 ON t3.pid = t6.pid JOIN writes AS t5 ON t5.pid = t6.pid JOIN author AS t1 ON t5.aid = t1.aid JOIN author AS t2 ON t3.aid = t2.aid WHERE t2.name = \"H. V. Jagadish\" AND t1.name = \"Yunyao Li\" AND t4.name = \"PVLDB\" AND t6.year > 2005;", "query_toks": [ "SELECT", "t6.title", "FROM", "publication", "AS", "t6", "JOIN", "journal", "AS", "t4", "ON", "t6.jid", "=", "t4.jid", "JOIN", "writes", "AS", "t3", "ON", "t3.pid", "=", "t6.pid", "JOIN", "writes", "AS", "t5", "ON", "t5.pid", "=", "t6.pid", "JOIN", "author", "AS", "t1", "ON", "t5.aid", "=", "t1.aid", "JOIN", "author", "AS", "t2", "ON", "t3.aid", "=", "t2.aid", "WHERE", "t2.name", "=", "``", "H.", "V.", "Jagadish", "''", "AND", "t1.name", "=", "``", "Yunyao", "Li", "''", "AND", "t4.name", "=", "``", "PVLDB", "''", "AND", "t6.year", ">", "2005", ";" ], "query_toks_no_value": [ "select", "t6", ".", "title", "from", "publication", "as", "t6", "join", "journal", "as", "t4", "on", "t6", ".", "jid", "=", "t4", ".", "jid", "join", "writes", "as", "t3", "on", "t3", ".", "pid", "=", "t6", ".", "pid", "join", "writes", "as", "t5", "on", "t5", ".", "pid", "=", "t6", ".", "pid", "join", "author", "as", "t1", "on", "t5", ".", "aid", "=", "t1", ".", "aid", "join", "author", "as", "t2", "on", "t3", ".", "aid", "=", "t2", ".", "aid", "where", "t2", ".", "name", "=", "value", "and", "t1", ".", "name", "=", "value", "and", "t4", ".", "name", "=", "value", "and", "t6", ".", "year", ">", "value" ], "question": "liệt kê các bài báo được ' H . V. Jagadish ' và ' Yunyao Li ' xuất bản sau năm 2005 tại hội nghị PVLDB .", "question_toks": [ "return", "me", "the", "papers", "written", "by", "``", "H.", "V.", "Jagadish", "``", "and", "``", "Yunyao", "Li", "``", "on", "PVLDB", "after", "2005", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 26, false ], null ], [ 0, 15, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 5 ], [ "table_unit", 13 ], [ "table_unit", 13 ], [ "table_unit", 0 ], [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 29, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ], "and", [ false, 2, [ 0, [ 0, 3, false ], null ], "\"Yunyao Li\"", null ], "and", [ false, 2, [ 0, [ 0, 16, false ], null ], "\"PVLDB\"", null ], "and", [ false, 3, [ 0, [ 0, 30, false ], null ], 2005.0, null ] ] } }, { "db_id": "academic", "query": "SELECT t2.name FROM writes AS t3 JOIN author AS t2 ON t3.aid = t2.aid JOIN publication AS t5 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t5.pid JOIN author AS t1 ON t4.aid = t1.aid WHERE t1.name = \"H. V. Jagadish\";", "query_toks": [ "SELECT", "t2.name", "FROM", "writes", "AS", "t3", "JOIN", "author", "AS", "t2", "ON", "t3.aid", "=", "t2.aid", "JOIN", "publication", "AS", "t5", "ON", "t3.pid", "=", "t5.pid", "JOIN", "writes", "AS", "t4", "ON", "t4.pid", "=", "t5.pid", "JOIN", "author", "AS", "t1", "ON", "t4.aid", "=", "t1.aid", "WHERE", "t1.name", "=", "``", "H.", "V.", "Jagadish", "''", ";" ], "query_toks_no_value": [ "select", "t2", ".", "name", "from", "writes", "as", "t3", "join", "author", "as", "t2", "on", "t3", ".", "aid", "=", "t2", ".", "aid", "join", "publication", "as", "t5", "on", "t3", ".", "pid", "=", "t5", ".", "pid", "join", "writes", "as", "t4", "on", "t4", ".", "pid", "=", "t5", ".", "pid", "join", "author", "as", "t1", "on", "t4", ".", "aid", "=", "t1", ".", "aid", "where", "t1", ".", "name", "=", "value" ], "question": "những tác giả nào đã hợp tác với ' H . V. Jagadish ' ?", "question_toks": [ "return", "me", "the", "authors", "who", "have", "cooperated", "with", "``", "H.", "V.", "Jagadish", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 13 ], [ "table_unit", 0 ], [ "table_unit", 9 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 3, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t5.title FROM writes AS t3 JOIN author AS t2 ON t3.aid = t2.aid JOIN publication AS t5 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t5.pid JOIN author AS t1 ON t4.aid = t1.aid WHERE t2.name = \"H. V. Jagadish\" AND t1.name = \"Divesh Srivastava\" AND t5.year < 2000;", "query_toks": [ "SELECT", "t5.title", "FROM", "writes", "AS", "t3", "JOIN", "author", "AS", "t2", "ON", "t3.aid", "=", "t2.aid", "JOIN", "publication", "AS", "t5", "ON", "t3.pid", "=", "t5.pid", "JOIN", "writes", "AS", "t4", "ON", "t4.pid", "=", "t5.pid", "JOIN", "author", "AS", "t1", "ON", "t4.aid", "=", "t1.aid", "WHERE", "t2.name", "=", "``", "H.", "V.", "Jagadish", "''", "AND", "t1.name", "=", "``", "Divesh", "Srivastava", "''", "AND", "t5.year", "<", "2000", ";" ], "query_toks_no_value": [ "select", "t5", ".", "title", "from", "writes", "as", "t3", "join", "author", "as", "t2", "on", "t3", ".", "aid", "=", "t2", ".", "aid", "join", "publication", "as", "t5", "on", "t3", ".", "pid", "=", "t5", ".", "pid", "join", "writes", "as", "t4", "on", "t4", ".", "pid", "=", "t5", ".", "pid", "join", "author", "as", "t1", "on", "t4", ".", "aid", "=", "t1", ".", "aid", "where", "t2", ".", "name", "=", "value", "and", "t1", ".", "name", "=", "value", "and", "t5", ".", "year", "<", "value" ], "question": "liệt kê các bài báo được ' H . V. Jagadish ' và ' Divesh Srivastava ' xuất bản trước năm 2000 .", "question_toks": [ "return", "me", "the", "papers", "written", "by", "``", "H.", "V.", "Jagadish", "``", "and", "``", "Divesh", "Srivastava", "``", "before", "2000", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 13 ], [ "table_unit", 0 ], [ "table_unit", 9 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 29, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ], "and", [ false, 2, [ 0, [ 0, 3, false ], null ], "\"Divesh Srivastava\"", null ], "and", [ false, 4, [ 0, [ 0, 30, false ], null ], 2000.0, null ] ] } }, { "db_id": "academic", "query": "SELECT t2.name FROM publication AS t7 JOIN cite AS t5 ON t7.pid = t5.citing JOIN publication AS t6 ON t6.pid = t5.cited JOIN writes AS t3 ON t3.pid = t7.pid JOIN writes AS t4 ON t4.pid = t6.pid JOIN author AS t2 ON t3.aid = t2.aid JOIN author AS t1 ON t4.aid = t1.aid WHERE t1.name = \"H. V. Jagadish\";", "query_toks": [ "SELECT", "t2.name", "FROM", "publication", "AS", "t7", "JOIN", "cite", "AS", "t5", "ON", "t7.pid", "=", "t5.citing", "JOIN", "publication", "AS", "t6", "ON", "t6.pid", "=", "t5.cited", "JOIN", "writes", "AS", "t3", "ON", "t3.pid", "=", "t7.pid", "JOIN", "writes", "AS", "t4", "ON", "t4.pid", "=", "t6.pid", "JOIN", "author", "AS", "t2", "ON", "t3.aid", "=", "t2.aid", "JOIN", "author", "AS", "t1", "ON", "t4.aid", "=", "t1.aid", "WHERE", "t1.name", "=", "``", "H.", "V.", "Jagadish", "''", ";" ], "query_toks_no_value": [ "select", "t2", ".", "name", "from", "publication", "as", "t7", "join", "cite", "as", "t5", "on", "t7", ".", "pid", "=", "t5", ".", "citing", "join", "publication", "as", "t6", "on", "t6", ".", "pid", "=", "t5", ".", "cited", "join", "writes", "as", "t3", "on", "t3", ".", "pid", "=", "t7", ".", "pid", "join", "writes", "as", "t4", "on", "t4", ".", "pid", "=", "t6", ".", "pid", "join", "author", "as", "t2", "on", "t3", ".", "aid", "=", "t2", ".", "aid", "join", "author", "as", "t1", "on", "t4", ".", "aid", "=", "t1", ".", "aid", "where", "t1", ".", "name", "=", "value" ], "question": "liệt kê các tác giả đã trích dẫn một số bài báo của ' H . V. Jagadish ' .", "question_toks": [ "return", "me", "the", "authors", "who", "have", "cited", "the", "papers", "by", "``", "H.", "V.", "Jagadish", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 27, false ], null ], [ 0, 42, false ], null ], "and", [ false, 2, [ 0, [ 0, 27, false ], null ], [ 0, 41, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 14 ], [ "table_unit", 9 ], [ "table_unit", 13 ], [ "table_unit", 13 ], [ "table_unit", 0 ], [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 3, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT t5.title ) FROM writes AS t3 JOIN author AS t2 ON t3.aid = t2.aid JOIN publication AS t5 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t5.pid JOIN author AS t1 ON t4.aid = t1.aid WHERE t2.name = \"H. V. Jagadish\" AND t1.name = \"Divesh Srivastava\";", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "t5.title", ")", "FROM", "writes", "AS", "t3", "JOIN", "author", "AS", "t2", "ON", "t3.aid", "=", "t2.aid", "JOIN", "publication", "AS", "t5", "ON", "t3.pid", "=", "t5.pid", "JOIN", "writes", "AS", "t4", "ON", "t4.pid", "=", "t5.pid", "JOIN", "author", "AS", "t1", "ON", "t4.aid", "=", "t1.aid", "WHERE", "t2.name", "=", "``", "H.", "V.", "Jagadish", "''", "AND", "t1.name", "=", "``", "Divesh", "Srivastava", "''", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "t5", ".", "title", ")", "from", "writes", "as", "t3", "join", "author", "as", "t2", "on", "t3", ".", "aid", "=", "t2", ".", "aid", "join", "publication", "as", "t5", "on", "t3", ".", "pid", "=", "t5", ".", "pid", "join", "writes", "as", "t4", "on", "t4", ".", "pid", "=", "t5", ".", "pid", "join", "author", "as", "t1", "on", "t4", ".", "aid", "=", "t1", ".", "aid", "where", "t2", ".", "name", "=", "value", "and", "t1", ".", "name", "=", "value" ], "question": "số lượng bài báo cùng được viết bởi ' H . V. Jagadish ' và ' Divesh Srivastava ' là bao nhiêu ?", "question_toks": [ "return", "me", "the", "number", "of", "papers", "written", "by", "``", "H.", "V.", "Jagadish", "``", "and", "``", "Divesh", "Srivastava", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 13 ], [ "table_unit", 0 ], [ "table_unit", 9 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 29, true ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ], "and", [ false, 2, [ 0, [ 0, 3, false ], null ], "\"Divesh Srivastava\"", null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT t5.title ) FROM writes AS t3 JOIN author AS t2 ON t3.aid = t2.aid JOIN publication AS t5 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t5.pid JOIN author AS t1 ON t4.aid = t1.aid WHERE t2.name = \"H. V. Jagadish\" AND t1.name = \"Divesh Srivastava\" AND t5.year < 2000;", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "t5.title", ")", "FROM", "writes", "AS", "t3", "JOIN", "author", "AS", "t2", "ON", "t3.aid", "=", "t2.aid", "JOIN", "publication", "AS", "t5", "ON", "t3.pid", "=", "t5.pid", "JOIN", "writes", "AS", "t4", "ON", "t4.pid", "=", "t5.pid", "JOIN", "author", "AS", "t1", "ON", "t4.aid", "=", "t1.aid", "WHERE", "t2.name", "=", "``", "H.", "V.", "Jagadish", "''", "AND", "t1.name", "=", "``", "Divesh", "Srivastava", "''", "AND", "t5.year", "<", "2000", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "t5", ".", "title", ")", "from", "writes", "as", "t3", "join", "author", "as", "t2", "on", "t3", ".", "aid", "=", "t2", ".", "aid", "join", "publication", "as", "t5", "on", "t3", ".", "pid", "=", "t5", ".", "pid", "join", "writes", "as", "t4", "on", "t4", ".", "pid", "=", "t5", ".", "pid", "join", "author", "as", "t1", "on", "t4", ".", "aid", "=", "t1", ".", "aid", "where", "t2", ".", "name", "=", "value", "and", "t1", ".", "name", "=", "value", "and", "t5", ".", "year", "<", "value" ], "question": "cho biết số lượng bài báo cùng được ' H . V. Jagadish ' và ' Divesh Srivastava ' xuất bản trước năm 2000 .", "question_toks": [ "return", "me", "the", "number", "of", "papers", "written", "by", "``", "H.", "V.", "Jagadish", "``", "and", "``", "Divesh", "Srivastava", "``", "before", "2000", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 13 ], [ "table_unit", 0 ], [ "table_unit", 9 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 29, true ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ], "and", [ false, 2, [ 0, [ 0, 3, false ], null ], "\"Divesh Srivastava\"", null ], "and", [ false, 4, [ 0, [ 0, 30, false ], null ], 2000.0, null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT t7.title ) FROM writes AS t4 JOIN author AS t2 ON t4.aid = t2.aid JOIN publication AS t7 ON t4.pid = t7.pid JOIN writes AS t5 ON t5.pid = t7.pid JOIN writes AS t6 ON t6.pid = t7.pid JOIN author AS t1 ON t5.aid = t1.aid JOIN author AS t3 ON t6.aid = t3.aid WHERE t2.name = \"Cong Yu\" AND t1.name = \"H. V. Jagadish\" AND t3.name = \"Yunyao Li\";", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "t7.title", ")", "FROM", "writes", "AS", "t4", "JOIN", "author", "AS", "t2", "ON", "t4.aid", "=", "t2.aid", "JOIN", "publication", "AS", "t7", "ON", "t4.pid", "=", "t7.pid", "JOIN", "writes", "AS", "t5", "ON", "t5.pid", "=", "t7.pid", "JOIN", "writes", "AS", "t6", "ON", "t6.pid", "=", "t7.pid", "JOIN", "author", "AS", "t1", "ON", "t5.aid", "=", "t1.aid", "JOIN", "author", "AS", "t3", "ON", "t6.aid", "=", "t3.aid", "WHERE", "t2.name", "=", "``", "Cong", "Yu", "''", "AND", "t1.name", "=", "``", "H.", "V.", "Jagadish", "''", "AND", "t3.name", "=", "``", "Yunyao", "Li", "''", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "t7", ".", "title", ")", "from", "writes", "as", "t4", "join", "author", "as", "t2", "on", "t4", ".", "aid", "=", "t2", ".", "aid", "join", "publication", "as", "t7", "on", "t4", ".", "pid", "=", "t7", ".", "pid", "join", "writes", "as", "t5", "on", "t5", ".", "pid", "=", "t7", ".", "pid", "join", "writes", "as", "t6", "on", "t6", ".", "pid", "=", "t7", ".", "pid", "join", "author", "as", "t1", "on", "t5", ".", "aid", "=", "t1", ".", "aid", "join", "author", "as", "t3", "on", "t6", ".", "aid", "=", "t3", ".", "aid", "where", "t2", ".", "name", "=", "value", "and", "t1", ".", "name", "=", "value", "and", "t3", ".", "name", "=", "value" ], "question": "số lượng bài báo cùng được viết bởi ' H . V. Jagadish ' , ' Yunyao Li ' và ' Cong Yu ' là bao nhiêu ?", "question_toks": [ "return", "me", "the", "number", "of", "papers", "written", "by", "``", "H.", "V.", "Jagadish", "``", ",", "``", "Yunyao", "Li", "``", ",", "and", "``", "Cong", "Yu", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 13 ], [ "table_unit", 0 ], [ "table_unit", 9 ], [ "table_unit", 13 ], [ "table_unit", 13 ], [ "table_unit", 0 ], [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 29, true ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"Cong Yu\"", null ], "and", [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ], "and", [ false, 2, [ 0, [ 0, 3, false ], null ], "\"Yunyao Li\"", null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT t2.name ) FROM writes AS t3 JOIN author AS t2 ON t3.aid = t2.aid JOIN publication AS t5 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t5.pid JOIN author AS t1 ON t4.aid = t1.aid WHERE t1.name = \"H. V. Jagadish\";", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "t2.name", ")", "FROM", "writes", "AS", "t3", "JOIN", "author", "AS", "t2", "ON", "t3.aid", "=", "t2.aid", "JOIN", "publication", "AS", "t5", "ON", "t3.pid", "=", "t5.pid", "JOIN", "writes", "AS", "t4", "ON", "t4.pid", "=", "t5.pid", "JOIN", "author", "AS", "t1", "ON", "t4.aid", "=", "t1.aid", "WHERE", "t1.name", "=", "``", "H.", "V.", "Jagadish", "''", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "t2", ".", "name", ")", "from", "writes", "as", "t3", "join", "author", "as", "t2", "on", "t3", ".", "aid", "=", "t2", ".", "aid", "join", "publication", "as", "t5", "on", "t3", ".", "pid", "=", "t5", ".", "pid", "join", "writes", "as", "t4", "on", "t4", ".", "pid", "=", "t5", ".", "pid", "join", "author", "as", "t1", "on", "t4", ".", "aid", "=", "t1", ".", "aid", "where", "t1", ".", "name", "=", "value" ], "question": "có bao nhiêu tác giả đã hợp tác với ' H . V. Jagadish ' ?", "question_toks": [ "return", "me", "the", "number", "of", "authors", "who", "have", "cooperated", "with", "``", "H.", "V.", "Jagadish", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 13 ], [ "table_unit", 0 ], [ "table_unit", 9 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 3, true ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ] ] } }, { "db_id": "academic", "query": "SELECT COUNT ( DISTINCT t2.name ) FROM publication AS t7 JOIN cite AS t5 ON t7.pid = t5.citing JOIN publication AS t6 ON t6.pid = t5.cited JOIN writes AS t3 ON t3.pid = t7.pid JOIN writes AS t4 ON t4.pid = t6.pid JOIN author AS t2 ON t3.aid = t2.aid JOIN author AS t1 ON t4.aid = t1.aid WHERE t1.name = \"H. V. Jagadish\";", "query_toks": [ "SELECT", "COUNT", "(", "DISTINCT", "t2.name", ")", "FROM", "publication", "AS", "t7", "JOIN", "cite", "AS", "t5", "ON", "t7.pid", "=", "t5.citing", "JOIN", "publication", "AS", "t6", "ON", "t6.pid", "=", "t5.cited", "JOIN", "writes", "AS", "t3", "ON", "t3.pid", "=", "t7.pid", "JOIN", "writes", "AS", "t4", "ON", "t4.pid", "=", "t6.pid", "JOIN", "author", "AS", "t2", "ON", "t3.aid", "=", "t2.aid", "JOIN", "author", "AS", "t1", "ON", "t4.aid", "=", "t1.aid", "WHERE", "t1.name", "=", "``", "H.", "V.", "Jagadish", "''", ";" ], "query_toks_no_value": [ "select", "count", "(", "distinct", "t2", ".", "name", ")", "from", "publication", "as", "t7", "join", "cite", "as", "t5", "on", "t7", ".", "pid", "=", "t5", ".", "citing", "join", "publication", "as", "t6", "on", "t6", ".", "pid", "=", "t5", ".", "cited", "join", "writes", "as", "t3", "on", "t3", ".", "pid", "=", "t7", ".", "pid", "join", "writes", "as", "t4", "on", "t4", ".", "pid", "=", "t6", ".", "pid", "join", "author", "as", "t2", "on", "t3", ".", "aid", "=", "t2", ".", "aid", "join", "author", "as", "t1", "on", "t4", ".", "aid", "=", "t1", ".", "aid", "where", "t1", ".", "name", "=", "value" ], "question": "số lượng các tác giả đã trích dẫn một số bài báo của ' H . V. Jagadish ' là bao nhiêu ?", "question_toks": [ "return", "me", "the", "number", "of", "authors", "who", "have", "cited", "the", "papers", "by", "``", "H.", "V.", "Jagadish", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 27, false ], null ], [ 0, 42, false ], null ], "and", [ false, 2, [ 0, [ 0, 27, false ], null ], [ 0, 41, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 14 ], [ "table_unit", 9 ], [ "table_unit", 13 ], [ "table_unit", 13 ], [ "table_unit", 0 ], [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 3, [ 0, [ 0, 3, true ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t5.title FROM writes AS t3 JOIN author AS t2 ON t3.aid = t2.aid JOIN publication AS t5 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t5.pid JOIN author AS t1 ON t4.aid = t1.aid WHERE t2.name = \"H. V. Jagadish\" AND t1.name = \"Divesh Srivastava\" AND t5.citation_num > 200;", "query_toks": [ "SELECT", "t5.title", "FROM", "writes", "AS", "t3", "JOIN", "author", "AS", "t2", "ON", "t3.aid", "=", "t2.aid", "JOIN", "publication", "AS", "t5", "ON", "t3.pid", "=", "t5.pid", "JOIN", "writes", "AS", "t4", "ON", "t4.pid", "=", "t5.pid", "JOIN", "author", "AS", "t1", "ON", "t4.aid", "=", "t1.aid", "WHERE", "t2.name", "=", "``", "H.", "V.", "Jagadish", "''", "AND", "t1.name", "=", "``", "Divesh", "Srivastava", "''", "AND", "t5.citation_num", ">", "200", ";" ], "query_toks_no_value": [ "select", "t5", ".", "title", "from", "writes", "as", "t3", "join", "author", "as", "t2", "on", "t3", ".", "aid", "=", "t2", ".", "aid", "join", "publication", "as", "t5", "on", "t3", ".", "pid", "=", "t5", ".", "pid", "join", "writes", "as", "t4", "on", "t4", ".", "pid", "=", "t5", ".", "pid", "join", "author", "as", "t1", "on", "t4", ".", "aid", "=", "t1", ".", "aid", "where", "t2", ".", "name", "=", "value", "and", "t1", ".", "name", "=", "value", "and", "t5", ".", "citation_num", ">", "value" ], "question": "những bài báo nào có nhiều hơn 200 trích dẫn cũng như là được viết bởi ' H . V. Jagadish ' và ' Divesh Srivastava ' ?", "question_toks": [ "return", "me", "the", "papers", "written", "by", "``", "H.", "V.", "Jagadish", "``", "and", "``", "Divesh", "Srivastava", "``", "with", "more", "than", "200", "citations", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 13 ], [ "table_unit", 0 ], [ "table_unit", 9 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 29, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ], "and", [ false, 2, [ 0, [ 0, 3, false ], null ], "\"Divesh Srivastava\"", null ], "and", [ false, 3, [ 0, [ 0, 25, false ], null ], 200.0, null ] ] } }, { "db_id": "academic", "query": "SELECT t2.name FROM publication_keyword AS t5 JOIN keyword AS t1 ON t5.kid = t1.kid JOIN publication AS t3 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t3.pid JOIN author AS t2 ON t4.aid = t2.aid WHERE t1.keyword = \"Relational Database\" GROUP BY t2.name ORDER BY COUNT ( DISTINCT t3.title ) DESC LIMIT 1;", "query_toks": [ "SELECT", "t2.name", "FROM", "publication_keyword", "AS", "t5", "JOIN", "keyword", "AS", "t1", "ON", "t5.kid", "=", "t1.kid", "JOIN", "publication", "AS", "t3", "ON", "t3.pid", "=", "t5.pid", "JOIN", "writes", "AS", "t4", "ON", "t4.pid", "=", "t3.pid", "JOIN", "author", "AS", "t2", "ON", "t4.aid", "=", "t2.aid", "WHERE", "t1.keyword", "=", "``", "Relational", "Database", "''", "GROUP", "BY", "t2.name", "ORDER", "BY", "COUNT", "(", "DISTINCT", "t3.title", ")", "DESC", "LIMIT", "1", ";" ], "query_toks_no_value": [ "select", "t2", ".", "name", "from", "publication_keyword", "as", "t5", "join", "keyword", "as", "t1", "on", "t5", ".", "kid", "=", "t1", ".", "kid", "join", "publication", "as", "t3", "on", "t3", ".", "pid", "=", "t5", ".", "pid", "join", "writes", "as", "t4", "on", "t4", ".", "pid", "=", "t3", ".", "pid", "join", "author", "as", "t2", "on", "t4", ".", "aid", "=", "t2", ".", "aid", "where", "t1", ".", "keyword", "=", "value", "group", "by", "t2", ".", "name", "order", "by", "count", "(", "distinct", "t3", ".", "title", ")", "desc", "limit", "value" ], "question": "tác giả nào có nhiều bài báo sử dụng từ khoá ' Cơ sở dữ liệu quan hệ ' nhất ?", "question_toks": [ "return", "me", "the", "author", "who", "has", "the", "most", "number", "of", "papers", "containing", "keyword", "``", "Relational", "Database", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 38, false ], null ], [ 0, 20, false ], null ], "and", [ false, 2, [ 0, [ 0, 27, false ], null ], [ 0, 37, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 12 ], [ "table_unit", 7 ], [ "table_unit", 9 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [ [ 0, 3, false ] ], "having": [], "intersect": null, "limit": 1, "orderBy": [ "desc", [ [ 0, [ 3, 29, true ], null ] ] ], "select": [ false, [ [ 0, [ 0, [ 0, 3, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 19, false ], null ], "\"Relational Database\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t2.name FROM publication_keyword AS t4 JOIN keyword AS t1 ON t4.kid = t1.kid JOIN publication AS t3 ON t3.pid = t4.pid JOIN conference AS t2 ON t3.cid = t2.cid WHERE t1.keyword = \"Relational Database\" GROUP BY t2.name ORDER BY COUNT ( DISTINCT t3.title ) DESC LIMIT 1;", "query_toks": [ "SELECT", "t2.name", "FROM", "publication_keyword", "AS", "t4", "JOIN", "keyword", "AS", "t1", "ON", "t4.kid", "=", "t1.kid", "JOIN", "publication", "AS", "t3", "ON", "t3.pid", "=", "t4.pid", "JOIN", "conference", "AS", "t2", "ON", "t3.cid", "=", "t2.cid", "WHERE", "t1.keyword", "=", "``", "Relational", "Database", "''", "GROUP", "BY", "t2.name", "ORDER", "BY", "COUNT", "(", "DISTINCT", "t3.title", ")", "DESC", "LIMIT", "1", ";" ], "query_toks_no_value": [ "select", "t2", ".", "name", "from", "publication_keyword", "as", "t4", "join", "keyword", "as", "t1", "on", "t4", ".", "kid", "=", "t1", ".", "kid", "join", "publication", "as", "t3", "on", "t3", ".", "pid", "=", "t4", ".", "pid", "join", "conference", "as", "t2", "on", "t3", ".", "cid", "=", "t2", ".", "cid", "where", "t1", ".", "keyword", "=", "value", "group", "by", "t2", ".", "name", "order", "by", "count", "(", "distinct", "t3", ".", "title", ")", "desc", "limit", "value" ], "question": "hội nghị nào có nhiều bài báo với từ khoá ' Cơ sở dữ liệu quan hệ ' nhất ?", "question_toks": [ "return", "me", "the", "conference", "that", "has", "the", "most", "number", "of", "papers", "containing", "keyword", "``", "Relational", "Database", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 38, false ], null ], [ 0, 20, false ], null ], "and", [ false, 2, [ 0, [ 0, 27, false ], null ], [ 0, 37, false ], null ], "and", [ false, 2, [ 0, [ 0, 24, false ], null ], [ 0, 5, false ], null ] ], "table_units": [ [ "table_unit", 12 ], [ "table_unit", 7 ], [ "table_unit", 9 ], [ "table_unit", 1 ] ] }, "groupBy": [ [ 0, 7, false ] ], "having": [], "intersect": null, "limit": 1, "orderBy": [ "desc", [ [ 0, [ 3, 29, true ], null ] ] ], "select": [ false, [ [ 0, [ 0, [ 0, 7, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 19, false ], null ], "\"Relational Database\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t2.name FROM publication_keyword AS t4 JOIN keyword AS t1 ON t4.kid = t1.kid JOIN publication AS t3 ON t3.pid = t4.pid JOIN conference AS t2 ON t3.cid = t2.cid WHERE t1.keyword = \"Relational Database\" GROUP BY t2.name ORDER BY COUNT ( DISTINCT t3.title ) DESC LIMIT 1;", "query_toks": [ "SELECT", "t2.name", "FROM", "publication_keyword", "AS", "t4", "JOIN", "keyword", "AS", "t1", "ON", "t4.kid", "=", "t1.kid", "JOIN", "publication", "AS", "t3", "ON", "t3.pid", "=", "t4.pid", "JOIN", "conference", "AS", "t2", "ON", "t3.cid", "=", "t2.cid", "WHERE", "t1.keyword", "=", "``", "Relational", "Database", "''", "GROUP", "BY", "t2.name", "ORDER", "BY", "COUNT", "(", "DISTINCT", "t3.title", ")", "DESC", "LIMIT", "1", ";" ], "query_toks_no_value": [ "select", "t2", ".", "name", "from", "publication_keyword", "as", "t4", "join", "keyword", "as", "t1", "on", "t4", ".", "kid", "=", "t1", ".", "kid", "join", "publication", "as", "t3", "on", "t3", ".", "pid", "=", "t4", ".", "pid", "join", "conference", "as", "t2", "on", "t3", ".", "cid", "=", "t2", ".", "cid", "where", "t1", ".", "keyword", "=", "value", "group", "by", "t2", ".", "name", "order", "by", "count", "(", "distinct", "t3", ".", "title", ")", "desc", "limit", "value" ], "question": "hội nghị có nhiều bài báo sử dụng từ khoá ' Cơ sở dữ liệu quan hệ ' nhất là hội nghị nào ?", "question_toks": [ "return", "me", "the", "conference", ",", "which", "has", "the", "most", "number", "of", "papers", "containing", "keyword", "``", "Relational", "Database", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 38, false ], null ], [ 0, 20, false ], null ], "and", [ false, 2, [ 0, [ 0, 27, false ], null ], [ 0, 37, false ], null ], "and", [ false, 2, [ 0, [ 0, 24, false ], null ], [ 0, 5, false ], null ] ], "table_units": [ [ "table_unit", 12 ], [ "table_unit", 7 ], [ "table_unit", 9 ], [ "table_unit", 1 ] ] }, "groupBy": [ [ 0, 7, false ] ], "having": [], "intersect": null, "limit": 1, "orderBy": [ "desc", [ [ 0, [ 3, 29, true ], null ] ] ], "select": [ false, [ [ 0, [ 0, [ 0, 7, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 19, false ], null ], "\"Relational Database\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t3.name FROM publication_keyword AS t4 JOIN keyword AS t1 ON t4.kid = t1.kid JOIN publication AS t2 ON t2.pid = t4.pid JOIN journal AS t3 ON t2.jid = t3.jid WHERE t1.keyword = \"Relational Database\" GROUP BY t3.name ORDER BY COUNT ( DISTINCT t2.title ) DESC LIMIT 1;", "query_toks": [ "SELECT", "t3.name", "FROM", "publication_keyword", "AS", "t4", "JOIN", "keyword", "AS", "t1", "ON", "t4.kid", "=", "t1.kid", "JOIN", "publication", "AS", "t2", "ON", "t2.pid", "=", "t4.pid", "JOIN", "journal", "AS", "t3", "ON", "t2.jid", "=", "t3.jid", "WHERE", "t1.keyword", "=", "``", "Relational", "Database", "''", "GROUP", "BY", "t3.name", "ORDER", "BY", "COUNT", "(", "DISTINCT", "t2.title", ")", "DESC", "LIMIT", "1", ";" ], "query_toks_no_value": [ "select", "t3", ".", "name", "from", "publication_keyword", "as", "t4", "join", "keyword", "as", "t1", "on", "t4", ".", "kid", "=", "t1", ".", "kid", "join", "publication", "as", "t2", "on", "t2", ".", "pid", "=", "t4", ".", "pid", "join", "journal", "as", "t3", "on", "t2", ".", "jid", "=", "t3", ".", "jid", "where", "t1", ".", "keyword", "=", "value", "group", "by", "t3", ".", "name", "order", "by", "count", "(", "distinct", "t2", ".", "title", ")", "desc", "limit", "value" ], "question": "cho biết tạp chí đã cho đăng nhiều bài báo với từ khoá ' Cơ sở dữ liệu quan hệ ' nhất .", "question_toks": [ "return", "me", "the", "journal", "that", "has", "the", "most", "number", "of", "papers", "containing", "keyword", "``", "Relational", "Database", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 38, false ], null ], [ 0, 20, false ], null ], "and", [ false, 2, [ 0, [ 0, 27, false ], null ], [ 0, 37, false ], null ], "and", [ false, 2, [ 0, [ 0, 26, false ], null ], [ 0, 15, false ], null ] ], "table_units": [ [ "table_unit", 12 ], [ "table_unit", 7 ], [ "table_unit", 9 ], [ "table_unit", 5 ] ] }, "groupBy": [ [ 0, 16, false ] ], "having": [], "intersect": null, "limit": 1, "orderBy": [ "desc", [ [ 0, [ 3, 29, true ], null ] ] ], "select": [ false, [ [ 0, [ 0, [ 0, 16, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 19, false ], null ], "\"Relational Database\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t3.name FROM publication_keyword AS t4 JOIN keyword AS t1 ON t4.kid = t1.kid JOIN publication AS t2 ON t2.pid = t4.pid JOIN journal AS t3 ON t2.jid = t3.jid WHERE t1.keyword = \"Relational Database\" GROUP BY t3.name ORDER BY COUNT ( DISTINCT t2.title ) DESC LIMIT 1;", "query_toks": [ "SELECT", "t3.name", "FROM", "publication_keyword", "AS", "t4", "JOIN", "keyword", "AS", "t1", "ON", "t4.kid", "=", "t1.kid", "JOIN", "publication", "AS", "t2", "ON", "t2.pid", "=", "t4.pid", "JOIN", "journal", "AS", "t3", "ON", "t2.jid", "=", "t3.jid", "WHERE", "t1.keyword", "=", "``", "Relational", "Database", "''", "GROUP", "BY", "t3.name", "ORDER", "BY", "COUNT", "(", "DISTINCT", "t2.title", ")", "DESC", "LIMIT", "1", ";" ], "query_toks_no_value": [ "select", "t3", ".", "name", "from", "publication_keyword", "as", "t4", "join", "keyword", "as", "t1", "on", "t4", ".", "kid", "=", "t1", ".", "kid", "join", "publication", "as", "t2", "on", "t2", ".", "pid", "=", "t4", ".", "pid", "join", "journal", "as", "t3", "on", "t2", ".", "jid", "=", "t3", ".", "jid", "where", "t1", ".", "keyword", "=", "value", "group", "by", "t3", ".", "name", "order", "by", "count", "(", "distinct", "t2", ".", "title", ")", "desc", "limit", "value" ], "question": "tạp chí nào có nhiều bài báo với từ khoá ' Cơ sở dữ liệu quan hệ ' nhất ?", "question_toks": [ "return", "me", "the", "journal", ",", "which", "has", "the", "most", "number", "of", "papers", "containing", "keyword", "``", "Relational", "Database", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 38, false ], null ], [ 0, 20, false ], null ], "and", [ false, 2, [ 0, [ 0, 27, false ], null ], [ 0, 37, false ], null ], "and", [ false, 2, [ 0, [ 0, 26, false ], null ], [ 0, 15, false ], null ] ], "table_units": [ [ "table_unit", 12 ], [ "table_unit", 7 ], [ "table_unit", 9 ], [ "table_unit", 5 ] ] }, "groupBy": [ [ 0, 16, false ] ], "having": [], "intersect": null, "limit": 1, "orderBy": [ "desc", [ [ 0, [ 3, 29, true ], null ] ] ], "select": [ false, [ [ 0, [ 0, [ 0, 16, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 19, false ], null ], "\"Relational Database\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t1.keyword FROM publication_keyword AS t4 JOIN keyword AS t1 ON t4.kid = t1.kid JOIN publication AS t3 ON t3.pid = t4.pid JOIN conference AS t2 ON t3.cid = t2.cid WHERE t2.name = \"VLDB\" GROUP BY t1.keyword ORDER BY COUNT ( DISTINCT t3.title ) DESC LIMIT 1;", "query_toks": [ "SELECT", "t1.keyword", "FROM", "publication_keyword", "AS", "t4", "JOIN", "keyword", "AS", "t1", "ON", "t4.kid", "=", "t1.kid", "JOIN", "publication", "AS", "t3", "ON", "t3.pid", "=", "t4.pid", "JOIN", "conference", "AS", "t2", "ON", "t3.cid", "=", "t2.cid", "WHERE", "t2.name", "=", "``", "VLDB", "''", "GROUP", "BY", "t1.keyword", "ORDER", "BY", "COUNT", "(", "DISTINCT", "t3.title", ")", "DESC", "LIMIT", "1", ";" ], "query_toks_no_value": [ "select", "t1", ".", "keyword", "from", "publication_keyword", "as", "t4", "join", "keyword", "as", "t1", "on", "t4", ".", "kid", "=", "t1", ".", "kid", "join", "publication", "as", "t3", "on", "t3", ".", "pid", "=", "t4", ".", "pid", "join", "conference", "as", "t2", "on", "t3", ".", "cid", "=", "t2", ".", "cid", "where", "t2", ".", "name", "=", "value", "group", "by", "t1", ".", "keyword", "order", "by", "count", "(", "distinct", "t3", ".", "title", ")", "desc", "limit", "value" ], "question": "từ khoá nào được nhắc đến nhiều nhất trong các bài báo thuộc hội nghị VLDB ?", "question_toks": [ "return", "me", "the", "keyword", ",", "which", "have", "been", "contained", "by", "the", "most", "number", "of", "papers", "in", "VLDB", "conference", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 38, false ], null ], [ 0, 20, false ], null ], "and", [ false, 2, [ 0, [ 0, 27, false ], null ], [ 0, 37, false ], null ], "and", [ false, 2, [ 0, [ 0, 24, false ], null ], [ 0, 5, false ], null ] ], "table_units": [ [ "table_unit", 12 ], [ "table_unit", 7 ], [ "table_unit", 9 ], [ "table_unit", 1 ] ] }, "groupBy": [ [ 0, 19, false ] ], "having": [], "intersect": null, "limit": 1, "orderBy": [ "desc", [ [ 0, [ 3, 29, true ], null ] ] ], "select": [ false, [ [ 0, [ 0, [ 0, 19, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 7, false ], null ], "\"VLDB\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t1.keyword FROM publication_keyword AS t4 JOIN keyword AS t1 ON t4.kid = t1.kid JOIN publication AS t2 ON t2.pid = t4.pid JOIN journal AS t3 ON t2.jid = t3.jid WHERE t3.name = \"PVLDB\" GROUP BY t1.keyword ORDER BY COUNT ( DISTINCT t2.title ) DESC LIMIT 1;", "query_toks": [ "SELECT", "t1.keyword", "FROM", "publication_keyword", "AS", "t4", "JOIN", "keyword", "AS", "t1", "ON", "t4.kid", "=", "t1.kid", "JOIN", "publication", "AS", "t2", "ON", "t2.pid", "=", "t4.pid", "JOIN", "journal", "AS", "t3", "ON", "t2.jid", "=", "t3.jid", "WHERE", "t3.name", "=", "``", "PVLDB", "''", "GROUP", "BY", "t1.keyword", "ORDER", "BY", "COUNT", "(", "DISTINCT", "t2.title", ")", "DESC", "LIMIT", "1", ";" ], "query_toks_no_value": [ "select", "t1", ".", "keyword", "from", "publication_keyword", "as", "t4", "join", "keyword", "as", "t1", "on", "t4", ".", "kid", "=", "t1", ".", "kid", "join", "publication", "as", "t2", "on", "t2", ".", "pid", "=", "t4", ".", "pid", "join", "journal", "as", "t3", "on", "t2", ".", "jid", "=", "t3", ".", "jid", "where", "t3", ".", "name", "=", "value", "group", "by", "t1", ".", "keyword", "order", "by", "count", "(", "distinct", "t2", ".", "title", ")", "desc", "limit", "value" ], "question": "từ khoá nào được sử dụng nhiều nhất trong số các bài báo của hội nghị PVLDB ?", "question_toks": [ "return", "me", "the", "keyword", ",", "which", "have", "been", "contained", "by", "the", "most", "number", "of", "papers", "in", "PVLDB", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 38, false ], null ], [ 0, 20, false ], null ], "and", [ false, 2, [ 0, [ 0, 27, false ], null ], [ 0, 37, false ], null ], "and", [ false, 2, [ 0, [ 0, 26, false ], null ], [ 0, 15, false ], null ] ], "table_units": [ [ "table_unit", 12 ], [ "table_unit", 7 ], [ "table_unit", 9 ], [ "table_unit", 5 ] ] }, "groupBy": [ [ 0, 19, false ] ], "having": [], "intersect": null, "limit": 1, "orderBy": [ "desc", [ [ 0, [ 3, 29, true ], null ] ] ], "select": [ false, [ [ 0, [ 0, [ 0, 19, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 16, false ], null ], "\"PVLDB\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t1.keyword FROM publication_keyword AS t5 JOIN keyword AS t1 ON t5.kid = t1.kid JOIN publication AS t3 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t3.pid JOIN author AS t2 ON t4.aid = t2.aid WHERE t2.name = \"H. V. Jagadish\" GROUP BY t1.keyword ORDER BY COUNT ( DISTINCT t3.title ) DESC LIMIT 1;", "query_toks": [ "SELECT", "t1.keyword", "FROM", "publication_keyword", "AS", "t5", "JOIN", "keyword", "AS", "t1", "ON", "t5.kid", "=", "t1.kid", "JOIN", "publication", "AS", "t3", "ON", "t3.pid", "=", "t5.pid", "JOIN", "writes", "AS", "t4", "ON", "t4.pid", "=", "t3.pid", "JOIN", "author", "AS", "t2", "ON", "t4.aid", "=", "t2.aid", "WHERE", "t2.name", "=", "``", "H.", "V.", "Jagadish", "''", "GROUP", "BY", "t1.keyword", "ORDER", "BY", "COUNT", "(", "DISTINCT", "t3.title", ")", "DESC", "LIMIT", "1", ";" ], "query_toks_no_value": [ "select", "t1", ".", "keyword", "from", "publication_keyword", "as", "t5", "join", "keyword", "as", "t1", "on", "t5", ".", "kid", "=", "t1", ".", "kid", "join", "publication", "as", "t3", "on", "t3", ".", "pid", "=", "t5", ".", "pid", "join", "writes", "as", "t4", "on", "t4", ".", "pid", "=", "t3", ".", "pid", "join", "author", "as", "t2", "on", "t4", ".", "aid", "=", "t2", ".", "aid", "where", "t2", ".", "name", "=", "value", "group", "by", "t1", ".", "keyword", "order", "by", "count", "(", "distinct", "t3", ".", "title", ")", "desc", "limit", "value" ], "question": "từ khoá nào được sử dụng trong nhiều bài báo của H. V. Jagadish nhất ?", "question_toks": [ "return", "me", "the", "keyword", ",", "which", "have", "been", "contained", "by", "the", "most", "number", "of", "papers", "by", "``", "H.", "V.", "Jagadish", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 38, false ], null ], [ 0, 20, false ], null ], "and", [ false, 2, [ 0, [ 0, 27, false ], null ], [ 0, 37, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 12 ], [ "table_unit", 7 ], [ "table_unit", 9 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [ [ 0, 19, false ] ], "having": [], "intersect": null, "limit": 1, "orderBy": [ "desc", [ [ 0, [ 3, 29, true ], null ] ] ], "select": [ false, [ [ 0, [ 0, [ 0, 19, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t1.name FROM organization AS t2 JOIN author AS t1 ON t2.oid = t1.oid JOIN writes AS t3 ON t3.aid = t1.aid JOIN publication AS t4 ON t3.pid = t4.pid WHERE t2.name = \"University of Michigan\" GROUP BY t1.name ORDER BY SUM ( t4.citation_num ) DESC LIMIT 1;", "query_toks": [ "SELECT", "t1.name", "FROM", "organization", "AS", "t2", "JOIN", "author", "AS", "t1", "ON", "t2.oid", "=", "t1.oid", "JOIN", "writes", "AS", "t3", "ON", "t3.aid", "=", "t1.aid", "JOIN", "publication", "AS", "t4", "ON", "t3.pid", "=", "t4.pid", "WHERE", "t2.name", "=", "``", "University", "of", "Michigan", "''", "GROUP", "BY", "t1.name", "ORDER", "BY", "SUM", "(", "t4.citation_num", ")", "DESC", "LIMIT", "1", ";" ], "query_toks_no_value": [ "select", "t1", ".", "name", "from", "organization", "as", "t2", "join", "author", "as", "t1", "on", "t2", ".", "oid", "=", "t1", ".", "oid", "join", "writes", "as", "t3", "on", "t3", ".", "aid", "=", "t1", ".", "aid", "join", "publication", "as", "t4", "on", "t3", ".", "pid", "=", "t4", ".", "pid", "where", "t2", ".", "name", "=", "value", "group", "by", "t1", ".", "name", "order", "by", "sum", "(", "t4", ".", "citation_num", ")", "desc", "limit", "value" ], "question": "tác giả nào thuộc ' Đại học Michigan ' đã xuất bản bài báo với nhiều trích dẫn nhất ?", "question_toks": [ "return", "me", "the", "author", "in", "the", "``", "University", "of", "Michigan", "``", "whose", "papers", "have", "the", "most", "total", "citations", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 36, false ], null ], [ 0, 4, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ] ], "table_units": [ [ "table_unit", 11 ], [ "table_unit", 0 ], [ "table_unit", 13 ], [ "table_unit", 9 ] ] }, "groupBy": [ [ 0, 3, false ] ], "having": [], "intersect": null, "limit": 1, "orderBy": [ "desc", [ [ 0, [ 4, 25, false ], null ] ] ], "select": [ false, [ [ 0, [ 0, [ 0, 3, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 35, false ], null ], "\"University of Michigan\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t1.name FROM DOMAIN AS t4 JOIN domain_publication AS t2 ON t4.did = t2.did JOIN publication AS t5 ON t5.pid = t2.pid JOIN writes AS t3 ON t3.pid = t5.pid JOIN author AS t1 ON t3.aid = t1.aid JOIN organization AS t6 ON t6.oid = t1.oid WHERE t4.name = \"Databases\" AND t6.name = \"University of Michigan\" GROUP BY t1.name ORDER BY SUM ( t5.citation_num ) DESC LIMIT 1;", "query_toks": [ "SELECT", "t1.name", "FROM", "DOMAIN", "AS", "t4", "JOIN", "domain_publication", "AS", "t2", "ON", "t4.did", "=", "t2.did", "JOIN", "publication", "AS", "t5", "ON", "t5.pid", "=", "t2.pid", "JOIN", "writes", "AS", "t3", "ON", "t3.pid", "=", "t5.pid", "JOIN", "author", "AS", "t1", "ON", "t3.aid", "=", "t1.aid", "JOIN", "organization", "AS", "t6", "ON", "t6.oid", "=", "t1.oid", "WHERE", "t4.name", "=", "``", "Databases", "''", "AND", "t6.name", "=", "``", "University", "of", "Michigan", "''", "GROUP", "BY", "t1.name", "ORDER", "BY", "SUM", "(", "t5.citation_num", ")", "DESC", "LIMIT", "1", ";" ], "query_toks_no_value": [ "select", "t1", ".", "name", "from", "domain", "as", "t4", "join", "domain_publication", "as", "t2", "on", "t4", ".", "did", "=", "t2", ".", "did", "join", "publication", "as", "t5", "on", "t5", ".", "pid", "=", "t2", ".", "pid", "join", "writes", "as", "t3", "on", "t3", ".", "pid", "=", "t5", ".", "pid", "join", "author", "as", "t1", "on", "t3", ".", "aid", "=", "t1", ".", "aid", "join", "organization", "as", "t6", "on", "t6", ".", "oid", "=", "t1", ".", "oid", "where", "t4", ".", "name", "=", "value", "and", "t6", ".", "name", "=", "value", "group", "by", "t1", ".", "name", "order", "by", "sum", "(", "t5", ".", "citation_num", ")", "desc", "limit", "value" ], "question": "tác giả nào thuộc ' Đại học Michigan ' đã xuất bản bài báo nhận nhiều trích dẫn nhất trong lĩnh vực ' Cơ sở dữ liệu ' ?", "question_toks": [ "return", "me", "the", "author", "in", "the", "``", "University", "of", "Michigan", "``", "whose", "papers", "in", "Databases", "area", "have", "the", "most", "total", "citations", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 8, false ], null ], [ 0, 31, false ], null ], "and", [ false, 2, [ 0, [ 0, 27, false ], null ], [ 0, 32, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 36, false ], null ], [ 0, 4, false ], null ] ], "table_units": [ [ "table_unit", 2 ], [ "table_unit", 10 ], [ "table_unit", 9 ], [ "table_unit", 13 ], [ "table_unit", 0 ], [ "table_unit", 11 ] ] }, "groupBy": [ [ 0, 3, false ] ], "having": [], "intersect": null, "limit": 1, "orderBy": [ "desc", [ [ 0, [ 4, 25, false ], null ] ] ], "select": [ false, [ [ 0, [ 0, [ 0, 3, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 9, false ], null ], "\"Databases\"", null ], "and", [ false, 2, [ 0, [ 0, 35, false ], null ], "\"University of Michigan\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t5.title FROM writes AS t3 JOIN author AS t2 ON t3.aid = t2.aid JOIN publication AS t5 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t5.pid JOIN author AS t1 ON t4.aid = t1.aid WHERE t2.name = \"Divesh Srivastava\" AND t1.name = \"H. V. Jagadish\" ORDER BY t5.citation_num DESC LIMIT 1;", "query_toks": [ "SELECT", "t5.title", "FROM", "writes", "AS", "t3", "JOIN", "author", "AS", "t2", "ON", "t3.aid", "=", "t2.aid", "JOIN", "publication", "AS", "t5", "ON", "t3.pid", "=", "t5.pid", "JOIN", "writes", "AS", "t4", "ON", "t4.pid", "=", "t5.pid", "JOIN", "author", "AS", "t1", "ON", "t4.aid", "=", "t1.aid", "WHERE", "t2.name", "=", "``", "Divesh", "Srivastava", "''", "AND", "t1.name", "=", "``", "H.", "V.", "Jagadish", "''", "ORDER", "BY", "t5.citation_num", "DESC", "LIMIT", "1", ";" ], "query_toks_no_value": [ "select", "t5", ".", "title", "from", "writes", "as", "t3", "join", "author", "as", "t2", "on", "t3", ".", "aid", "=", "t2", ".", "aid", "join", "publication", "as", "t5", "on", "t3", ".", "pid", "=", "t5", ".", "pid", "join", "writes", "as", "t4", "on", "t4", ".", "pid", "=", "t5", ".", "pid", "join", "author", "as", "t1", "on", "t4", ".", "aid", "=", "t1", ".", "aid", "where", "t2", ".", "name", "=", "value", "and", "t1", ".", "name", "=", "value", "order", "by", "t5", ".", "citation_num", "desc", "limit", "value" ], "question": "bài báo có nhiều trích dẫn nhất được viết bởi ' H . V. Jagadish ' và ' Divesh Srivastava ' là bài báo nào ?", "question_toks": [ "return", "me", "the", "papers", "written", "by", "``", "H.", "V.", "Jagadish", "``", "and", "``", "Divesh", "Srivastava", "``", "with", "the", "most", "number", "of", "citations", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 13 ], [ "table_unit", 0 ], [ "table_unit", 9 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": 1, "orderBy": [ "desc", [ [ 0, [ 0, 25, false ], null ] ] ], "select": [ false, [ [ 0, [ 0, [ 0, 29, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"Divesh Srivastava\"", null ], "and", [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t2.name FROM publication AS t4 JOIN conference AS t2 ON t4.cid = t2.cid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = \"H. V. Jagadish\" GROUP BY t2.name HAVING COUNT ( DISTINCT t4.title ) > 10;", "query_toks": [ "SELECT", "t2.name", "FROM", "publication", "AS", "t4", "JOIN", "conference", "AS", "t2", "ON", "t4.cid", "=", "t2.cid", "JOIN", "writes", "AS", "t3", "ON", "t3.pid", "=", "t4.pid", "JOIN", "author", "AS", "t1", "ON", "t3.aid", "=", "t1.aid", "WHERE", "t1.name", "=", "``", "H.", "V.", "Jagadish", "''", "GROUP", "BY", "t2.name", "HAVING", "COUNT", "(", "DISTINCT", "t4.title", ")", ">", "10", ";" ], "query_toks_no_value": [ "select", "t2", ".", "name", "from", "publication", "as", "t4", "join", "conference", "as", "t2", "on", "t4", ".", "cid", "=", "t2", ".", "cid", "join", "writes", "as", "t3", "on", "t3", ".", "pid", "=", "t4", ".", "pid", "join", "author", "as", "t1", "on", "t3", ".", "aid", "=", "t1", ".", "aid", "where", "t1", ".", "name", "=", "value", "group", "by", "t2", ".", "name", "having", "count", "(", "distinct", "t4", ".", "title", ")", ">", "value" ], "question": "liệt kê các hội nghị đã xuất bản nhiều hơn 10 bài báo của tác giả ' H . V. Jagadish ' .", "question_toks": [ "return", "me", "the", "conferences", ",", "which", "have", "more", "than", "10", "papers", "by", "``", "H.", "V.", "Jagadish", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 24, false ], null ], [ 0, 5, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 1 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [ [ 0, 7, false ] ], "having": [ [ false, 3, [ 0, [ 3, 29, true ], null ], 10.0, null ] ], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 7, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t2.name FROM publication AS t4 JOIN conference AS t2 ON t4.cid = t2.cid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = \"H. V. Jagadish\" GROUP BY t2.name ORDER BY COUNT ( DISTINCT t4.title ) DESC LIMIT 1;", "query_toks": [ "SELECT", "t2.name", "FROM", "publication", "AS", "t4", "JOIN", "conference", "AS", "t2", "ON", "t4.cid", "=", "t2.cid", "JOIN", "writes", "AS", "t3", "ON", "t3.pid", "=", "t4.pid", "JOIN", "author", "AS", "t1", "ON", "t3.aid", "=", "t1.aid", "WHERE", "t1.name", "=", "``", "H.", "V.", "Jagadish", "''", "GROUP", "BY", "t2.name", "ORDER", "BY", "COUNT", "(", "DISTINCT", "t4.title", ")", "DESC", "LIMIT", "1", ";" ], "query_toks_no_value": [ "select", "t2", ".", "name", "from", "publication", "as", "t4", "join", "conference", "as", "t2", "on", "t4", ".", "cid", "=", "t2", ".", "cid", "join", "writes", "as", "t3", "on", "t3", ".", "pid", "=", "t4", ".", "pid", "join", "author", "as", "t1", "on", "t3", ".", "aid", "=", "t1", ".", "aid", "where", "t1", ".", "name", "=", "value", "group", "by", "t2", ".", "name", "order", "by", "count", "(", "distinct", "t4", ".", "title", ")", "desc", "limit", "value" ], "question": "hội nghị nào đã xuất bản nhiều bài báo của tác giả ' H . V. Jagadish ' nhất ?", "question_toks": [ "return", "me", "the", "conference", ",", "which", "have", "the", "most", "number", "of", "papers", "by", "``", "H.", "V.", "Jagadish", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 24, false ], null ], [ 0, 5, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 1 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [ [ 0, 7, false ] ], "having": [], "intersect": null, "limit": 1, "orderBy": [ "desc", [ [ 0, [ 3, 29, true ], null ] ] ], "select": [ false, [ [ 0, [ 0, [ 0, 7, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t2.name FROM publication AS t4 JOIN journal AS t2 ON t4.jid = t2.jid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = \"H. V. Jagadish\" GROUP BY t2.name HAVING COUNT ( DISTINCT t4.title ) > 10;", "query_toks": [ "SELECT", "t2.name", "FROM", "publication", "AS", "t4", "JOIN", "journal", "AS", "t2", "ON", "t4.jid", "=", "t2.jid", "JOIN", "writes", "AS", "t3", "ON", "t3.pid", "=", "t4.pid", "JOIN", "author", "AS", "t1", "ON", "t3.aid", "=", "t1.aid", "WHERE", "t1.name", "=", "``", "H.", "V.", "Jagadish", "''", "GROUP", "BY", "t2.name", "HAVING", "COUNT", "(", "DISTINCT", "t4.title", ")", ">", "10", ";" ], "query_toks_no_value": [ "select", "t2", ".", "name", "from", "publication", "as", "t4", "join", "journal", "as", "t2", "on", "t4", ".", "jid", "=", "t2", ".", "jid", "join", "writes", "as", "t3", "on", "t3", ".", "pid", "=", "t4", ".", "pid", "join", "author", "as", "t1", "on", "t3", ".", "aid", "=", "t1", ".", "aid", "where", "t1", ".", "name", "=", "value", "group", "by", "t2", ".", "name", "having", "count", "(", "distinct", "t4", ".", "title", ")", ">", "value" ], "question": "liệt kê các tạp chí đã cho đăng nhiều hơn 10 bài báo của tác giả ' H . V. Jagadish ' .", "question_toks": [ "return", "me", "the", "journals", ",", "which", "have", "more", "than", "10", "papers", "by", "``", "H.", "V.", "Jagadish", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 26, false ], null ], [ 0, 15, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 5 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [ [ 0, 16, false ] ], "having": [ [ false, 3, [ 0, [ 3, 29, true ], null ], 10.0, null ] ], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 16, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t2.name FROM publication AS t4 JOIN journal AS t2 ON t4.jid = t2.jid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = \"H. V. Jagadish\" GROUP BY t2.name ORDER BY COUNT ( DISTINCT t4.title ) DESC LIMIT 1;", "query_toks": [ "SELECT", "t2.name", "FROM", "publication", "AS", "t4", "JOIN", "journal", "AS", "t2", "ON", "t4.jid", "=", "t2.jid", "JOIN", "writes", "AS", "t3", "ON", "t3.pid", "=", "t4.pid", "JOIN", "author", "AS", "t1", "ON", "t3.aid", "=", "t1.aid", "WHERE", "t1.name", "=", "``", "H.", "V.", "Jagadish", "''", "GROUP", "BY", "t2.name", "ORDER", "BY", "COUNT", "(", "DISTINCT", "t4.title", ")", "DESC", "LIMIT", "1", ";" ], "query_toks_no_value": [ "select", "t2", ".", "name", "from", "publication", "as", "t4", "join", "journal", "as", "t2", "on", "t4", ".", "jid", "=", "t2", ".", "jid", "join", "writes", "as", "t3", "on", "t3", ".", "pid", "=", "t4", ".", "pid", "join", "author", "as", "t1", "on", "t3", ".", "aid", "=", "t1", ".", "aid", "where", "t1", ".", "name", "=", "value", "group", "by", "t2", ".", "name", "order", "by", "count", "(", "distinct", "t4", ".", "title", ")", "desc", "limit", "value" ], "question": "tạp chí nào đã cho đăng nhiều bài báo của tác giả ' H . V. Jagadish ' nhất ?", "question_toks": [ "return", "me", "the", "journal", ",", "which", "have", "the", "most", "number", "of", "papers", "by", "``", "H.", "V.", "Jagadish", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 26, false ], null ], [ 0, 15, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 5 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [ [ 0, 16, false ] ], "having": [], "intersect": null, "limit": 1, "orderBy": [ "desc", [ [ 0, [ 3, 29, true ], null ] ] ], "select": [ false, [ [ 0, [ 0, [ 0, 16, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ] ] } }, { "db_id": "academic", "query": "SELECT title FROM publication ORDER BY citation_num DESC LIMIT 1;", "query_toks": [ "SELECT", "title", "FROM", "publication", "ORDER", "BY", "citation_num", "DESC", "LIMIT", "1", ";" ], "query_toks_no_value": [ "select", "title", "from", "publication", "order", "by", "citation_num", "desc", "limit", "value" ], "question": "bài báo nào có nhiều trích dẫn nhất ?", "question_toks": [ "return", "me", "the", "paper", "with", "the", "most", "citations", "." ], "sql": { "except": null, "from": { "conds": [], "table_units": [ [ "table_unit", 9 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": 1, "orderBy": [ "desc", [ [ 0, [ 0, 25, false ], null ] ] ], "select": [ false, [ [ 0, [ 0, [ 0, 29, false ], null ] ] ] ], "union": null, "where": [] } }, { "db_id": "academic", "query": "SELECT t3.title FROM DOMAIN AS t2 JOIN domain_publication AS t1 ON t2.did = t1.did JOIN publication AS t3 ON t3.pid = t1.pid WHERE t2.name = \"Databases\" ORDER BY t3.citation_num DESC LIMIT 1;", "query_toks": [ "SELECT", "t3.title", "FROM", "DOMAIN", "AS", "t2", "JOIN", "domain_publication", "AS", "t1", "ON", "t2.did", "=", "t1.did", "JOIN", "publication", "AS", "t3", "ON", "t3.pid", "=", "t1.pid", "WHERE", "t2.name", "=", "``", "Databases", "''", "ORDER", "BY", "t3.citation_num", "DESC", "LIMIT", "1", ";" ], "query_toks_no_value": [ "select", "t3", ".", "title", "from", "domain", "as", "t2", "join", "domain_publication", "as", "t1", "on", "t2", ".", "did", "=", "t1", ".", "did", "join", "publication", "as", "t3", "on", "t3", ".", "pid", "=", "t1", ".", "pid", "where", "t2", ".", "name", "=", "value", "order", "by", "t3", ".", "citation_num", "desc", "limit", "value" ], "question": "cho biết bài báo có nhiều trích dẫn nhất trong lĩnh vực ' Cơ sở dữ liệu ' .", "question_toks": [ "return", "me", "the", "paper", "in", "Databases", "area", "with", "the", "most", "citations", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 8, false ], null ], [ 0, 31, false ], null ], "and", [ false, 2, [ 0, [ 0, 27, false ], null ], [ 0, 32, false ], null ] ], "table_units": [ [ "table_unit", 2 ], [ "table_unit", 10 ], [ "table_unit", 9 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": 1, "orderBy": [ "desc", [ [ 0, [ 0, 25, false ], null ] ] ], "select": [ false, [ [ 0, [ 0, [ 0, 29, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 9, false ], null ], "\"Databases\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t2.title FROM publication AS t2 JOIN journal AS t1 ON t2.jid = t1.jid WHERE t1.name = \"PVLDB\" ORDER BY t2.citation_num DESC LIMIT 1;", "query_toks": [ "SELECT", "t2.title", "FROM", "publication", "AS", "t2", "JOIN", "journal", "AS", "t1", "ON", "t2.jid", "=", "t1.jid", "WHERE", "t1.name", "=", "``", "PVLDB", "''", "ORDER", "BY", "t2.citation_num", "DESC", "LIMIT", "1", ";" ], "query_toks_no_value": [ "select", "t2", ".", "title", "from", "publication", "as", "t2", "join", "journal", "as", "t1", "on", "t2", ".", "jid", "=", "t1", ".", "jid", "where", "t1", ".", "name", "=", "value", "order", "by", "t2", ".", "citation_num", "desc", "limit", "value" ], "question": "bài báo nào nhận được nhiều trích dẫn nhất và được công bố tại hội nghị PVLDB ?", "question_toks": [ "return", "me", "the", "paper", "in", "PVLDB", "with", "the", "most", "citations", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 26, false ], null ], [ 0, 15, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 5 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": 1, "orderBy": [ "desc", [ [ 0, [ 0, 25, false ], null ] ] ], "select": [ false, [ [ 0, [ 0, [ 0, 29, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 16, false ], null ], "\"PVLDB\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t2.title FROM publication AS t2 JOIN conference AS t1 ON t2.cid = t1.cid WHERE t1.name = \"VLDB\" ORDER BY t2.citation_num DESC LIMIT 1;", "query_toks": [ "SELECT", "t2.title", "FROM", "publication", "AS", "t2", "JOIN", "conference", "AS", "t1", "ON", "t2.cid", "=", "t1.cid", "WHERE", "t1.name", "=", "``", "VLDB", "''", "ORDER", "BY", "t2.citation_num", "DESC", "LIMIT", "1", ";" ], "query_toks_no_value": [ "select", "t2", ".", "title", "from", "publication", "as", "t2", "join", "conference", "as", "t1", "on", "t2", ".", "cid", "=", "t1", ".", "cid", "where", "t1", ".", "name", "=", "value", "order", "by", "t2", ".", "citation_num", "desc", "limit", "value" ], "question": "bài báo nhận được nhiều trích dẫn nhất và được xuất bản tại hội nghị VLDB là bài báo nào ?", "question_toks": [ "return", "me", "the", "paper", "in", "VLDB", "conference", "with", "the", "most", "citations", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 24, false ], null ], [ 0, 5, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 1 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": 1, "orderBy": [ "desc", [ [ 0, [ 0, 25, false ], null ] ] ], "select": [ false, [ [ 0, [ 0, [ 0, 29, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 7, false ], null ], "\"VLDB\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t3.title FROM writes AS t2 JOIN author AS t1 ON t2.aid = t1.aid JOIN publication AS t3 ON t2.pid = t3.pid WHERE t1.name = \"H. V. Jagadish\" ORDER BY t3.citation_num DESC LIMIT 1;", "query_toks": [ "SELECT", "t3.title", "FROM", "writes", "AS", "t2", "JOIN", "author", "AS", "t1", "ON", "t2.aid", "=", "t1.aid", "JOIN", "publication", "AS", "t3", "ON", "t2.pid", "=", "t3.pid", "WHERE", "t1.name", "=", "``", "H.", "V.", "Jagadish", "''", "ORDER", "BY", "t3.citation_num", "DESC", "LIMIT", "1", ";" ], "query_toks_no_value": [ "select", "t3", ".", "title", "from", "writes", "as", "t2", "join", "author", "as", "t1", "on", "t2", ".", "aid", "=", "t1", ".", "aid", "join", "publication", "as", "t3", "on", "t2", ".", "pid", "=", "t3", ".", "pid", "where", "t1", ".", "name", "=", "value", "order", "by", "t3", ".", "citation_num", "desc", "limit", "value" ], "question": "bài báo của tác giả ' H . V. Jagadish ' nhận được nhiều trích dẫn nhất là bài báo nào ?", "question_toks": [ "return", "me", "the", "paper", "by", "``", "H.", "V.", "Jagadish", "``", "with", "the", "most", "citations", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ] ], "table_units": [ [ "table_unit", 13 ], [ "table_unit", 0 ], [ "table_unit", 9 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": 1, "orderBy": [ "desc", [ [ 0, [ 0, 25, false ], null ] ] ], "select": [ false, [ [ 0, [ 0, [ 0, 29, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ] ] } }, { "db_id": "academic", "query": "SELECT title FROM publication WHERE YEAR > 2000 ORDER BY citation_num DESC LIMIT 1;", "query_toks": [ "SELECT", "title", "FROM", "publication", "WHERE", "YEAR", ">", "2000", "ORDER", "BY", "citation_num", "DESC", "LIMIT", "1", ";" ], "query_toks_no_value": [ "select", "title", "from", "publication", "where", "year", ">", "value", "order", "by", "citation_num", "desc", "limit", "value" ], "question": "bài báo nhận được nhiều trích dẫn nhất trong số các bài báo được xuất bản sau năm 2000 là bài báo nào ?", "question_toks": [ "return", "me", "the", "paper", "after", "2000", "with", "the", "most", "citations", "." ], "sql": { "except": null, "from": { "conds": [], "table_units": [ [ "table_unit", 9 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": 1, "orderBy": [ "desc", [ [ 0, [ 0, 25, false ], null ] ] ], "select": [ false, [ [ 0, [ 0, [ 0, 29, false ], null ] ] ] ], "union": null, "where": [ [ false, 3, [ 0, [ 0, 30, false ], null ], 2000.0, null ] ] } }, { "db_id": "academic", "query": "SELECT t3.title FROM DOMAIN AS t2 JOIN domain_publication AS t1 ON t2.did = t1.did JOIN publication AS t3 ON t3.pid = t1.pid WHERE t2.name = \"Databases\" AND t3.year > 2000 ORDER BY t3.citation_num DESC LIMIT 1;", "query_toks": [ "SELECT", "t3.title", "FROM", "DOMAIN", "AS", "t2", "JOIN", "domain_publication", "AS", "t1", "ON", "t2.did", "=", "t1.did", "JOIN", "publication", "AS", "t3", "ON", "t3.pid", "=", "t1.pid", "WHERE", "t2.name", "=", "``", "Databases", "''", "AND", "t3.year", ">", "2000", "ORDER", "BY", "t3.citation_num", "DESC", "LIMIT", "1", ";" ], "query_toks_no_value": [ "select", "t3", ".", "title", "from", "domain", "as", "t2", "join", "domain_publication", "as", "t1", "on", "t2", ".", "did", "=", "t1", ".", "did", "join", "publication", "as", "t3", "on", "t3", ".", "pid", "=", "t1", ".", "pid", "where", "t2", ".", "name", "=", "value", "and", "t3", ".", "year", ">", "value", "order", "by", "t3", ".", "citation_num", "desc", "limit", "value" ], "question": "bài báo có nhiều trích dẫn nhất trong số các bài báo thuộc lĩnh vực ' Cơ sở dữ liệu ' được xuất bản sau năm 2000 là bài báo nào ?", "question_toks": [ "return", "me", "the", "paper", "after", "2000", "in", "Databases", "area", "with", "the", "most", "citations", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 8, false ], null ], [ 0, 31, false ], null ], "and", [ false, 2, [ 0, [ 0, 27, false ], null ], [ 0, 32, false ], null ] ], "table_units": [ [ "table_unit", 2 ], [ "table_unit", 10 ], [ "table_unit", 9 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": 1, "orderBy": [ "desc", [ [ 0, [ 0, 25, false ], null ] ] ], "select": [ false, [ [ 0, [ 0, [ 0, 29, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 9, false ], null ], "\"Databases\"", null ], "and", [ false, 3, [ 0, [ 0, 30, false ], null ], 2000.0, null ] ] } }, { "db_id": "academic", "query": "SELECT t2.title FROM publication AS t2 JOIN journal AS t1 ON t2.jid = t1.jid WHERE t1.name = \"PVLDB\" AND t2.year > 2000 ORDER BY t2.citation_num DESC LIMIT 1;", "query_toks": [ "SELECT", "t2.title", "FROM", "publication", "AS", "t2", "JOIN", "journal", "AS", "t1", "ON", "t2.jid", "=", "t1.jid", "WHERE", "t1.name", "=", "``", "PVLDB", "''", "AND", "t2.year", ">", "2000", "ORDER", "BY", "t2.citation_num", "DESC", "LIMIT", "1", ";" ], "query_toks_no_value": [ "select", "t2", ".", "title", "from", "publication", "as", "t2", "join", "journal", "as", "t1", "on", "t2", ".", "jid", "=", "t1", ".", "jid", "where", "t1", ".", "name", "=", "value", "and", "t2", ".", "year", ">", "value", "order", "by", "t2", ".", "citation_num", "desc", "limit", "value" ], "question": "bài báo có nhiều trích dẫn nhất trong số các bài báo được xuất bản sau năm 2000 tại PVLDB là bài báo nào ?", "question_toks": [ "return", "me", "the", "paper", "after", "2000", "in", "PVLDB", "with", "the", "most", "citations", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 26, false ], null ], [ 0, 15, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 5 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": 1, "orderBy": [ "desc", [ [ 0, [ 0, 25, false ], null ] ] ], "select": [ false, [ [ 0, [ 0, [ 0, 29, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 16, false ], null ], "\"PVLDB\"", null ], "and", [ false, 3, [ 0, [ 0, 30, false ], null ], 2000.0, null ] ] } }, { "db_id": "academic", "query": "SELECT t2.title FROM publication AS t2 JOIN conference AS t1 ON t2.cid = t1.cid WHERE t1.name = \"VLDB\" AND t2.year > 2000 ORDER BY t2.citation_num DESC LIMIT 1;", "query_toks": [ "SELECT", "t2.title", "FROM", "publication", "AS", "t2", "JOIN", "conference", "AS", "t1", "ON", "t2.cid", "=", "t1.cid", "WHERE", "t1.name", "=", "``", "VLDB", "''", "AND", "t2.year", ">", "2000", "ORDER", "BY", "t2.citation_num", "DESC", "LIMIT", "1", ";" ], "query_toks_no_value": [ "select", "t2", ".", "title", "from", "publication", "as", "t2", "join", "conference", "as", "t1", "on", "t2", ".", "cid", "=", "t1", ".", "cid", "where", "t1", ".", "name", "=", "value", "and", "t2", ".", "year", ">", "value", "order", "by", "t2", ".", "citation_num", "desc", "limit", "value" ], "question": "bài báo có nhiều trích dẫn nhất trong số các bài báo được xuất bản sau năm 2000 tại hội nghị VLDB là bài báo nào ?", "question_toks": [ "return", "me", "the", "paper", "after", "2000", "in", "VLDB", "conference", "with", "the", "most", "citations", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 24, false ], null ], [ 0, 5, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 1 ] ] }, "groupBy": [], "having": [], "intersect": null, "limit": 1, "orderBy": [ "desc", [ [ 0, [ 0, 25, false ], null ] ] ], "select": [ false, [ [ 0, [ 0, [ 0, 29, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 7, false ], null ], "\"VLDB\"", null ], "and", [ false, 3, [ 0, [ 0, 30, false ], null ], 2000.0, null ] ] } }, { "db_id": "academic", "query": "SELECT t1.name FROM publication AS t4 JOIN journal AS t2 ON t4.jid = t2.jid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t2.name = \"PVLDB\" GROUP BY t1.name HAVING COUNT ( DISTINCT t4.title ) > 10;", "query_toks": [ "SELECT", "t1.name", "FROM", "publication", "AS", "t4", "JOIN", "journal", "AS", "t2", "ON", "t4.jid", "=", "t2.jid", "JOIN", "writes", "AS", "t3", "ON", "t3.pid", "=", "t4.pid", "JOIN", "author", "AS", "t1", "ON", "t3.aid", "=", "t1.aid", "WHERE", "t2.name", "=", "``", "PVLDB", "''", "GROUP", "BY", "t1.name", "HAVING", "COUNT", "(", "DISTINCT", "t4.title", ")", ">", "10", ";" ], "query_toks_no_value": [ "select", "t1", ".", "name", "from", "publication", "as", "t4", "join", "journal", "as", "t2", "on", "t4", ".", "jid", "=", "t2", ".", "jid", "join", "writes", "as", "t3", "on", "t3", ".", "pid", "=", "t4", ".", "pid", "join", "author", "as", "t1", "on", "t3", ".", "aid", "=", "t1", ".", "aid", "where", "t2", ".", "name", "=", "value", "group", "by", "t1", ".", "name", "having", "count", "(", "distinct", "t4", ".", "title", ")", ">", "value" ], "question": "liệt kê các tác giả đã xuất bản nhiều hơn 10 bài báo tại hội nghị PVLDB .", "question_toks": [ "return", "me", "the", "authors", "who", "have", "more", "than", "10", "papers", "in", "PVLDB", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 26, false ], null ], [ 0, 15, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 5 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [ [ 0, 3, false ] ], "having": [ [ false, 3, [ 0, [ 3, 29, true ], null ], 10.0, null ] ], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 3, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 16, false ], null ], "\"PVLDB\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t1.name FROM publication AS t4 JOIN journal AS t2 ON t4.jid = t2.jid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t2.name = \"PVLDB\" GROUP BY t1.name ORDER BY COUNT ( DISTINCT t4.title ) DESC LIMIT 1;", "query_toks": [ "SELECT", "t1.name", "FROM", "publication", "AS", "t4", "JOIN", "journal", "AS", "t2", "ON", "t4.jid", "=", "t2.jid", "JOIN", "writes", "AS", "t3", "ON", "t3.pid", "=", "t4.pid", "JOIN", "author", "AS", "t1", "ON", "t3.aid", "=", "t1.aid", "WHERE", "t2.name", "=", "``", "PVLDB", "''", "GROUP", "BY", "t1.name", "ORDER", "BY", "COUNT", "(", "DISTINCT", "t4.title", ")", "DESC", "LIMIT", "1", ";" ], "query_toks_no_value": [ "select", "t1", ".", "name", "from", "publication", "as", "t4", "join", "journal", "as", "t2", "on", "t4", ".", "jid", "=", "t2", ".", "jid", "join", "writes", "as", "t3", "on", "t3", ".", "pid", "=", "t4", ".", "pid", "join", "author", "as", "t1", "on", "t3", ".", "aid", "=", "t1", ".", "aid", "where", "t2", ".", "name", "=", "value", "group", "by", "t1", ".", "name", "order", "by", "count", "(", "distinct", "t4", ".", "title", ")", "desc", "limit", "value" ], "question": "tác giả nào đã xuất bản nhiều bài báo nhất tại hội nghị PVLDB ?", "question_toks": [ "return", "me", "the", "authors", "who", "have", "the", "most", "number", "of", "papers", "in", "PVLDB", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 26, false ], null ], [ 0, 15, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 5 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [ [ 0, 3, false ] ], "having": [], "intersect": null, "limit": 1, "orderBy": [ "desc", [ [ 0, [ 3, 29, true ], null ] ] ], "select": [ false, [ [ 0, [ 0, [ 0, 3, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 16, false ], null ], "\"PVLDB\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t2.name FROM publication_keyword AS t5 JOIN keyword AS t1 ON t5.kid = t1.kid JOIN publication AS t3 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t3.pid JOIN author AS t2 ON t4.aid = t2.aid WHERE t1.keyword = \"Relational Database\" GROUP BY t2.name HAVING COUNT ( DISTINCT t3.title ) > 10;", "query_toks": [ "SELECT", "t2.name", "FROM", "publication_keyword", "AS", "t5", "JOIN", "keyword", "AS", "t1", "ON", "t5.kid", "=", "t1.kid", "JOIN", "publication", "AS", "t3", "ON", "t3.pid", "=", "t5.pid", "JOIN", "writes", "AS", "t4", "ON", "t4.pid", "=", "t3.pid", "JOIN", "author", "AS", "t2", "ON", "t4.aid", "=", "t2.aid", "WHERE", "t1.keyword", "=", "``", "Relational", "Database", "''", "GROUP", "BY", "t2.name", "HAVING", "COUNT", "(", "DISTINCT", "t3.title", ")", ">", "10", ";" ], "query_toks_no_value": [ "select", "t2", ".", "name", "from", "publication_keyword", "as", "t5", "join", "keyword", "as", "t1", "on", "t5", ".", "kid", "=", "t1", ".", "kid", "join", "publication", "as", "t3", "on", "t3", ".", "pid", "=", "t5", ".", "pid", "join", "writes", "as", "t4", "on", "t4", ".", "pid", "=", "t3", ".", "pid", "join", "author", "as", "t2", "on", "t4", ".", "aid", "=", "t2", ".", "aid", "where", "t1", ".", "keyword", "=", "value", "group", "by", "t2", ".", "name", "having", "count", "(", "distinct", "t3", ".", "title", ")", ">", "value" ], "question": "liệt kê các tác giả có nhiều hơn 10 bài báo với từ khoá ' Cơ sở dữ liệu quan hệ ' .", "question_toks": [ "return", "me", "the", "authors", "who", "have", "more", "than", "10", "papers", "containing", "keyword", "``", "Relational", "Database", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 38, false ], null ], [ 0, 20, false ], null ], "and", [ false, 2, [ 0, [ 0, 27, false ], null ], [ 0, 37, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 12 ], [ "table_unit", 7 ], [ "table_unit", 9 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [ [ 0, 3, false ] ], "having": [ [ false, 3, [ 0, [ 3, 29, true ], null ], 10.0, null ] ], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 3, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 19, false ], null ], "\"Relational Database\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t2.name FROM publication_keyword AS t4 JOIN keyword AS t1 ON t4.kid = t1.kid JOIN publication AS t3 ON t3.pid = t4.pid JOIN conference AS t2 ON t3.cid = t2.cid WHERE t1.keyword = \"Relational Database\" GROUP BY t2.name HAVING COUNT ( DISTINCT t3.title ) > 60;", "query_toks": [ "SELECT", "t2.name", "FROM", "publication_keyword", "AS", "t4", "JOIN", "keyword", "AS", "t1", "ON", "t4.kid", "=", "t1.kid", "JOIN", "publication", "AS", "t3", "ON", "t3.pid", "=", "t4.pid", "JOIN", "conference", "AS", "t2", "ON", "t3.cid", "=", "t2.cid", "WHERE", "t1.keyword", "=", "``", "Relational", "Database", "''", "GROUP", "BY", "t2.name", "HAVING", "COUNT", "(", "DISTINCT", "t3.title", ")", ">", "60", ";" ], "query_toks_no_value": [ "select", "t2", ".", "name", "from", "publication_keyword", "as", "t4", "join", "keyword", "as", "t1", "on", "t4", ".", "kid", "=", "t1", ".", "kid", "join", "publication", "as", "t3", "on", "t3", ".", "pid", "=", "t4", ".", "pid", "join", "conference", "as", "t2", "on", "t3", ".", "cid", "=", "t2", ".", "cid", "where", "t1", ".", "keyword", "=", "value", "group", "by", "t2", ".", "name", "having", "count", "(", "distinct", "t3", ".", "title", ")", ">", "value" ], "question": "liệt kê các hội nghị đã xuất bản nhiều hơn 60 bài báo với từ khoá ' Cơ sở dữ liệu quan hệ ' .", "question_toks": [ "return", "me", "the", "conferences", ",", "which", "have", "more", "than", "60", "papers", "containing", "keyword", "``", "Relational", "Database", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 38, false ], null ], [ 0, 20, false ], null ], "and", [ false, 2, [ 0, [ 0, 27, false ], null ], [ 0, 37, false ], null ], "and", [ false, 2, [ 0, [ 0, 24, false ], null ], [ 0, 5, false ], null ] ], "table_units": [ [ "table_unit", 12 ], [ "table_unit", 7 ], [ "table_unit", 9 ], [ "table_unit", 1 ] ] }, "groupBy": [ [ 0, 7, false ] ], "having": [ [ false, 3, [ 0, [ 3, 29, true ], null ], 60.0, null ] ], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 7, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 19, false ], null ], "\"Relational Database\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t3.name FROM publication_keyword AS t4 JOIN keyword AS t1 ON t4.kid = t1.kid JOIN publication AS t2 ON t2.pid = t4.pid JOIN journal AS t3 ON t2.jid = t3.jid WHERE t1.keyword = \"Relational Database\" GROUP BY t3.name HAVING COUNT ( DISTINCT t2.title ) > 60;", "query_toks": [ "SELECT", "t3.name", "FROM", "publication_keyword", "AS", "t4", "JOIN", "keyword", "AS", "t1", "ON", "t4.kid", "=", "t1.kid", "JOIN", "publication", "AS", "t2", "ON", "t2.pid", "=", "t4.pid", "JOIN", "journal", "AS", "t3", "ON", "t2.jid", "=", "t3.jid", "WHERE", "t1.keyword", "=", "``", "Relational", "Database", "''", "GROUP", "BY", "t3.name", "HAVING", "COUNT", "(", "DISTINCT", "t2.title", ")", ">", "60", ";" ], "query_toks_no_value": [ "select", "t3", ".", "name", "from", "publication_keyword", "as", "t4", "join", "keyword", "as", "t1", "on", "t4", ".", "kid", "=", "t1", ".", "kid", "join", "publication", "as", "t2", "on", "t2", ".", "pid", "=", "t4", ".", "pid", "join", "journal", "as", "t3", "on", "t2", ".", "jid", "=", "t3", ".", "jid", "where", "t1", ".", "keyword", "=", "value", "group", "by", "t3", ".", "name", "having", "count", "(", "distinct", "t2", ".", "title", ")", ">", "value" ], "question": "liệt kê các tạp chí có nhiều hơn 60 bài báo với từ khoá ' Cơ sở dữ liệu quan hệ ' .", "question_toks": [ "return", "me", "the", "journals", ",", "which", "have", "more", "than", "60", "papers", "containing", "keyword", "``", "Relational", "Database", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 38, false ], null ], [ 0, 20, false ], null ], "and", [ false, 2, [ 0, [ 0, 27, false ], null ], [ 0, 37, false ], null ], "and", [ false, 2, [ 0, [ 0, 26, false ], null ], [ 0, 15, false ], null ] ], "table_units": [ [ "table_unit", 12 ], [ "table_unit", 7 ], [ "table_unit", 9 ], [ "table_unit", 5 ] ] }, "groupBy": [ [ 0, 16, false ] ], "having": [ [ false, 3, [ 0, [ 3, 29, true ], null ], 60.0, null ] ], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 16, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 19, false ], null ], "\"Relational Database\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t1.keyword FROM publication_keyword AS t4 JOIN keyword AS t1 ON t4.kid = t1.kid JOIN publication AS t3 ON t3.pid = t4.pid JOIN conference AS t2 ON t3.cid = t2.cid WHERE t2.name = \"VLDB\" GROUP BY t1.keyword HAVING COUNT ( DISTINCT t3.title ) > 100;", "query_toks": [ "SELECT", "t1.keyword", "FROM", "publication_keyword", "AS", "t4", "JOIN", "keyword", "AS", "t1", "ON", "t4.kid", "=", "t1.kid", "JOIN", "publication", "AS", "t3", "ON", "t3.pid", "=", "t4.pid", "JOIN", "conference", "AS", "t2", "ON", "t3.cid", "=", "t2.cid", "WHERE", "t2.name", "=", "``", "VLDB", "''", "GROUP", "BY", "t1.keyword", "HAVING", "COUNT", "(", "DISTINCT", "t3.title", ")", ">", "100", ";" ], "query_toks_no_value": [ "select", "t1", ".", "keyword", "from", "publication_keyword", "as", "t4", "join", "keyword", "as", "t1", "on", "t4", ".", "kid", "=", "t1", ".", "kid", "join", "publication", "as", "t3", "on", "t3", ".", "pid", "=", "t4", ".", "pid", "join", "conference", "as", "t2", "on", "t3", ".", "cid", "=", "t2", ".", "cid", "where", "t2", ".", "name", "=", "value", "group", "by", "t1", ".", "keyword", "having", "count", "(", "distinct", "t3", ".", "title", ")", ">", "value" ], "question": "liệt kê các từ khoá được nhắc đến bởi nhiều hơn 100 bài báo tại hội nghị VLDB .", "question_toks": [ "return", "me", "the", "keywords", ",", "which", "have", "been", "contained", "by", "more", "than", "100", "papers", "in", "VLDB", "conference", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 38, false ], null ], [ 0, 20, false ], null ], "and", [ false, 2, [ 0, [ 0, 27, false ], null ], [ 0, 37, false ], null ], "and", [ false, 2, [ 0, [ 0, 24, false ], null ], [ 0, 5, false ], null ] ], "table_units": [ [ "table_unit", 12 ], [ "table_unit", 7 ], [ "table_unit", 9 ], [ "table_unit", 1 ] ] }, "groupBy": [ [ 0, 19, false ] ], "having": [ [ false, 3, [ 0, [ 3, 29, true ], null ], 100.0, null ] ], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 19, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 7, false ], null ], "\"VLDB\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t1.keyword FROM publication_keyword AS t4 JOIN keyword AS t1 ON t4.kid = t1.kid JOIN publication AS t2 ON t2.pid = t4.pid JOIN journal AS t3 ON t2.jid = t3.jid WHERE t3.name = \"PVLDB\" GROUP BY t1.keyword HAVING COUNT ( DISTINCT t2.title ) > 100;", "query_toks": [ "SELECT", "t1.keyword", "FROM", "publication_keyword", "AS", "t4", "JOIN", "keyword", "AS", "t1", "ON", "t4.kid", "=", "t1.kid", "JOIN", "publication", "AS", "t2", "ON", "t2.pid", "=", "t4.pid", "JOIN", "journal", "AS", "t3", "ON", "t2.jid", "=", "t3.jid", "WHERE", "t3.name", "=", "``", "PVLDB", "''", "GROUP", "BY", "t1.keyword", "HAVING", "COUNT", "(", "DISTINCT", "t2.title", ")", ">", "100", ";" ], "query_toks_no_value": [ "select", "t1", ".", "keyword", "from", "publication_keyword", "as", "t4", "join", "keyword", "as", "t1", "on", "t4", ".", "kid", "=", "t1", ".", "kid", "join", "publication", "as", "t2", "on", "t2", ".", "pid", "=", "t4", ".", "pid", "join", "journal", "as", "t3", "on", "t2", ".", "jid", "=", "t3", ".", "jid", "where", "t3", ".", "name", "=", "value", "group", "by", "t1", ".", "keyword", "having", "count", "(", "distinct", "t2", ".", "title", ")", ">", "value" ], "question": "những từ khoá nào đã được nhắc đến bởi nhiều hơn 100 bài báo tại hội nghị PVLDB ?", "question_toks": [ "return", "me", "the", "keywords", ",", "which", "have", "been", "contained", "by", "more", "than", "100", "papers", "in", "PVLDB", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 38, false ], null ], [ 0, 20, false ], null ], "and", [ false, 2, [ 0, [ 0, 27, false ], null ], [ 0, 37, false ], null ], "and", [ false, 2, [ 0, [ 0, 26, false ], null ], [ 0, 15, false ], null ] ], "table_units": [ [ "table_unit", 12 ], [ "table_unit", 7 ], [ "table_unit", 9 ], [ "table_unit", 5 ] ] }, "groupBy": [ [ 0, 19, false ] ], "having": [ [ false, 3, [ 0, [ 3, 29, true ], null ], 100.0, null ] ], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 19, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 16, false ], null ], "\"PVLDB\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t1.keyword FROM publication_keyword AS t5 JOIN keyword AS t1 ON t5.kid = t1.kid JOIN publication AS t3 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t3.pid JOIN author AS t2 ON t4.aid = t2.aid WHERE t2.name = \"H. V. Jagadish\" GROUP BY t1.keyword HAVING COUNT ( DISTINCT t3.title ) > 10;", "query_toks": [ "SELECT", "t1.keyword", "FROM", "publication_keyword", "AS", "t5", "JOIN", "keyword", "AS", "t1", "ON", "t5.kid", "=", "t1.kid", "JOIN", "publication", "AS", "t3", "ON", "t3.pid", "=", "t5.pid", "JOIN", "writes", "AS", "t4", "ON", "t4.pid", "=", "t3.pid", "JOIN", "author", "AS", "t2", "ON", "t4.aid", "=", "t2.aid", "WHERE", "t2.name", "=", "``", "H.", "V.", "Jagadish", "''", "GROUP", "BY", "t1.keyword", "HAVING", "COUNT", "(", "DISTINCT", "t3.title", ")", ">", "10", ";" ], "query_toks_no_value": [ "select", "t1", ".", "keyword", "from", "publication_keyword", "as", "t5", "join", "keyword", "as", "t1", "on", "t5", ".", "kid", "=", "t1", ".", "kid", "join", "publication", "as", "t3", "on", "t3", ".", "pid", "=", "t5", ".", "pid", "join", "writes", "as", "t4", "on", "t4", ".", "pid", "=", "t3", ".", "pid", "join", "author", "as", "t2", "on", "t4", ".", "aid", "=", "t2", ".", "aid", "where", "t2", ".", "name", "=", "value", "group", "by", "t1", ".", "keyword", "having", "count", "(", "distinct", "t3", ".", "title", ")", ">", "value" ], "question": "liệt kê các từ khoá được nhắc đến trong hơn 10 bài báo của ' H . V. Jagadish ' .", "question_toks": [ "return", "me", "the", "keywords", ",", "which", "have", "been", "contained", "by", "more", "than", "10", "papers", "of", "``", "H.", "V.", "Jagadish", "``", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 38, false ], null ], [ 0, 20, false ], null ], "and", [ false, 2, [ 0, [ 0, 27, false ], null ], [ 0, 37, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 12 ], [ "table_unit", 7 ], [ "table_unit", 9 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [ [ 0, 19, false ] ], "having": [ [ false, 3, [ 0, [ 3, 29, true ], null ], 10.0, null ] ], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 19, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 3, false ], null ], "\"H. V. Jagadish\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t1.name FROM publication AS t4 JOIN conference AS t2 ON t4.cid = t2.cid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t2.name = \"VLDB\" GROUP BY t1.name HAVING COUNT ( DISTINCT t4.title ) > 10;", "query_toks": [ "SELECT", "t1.name", "FROM", "publication", "AS", "t4", "JOIN", "conference", "AS", "t2", "ON", "t4.cid", "=", "t2.cid", "JOIN", "writes", "AS", "t3", "ON", "t3.pid", "=", "t4.pid", "JOIN", "author", "AS", "t1", "ON", "t3.aid", "=", "t1.aid", "WHERE", "t2.name", "=", "``", "VLDB", "''", "GROUP", "BY", "t1.name", "HAVING", "COUNT", "(", "DISTINCT", "t4.title", ")", ">", "10", ";" ], "query_toks_no_value": [ "select", "t1", ".", "name", "from", "publication", "as", "t4", "join", "conference", "as", "t2", "on", "t4", ".", "cid", "=", "t2", ".", "cid", "join", "writes", "as", "t3", "on", "t3", ".", "pid", "=", "t4", ".", "pid", "join", "author", "as", "t1", "on", "t3", ".", "aid", "=", "t1", ".", "aid", "where", "t2", ".", "name", "=", "value", "group", "by", "t1", ".", "name", "having", "count", "(", "distinct", "t4", ".", "title", ")", ">", "value" ], "question": "liệt kê các tác giả có hơn 10 bài báo được đăng tại hội nghị VLDB .", "question_toks": [ "return", "me", "the", "authors", "who", "have", "more", "than", "10", "papers", "in", "the", "VLDB", "conference", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 24, false ], null ], [ 0, 5, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 1 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [ [ 0, 3, false ] ], "having": [ [ false, 3, [ 0, [ 3, 29, true ], null ], 10.0, null ] ], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 3, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 7, false ], null ], "\"VLDB\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t1.name FROM publication AS t4 JOIN conference AS t2 ON t4.cid = t2.cid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t2.name = \"VLDB\" GROUP BY t1.name ORDER BY COUNT ( DISTINCT t4.title ) DESC LIMIT 1;", "query_toks": [ "SELECT", "t1.name", "FROM", "publication", "AS", "t4", "JOIN", "conference", "AS", "t2", "ON", "t4.cid", "=", "t2.cid", "JOIN", "writes", "AS", "t3", "ON", "t3.pid", "=", "t4.pid", "JOIN", "author", "AS", "t1", "ON", "t3.aid", "=", "t1.aid", "WHERE", "t2.name", "=", "``", "VLDB", "''", "GROUP", "BY", "t1.name", "ORDER", "BY", "COUNT", "(", "DISTINCT", "t4.title", ")", "DESC", "LIMIT", "1", ";" ], "query_toks_no_value": [ "select", "t1", ".", "name", "from", "publication", "as", "t4", "join", "conference", "as", "t2", "on", "t4", ".", "cid", "=", "t2", ".", "cid", "join", "writes", "as", "t3", "on", "t3", ".", "pid", "=", "t4", ".", "pid", "join", "author", "as", "t1", "on", "t3", ".", "aid", "=", "t1", ".", "aid", "where", "t2", ".", "name", "=", "value", "group", "by", "t1", ".", "name", "order", "by", "count", "(", "distinct", "t4", ".", "title", ")", "desc", "limit", "value" ], "question": "tác giả nào có nhiều bài báo tại hội nghị VLDB nhất ?", "question_toks": [ "return", "me", "the", "author", "who", "has", "the", "most", "number", "of", "papers", "in", "the", "VLDB", "conference", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 24, false ], null ], [ 0, 5, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ] ], "table_units": [ [ "table_unit", 9 ], [ "table_unit", 1 ], [ "table_unit", 13 ], [ "table_unit", 0 ] ] }, "groupBy": [ [ 0, 3, false ] ], "having": [], "intersect": null, "limit": 1, "orderBy": [ "desc", [ [ 0, [ 3, 29, true ], null ] ] ], "select": [ false, [ [ 0, [ 0, [ 0, 3, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 7, false ], null ], "\"VLDB\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t1.name FROM organization AS t2 JOIN author AS t1 ON t2.oid = t1.oid JOIN writes AS t3 ON t3.aid = t1.aid JOIN publication AS t4 ON t3.pid = t4.pid WHERE t2.name = \"University of Michigan\" GROUP BY t1.name HAVING SUM ( t4.citation_num ) > 5000;", "query_toks": [ "SELECT", "t1.name", "FROM", "organization", "AS", "t2", "JOIN", "author", "AS", "t1", "ON", "t2.oid", "=", "t1.oid", "JOIN", "writes", "AS", "t3", "ON", "t3.aid", "=", "t1.aid", "JOIN", "publication", "AS", "t4", "ON", "t3.pid", "=", "t4.pid", "WHERE", "t2.name", "=", "``", "University", "of", "Michigan", "''", "GROUP", "BY", "t1.name", "HAVING", "SUM", "(", "t4.citation_num", ")", ">", "5000", ";" ], "query_toks_no_value": [ "select", "t1", ".", "name", "from", "organization", "as", "t2", "join", "author", "as", "t1", "on", "t2", ".", "oid", "=", "t1", ".", "oid", "join", "writes", "as", "t3", "on", "t3", ".", "aid", "=", "t1", ".", "aid", "join", "publication", "as", "t4", "on", "t3", ".", "pid", "=", "t4", ".", "pid", "where", "t2", ".", "name", "=", "value", "group", "by", "t1", ".", "name", "having", "sum", "(", "t4", ".", "citation_num", ")", ">", "value" ], "question": "những tác giả nào thuộc ' Đại học Michigan ' đã xuất bản một số bài báo với nhiều hơn 5000 trích dẫn ?", "question_toks": [ "return", "me", "the", "author", "in", "the", "``", "University", "of", "Michigan", "``", "whose", "papers", "have", "more", "than", "5000", "total", "citations", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 36, false ], null ], [ 0, 4, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ] ], "table_units": [ [ "table_unit", 11 ], [ "table_unit", 0 ], [ "table_unit", 13 ], [ "table_unit", 9 ] ] }, "groupBy": [ [ 0, 3, false ] ], "having": [ [ false, 3, [ 0, [ 4, 25, false ], null ], 5000.0, null ] ], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 3, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 35, false ], null ], "\"University of Michigan\"", null ] ] } }, { "db_id": "academic", "query": "SELECT t1.name FROM domain_author AS t6 JOIN author AS t1 ON t6.aid = t1.aid JOIN DOMAIN AS t3 ON t3.did = t6.did JOIN organization AS t5 ON t5.oid = t1.oid JOIN writes AS t2 ON t2.aid = t1.aid JOIN publication AS t4 ON t2.pid = t4.pid WHERE t3.name = \"Databases\" AND t5.name = \"University of Michigan\" GROUP BY t1.name HAVING SUM ( t4.citation_num ) > 5000;", "query_toks": [ "SELECT", "t1.name", "FROM", "domain_author", "AS", "t6", "JOIN", "author", "AS", "t1", "ON", "t6.aid", "=", "t1.aid", "JOIN", "DOMAIN", "AS", "t3", "ON", "t3.did", "=", "t6.did", "JOIN", "organization", "AS", "t5", "ON", "t5.oid", "=", "t1.oid", "JOIN", "writes", "AS", "t2", "ON", "t2.aid", "=", "t1.aid", "JOIN", "publication", "AS", "t4", "ON", "t2.pid", "=", "t4.pid", "WHERE", "t3.name", "=", "``", "Databases", "''", "AND", "t5.name", "=", "``", "University", "of", "Michigan", "''", "GROUP", "BY", "t1.name", "HAVING", "SUM", "(", "t4.citation_num", ")", ">", "5000", ";" ], "query_toks_no_value": [ "select", "t1", ".", "name", "from", "domain_author", "as", "t6", "join", "author", "as", "t1", "on", "t6", ".", "aid", "=", "t1", ".", "aid", "join", "domain", "as", "t3", "on", "t3", ".", "did", "=", "t6", ".", "did", "join", "organization", "as", "t5", "on", "t5", ".", "oid", "=", "t1", ".", "oid", "join", "writes", "as", "t2", "on", "t2", ".", "aid", "=", "t1", ".", "aid", "join", "publication", "as", "t4", "on", "t2", ".", "pid", "=", "t4", ".", "pid", "where", "t3", ".", "name", "=", "value", "and", "t5", ".", "name", "=", "value", "group", "by", "t1", ".", "name", "having", "sum", "(", "t4", ".", "citation_num", ")", ">", "value" ], "question": "liệt kê các tác giả thuộc ' Đại học Michigan ' hiện đang nghiên cứu trong lĩnh vực ' Cơ sở dữ liệu ' và có một số bài báo nhận được nhiều hơn 5000 trích dẫn .", "question_toks": [ "return", "me", "the", "author", "in", "the", "``", "University", "of", "Michigan", "``", "in", "Databases", "area", "whose", "papers", "have", "more", "than", "5000", "total", "citations", "." ], "sql": { "except": null, "from": { "conds": [ [ false, 2, [ 0, [ 0, 10, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 8, false ], null ], [ 0, 11, false ], null ], "and", [ false, 2, [ 0, [ 0, 36, false ], null ], [ 0, 4, false ], null ], "and", [ false, 2, [ 0, [ 0, 39, false ], null ], [ 0, 1, false ], null ], "and", [ false, 2, [ 0, [ 0, 40, false ], null ], [ 0, 27, false ], null ] ], "table_units": [ [ "table_unit", 3 ], [ "table_unit", 0 ], [ "table_unit", 2 ], [ "table_unit", 11 ], [ "table_unit", 13 ], [ "table_unit", 9 ] ] }, "groupBy": [ [ 0, 3, false ] ], "having": [ [ false, 3, [ 0, [ 4, 25, false ], null ], 5000.0, null ] ], "intersect": null, "limit": null, "orderBy": [], "select": [ false, [ [ 0, [ 0, [ 0, 3, false ], null ] ] ] ], "union": null, "where": [ [ false, 2, [ 0, [ 0, 9, false ], null ], "\"Databases\"", null ], "and", [ false, 2, [ 0, [ 0, 35, false ], null ], "\"University of Michigan\"", null ] ] } } ]