paper-with-me

홈 › Papers

LINGUIST: Language Model Instruction Tuning to Generate Annotated Utterances for Intent Classification and Slot Tagging

2022-09-20 · COLING 2022 10 · Andy Rosenbaum, Saleh Soltan, Wael Hamza, Yannick Versley, Markus Boese

We present LINGUIST, a method for generating annotated data for Intent Classification and Slot Tagging (IC+ST), via fine-tuning AlexaTM 5B, a 5-billion-parameter multilingual sequence-to-sequence (seq2seq) model, on a flexible instruction prompt. In a 10-shot novel intent setting for the SNIPS dataset, LINGUIST surpasses state-of-the-art approaches (Back-Translation and Example Extrapolation) by a wide margin, showing absolute improvement for the target intents of +1.9 points on IC Recall and +2.5 points on ST F1 Score. In the zero-shot cross-lingual setting of the mATIS++ dataset, LINGUIST out-performs a strong baseline of Machine Translation with Slot Alignment by +4.14 points absolute on ST F1 Score across 6 languages, while matching performance on IC. Finally, we verify our results on an internal large-scale multilingual dataset for conversational agent IC+ST and show significant improvements over a baseline which uses Back-Translation, Paraphrasing and Slot Catalog Resampling. To our knowledge, we are the first to demonstrate instruction fine-tuning of a large-scale seq2seq model to control the outputs of multilingual intent- and slot-labeled data generation.

📄 PDF Abstract BibTeX arXiv:2209.09900

Code (0)

등록된 구현이 없습니다.

Tasks

intent-classificationIntent ClassificationLanguage ModelingLanguage ModellingMachine TranslationTranslation

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

Dynosaur: A Dynamic Growth Paradigm for Instruction-Tuning Data Curation

2023-05-23 · Da Yin, Xiao Liu, Fan Yin, Ming Zhong 외

Instruction tuning has emerged to enhance the capabilities of large language models (LLMs) to comprehend instructions and generate appropriate responses. Existing methods either manually annotate or employ LLM (e.g., GPT…

Continual Learning

Learning to Generate Instruction Tuning Datasets for Zero-Shot Task Adaptation

2024-02-28 · Nihal V. Nayak, Yiyang Nan, Avi Trost, Stephen H. Bach

We introduce Bonito, an open-source model for conditional task generation that converts unannotated text into task-specific training datasets for instruction tuning. We aim to enable zero-shot task adaptation of large la…

AttributeExtractive Question-AnsweringLanguage ModellingLarge Language Model+2

DeSTA2: Developing Instruction-Following Speech Language Model Without Speech Instruction-Tuning Data

2024-09-30 · Ke-Han Lu, Zhehuai Chen, Szu-Wei Fu, Chao-Han Huck Yang 외

Recent end-to-end speech language models (SLMs) have expanded upon the capabilities of large language models (LLMs) by incorporating pre-trained speech models. However, these SLMs often undergo extensive speech instructi…

Instruction FollowingLanguage ModelingLanguage Modelling

NAVCON: A Cognitively Inspired and Linguistically Grounded Corpus for Vision and Language Navigation

2024-12-17 · Karan Wanchoo, Xiaoye Zuo, Hannah Gonzalez, Soham Dan 외

We present NAVCON, a large-scale annotated Vision-Language Navigation (VLN) corpus built on top of two popular datasets (R2R and RxR). The paper introduces four core, cognitively motivated and linguistically grounded, na…

Few-Shot LearningVision and Language NavigationVision-Language Navigation

Are Large Language Models Robust Coreference Resolvers?

2023-05-23 · Nghia T. Le, Alan Ritter

Recent work on extending coreference resolution across domains and languages relies on annotated data in both the target domain and language. At the same time, pre-trained large language models (LMs) have been reported t…

coreference-resolutionCoreference ResolutionDomain AdaptationFew-Shot Learning+2