Beyond More Context: Retrieval Diversity Boosts Multi-Turn Intent Understanding
Zhiming Lin
TL;DR
This work addresses multi-turn dialogue state tracking under tight token budgets and questions whether diversity in retrieved exemplars improves LLM-based intent understanding beyond simply adding more tokens. It introduces LDRA, a diversity-aware retrieval framework that balances intent coverage and linguistic variety via a combined objective R(S)=αG(S)+(1−α)D(S) and constrains exemplar relevance and per-label quotas. LDRA is integrated with a structured instruction prompt and a calibrated LLM verifier, and its performance is validated on SGD and MultiWOZ 2.4, achieving state-of-the-art Joint Goal Accuracy under budget constrained prompting and showing strong data efficiency and cross-dataset generalization. The findings demonstrate that set-level content diversity—not merely longer prompts or exemplar order—drives practical gains, offering deployable guidance for budget-constrained multi-turn intent systems and paving the way for adaptive budget control and broader domain applicability.
Abstract
Multi turn intent understanding is central to task oriented chatbots, yet real deployments face tight token budgets and noisy contexts, and most retrieval pipelines emphasize relevance while overlooking set level diversity and confounds such as more context or exemplar order. We ask whether retrieval diversity, rather than longer prompts, systematically improves LLM intent understanding under fixed budgets. We present a diversity aware retrieval framework that selects in context exemplars to balance intent coverage and linguistic variety, and integrates this selection with standard LLM decoders; the evaluation enforces budget matched prompts and randomized positions, and includes sensitivity analyses over exemplar count, diversity strength, and backbone size. On MultiWOZ 2.4 and SGD, the approach achieves strong gains in Joint Goal Accuracy under equal token budgets, surpassing strong LLM/DST baselines, with consistent improvements across K from 4 to 7 and moderate latency. Overall, the study isolates and validates the impact of content diversity in retrieval and offers a simple, deployable selection principle for building accurate, budget constrained multi turn intent systems.
