CLAISep 22, 2021

Awakening Latent Grounding from Pretrained Language Models for Semantic Parsing

arXiv:2109.10540v1715 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of leveraging PLMs for semantic parsing, offering incremental benefits for downstream applications like text-to-SQL.

The paper tackles the problem of exploring grounding capabilities in pretrained language models (PLMs) by proposing an erasing-then-awakening approach to awaken latent grounding for semantic parsing, resulting in up to 9.8% absolute improvement in text-to-SQL tasks.

Recent years pretrained language models (PLMs) hit a success on several downstream tasks, showing their power on modeling language. To better understand and leverage what PLMs have learned, several techniques have emerged to explore syntactic structures entailed by PLMs. However, few efforts have been made to explore grounding capabilities of PLMs, which are also essential. In this paper, we highlight the ability of PLMs to discover which token should be grounded to which concept, if combined with our proposed erasing-then-awakening approach. Empirical studies on four datasets demonstrate that our approach can awaken latent grounding which is understandable to human experts, even if it is not exposed to such labels during training. More importantly, our approach shows great potential to benefit downstream semantic parsing models. Taking text-to-SQL as a case study, we successfully couple our approach with two off-the-shelf parsers, obtaining an absolute improvement of up to 9.8%.

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