CLAISep 29, 2022

Compositional Semantic Parsing with Large Language Models

arXiv:2209.15003v2111 citationsh-index: 53
Originality Incremental advance
AI Analysis

This work addresses the problem of efficient and accurate semantic parsing for knowledge-intensive applications, representing an incremental improvement over existing prompting methods.

The paper tackled compositional semantic parsing by refining prompting techniques for large language models, achieving a new state of the art on CFQ with only 1% of the training data compared to traditional methods.

Humans can reason compositionally when presented with new tasks. Previous research shows that appropriate prompting techniques enable large language models (LLMs) to solve artificial compositional generalization tasks such as SCAN. In this work, we identify additional challenges in more realistic semantic parsing tasks with larger vocabulary and refine these prompting techniques to address them. Our best method is based on least-to-most prompting: it decomposes the problem using prompting-based syntactic parsing, then uses this decomposition to select appropriate exemplars and to sequentially generate the semantic parse. This method allows us to set a new state of the art for CFQ while requiring only 1% of the training data used by traditional approaches. Due to the general nature of our approach, we expect similar efforts will lead to new results in other tasks and domains, especially for knowledge-intensive applications.

Foundations

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

Your Notes