CLAIJan 26, 2023

Parameter-Efficient Low-Resource Dialogue State Tracking by Prompt Tuning

AmazonMIT
arXiv:2301.10915v212 citationsh-index: 50
Originality Incremental advance
AI Analysis

This addresses the problem of expensive deployment for dialogue systems in real-world scenarios, offering a parameter-efficient solution.

The paper tackles the high resource cost of fine-tuning language models for dialogue state tracking by using soft prompt token embeddings, reducing parameters to less than 0.5% of prior methods and improving performance in low-resource settings.

Dialogue state tracking (DST) is an important step in dialogue management to keep track of users' beliefs. Existing works fine-tune all language model (LM) parameters to tackle the DST task, which requires significant data and computing resources for training and hosting. The cost grows exponentially in the real-world deployment where dozens of fine-tuned LM are used for different domains and tasks. To reduce parameter size and better utilize cross-task shared information, we propose to use soft prompt token embeddings to learn task properties. Without tuning LM parameters, our method drastically reduces the number of parameters needed to less than 0.5% of prior works while achieves better low-resource DST performance.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes