db_id stringclasses 146
values | schema stringclasses 146
values | question stringlengths 3 224 | sql stringlengths 18 577 |
|---|---|---|---|
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | number of citations of noah a smith | SELECT DISTINCT COUNT ( t4.citedpaperid ) FROM paper AS t3 JOIN cite AS t4 ON t3.paperid = t4.citedpaperid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "noah a smith"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | How many citations does noah a smith have | SELECT DISTINCT COUNT ( t4.citedpaperid ) FROM paper AS t3 JOIN cite AS t4 ON t3.paperid = t4.citedpaperid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "noah a smith"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | How many times was noah a smith cited ? | SELECT DISTINCT COUNT ( t4.citedpaperid ) FROM paper AS t3 JOIN cite AS t4 ON t3.paperid = t4.citedpaperid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "noah a smith"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | How many citations does noah a smith has ? | SELECT DISTINCT COUNT ( t4.citedpaperid ) FROM paper AS t3 JOIN cite AS t4 ON t3.paperid = t4.citedpaperid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "noah a smith"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | chi papers | SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t2.venuename = "chi"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | papers at chi | SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t2.venuename = "chi"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | papers in chi | SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t2.venuename = "chi"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | chi | SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t2.venuename = "chi"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | Papers about chi | SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t2.venuename = "chi"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | Show me chi papers . | SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t2.venuename = "chi"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | what papers did chi publish ? | SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t2.venuename = "chi"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | list papers published in chi | SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t2.venuename = "chi"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | Papers on chi | SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t2.venuename = "chi"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | Has mirella lapata written any papers in 2016 ? | SELECT DISTINCT COUNT ( t3.paperid ) , t2.authorid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "mirella lapata" AND t3.year = 2016 GROUP BY t2.authorid; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | What papers has sharon goldwater written ? | SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "sharon goldwater"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | What papers has written by sharon goldwater ? | SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "sharon goldwater"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | papers by sharon goldwater | SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "sharon goldwater"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | what did sharon goldwater write ? | SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "sharon goldwater"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | papers where sharon goldwater is an author | SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "sharon goldwater"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | Papers authored by sharon goldwater | SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "sharon goldwater"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | sharon goldwater papers | SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "sharon goldwater"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | Papers by sharon goldwater | SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "sharon goldwater"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | Papers written by sharon goldwater | SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "sharon goldwater"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | which papers has sharon goldwater written ? | SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "sharon goldwater"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | papers written by sharon goldwater | SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "sharon goldwater"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | What has sharon goldwater published ? | SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "sharon goldwater"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | Does sharon goldwater have any papers published ? | SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "sharon goldwater"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | sharon goldwater 's papers | SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "sharon goldwater"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | show me papers by sharon goldwater . | SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "sharon goldwater"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | What papers are authored by sharon goldwater ? | SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "sharon goldwater"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | papers by sharon goldwater ? | SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "sharon goldwater"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | What was oren etzioni 's latest paper ? | SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "oren etzioni" ORDER BY t3.year DESC; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | Latest paper by oren etzioni | SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "oren etzioni" ORDER BY t3.year DESC; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | What is the latest paper by oren etzioni ? | SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "oren etzioni" ORDER BY t3.year DESC; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | What is oren etzioni 's latest paper ? | SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "oren etzioni" ORDER BY t3.year DESC; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | What are the latest papers by oren etzioni ? | SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "oren etzioni" ORDER BY t3.year DESC; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | most recent papers by oren etzioni | SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "oren etzioni" ORDER BY t3.year DESC; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | are there any monte carlo simulation papers since 2011 ? | SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "monte carlo simulation" AND t3.year > 2011; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | monte carlo simulation papers later than 2011 | SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "monte carlo simulation" AND t3.year > 2011; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | monte carlo simulation later than 2011 | SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "monte carlo simulation" AND t3.year > 2011; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | monte carlo simulation papers published after 2011 | SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "monte carlo simulation" AND t3.year > 2011; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | monte carlo simulation papers since 2011 | SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "monte carlo simulation" AND t3.year > 2011; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | does ras bodik publish a lot ? | SELECT COUNT ( t3.paperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "ras bodik"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | How many papers did David M. Blei publish at AISTATS ? | SELECT DISTINCT COUNT ( t3.paperid ) FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "David M. Blei" AND t4.venuename = "AISTATS"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | How many papers does David M. Blei have in AISTATS ? | SELECT DISTINCT COUNT ( t3.paperid ) FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "David M. Blei" AND t4.venuename = "AISTATS"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | How many papers has David M. Blei published in AISTATS ? | SELECT DISTINCT COUNT ( t3.paperid ) FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "David M. Blei" AND t4.venuename = "AISTATS"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | how many papers does David M. Blei have at AISTATS | SELECT DISTINCT COUNT ( t3.paperid ) FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "David M. Blei" AND t4.venuename = "AISTATS"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | how many papers does David M. Blei have in AISTATS ? | SELECT DISTINCT COUNT ( t3.paperid ) FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "David M. Blei" AND t4.venuename = "AISTATS"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | how many David M. Blei papers are in AISTATS ? | SELECT DISTINCT COUNT ( t3.paperid ) FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "David M. Blei" AND t4.venuename = "AISTATS"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | How many papers David M. Blei has in AISTATS ? | SELECT DISTINCT COUNT ( t3.paperid ) FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "David M. Blei" AND t4.venuename = "AISTATS"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | How many papers does David M. Blei have in AISTATS | SELECT DISTINCT COUNT ( t3.paperid ) FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "David M. Blei" AND t4.venuename = "AISTATS"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | List all academic papers on machine networks for one shot learning | SELECT DISTINCT paperid FROM paper WHERE title = "machine networks for one shot learning"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | machine networks for one shot learning | SELECT DISTINCT paperid FROM paper WHERE title = "machine networks for one shot learning"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | which EMNLP 2010 papers have the most citations ? | SELECT DISTINCT t3.citedpaperid , COUNT ( t3.citedpaperid ) FROM paper AS t1 JOIN cite AS t3 ON t1.paperid = t3.citedpaperid JOIN venue AS t2 ON t2.venueid = t1.venueid WHERE t1.year = 2010 AND t2.venuename = "EMNLP" GROUP BY t3.citedpaperid ORDER BY COUNT ( t3.citedpaperid ) DESC; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | Which paper from EMNLP 2010 was cited most ? | SELECT DISTINCT t3.citedpaperid , COUNT ( t3.citedpaperid ) FROM paper AS t1 JOIN cite AS t3 ON t1.paperid = t3.citedpaperid JOIN venue AS t2 ON t2.venueid = t1.venueid WHERE t1.year = 2010 AND t2.venuename = "EMNLP" GROUP BY t3.citedpaperid ORDER BY COUNT ( t3.citedpaperid ) DESC; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | most cited EMNLP 2010 papers | SELECT DISTINCT t3.citedpaperid , COUNT ( t3.citedpaperid ) FROM paper AS t1 JOIN cite AS t3 ON t1.paperid = t3.citedpaperid JOIN venue AS t2 ON t2.venueid = t1.venueid WHERE t1.year = 2010 AND t2.venuename = "EMNLP" GROUP BY t3.citedpaperid ORDER BY COUNT ( t3.citedpaperid ) DESC; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | which EMNLP 2010 papers have been cited the most ? | SELECT DISTINCT t3.citedpaperid , COUNT ( t3.citedpaperid ) FROM paper AS t1 JOIN cite AS t3 ON t1.paperid = t3.citedpaperid JOIN venue AS t2 ON t2.venueid = t1.venueid WHERE t1.year = 2010 AND t2.venuename = "EMNLP" GROUP BY t3.citedpaperid ORDER BY COUNT ( t3.citedpaperid ) DESC; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | What papers were published at CVPR in 2016 about Class consistent multi-modal fusion with binary features applied to RGB-D Object Dataset ? | SELECT DISTINCT t3.paperid FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.datasetname = "RGB-D Object Dataset" AND t3.title = "Class consistent multi-modal fusion with binary features" A... |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | What papers were published at CVPR '16 about Class consistent multi-modal fusion with binary features applied to RGB-D Object Dataset ? | SELECT DISTINCT t3.paperid FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.datasetname = "RGB-D Object Dataset" AND t3.title = "Class consistent multi-modal fusion with binary features" A... |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | How many papers are in deep learning ? | SELECT DISTINCT COUNT ( DISTINCT t3.paperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "deep learning"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | How many papers are about deep learning ? | SELECT DISTINCT COUNT ( DISTINCT t3.paperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "deep learning"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | how many papers about deep learning ? | SELECT DISTINCT COUNT ( DISTINCT t3.paperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "deep learning"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | How many papers are related to deep learning ? | SELECT DISTINCT COUNT ( DISTINCT t3.paperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "deep learning"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | How many papers has Christopher D. Manning written ? | SELECT DISTINCT COUNT ( DISTINCT t2.paperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "Christopher D. Manning"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | How many papers does Christopher D. Manning have ? | SELECT DISTINCT COUNT ( DISTINCT t2.paperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "Christopher D. Manning"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | How many papers has Christopher D. Manning ? | SELECT DISTINCT COUNT ( DISTINCT t2.paperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "Christopher D. Manning"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | How many papers has Christopher D. Manning published ? | SELECT DISTINCT COUNT ( DISTINCT t2.paperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "Christopher D. Manning"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | how many papers has Christopher D. Manning written ? | SELECT DISTINCT COUNT ( DISTINCT t2.paperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "Christopher D. Manning"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | Has Christopher D. Manning published any papers ? | SELECT DISTINCT COUNT ( DISTINCT t2.paperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "Christopher D. Manning"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | how many papers has Christopher D. Manning published ? | SELECT DISTINCT COUNT ( DISTINCT t2.paperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "Christopher D. Manning"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | how many papers does Christopher D. Manning have ? | SELECT DISTINCT COUNT ( DISTINCT t2.paperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "Christopher D. Manning"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | How many paper does Christopher D. Manning have ? | SELECT DISTINCT COUNT ( DISTINCT t2.paperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "Christopher D. Manning"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | How many publications does Christopher D. Manning have ? | SELECT DISTINCT COUNT ( DISTINCT t2.paperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "Christopher D. Manning"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | How many papers does Christopher D. Manning have | SELECT DISTINCT COUNT ( DISTINCT t2.paperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "Christopher D. Manning"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | number of papers written by Christopher D. Manning | SELECT DISTINCT COUNT ( DISTINCT t2.paperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "Christopher D. Manning"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | what kind of papers does Luke Zettlemoyer publish | SELECT DISTINCT t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = "Luke Zettlemoyer"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | Keyphrases used by Luke Zettlemoyer | SELECT DISTINCT t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = "Luke Zettlemoyer"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | What keywords are in papers by Luke Zettlemoyer ? | SELECT DISTINCT t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = "Luke Zettlemoyer"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | keywords used by Luke Zettlemoyer | SELECT DISTINCT t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = "Luke Zettlemoyer"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | what keywords are used by Luke Zettlemoyer | SELECT DISTINCT t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = "Luke Zettlemoyer"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | keyphrases used by Luke Zettlemoyer | SELECT DISTINCT t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = "Luke Zettlemoyer"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | keyphrases by Luke Zettlemoyer | SELECT DISTINCT t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = "Luke Zettlemoyer"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | give me the keywords used by Luke Zettlemoyer | SELECT DISTINCT t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = "Luke Zettlemoyer"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | What topic does Luke Zettlemoyer write about ? | SELECT DISTINCT t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = "Luke Zettlemoyer"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | what topics does Luke Zettlemoyer publish in | SELECT DISTINCT t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = "Luke Zettlemoyer"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | keywords in the papers written by Luke Zettlemoyer | SELECT DISTINCT t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = "Luke Zettlemoyer"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | keyphrases used by Luke Zettlemoyer . | SELECT DISTINCT t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = "Luke Zettlemoyer"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | topics used by Luke Zettlemoyer | SELECT DISTINCT t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = "Luke Zettlemoyer"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | What conference does Daniella Coelho publish in ? | SELECT DISTINCT t3.venueid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "Daniella Coelho"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | conferences that Daniella Coelho has published in | SELECT DISTINCT t3.venueid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "Daniella Coelho"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | In which conferences does Daniella Coelho typically publish ? | SELECT DISTINCT t3.venueid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "Daniella Coelho"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | in what conferences does Daniella Coelho publish ? | SELECT DISTINCT t3.venueid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "Daniella Coelho"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | What conferences does Daniella Coelho publish in ? | SELECT DISTINCT t3.venueid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "Daniella Coelho"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | At which conferences does Daniella Coelho publish ? | SELECT DISTINCT t3.venueid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "Daniella Coelho"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | What conferences does Daniella Coelho submit to ? | SELECT DISTINCT t3.venueid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "Daniella Coelho"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | How many papers are there ? | SELECT DISTINCT COUNT ( DISTINCT paperid ) FROM paper; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | How many papers by Ed Desmond contain the keyphrases Semantic Parsing ? | SELECT DISTINCT COUNT ( DISTINCT t3.paperid ) FROM paperkeyphrase AS t1 JOIN keyphrase AS t4 ON t1.keyphraseid = t4.keyphraseid JOIN writes AS t3 ON t3.paperid = t1.paperid JOIN author AS t2 ON t3.authorid = t2.authorid WHERE t2.authorname = "Ed Desmond" AND t4.keyphrasename = "Semantic Parsing"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | How many papers does Ed Desmond have in Semantic Parsing area ? | SELECT DISTINCT COUNT ( DISTINCT t3.paperid ) FROM paperkeyphrase AS t1 JOIN keyphrase AS t4 ON t1.keyphraseid = t4.keyphraseid JOIN writes AS t3 ON t3.paperid = t1.paperid JOIN author AS t2 ON t3.authorid = t2.authorid WHERE t2.authorname = "Ed Desmond" AND t4.keyphrasename = "Semantic Parsing"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | How many Semantic Parsing papers has Ed Desmond written ? | SELECT DISTINCT COUNT ( DISTINCT t3.paperid ) FROM paperkeyphrase AS t1 JOIN keyphrase AS t4 ON t1.keyphraseid = t4.keyphraseid JOIN writes AS t3 ON t3.paperid = t1.paperid JOIN author AS t2 ON t3.authorid = t2.authorid WHERE t2.authorname = "Ed Desmond" AND t4.keyphrasename = "Semantic Parsing"; |
scholar | 【DB_ID】 scholar
【Schema】
# Table: main.author
[
(authorId:INTEGER, Primary Key),
(authorName:VARCHAR)
]
# Table: main.cite
[
(citingPaperId:INTEGER, Primary Key),
(citedPaperId:INTEGER, Primary Key)
]
# Table: main.dataset
[
(datasetId:INTEGER, Primary Key),
(datasetName:VARCHAR)
]
# Table: main.journal
[
(journalId:IN... | How many paper has Ed Desmond written about Semantic Parsing ? | SELECT DISTINCT COUNT ( DISTINCT t3.paperid ) FROM paperkeyphrase AS t1 JOIN keyphrase AS t4 ON t1.keyphraseid = t4.keyphraseid JOIN writes AS t3 ON t3.paperid = t1.paperid JOIN author AS t2 ON t3.authorid = t2.authorid WHERE t2.authorname = "Ed Desmond" AND t4.keyphrasename = "Semantic Parsing"; |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.