DialogXpert: Driving Intelligent and Emotion-Aware Conversations through Online Value-Based Reinforcement Learning with LLM Priors
About
Large-language-model (LLM) agents excel at reactive dialogue but struggle with proactive, goal-driven interactions due to myopic decoding and costly planning. We introduce DialogXpert, which leverages a frozen LLM to propose a small, high-quality set of candidate actions per turn and employs a compact Q-network over fixed BERT embeddings trained via temporal-difference learning to select optimal moves within this reduced space. By tracking the user's emotions, DialogXpert tailors each decision to advance the task while nurturing a genuine, empathetic connection. Across negotiation, emotional support, and tutoring benchmarks, DialogXpert drives conversations to under $3$ turns with success rates exceeding 94\% and, with a larger LLM prior, pushes success above 97\% while markedly improving negotiation outcomes. This framework delivers real-time, strategic, and emotionally intelligent dialogue planning at scale. Code available at https://github.com/declare-lab/dialogxpert/
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Proactive dialogue | ESConv | Success Rate0.9876 | 43 | |
| Dialogue Planning | CraigslistBargain | AT2.32 | 27 | |
| Dialogue Planning | P4G (test) | Average Turn (AT)3.34 | 19 | |
| Dialogue Planning | ExTES (test) | Average Turn (AT)2.97 | 12 |