paper-with-me

Papers

Translating Questions to SQL Queries with Generative Parsers Discriminatively Reranked

2012-12-01 · COLING 2012 12 · Aless Giordani, ra, Aless Moschitti, ro
📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic Parsing

Similar Papers 제목 키워드 기반

Encoding Database Schemas with Relation-Aware Self-Attention for Text-to-SQL Parsers

2019-06-27 · Richard Shin

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-SQL

CQR-SQL: Conversational Question Reformulation Enhanced Context-Dependent Text-to-SQL Parsers

2022-05-16 · Dongling Xiao, Linzheng Chai, Qian-Wen Zhang, Zhao Yan 외

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-SQL

RAT-SQL: Relation-Aware Schema Encoding and Linking for Text-to-SQL Parsers

2019-11-10 · ACL 2020 6 · Bailin Wang, Richard Shin, Xiaodong Liu, Oleksandr Polozov 외

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-SQL

AMBROSIA: A Benchmark for Parsing Ambiguous Questions into Database Queries

2024-06-27 · Irina Saparina, Mirella Lapata

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-SQL

Semantic Parsing for Conversational Question Answering over Knowledge Graphs

2023-01-28 · Laura Perez-Beltrachini, Parag Jain, Emilio Monti, Mirella Lapata

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