Translating Questions to SQL Queries with Generative Parsers Discriminatively Reranked
Code (0)
등록된 구현이 없습니다.
Tasks
Semantic ParsingSimilar Papers 제목 키워드 기반
Encoding Database Schemas with Relation-Aware Self-Attention for Text-to-SQL Parsers
When translating natural language questions into SQL queries to answer questions from a database, we would like our methods to generalize to domains and database schemas outside of the training set. To handle complex que…
DecoderRelationText to SQLText-To-SQLCQR-SQL: Conversational Question Reformulation Enhanced Context-Dependent Text-to-SQL Parsers
Context-dependent text-to-SQL is the task of translating multi-turn questions into database-related SQL queries. Existing methods typically focus on making full use of history context or previously predicted SQL for curr…
SQL ParsingText to SQLText-To-SQLRAT-SQL: Relation-Aware Schema Encoding and Linking for Text-to-SQL Parsers
When translating natural language questions into SQL queries to answer questions from a database, contemporary semantic parsing models struggle to generalize to unseen database schemas. The generalization challenge lies …
RelationSemantic ParsingText to SQLText-To-SQLAMBROSIA: A Benchmark for Parsing Ambiguous Questions into Database Queries
Practical semantic parsers are expected to understand user utterances and map them to executable programs, even when these are ambiguous. We introduce a new benchmark, AMBROSIA, which we hope will inform and inspire the …
Text to SQLText-To-SQLSemantic Parsing for Conversational Question Answering over Knowledge Graphs
In this paper, we are interested in developing semantic parsers which understand natural language questions embedded in a conversation with a user and ground them to formal queries over definitions in a general purpose k…
Conversational Question AnsweringKnowledge GraphsQuestion AnsweringSemantic Parsing