paper-with-me

홈 › Papers

Few-Shot Adaptation for Parsing Contextual Utterances with LLMs

2023-09-18 · Kevin Lin, Patrick Xia, Hao Fang

We evaluate the ability of semantic parsers based on large language models (LLMs) to handle contextual utterances. In real-world settings, there typically exists only a limited number of annotated contextual utterances due to annotation cost, resulting in an imbalance compared to non-contextual utterances. Therefore, parsers must adapt to contextual utterances with a few training examples. We examine four major paradigms for doing so in conversational semantic parsing i.e., Parse-with-Utterance-History, Parse-with-Reference-Program, Parse-then-Resolve, and Rewrite-then-Parse. To facilitate such cross-paradigm comparisons, we construct SMCalFlow-EventQueries, a subset of contextual examples from SMCalFlow with additional annotations. Experiments with in-context learning and fine-tuning suggest that Rewrite-then-Parse is the most promising paradigm when holistically considering parsing accuracy, annotation cost, and error types.

📄 PDF Abstract BibTeX arXiv:2309.10168

Code (1)

microsoft/few_shot_adaptation_for_parsing_contextual_utterances_with_llms 공식 구현

Tasks

In-Context LearningSemantic Parsing

Similar Papers 제목 키워드 기반

ZEROTOP: Zero-Shot Task-Oriented Semantic Parsing using Large Language Models

2022-12-21 · Dheeraj Mekala, Jason Wolfe, Subhro Roy

We explore the use of large language models (LLMs) for zero-shot semantic parsing. Semantic parsing involves mapping natural language utterances to task-specific meaning representations. Language models are generally tra…

Extractive Question-AnsweringLanguage ModelingLanguage ModellingQuestion Answering+2

Grounded Adaptation for Zero-shot Executable Semantic Parsing

2020-09-16 · EMNLP 2020 11 · Victor Zhong, Mike Lewis, Sida I. Wang, Luke Zettlemoyer

We propose Grounded Adaptation for Zero-shot Executable Semantic Parsing (GAZP) to adapt an existing semantic parser to new environments (e.g. new database schemas). GAZP combines a forward semantic parser with a backwar…

Data AugmentationDialogue State TrackingSemantic ParsingText-To-SQL

InFoBERT: Zero-Shot Approach to Natural Language Understanding Using Contextualized Word Embedding

2021-09-01 · RANLP 2021 9 · Pavel Burnyshev, Andrey Bout, Valentin Malykh, Irina Piontkovskaya

Natural language understanding is an important task in modern dialogue systems. It becomes more important with the rapid extension of the dialogue systems’ functionality. In this work, we present an approach to zero-shot…

intent-classificationIntent ClassificationIntent Classification and Slot FillingNatural Language Understanding+3

UDapter: Typology-based Language Adapters for Multilingual Dependency Parsing and Sequence Labeling

2022-09-01 · CL (ACL) 2022 9 · Ahmet Üstün, Arianna Bisazza, Gosse Bouma, Gertjan van Noord

Recent advances in multilingual language modeling have brought the idea of a truly universal parser closer to reality. However, such models are still not immune to the “curse of multilinguality”: Cross-language interfere…

Dependency ParsingLanguage ModelingLanguage ModellingMorphological Tagging+3

Evaluating statistical language models as pragmatic reasoners

2023-05-01 · Benjamin Lipkin, Lionel Wong, Gabriel Grand, Joshua B Tenenbaum

The relationship between communicated language and intended meaning is often probabilistic and sensitive to context. Numerous strategies attempt to estimate such a mapping, often leveraging recursive Bayesian models of c…

NegationSemantic Parsing