paper-with-me

Papers

Prompter: Zero-shot Adaptive Prefixes for Dialogue State Tracking Domain Adaptation

2023-06-07 · Taha Aksu, Min-Yen Kan, Nancy F. Chen

A challenge in the Dialogue State Tracking (DST) field is adapting models to new domains without using any supervised data, zero-shot domain adaptation. Parameter-Efficient Transfer Learning (PETL) has the potential to address this problem due to its robustness. However, it has yet to be applied to the zero-shot scenarios, as it is not clear how to apply it unsupervisedly. Our method, Prompter, uses descriptions of target domain slots to generate dynamic prefixes that are concatenated to the key and values at each layer's self-attention mechanism. This allows for the use of prefix-tuning in zero-shot. Prompter outperforms previous methods on both the MultiWOZ and SGD benchmarks. In generating prefixes, our analyses find that Prompter not only utilizes the semantics of slot descriptions but also how often the slots appear together in conversation. Moreover, Prompter's gains are due to its improved ability to distinguish "none"-valued dialogue slots, compared against baselines.

📄 PDF Abstract BibTeX arXiv:2306.04724

Code (1)

cuthalionn/prompter 공식 구현 pytorch

Tasks

Dialogue State TrackingDomain AdaptationTransfer Learning

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

VoicePrompter: Robust Zero-Shot Voice Conversion with Voice Prompt and Conditional Flow Matching

2025-01-29 · Ha-Yeong Choi, JaeHan Park

Despite remarkable advancements in recent voice conversion (VC) systems, enhancing speaker similarity in zero-shot scenarios remains challenging. This challenge arises from the difficulty of generalizing and adapting spe…

DecoderIn-Context LearningVoice Conversion

AttriPrompter: Auto-Prompting with Attribute Semantics for Zero-shot Nuclei Detection via Visual-Language Pre-trained Models

2024-10-22 · Yongjian Wu, Yang Zhou, Jiya Saiyin, Bingzheng Wei 외

Large-scale visual-language pre-trained models (VLPMs) have demonstrated exceptional performance in downstream object detection through text prompts for natural scenes. However, their application to zero-shot nuclei dete…

AttributeKnowledge Distillationobject-detectionObject Detection

Reasoning-Oriented and Analogy-Based Methods for Locating and Editing in Zero-Shot Event-Relational Reasoning

2025-01-01 · Jingyao Tang, Lishuang Li, Liteng Mi, Haiming Wu 외

Zero-shot event-relational reasoning is an important task in natural language processing, and existing methods jointly learn a variety of event-relational prefixes and inference-form prefixes to achieve such tasks. Howev…

Language ModelingLanguage ModellingRelational Reasoning

RSPrompter: Learning to Prompt for Remote Sensing Instance Segmentation based on Visual Foundation Model

2023-06-28 · Keyan Chen, Chenyang Liu, Hao Chen, Haotian Zhang 외

Leveraging the extensive training data from SA-1B, the Segment Anything Model (SAM) demonstrates remarkable generalization and zero-shot capabilities. However, as a category-agnostic instance segmentation method, SAM hea…

Image SegmentationInstance SegmentationPrompt LearningSegmentation+1

Towards Zero and Few-shot Knowledge-seeking Turn Detection in Task-orientated Dialogue Systems

2021-09-18 · EMNLP (NLP4ConvAI) 2021 11 · Di Jin, Shuyang Gao, Seokhwan Kim, Yang Liu 외

Most prior work on task-oriented dialogue systems is restricted to supporting domain APIs. However, users may have requests that are out of the scope of these APIs. This work focuses on identifying such user requests. Ex…

Density EstimationRepresentation LearningTask-Oriented Dialogue Systems