@inproceedings{742a482c2c524a738033d64e69c01507,
title = "SMBOP: Semi-autoregressive Bottom-up Semantic Parsing",
abstract = "The de-facto standard decoding method for semantic parsing in recent years has been to autoregressively decode the abstract syntax tree of the target program using a top-down depth-first traversal. In this work, we propose an alternative approach: a Semi-autoregressive Bottom-up Parser (SMBOP) that constructs at decoding step t the top-K sub-trees of height ≤ t. Our parser enjoys several benefits compared to top-down autoregressive parsing. From an efficiency perspective, bottom-up parsing allows to decode all sub-trees of a certain height in parallel, leading to logarithmic runtime complexity rather than linear. From a modeling perspective, a bottom-up parser learns representations for meaningful semantic sub-programs at each step, rather than for semantically-vacuous partial trees. We apply SMBOP on SPIDER, a challenging zero-shot semantic parsing benchmark, and show that SMBOP leads to a 2.2x speed-up in decoding time and a ∼5x speed-up in training time, compared to a semantic parser that uses autoregressive decoding. SMBOP obtains 71.1 denotation accuracy on SPIDER, establishing a new state-of-the-art, and 69.5 exact match, comparable to the 69.6 exact match of the autoregressive RAT-SQL+GRAPPA.",
author = "Ohad Rubin and Jonathan Berant",
note = "Publisher Copyright: {\textcopyright} 2021 Association for Computational Linguistics.; 5th Workshop on Structured Prediction for NLP, SPNLP 2021 ; Conference date: 06-08-2021",
year = "2021",
doi = "https://doi.org/10.18653/v1/2021.spnlp-1.2",
language = "الإنجليزيّة",
series = "SPNLP 2021 - 5th Workshop on Structured Prediction for NLP, Proceedings of the Workshop",
publisher = "Association for Computational Linguistics (ACL)",
pages = "12--21",
editor = "Zornitsa Kozareva and Sujith Ravi and Andreas Vlachos and Priyanka Agrawal and Martins, {Andre F. T.}",
booktitle = "SPNLP 2021 - 5th Workshop on Structured Prediction for NLP, Proceedings of the Workshop",
address = "الولايات المتّحدة",
}