CLLGJun 12, 2019

Unified Semantic Parsing with Weak Supervision

arXiv:1906.05062v11094 citations
Originality Highly original
AI Analysis

This addresses the problem of scalable semantic parsing for AI systems that need to operate across diverse domains without requiring costly labeled data, though it is incremental in building upon existing weak supervision methods.

The paper tackles the challenge of training a unified semantic parser across multiple domains without high-quality program annotations by proposing a multi-policy distillation framework using weak supervision, resulting in a 20% improvement in denotation accuracy on the Overnight dataset.

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 (utterance, program) pairs across various domains needed for training such models. To overcome this, we propose a novel framework to build a unified multi-domain enabled semantic parser trained only with weak supervision (denotations). Weakly supervised training is particularly arduous as the program search space grows exponentially in a multi-domain setting. To solve this, we incorporate a multi-policy distillation mechanism in which we first train domain-specific semantic parsers (teachers) using weak supervision in the absence of the ground truth programs, followed by training a single unified parser (student) from the domain specific policies obtained from these teachers. The resultant semantic parser is not only compact but also generalizes better, and generates more accurate programs. It further does not require the user to provide a domain label while querying. On the standard Overnight dataset (containing multiple domains), we demonstrate that the proposed model improves performance by 20% in terms of denotation accuracy in comparison to baseline techniques.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes