# Practical Semantic Parsing for Spoken Language Understanding

**Authors:** Marco Damonte, Rahul Goel, Tagyoung Chung

arXiv: 1903.04521 · 2019-03-20

## TL;DR

This paper introduces a transfer learning framework for executable semantic parsing, improving question answering and spoken language understanding by leveraging data across domains through multi-task learning and pre-training techniques.

## Contribution

It presents a novel transfer learning approach that enhances semantic parsing performance across multiple NLP tasks and domains, including Q&A and SLU.

## Key findings

- Transfer learning improves domain-specific parsing accuracy.
- Pre-training on auxiliary data boosts performance on target domains.
- Unified approach benefits diverse NLP applications.

## Abstract

Executable semantic parsing is the task of converting natural language utterances into logical forms that can be directly used as queries to get a response. We build a transfer learning framework for executable semantic parsing. We show that the framework is effective for Question Answering (Q&A) as well as for Spoken Language Understanding (SLU). We further investigate the case where a parser on a new domain can be learned by exploiting data on other domains, either via multi-task learning between the target domain and an auxiliary domain or via pre-training on the auxiliary domain and fine-tuning on the target domain. With either flavor of transfer learning, we are able to improve performance on most domains; we experiment with public data sets such as Overnight and NLmaps as well as with commercial SLU data. The experiments carried out on data sets that are different in nature show how executable semantic parsing can unify different areas of NLP such as Q&A and SLU.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1903.04521/full.md

## Figures

2 figures with captions in the complete paper: https://tomesphere.com/paper/1903.04521/full.md

## References

43 references — full list in the complete paper: https://tomesphere.com/paper/1903.04521/full.md

---
Source: https://tomesphere.com/paper/1903.04521