paper-with-me

홈 › Papers

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 development of text-to-SQL parsers capable of recognizing and interpreting ambiguous requests. Our dataset contains questions showcasing three different types of ambiguity (scope ambiguity, attachment ambiguity, and vagueness), their interpretations, and corresponding SQL queries. In each case, the ambiguity persists even when the database context is provided. This is achieved through a novel approach that involves controlled generation of databases from scratch. We benchmark various LLMs on AMBROSIA, revealing that even the most advanced models struggle to identify and interpret ambiguity in questions.

📄 PDF Abstract BibTeX arXiv:2406.19073

Code (1)

saparina/ambrosia 공식 구현

Tasks

Text to SQLText-To-SQL

Similar Papers 제목 키워드 기반

Interactive Semantic Parsing for If-Then Recipes via Hierarchical Reinforcement Learning

2018-08-21 · Ziyu Yao, Xiujun Li, Jianfeng Gao, Brian Sadler 외

Given a text description, most existing semantic parsers synthesize a program in one shot. However, it is quite challenging to produce a correct program solely based on the description, which in reality is often ambiguou…

Hierarchical Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

Semantic Parsing of Ambiguous Input through Paraphrasing and Verification

2015-01-01 · TACL 2015 1 · Philip Arthur, Graham Neubig, Sakriani Sakti, Tomoki Toda 외

We propose a new method for semantic parsing of ambiguous and ungrammatical input, such as search queries. We do so by building on an existing semantic parsing framework that uses synchronous context free grammars (SCFG)…

Language ModelingLanguage ModellingSemantic ParsingSentence

SynTQA: Synergistic Table-based Question Answering via Mixture of Text-to-SQL and E2E TQA

2024-09-25 · Siyue Zhang, Anh Tuan Luu, Chen Zhao

Text-to-SQL parsing and end-to-end question answering (E2E TQA) are two main approaches for Table-based Question Answering task. Despite success on multiple benchmarks, they have yet to be compared and their synergy rema…

Answer SelectionQuestion AnsweringSemantic ParsingSQL Parsing+3

Answering Ambiguous Questions with a Database of Questions, Answers, and Revisions

2023-08-16 · Haitian Sun, William W. Cohen, Ruslan Salakhutdinov

Many open-domain questions are under-specified and thus have multiple possible answers, each of which is correct under a different interpretation of the question. Answering such ambiguous questions is challenging, as it …

Passage RetrievalQuestion AnsweringRetrieval

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