Semantic Parsing in Task-Oriented Dialog with Recursive Insertion-Based Encoder
Abstract
We introduce a Recursive INsertion-based Encoder (RINE), a novel approach for semantic parsing in task-oriented dialog. Our model consists of an encoder network that incrementally builds the semantic parse tree by predicting the non-terminal label and its positions in the linearized tree. At the generation time, the model constructs the semantic parse tree by recursively inserting the predicted non-terminal labels at the predicted positions until termination. RINE achieves state-of-the-art exact match accuracy on low- and high-resource versions of the conversational semantic parsing benchmark TOP, outperforming strong sequence-to-sequence models and transition-based parsers. We also show that our model design is applicable to nested named entity recognition task, where it performs on par with state-of-the-art approach designed for that task. Finally, we demonstrate that our approach is 2-3.5 times faster than the sequence-to-sequence model at inference time.
Cite
Text
Mansimov and Zhang. "Semantic Parsing in Task-Oriented Dialog with Recursive Insertion-Based Encoder." AAAI Conference on Artificial Intelligence, 2022. doi:10.1609/AAAI.V36I10.21355Markdown
[Mansimov and Zhang. "Semantic Parsing in Task-Oriented Dialog with Recursive Insertion-Based Encoder." AAAI Conference on Artificial Intelligence, 2022.](https://mlanthology.org/aaai/2022/mansimov2022aaai-semantic/) doi:10.1609/AAAI.V36I10.21355BibTeX
@inproceedings{mansimov2022aaai-semantic,
title = {{Semantic Parsing in Task-Oriented Dialog with Recursive Insertion-Based Encoder}},
author = {Mansimov, Elman and Zhang, Yi},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2022},
pages = {11067-11075},
doi = {10.1609/AAAI.V36I10.21355},
url = {https://mlanthology.org/aaai/2022/mansimov2022aaai-semantic/}
}