paper-with-me

홈 › Papers

An Imitation Game for Learning Semantic Parsers from User Interaction

2020-05-02 · EMNLP 2020 11 · Ziyu Yao, Yiqi Tang, Wen-tau Yih, Huan Sun, Yu Su

Despite the widely successful applications, bootstrapping and fine-tuning semantic parsers are still a tedious process with challenges such as costly data annotation and privacy risks. In this paper, we suggest an alternative, human-in-the-loop methodology for learning semantic parsers directly from users. A semantic parser should be introspective of its uncertainties and prompt for user demonstration when uncertain. In doing so it also gets to imitate the user behavior and continue improving itself autonomously with the hope that eventually it may become as good as the user in interpreting their questions. To combat the sparsity of demonstration, we propose a novel annotation-efficient imitation learning algorithm, which iteratively collects new datasets by mixing demonstrated states and confident predictions and re-trains the semantic parser in a Dataset Aggregation fashion (Ross et al., 2011). We provide a theoretical analysis of its cost bound and also empirically demonstrate its promising performance on the text-to-SQL problem. Code will be available at https://github.com/sunlab-osu/MISP.

📄 PDF Abstract BibTeX arXiv:2005.00689

Code (1)

sunlab-osu/MISP 공식 구현 pytorch

Tasks

Imitation LearningText to SQLText-To-SQL

Similar Papers 제목 키워드 기반

NL-EDIT: Correcting semantic parse errors through natural language interaction

2021-03-26 · NAACL 2021 4 · Ahmed Elgohary, Christopher Meek, Matthew Richardson, Adam Fourney 외

We study semantic parsing in an interactive setting in which users correct errors with natural language feedback. We present NL-EDIT, a model for interpreting natural language feedback in the interaction context to gener…

Semantic ParsingText to SQLText-To-SQL

Fast Domain Adaptation of Semantic Parsers via Paraphrase Attention

2019-11-01 · WS 2019 11 · Avik Ray, Yilin Shen, Hongxia Jin

Semantic parsers are used to convert user{'}s natural language commands to executable logical form in intelligent personal agents. Labeled datasets required to train such parsers are expensive to collect, and are never c…

Domain Adaptation

Neural Abstructions: Abstractions that Support Construction for Grounded Language Learning

2021-07-20 · Kaylee Burns, Christopher D. Manning, Li Fei-Fei

Although virtual agents are increasingly situated in environments where natural language is the most effective mode of interaction with humans, these exchanges are rarely used as an opportunity for learning. Leveraging l…

Grounded language learningMinecraft

Imitation Learning of Agenda-based Semantic Parsers

2015-01-01 · TACL 2015 1 · Jonathan Berant, Percy Liang

Semantic parsers conventionally construct logical forms bottom-up in a fixed order, resulting in the generation of many extraneous partial logical forms. In this paper, we combine ideas from imitation learning and agenda…

Imitation LearningQuestion AnsweringSemantic Parsing

Neural Semantic Parsing with Anonymization for Command Understanding in General-Purpose Service Robots

2019-07-02 · Nick Walker, Yu-Tang Peng, Maya Cakmak

Service robots are envisioned to undertake a wide range of tasks at the request of users. Semantic parsing is one way to convert natural language commands given to these robots into executable representations. Methods fo…

Semantic ParsingWord Embeddings