HiCoLoRA: Addressing Context-Prompt Misalignment via Hierarchical Collaborative LoRA for Zero-Shot DST (2026.findings-acl)
Copied to clipboard
| Challenge: | Existing approaches to zero-shot Dialog State Tracking (zs-DST) are inadequate to generalize to new domains without extensive training. |
| Approach: | They propose a framework that enhances zero-shot slot inference through robust prompt alignment. |
| Outcome: | Experiments on multi-domain datasets show that HiCoLoRA outperforms baselines, achieving SOTA in zs-DST. |
Similar Papers
Zero-Shot Cross-Domain Dialogue State Tracking via Dual Low-Rank Adaptation (2024.acl-long)
Copied to clipboard
| Challenge: | Existing approaches to zero-shot dialogue state tracking (DST) involve embedding prompts into language models, but these methods have inherent limitations. |
| Approach: | They propose a plug-and-play architecture designed for zero-shot dialogue state tracking (DST) dual low-rank adaptation targets dialogue context processing and prompt optimization without incurring additional inference latency. |
| Outcome: | The proposed architecture outperforms baseline methods on multi-domain datasets and the MultiWOZ dataset. |
Prompter: Zero-shot Adaptive Prefixes for Dialogue State Tracking Domain Adaptation (2023.acl-long)
Copied to clipboard
| Challenge: | Parameter-Efficient Transfer Learning (PETL) has the potential to address this problem, but it has yet to be applied to the zero-shot domain adaptation. |
| Approach: | They propose to use descriptions of target domain slots to generate dynamic prefixes that are concatenated to the key and values at each layer’s self-attention mechanism. |
| Outcome: | The proposed method outperforms previous methods on the MultiWOZ and SGD benchmarks. |
Zero-shot Cross-domain Dialogue State Tracking via Context-aware Auto-prompting and Instruction-following Contrastive Decoding (2024.emnlp-main)
Copied to clipboard
| Challenge: | Previous studies have implemented slot-based input improvements, such as schema-driven descriptions and question-answering formats, but still suffer from negative transfer for seen slots and inefficient transfer for unseen slots due to the significant source-target domain gap. |
| Approach: | They propose a framework that generates dynamic, context-aware slot queries to improve model transferability by penalizing deviations from the provided instructions. |
| Outcome: | Experiments on two datasets show that the proposed model performs better than existing models on the restaurant domain. |
Zero-shot Generalization in Dialog State Tracking through Generative Question Answering (2021.eacl-main)
Copied to clipboard
| Challenge: | Existing methods for Dialog State Tracking do not generalize well to new domains and unseen slots. |
| Approach: | They propose an ontology-free framework that queries for unseen constraints and slots in multi-domain task-oriented dialogs using a conditional language model pre-trained on substantive English sentences. |
| Outcome: | The proposed framework improves goal accuracy in zero-shot domain adaptation settings by up to 9% over the previous state-of-the-art on the MultiWOZ 2.1 dataset. |
A Zero-Shot Open-Vocabulary Pipeline for Dialogue Understanding (2025.naacl-long)
Copied to clipboard
| Challenge: | Existing approaches to DST are limited by their computational resources or lack flexibility to adapt to new slots. |
| Approach: | They propose a system that integrates domain classification and DST in a single pipeline and uses self-refining prompts to adapt dynamically. |
| Outcome: | The proposed system improves on existing methods on multiWOZ datasets and provides 20% better Joint Goal Accuracy (JGA) over existing methods with 90% fewer requests to the LLM API. |
HCLD: A Hierarchical Framework for Zero-shot Cross-lingual Dialogue System (2022.coling-1)
Copied to clipboard
| Challenge: | Existing methods to train task-oriented dialogue systems in monolingual datasets are expensive to build. |
| Approach: | They propose a hierarchical framework to classify intents in high-level and slot filling in low-level . they incorporate sentence-level alignment among different languages to enhance intent detection . |
| Outcome: | The proposed framework achieves the performance on a public task-oriented dialog dataset. |
A Contextual Hierarchical Attention Network with Adaptive Objective for Dialogue State Tracking (2020.acl-main)
Copied to clipboard
| Challenge: | Existing methods for dialogue state tracking ignore the slot imbalance problem and treat all slots indiscriminately, which limits the learning of hard slots. |
| Approach: | They propose to employ a contextual hierarchical attention network to enhance the DST by learning contextual representations. |
| Outcome: | The proposed approach achieves 52.68% and 58.55% joint accuracy on multiWOZ 2.0 and MultiWOZ 2.1 datasets and significantly improves performance (+1.24% and +5.98%) |
TLoRA: Task-aware Low Rank Adaptation of Large Language Models (2026.acl-long)
Copied to clipboard
| Challenge: | Existing low-rank Adaptation (LoRA) methods address only one factor, often at the cost of increased training complexity or reduced practical efficiency. |
| Approach: | They propose a low-rank Adaptation framework that optimizes initialization and resource allocation at the outset of training. |
| Outcome: | The proposed framework performs excellently across various tasks while reducing the number of trainable parameters. |
Diverse and Effective Synthetic Data Generation for Adaptable Zero-Shot Dialogue State Tracking (2024.findings-emnlp)
Copied to clipboard
| Challenge: | Existing zero-shot dialogue state tracking datasets are limited in the number of domains and slot types they cover due to the high costs of data collection. |
| Approach: | They propose a fully automatic approach that generates synthetic zero-shot dialogue state tracking datasets. |
| Outcome: | The proposed approach can generate dialogues across 1,000+ domains with silver-standard dialogue state annotations and slot descriptions. |
Plan, Generate and Complicate: Improving Low-resource Dialogue State Tracking via Easy-to-Difficult Zero-shot Data Augmentation (2024.findings-acl)
Copied to clipboard
| Challenge: | Existing data augmentation methods rely on pre-defined user goals and neglect the importance of data complexity in this task. |
| Approach: | They propose an Easy-to-Difficult Zero-shot Data Augmentation framework for low-resource dialogue state tracking that utilizes large language models to automatically catch the relationships of different domains and then generate dialogue data. |
| Outcome: | The proposed framework outperforms existing methods on MultiWOZ and other similar datasets. |