Merging Weak and Active Supervision for Semantic Parsing
Ansong Ni, Pengcheng Yin, Graham Neubig

TL;DR
This paper proposes a method combining weak and active supervision to improve semantic parsing accuracy, significantly reducing annotation effort while narrowing the performance gap with fully-supervised models.
Contribution
It introduces an active learning approach to selectively query annotations, enhancing weakly-supervised semantic parsers and demonstrating substantial improvements on benchmark datasets.
Findings
Achieved 79.0% accuracy on WikiSQL with only 1.8% annotated examples.
Improved weakly-supervised parser performance by 6.4% over baseline.
Effective active query strategies reduce annotation needs significantly.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Machine Learning and Algorithms · Natural Language Processing Techniques
