paper-with-me

홈 › Papers

One Semantic Parser to Parse Them All: Sequence to Sequence Multi-Task Learning on Semantic Parsing Datasets

2021-06-08 · Joint Conference on Lexical and Computational Semantics 2021 · Marco Damonte, Emilio Monti

Semantic parsers map natural language utterances to meaning representations. The lack of a single standard for meaning representations led to the creation of a plethora of semantic parsing datasets. To unify different datasets and train a single model for them, we investigate the use of Multi-Task Learning (MTL) architectures. We experiment with five datasets (Geoquery, NLMaps, TOP, Overnight, AMR). We find that an MTL architecture that shares the entire network across datasets yields competitive or better parsing accuracies than the single-task baselines, while reducing the total number of parameters by 68%. We further provide evidence that MTL has also better compositional generalization than single-task models. We also present a comparison of task sampling methods and propose a competitive alternative to widespread proportional sampling strategies.

📄 PDF Abstract BibTeX arXiv:2106.04476

Code (0)

등록된 구현이 없습니다.

Tasks

AllMulti-Task LearningSemantic Parsing

Similar Papers 제목 키워드 기반

The Meaning Factory at SemEval-2017 Task 9: Producing AMRs with Neural Semantic Parsing

2017-04-07 · SEMEVAL 2017 8 · Rik van Noord, Johan Bos

We evaluate a semantic parser based on a character-based sequence-to-sequence model in the context of the SemEval-2017 shared task on semantic parsing for AMRs. With data augmentation, super characters, and POS-tagging w…

Data AugmentationPOSPOS TaggingSemantic Parsing

Generalized Earley Parser: Bridging Symbolic Grammars and Sequence Data for Future Prediction

2018-06-09 · ICML 2018 7 · Siyuan Qi, Baoxiong Jia, Song-Chun Zhu

Future predictions on sequence data (e.g., videos or audios) require the algorithms to capture non-Markovian and compositional properties of high-level semantics. Context-free grammars are natural choices to capture such…

Activity PredictionFuture prediction

Improving Sequence-to-Sequence Semantic Parser for Task Oriented Dialog

2020-11-01 · EMNLP (intexsempar) 2020 11 · Chaoting Xuan

Task Oriented Parsing (TOP) attempts to map utterances to compositional requests, including multiple intents and their slots. Previous work focus on a tree-based hierarchical meaning representation, and applying constitu…

Constituency Parsing

Fast Domain Adaptation of Semantic Parsers via Paraphrase Attention

2019-11-01 · WS 2019 11 · Avik Ray, Yilin Shen, Hongxia Jin

Semantic parsers are used to convert user{'}s natural language commands to executable logical form in intelligent personal agents. Labeled datasets required to train such parsers are expensive to collect, and are never c…

Domain Adaptation

Semantic Parsing with Candidate Expressions for Knowledge Base Question Answering

2024-10-01 · Daehwan Nam, Gary Geunbae Lee

Semantic parsers convert natural language to logical forms, which can be evaluated on knowledge bases (KBs) to produce denotations. Recent semantic parsers have been developed with sequence-to-sequence (seq2seq) pre-trai…

Knowledge Base Question AnsweringQuestion AnsweringSemantic Parsingvalid