paper-with-me

Papers

ConVEx: Data-Efficient and Few-Shot Slot Labeling

2020-10-22 · NAACL 2021 4 · Matthew Henderson, Ivan Vulić

We propose ConVEx (Conversational Value Extractor), an efficient pretraining and fine-tuning neural approach for slot-labeling dialog tasks. Instead of relying on more general pretraining objectives from prior work (e.g., language modeling, response selection), ConVEx's pretraining objective, a novel pairwise cloze task using Reddit data, is well aligned with its intended usage on sequence labeling tasks. This enables learning domain-specific slot labelers by simply fine-tuning decoding layers of the pretrained general-purpose sequence labeling model, while the majority of the pretrained model's parameters are kept frozen. We report state-of-the-art performance of ConVEx across a range of diverse domains and data sets for dialog slot-labeling, with the largest gains in the most challenging, few-shot setups. We believe that ConVEx's reduced pretraining times (i.e., only 18 hours on 12 GPUs) and cost, along with its efficient fine-tuning and strong performance, promise wider portability and scalability for data-efficient sequence-labeling tasks in general.

📄 PDF Abstract BibTeX arXiv:2010.11791

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Zero-Shot Learning for Joint Intent and Slot Labeling

2022-11-29 · Rashmi Gangadharaiah, Balakrishnan Narayanaswamy

It is expensive and difficult to obtain the large number of sentence-level intent and token-level slot label annotations required to train neural network (NN)-based Natural Language Understanding (NLU) components of task…

intent-classificationIntent ClassificationNatural Language UnderstandingSentence+4

Augmented Natural Language for Generative Sequence Labeling

2020-09-15 · EMNLP 2020 11 · Ben Athiwaratkun, Cicero Nogueira dos santos, Jason Krone, Bing Xiang

We propose a generative framework for joint sequence labeling and sentence-level classification. Our model performs multiple sequence labeling tasks at once using a single, shared natural language output space. Unlike pr…

intent-classificationIntent Classificationnamed-entity-recognitionNamed Entity Recognition+2

Neuralizing Regular Expressions for Slot Filling

2021-11-01 · EMNLP 2021 11 · Chengyue Jiang, Zijian Jin, Kewei Tu

Neural models and symbolic rules such as regular expressions have their respective merits and weaknesses. In this paper, we study the integration of the two approaches for the slot filling task by converting regular expr…

slot-fillingSlot Filling

Self-Training with Purpose Preserving Augmentation Improves Few-shot Generative Dialogue State Tracking

2022-11-17 · Jihyun Lee, Chaebin Lee, Yunsu Kim, Gary Geunbae Lee

In dialogue state tracking (DST), labeling the dataset involves considerable human labor. We propose a new self-training framework for few-shot generative DST that utilize unlabeled data. Our self-training method iterati…

Dialogue State Tracking

Transfer-Free Data-Efficient Multilingual Slot Labeling

2023-05-22 · Evgeniia Razumovskaia, Ivan Vulić, Anna Korhonen

Slot labeling (SL) is a core component of task-oriented dialogue (ToD) systems, where slots and corresponding values are usually language-, task- and domain-specific. Therefore, extending the system to any new language-d…

Contrastive LearningCross-Lingual TransferSentencetoken-classification+1