paper-with-me

홈 › Papers

Cross-domain Semantic Parsing via Paraphrasing

2017-04-20 · EMNLP 2017 9 · Yu Su, Xifeng Yan

Existing studies on semantic parsing mainly focus on the in-domain setting. We formulate cross-domain semantic parsing as a domain adaptation problem: train a semantic parser on some source domains and then adapt it to the target domain. Due to the diversity of logical forms in different domains, this problem presents unique and intriguing challenges. By converting logical forms into canonical utterances in natural language, we reduce semantic parsing to paraphrasing, and develop an attentive sequence-to-sequence paraphrase model that is general and flexible to adapt to different domains. We discover two problems, small micro variance and large macro variance, of pre-trained word embeddings that hinder their direct use in neural networks, and propose standardization techniques as a remedy. On the popular Overnight dataset, which contains eight domains, we show that both cross-domain training and standardized pre-trained word embeddings can bring significant improvement.

📄 PDF Abstract BibTeX arXiv:1704.05974

Code (1)

ysu1989/CrossSemparse 공식 구현 tf

Tasks

DiversityDomain AdaptationSemantic ParsingWord Embeddings

Similar Papers 제목 키워드 기반

From Paraphrasing to Semantic Parsing: Unsupervised Semantic Parsing via Synchronous Semantic Decoding

2021-06-11 · ACL 2021 5 · Shan Wu, Bo Chen, Chunlei Xin, Xianpei Han 외

Semantic parsing is challenging due to the structure gap and the semantic gap between utterances and logical forms. In this paper, we propose an unsupervised semantic parsing method - Synchronous Semantic Decoding (SSD),…

FormSemantic ParsingUnsupervised semantic parsing

Bootstrapping a Crosslingual Semantic Parser

2020-04-06 · Findings of the Association for Computational Linguistics 2020 · Tom Sherborne, Yumo Xu, Mirella Lapata

Recent progress in semantic parsing scarcely considers languages other than English but professional translation can be prohibitively expensive. We adapt a semantic parser trained on a single language, such as English, t…

Machine TranslationSemantic ParsingTranslation

Semantic Parsing via Paraphrasing

2014-06-01 · ACL 2014 6 · Jonathan Berant, Percy Liang
Question AnsweringSemantic Parsing

Efficient Zero-Shot Semantic Parsing with Paraphrasing from Pretrained Language Models

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Building a domain-specific semantic parser with little or no domain-specific training data remains a challenging task. Previous work has shown that crowdsourced paraphrases of synthetic (grammar-generated) utterances can…

Semantic Parsing

Few-Shot Semantic Parsing with Language Models Trained On Code

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Large language models can perform semantic parsing with little training data, when prompted with in-context examples. It has been shown that this can be improved by formulating the problem as paraphrasing into canonical …

Semantic Parsing