paper-with-me

Papers

Merging Weak and Active Supervision for Semantic Parsing

2019-11-29 · Ansong Ni, Pengcheng Yin, Graham Neubig

A semantic parser maps natural language commands (NLs) from the users to executable meaning representations (MRs), which are later executed in certain environment to obtain user-desired results. The fully-supervised training of such parser requires NL/MR pairs, annotated by domain experts, which makes them expensive to collect. However, weakly-supervised semantic parsers are learnt only from pairs of NL and expected execution results, leaving the MRs latent. While weak supervision is cheaper to acquire, learning from this input poses difficulties. It demands that parsers search a large space with a very weak learning signal and it is hard to avoid spurious MRs that achieve the correct answer in the wrong way. These factors lead to a performance gap between parsers trained in weakly- and fully-supervised setting. To bridge this gap, we examine the intersection between weak supervision and active learning, which allows the learner to actively select examples and query for manual annotations as extra supervision to improve the model trained under weak supervision. We study different active learning heuristics for selecting examples to query, and various forms of extra supervision for such queries. We evaluate the effectiveness of our method on two different datasets. Experiments on the WikiSQL show that by annotating only 1.8% of examples, we improve over a state-of-the-art weakly-supervised baseline by 6.4%, achieving an accuracy of 79.0%, which is only 1.3% away from the model trained with full supervision. Experiments on WikiTableQuestions with human annotators show that our method can improve the performance with only 100 active queries, especially for weakly-supervised parsers learnt from a cold start.

📄 PDF Abstract BibTeX arXiv:1911.12986

Code (1)

niansong1996/wassp 공식 구현 tf

Tasks

Active LearningSemantic Parsing

Similar Papers 제목 키워드 기반

Semantic parsing of speech using grammars learned with weak supervision

2015-05-01 · HLT 2015 5 · Philipp Cimiano, Judith Gaspers, Britta Wrede
Language ModellingSemantic Parsingspeech-recognitionSpeech Recognition+1

TAPAS: Weakly Supervised Table Parsing via Pre-training

2020-04-05 · ACL 2020 6 · Jonathan Herzig, Paweł Krzysztof Nowak, Thomas Müller, Francesco Piccinno 외

Answering natural language questions over tables is usually seen as a semantic parsing task. To alleviate the collection cost of full logical forms, one popular approach focuses on weak supervision consisting of denotati…

Question AnsweringSemantic ParsingTransfer Learning

Toward Code Generation: A Survey and Lessons from Semantic Parsing

2021-04-26 · Celine Lee, Justin Gottschlich, Dan Roth

With the growth of natural language processing techniques and demand for improved software engineering efficiency, there is an emerging interest in translating intention from human languages to programming languages. In …

Code GenerationProgram SynthesisSemantic ParsingSurvey

Learning Neural Sequence-to-Sequence Models from Weak Feedback with Bipolar Ramp Loss

2019-07-06 · TACL 2019 3 · Laura Jehl, Carolin Lawrence, Stefan Riezler

In many machine learning scenarios, supervision by gold labels is not available and consequently neural models cannot be trained directly by maximum likelihood estimation (MLE). In a weak supervision scenario, metric-aug…

Machine TranslationSemantic ParsingTranslation

Unified Semantic Parsing with Weak Supervision

2019-06-12 · ACL 2019 7 · Priyanka Agrawal, Parag Jain, Ayushi Dalmia, Abhishek Bansal 외

Semantic parsing over multiple knowledge bases enables a parser to exploit structural similarities of programs across the multiple domains. However, the fundamental challenge lies in obtaining high-quality annotations of…

Semantic Parsing