paper-with-me

홈 › Papers

Meta-Learning for Domain Generalization in Semantic Parsing

2020-10-22 · NAACL 2021 4 · Bailin Wang, Mirella Lapata, Ivan Titov

The importance of building semantic parsers which can be applied to new domains and generate programs unseen at training has long been acknowledged, and datasets testing out-of-domain performance are becoming increasingly available. However, little or no attention has been devoted to learning algorithms or objectives which promote domain generalization, with virtually all existing approaches relying on standard supervised learning. In this work, we use a meta-learning framework which targets zero-shot domain generalization for semantic parsing. We apply a model-agnostic training algorithm that simulates zero-shot parsing by constructing virtual train and test sets from disjoint domains. The learning objective capitalizes on the intuition that gradient steps that improve source-domain performance should also improve target-domain performance, thus encouraging a parser to generalize to unseen target domains. Experimental results on the (English) Spider and Chinese Spider datasets show that the meta-learning objective significantly boosts the performance of a baseline parser.

📄 PDF Abstract BibTeX arXiv:2010.11988

Code (0)

등록된 구현이 없습니다.

Tasks

Domain GeneralizationMeta-LearningSemantic Parsing

Similar Papers 제목 키워드 기반

MicLog: Towards Accurate and Efficient LLM-based Log Parsing via Progressive Meta In-Context Learning

2026-01-11 · Jianbo Yu, Yixuan Li, Hai Xu, Kang Xu 외 arxiv

Log parsing converts semi-structured logs into structured templates, forming a critical foundation for downstream analysis. Traditional syntax and semantic-based parsers often struggle with semantic variations in evolvin…

Domain Generalization

Meta-Learning a Cross-lingual Manifold for Semantic Parsing

2022-09-26 · Tom Sherborne, Mirella Lapata

Localizing a semantic parser to support new languages requires effective cross-lingual generalization. Recent work has found success with machine-translation or zero-shot methods although these approaches can struggle to…

Cross-Lingual TransferMachine TranslationMeta-LearningSemantic Parsing

Low-Resource Domain Adaptation for Compositional Task-Oriented Semantic Parsing

2020-10-07 · EMNLP 2020 11 · Xilun Chen, Asish Ghoshal, Yashar Mehdad, Luke Zettlemoyer 외

Task-oriented semantic parsing is a critical component of virtual assistants, which is responsible for understanding the user's intents (set reminder, play music, etc.). Recent advances in deep learning have enabled seve…

Domain AdaptationMeta-LearningRepresentation LearningSemantic Parsing

Robust Semantic Parsing with Adversarial Learning for Domain Generalization

2019-10-01 · NAACL 2019 6 · Gabriel Marzinotto, Geraldine Damnati, Frédéric Béchet, Benoit Favre

This paper addresses the issue of generalization for Semantic Parsing in an adversarial framework. Building models that are more robust to inter-document variability is crucial for the integration of Semantic Parsing tec…

domain classificationDomain GeneralizationInformation RetrievalRetrieval+2

Improving Generalization in Language Model-Based Text-to-SQL Semantic Parsing: Two Simple Semantic Boundary-Based Techniques

2023-05-27 · Daking Rai, Bailin Wang, Yilun Zhou, Ziyu Yao

Compositional and domain generalization present significant challenges in semantic parsing, even for state-of-the-art semantic parsers based on pre-trained language models (LMs). In this study, we empirically investigate…

Domain GeneralizationLanguage ModelingLanguage ModellingSemantic Parsing+2