paper-with-me

홈 › Papers

Improving Multi-turn Task Completion in Task-Oriented Dialog Systems via Prompt Chaining and Fine-Grained Feedback

2025-02-18 · Moghis Fereidouni, Md Sajid Ahmed, Adib Mosharrof, A. B. Siddique

Task-oriented dialog (TOD) systems facilitate users in accomplishing complex, multi-turn tasks through natural language. While traditional approaches rely on extensive fine-tuning and annotated data for each domain, instruction-tuned large language models (LLMs) offer a more flexible alternative. However, LLMs struggle to reliably handle multi-turn task completion, particularly with accurately generating API calls and adapting to new domains without explicit demonstrations. To address these challenges, we propose RealTOD, a novel framework that enhances TOD systems through prompt chaining and fine-grained feedback mechanisms. Prompt chaining enables zero-shot domain adaptation via a two-stage prompting strategy, eliminating the need for human-curated demonstrations. Meanwhile, the fine-grained feedback mechanism improves task completion by verifying API calls against domain schemas and providing precise corrective feedback when errors are detected. We conduct extensive experiments on the SGD and BiTOD benchmarks using four LLMs. RealTOD improves API accuracy, surpassing AutoTOD by 37.74% on SGD and SimpleTOD by 11.26% on BiTOD. Human evaluations further confirm that LLMs integrated with RealTOD achieve superior task completion, fluency, and informativeness compared to existing methods.

📄 PDF Abstract BibTeX arXiv:2502.13298

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationInformativeness

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Evaluating and Enhancing Out-of-Domain Generalization of Task-Oriented Dialog Systems for Task Completion without Turn-level Dialog Annotations

2025-02-18 · Adib Mosharrof, Moghis Fereidouni, A. B. Siddique

Traditional task-oriented dialog (ToD) systems rely heavily on labor-intensive turn-level annotations, such as dialogue states and policy labels, for training. This work explores whether large language models (LLMs) can …

Domain GeneralizationInformativeness

User-Oriented Multi-Turn Dialogue Generation with Tool Use at scale

2026-01-13 · Jungho Cho, Minbyul Jeong, Sungrae Park arxiv

The recent paradigm shift toward large reasoning models (LRMs) as autonomous agents has intensified the demand for sophisticated, multi-turn tool-use capabilities. Yet, existing datasets and data-generation approaches ar…

Dialogue Generation

Bridging the Long-Term Gap: A Memory-Active Policy for Multi-Session Task-Oriented Dialogue

2025-05-26 · Yiming Du, Bingbing Wang, Yang He, Bin Liang 외

Existing Task-Oriented Dialogue (TOD) systems primarily focus on single-session dialogues, limiting their effectiveness in long-term memory augmentation. To address this challenge, we introduce a MS-TOD dataset, the firs…

Recent Advances and Challenges in Task-oriented Dialog System

2020-03-17 · Zheng Zhang, Ryuichi Takanobu, Qi Zhu, Minlie Huang 외

Due to the significance and value in human-computer interaction and natural language processing, task-oriented dialog systems are attracting more and more attention in both academic and industrial communities. In this pa…

Survey

Helpful to a Fault: Measuring Illicit Assistance in Multi-Turn, Multilingual LLM Agents

2026-02-18 · Nivya Talokar, Ayush K Tarun, Murari Mandal, Maksym Andriushchenko 외 arxiv

LLM-based agents execute real-world workflows via tools and memory. These affordances enable ill-intended adversaries to also use these agents to carry out complex misuse scenarios. Existing agent misuse benchmarks large…