paper-with-me

Papers

Towards Transparent Interactive Semantic Parsing via Step-by-Step Correction

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Existing studies on semantic parsing focus on mapping a natural-language utterance to a logical form (LF) in one turn. However, because natural language may contain ambiguity and variability, this is a difficult challenge. In this work, we investigate an interactive semantic parsing framework that explains the predicted LF step by step in natural language and enables the user to make corrections through natural-language feedback for individual steps. We focus on question answering over knowledge bases (KBQA) as an instantiation of our framework, aiming to increase the transparency of the parsing process and help the user trust the final answer. We construct INSPIRED, a crowdsourced dialogue dataset derived from the ComplexWebQuestions dataset. Our experiments show that this framework has the potential to greatly improve overall parse accuracy. Furthermore, we develop a pipeline for dialogue simulation to evaluate our framework w.r.t. a variety of state-of-the-art KBQA models without further crowdsourcing effort. The results demonstrate that our framework promises to be effective across such models.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringSemantic Parsing

Similar Papers 제목 키워드 기반

Towards Transparent Interactive Semantic Parsing via Step-by-Step Correction

2021-10-15 · Findings (ACL) 2022 5 · Lingbo Mo, Ashley Lewis, Huan Sun, Michael White

Existing studies on semantic parsing focus primarily on mapping a natural-language utterance to a corresponding logical form in one turn. However, because natural language can contain a great deal of ambiguity and variab…

Question AnsweringSemantic Parsing

From Parse-Execute to Parse-Execute-Refine: Improving Semantic Parser for Complex Question Answering over Knowledge Base

2023-05-05 · Wangzhen Guo, Linyin Luo, Hanjiang Lai, Jian Yin

Parsing questions into executable logical forms has showed impressive results for knowledge-base question answering (KBQA). However, complex KBQA is a more challenging task that requires to perform complex multi-step rea…

Knowledge Base Question AnsweringQuestion Answering

An Adversarial Learning based Multi-Step Spoken Language Understanding System through Human-Computer Interaction

2021-06-06 · Yu Wang, Yilin Shen, Hongxia Jin

Most of the existing spoken language understanding systems can perform only semantic frame parsing based on a single-round user query. They cannot take users' feedback to update/add/remove slot values through multiround …

Dialogue State TrackingSemantic Frame ParsingSentenceSpoken Language Understanding

Unsupervised Semantic Parsing of Video Collections

2015-06-28 · ICCV 2015 12 · Ozan Sener, Amir Zamir, Silvio Savarese, Ashutosh Saxena

Human communication typically has an underlying structure. This is reflected in the fact that in many user generated videos, a starting point, ending, and certain objective steps between these two can be identified. In t…

Semantic ParsingUnsupervised semantic parsing

Model-based Interactive Semantic Parsing: A Unified Framework and A Text-to-SQL Case Study

2019-10-11 · IJCNLP 2019 11 · Ziyu Yao, Yu Su, Huan Sun, Wen-tau Yih

As a promising paradigm, interactive semantic parsing has shown to improve both semantic parsing accuracy and user confidence in the results. In this paper, we propose a new, unified formulation of the interactive semant…

Semantic ParsingText to SQLText-To-SQL