paper-with-me

홈 › Papers

Non-Autoregressive Semantic Parsing for Compositional Task-Oriented Dialog

2021-04-11 · NAACL 2021 4 · Arun Babu, Akshat Shrivastava, Armen Aghajanyan, Ahmed Aly, Angela Fan, Marjan Ghazvininejad

Semantic parsing using sequence-to-sequence models allows parsing of deeper representations compared to traditional word tagging based models. In spite of these advantages, widespread adoption of these models for real-time conversational use cases has been stymied by higher compute requirements and thus higher latency. In this work, we propose a non-autoregressive approach to predict semantic parse trees with an efficient seq2seq model architecture. By combining non-autoregressive prediction with convolutional neural networks, we achieve significant latency gains and parameter size reduction compared to traditional RNN models. Our novel architecture achieves up to an 81% reduction in latency on TOP dataset and retains competitive performance to non-pretrained models on three different semantic parsing datasets. Our code is available at https://github.com/facebookresearch/pytext

📄 PDF Abstract BibTeX arXiv:2104.04923

Code (1)

facebookresearch/pytext 공식 구현 pytorch

Tasks

Semantic Parsing

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

Semantic Parsing for Task Oriented Dialog using Hierarchical Representations

2018-10-18 · EMNLP 2018 10 · Sonal Gupta, Rushin Shah, Mrinal Mohit, Anuj Kumar 외

Task oriented dialog systems typically first parse user utterances to semantic frames comprised of intents and slots. Previous work on task oriented intent and slot-filling work has been restricted to one intent per quer…

Constituency ParsingSemantic Parsingslot-fillingSlot Filling

X2Parser: Cross-Lingual and Cross-Domain Framework for Task-Oriented Compositional Semantic Parsing

2021-06-07 · ACL (RepL4NLP) 2021 8 · Zihan Liu, Genta Indra Winata, Peng Xu, Pascale Fung

Task-oriented compositional semantic parsing (TCSP) handles complex nested user queries and serves as an essential component of virtual assistants. Current TCSP models rely on numerous training data to achieve decent per…

Semantic Parsing

Conversational Semantic Parsing

2020-09-28 · EMNLP 2020 11 · Armen Aghajanyan, Jean Maillard, Akshat Shrivastava, Keith Diedrick 외

The structured representation for semantic parsing in task-oriented assistant systems is geared towards simple understanding of one-turn queries. Due to the limitations of the representation, the session-based properties…

dialog state trackingSemantic Parsing

Towards Compositionally Generalizable Semantic Parsing in Large Language Models: A Survey

2024-04-15 · Amogh Mannekote

Compositional generalization is the ability of a model to generalize to complex, previously unseen types of combinations of entities from just having seen the primitives. This type of generalization is particularly relev…

Information RetrievalRetrievalSemantic ParsingSQL Parsing+2

Compressing Transformer-Based Semantic Parsing Models using Compositional Code Embeddings

2020-10-10 · Findings of the Association for Computational Linguistics 2020 · Prafull Prakash, Saurabh Kumar Shashidhar, Wenlong Zhao, Subendhu Rongali 외

The current state-of-the-art task-oriented semantic parsing models use BERT or RoBERTa as pretrained encoders; these models have huge memory footprints. This poses a challenge to their deployment for voice assistants suc…

Semantic Parsing