Improving Semantic Parsing with Neural Generator-Reranker Architecture
Abstract
Semantic parsing is the problem of deriving machine interpretable meaning representations from natural language utterances. Neural models with encoder-decoder architectures have recently achieved substantial improvements over traditional methods. Although neural semantic parsers appear to have relatively high recall using large beam sizes, there is room for improvement with respect to one-best precision. In this work, we propose a generator-reranker architecture for semantic parsing. The generator produces a list of potential candidates and the reranker, which consists of a pre-processing step for the candidates followed by a novel critic network, reranks these candidates based on the similarity between each candidate and the input sentence. We show the advantages of this approach along with how it improves the parsing performance through extensive analysis. We experiment our model on three semantic parsing datasets (GEO, ATIS, and OVERNIGHT). The overall architecture achieves the state-of-the-art results in all three datasets.
Cite
Text
Inan et al. "Improving Semantic Parsing with Neural Generator-Reranker Architecture." International Conference on Learning Representations, 2020.Markdown
[Inan et al. "Improving Semantic Parsing with Neural Generator-Reranker Architecture." International Conference on Learning Representations, 2020.](https://mlanthology.org/iclr/2020/inan2020iclr-improving/)BibTeX
@inproceedings{inan2020iclr-improving,
title = {{Improving Semantic Parsing with Neural Generator-Reranker Architecture}},
author = {Inan, Huseyin A. and Tomar, Gaurav Singh and Pan, Huapu},
booktitle = {International Conference on Learning Representations},
year = {2020},
url = {https://mlanthology.org/iclr/2020/inan2020iclr-improving/}
}