CLMay 4, 2022

Compositional Task-Oriented Parsing as Abstractive Question Answering

arXiv:2205.02068v1633 citationsh-index: 79
Originality Highly original
AI Analysis

This work addresses the challenge of converting natural language into machine-readable task representations, offering a more effective solution for semantic parsing applications.

The paper tackles the problem of task-oriented parsing by reducing it to abstractive question answering, overcoming limitations of previous naturalized parsers. The method outperforms state-of-the-art approaches in full-data settings and achieves dramatic improvements in few-shot scenarios.

Task-oriented parsing (TOP) aims to convert natural language into machine-readable representations of specific tasks, such as setting an alarm. A popular approach to TOP is to apply seq2seq models to generate linearized parse trees. A more recent line of work argues that pretrained seq2seq models are better at generating outputs that are themselves natural language, so they replace linearized parse trees with canonical natural-language paraphrases that can then be easily translated into parse trees, resulting in so-called naturalized parsers. In this work we continue to explore naturalized semantic parsing by presenting a general reduction of TOP to abstractive question answering that overcomes some limitations of canonical paraphrasing. Experimental results show that our QA-based technique outperforms state-of-the-art methods in full-data settings while achieving dramatic improvements in few-shot settings.

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