Look-up and Adapt: A One-shot Semantic Parser (D19-1)

Copied to clipboard

Challenge: Current conversational agents such as Siri, Alexa or Google Assistant do not cater to the specific phrasing of a user or the specific action.
Approach: They propose a semantic parser that generalizes to out-of-domain examples by adapting the logical forms of seen utterances to fit an unseen utterant.
Outcome: The proposed parser improves on one-shot parsing by 68.8% compared to baselines . it adapts the logical forms of seen utterances to fit the unseen utterant .

Similar Papers

Decoupling Structure and Lexicon for Zero-Shot Semantic Parsing (D18-1)

Copied to clipboard

Challenge: Existing methods for training semantic parsers in new domains require expensive supervision and lack the ability to generalize to new domain.
Approach: They propose a zero-shot approach to parsing utterances in unseen domains . they map an utterant to an abstract, domain independent, logical form and replace slots with KB constants based on lexical alignment scores and global inference .
Outcome: The proposed model achieves 53.4% accuracy on 7 domains in the OVERNIGHT dataset, significantly better than other zero-shot baselines and performs as good as a parser trained on over 30% of the target domain examples.
Few-Shot Semantic Parsing for New Predicates (2021.eacl-main)

Copied to clipboard

Challenge: a recent study shows that state-of-the-art neural semantic parsers are less accurate when there is only a handful of utterance-logical form pairs per predicate.
Approach: They propose to use a meta-learning method to train a few-shot learning problem . they also propose to regularize attention scores with alignment statistics and apply a smoothing technique .
Outcome: The proposed method outperforms baselines in one and two-shot settings.
Zero-Shot Semantic Parsing for Instructions (P19-1)

Copied to clipboard

Challenge: Recent years have seen an increasing number of applications that have a natural language interface, such as chatbots or "intelligent personal assistants"
Approach: They propose a new training algorithm that trains a semantic parser on examples from a set of source domains and augment it with features and a logical form candidate filtering logic to support zero-shot adaptation.
Outcome: The proposed framework performs better than a non-adapted parser with features and logical form candidate filtering logic.
On The Ingredients of an Effective Zero-shot Semantic Parser (2022.acl-long)

Copied to clipboard

Challenge: Recent studies have performed zero-shot learning by synthesizing training examples of canonical utterances and programs from a grammar, and further paraphrasing these utterrances to improve linguistic diversity.
Approach: They propose to bridge gaps between canonical and real-world user-issued examples by using stronger paraphrasers and improved grammars.
Outcome: The proposed model achieves strong performance on two semantic parsing benchmarks with zero labeled data.
Zero-Shot Cross-lingual Semantic Parsing (2022.acl-long)

Copied to clipboard

Challenge: Recent work in cross-lingual semantic parsing assumes access to high-quality machine translation systems and word alignment tools.
Approach: They propose a multi-task encoder-decoder model to transfer parsing knowledge to additional languages using only English-logical form paired data and in-domain natural language corpora.
Outcome: The proposed model performs significantly above translation-based baselines and competes with the supervised upper-bound.
Constrained Language Models Yield Few-Shot Semantic Parsers (2021.emnlp-main)

Copied to clipboard

Challenge: Large pretrained language models excel at generating natural language, but they are not efficient for task specific semantic parsing.
Approach: They propose to use large pretrained language models as few-shot semantic parsers . they paraphrase inputs into a controlled sublanguage resembling English .
Outcome: The proposed model can generate surprisingly accurate models on multiple tasks with minimal code and data.
Semantic Parsing with Dual Learning (P19-1)

Copied to clipboard

Challenge: Existing approaches to parse natural language queries are limited by lack of labeled data and constrained decoding.
Approach: They propose a semantic parsing framework with the dual learning algorithm that makes full use of data through a dual-learning game.
Outcome: The proposed approach achieves state-of-the-art performance on ATIS dataset and gets competitive performance on overnight dataset.
Speak to your Parser: Interactive Text-to-SQL with Natural Language Feedback (2020.acl-main)

Copied to clipboard

Challenge: a natural language interface (NLI) can be used to correct semantic parsing errors . human correction accuracy is 81.5%, but the best model achieves only 25.1% .
Approach: They propose a task where humans can provide free-form natural language feedback to correct a system when it generates an inaccurate interpretation of an initial utterance.
Outcome: The proposed model improves the parsing accuracy while maintaining flexibility of natural language interaction.
An Imitation Game for Learning Semantic Parsers from User Interaction (2020.emnlp-main)

Copied to clipboard

Challenge: Existing methods for learning semantic parsers are expensive and tedious . despite the widespread applications, bootstrapping and fine-tuning is tedious a task .
Approach: They propose an alternative method for learning semantic parsers directly from users . they propose an annotation-efficient imitation learning algorithm that iteratively collects new datasets .
Outcome: The proposed method is cost-effective and shows promising performance on the text-to-SQL problem.
Meta-Learning for Domain Generalization in Semantic Parsing (2021.naacl-main)

Copied to clipboard

Challenge: Existing approaches to parsing use standard supervised learning, but little attention has been given to domain generalization.
Approach: They propose a meta-learning framework which targets zero-shot domain generalization for semantic parsing.
Outcome: The proposed framework significantly boosts parser performance on English and Chinese spider datasets.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations