Papers › Zero-Shot Cross-Domain Dialogue State Tracking via Dual Low-Rank Adaptation

Zero-Shot Cross-Domain Dialogue State Tracking via Dual Low-Rank Adaptation

31 Jul 2024arXiv:2407.21633archive 2025-07-28

Xiang Luo, Zhiwen Tang, Jin Wang, Xuejie Zhang

Zero-shot dialogue state tracking (DST) seeks to enable dialogue systems to transition to unfamiliar domains without manual annotation or extensive retraining. Prior research has approached this objective by embedding prompts into language models (LMs). Common methodologies include integrating prompts at the input layer or introducing learnable variables at each transformer layer. Nonetheless, each strategy exhibits inherent limitations. Prompts integrated at the input layer risk underutilization, with their impact potentially diminishing across successive transformer layers. Conversely, the addition of learnable variables to each layer can complicate the training process and increase inference latency. To tackle the issues mentioned above, this paper proposes Dual Low-Rank Adaptation (DualLoRA), a plug-and-play architecture designed for zero-shot DST. DualLoRA incorporates two distinct Low-Rank Adaptation (LoRA) components, targeting both dialogue context processing and prompt optimization, to ensure the comprehensive influence of prompts throughout the transformer model layers. This is achieved without incurring additional inference latency, showcasing an efficient integration into existing architectures. Through rigorous evaluation on the MultiWOZ and SGD datasets, DualLoRA demonstrates notable improvements across multiple domains, outperforming traditional baseline methods in zero-shot settings. Our code is accessible at: \url{https://github.com/suntea233/DualLoRA}.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2407.21633")

Code

Syntology Ran 7 of 10 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 1 ran · violated contract; 1 ran · our draft was wrong; 5 ran with no contract checked.

By repository: official repository: 10 samples from 1 repository, 7 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

suntea233/duallora officialmentioned in paperpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

10 samples harvested; 7 ran; 0 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · violated contract
1ran · our draft was wrong
5ran
3unverified

Licence: 10 of the 10 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from suntea233/DualLoRA. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

compute_acc suntea233/DualLoRA/evaluate.py official repository ran no licence file found · pointer only · 3a497dd8883949a9 · report
compute_prf suntea233/DualLoRA/evaluate.py official repository ran fingerprinted no licence file found · pointer only · 06896619b07ffa97 · report
evaluate_metrics suntea233/DualLoRA/evaluate.py official repository ran no licence file found · pointer only · 5c60c1943203bd0e · report
fix_general_label_error suntea233/DualLoRA/utils/fix_label.py official repository ran no licence file found · pointer only · f10d20ef9d70adc9 · report
get_slot_information suntea233/DualLoRA/copy_data_loader.py official repository ran no licence file found · pointer only · a5d238031229e641 · report
insertSpace suntea233/DualLoRA/create_mwoz.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · d7503a387ec4bc30 · report
is_ascii suntea233/DualLoRA/create_mwoz.py official repository ran · violated contract no licence file found · pointer only · 1b465b9239cb631c · report
load_tf_weights_in_t5 suntea233/DualLoRA/copy_t5.py official repository unverified no licence file found · pointer only · 136abfa3e8ce028d · report
normalize suntea233/DualLoRA/create_mwoz.py official repository unverified no licence file found · pointer only · 237dd10da0f1899a · report
read_SGD suntea233/DualLoRA/copy_data_loader.py official repository unverified no licence file found · pointer only · dca410289dc3e342 · report

Tasks

Dialogue State Tracking

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

DSTSGD

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections