paper-with-me

Papers

"Think Before You Speak": Improving Multi-Action Dialog Policy by Planning Single-Action Dialogs

2022-04-25 · Shuo Zhang, Junzhou Zhao, Pinghui Wang, Yu Li, Yi Huang, Junlan Feng

Multi-action dialog policy (MADP), which generates multiple atomic dialog actions per turn, has been widely applied in task-oriented dialog systems to provide expressive and efficient system responses. Existing MADP models usually imitate action combinations from the labeled multi-action dialog samples. Due to data limitations, they generalize poorly toward unseen dialog flows. While interactive learning and reinforcement learning algorithms can be applied to incorporate external data sources of real users and user simulators, they take significant manual effort to build and suffer from instability. To address these issues, we propose Planning Enhanced Dialog Policy (PEDP), a novel multi-task learning framework that learns single-action dialog dynamics to enhance multi-action prediction. Our PEDP method employs model-based planning for conceiving what to express before deciding the current response through simulating single-action dialogs. Experimental results on the MultiWOZ dataset demonstrate that our fully supervised learning-based method achieves a solid task success rate of 90.6%, improving 3% compared to the state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2204.11481

Code (1)

ShuoZhangXJTU/PEDP 공식 구현 pytorch

Tasks

Multi-Task Learning

Similar Papers 제목 키워드 기반

Think-Before-Speak: From Internal Evaluation to Public Expression in Multi-Agent Social Simulation

2026-06-02 · Kaiqi Yang, Tai-Quan Peng, Sanguk Lee, Hui Liu arxiv

LLM-based multi-agent simulation offers a promising way to study social interaction, deliberation, and collective opinion dynamics. However, many existing dialogue simulation frameworks represent interaction mainly as ob…

Think Before You Speak: Explicitly Generating Implicit Commonsense Knowledge for Response Generation

2021-10-16 · ACL 2022 5 · Pei Zhou, Karthik Gopalakrishnan, Behnam Hedayatnia, Seokhwan Kim 외

Implicit knowledge, such as common sense, is key to fluid human conversations. Current neural response generation (RG) models are trained to generate responses directly, omitting unstated implicit knowledge. In this pape…

Common Sense ReasoningExplainable ModelsResponse Generation

Augmenting Dialog with Think-Aloud Utterances for Modeling Individual Personality Traits by LLM

2025-10-10 · Seiya Ishikura, Hiroaki Yamada, Tatsuya Hiraoka, Hiroaki Yamada 외 arxiv

This study proposes augmenting dialog data with think-aloud utterances (TAUs) for modeling individual personalities in text chat by LLM. TAU is a verbalization of a speaker's thought before articulating the utterance. We…

Think Thrice Before You Speak: Dual knowledge-enhanced Theory-of-Mind Reasoning for Persuasive Agents

2026-05-21 · Minghui Ma, Bin Guo, Runze Yang, Mengqi Chen 외 arxiv

Persuasive dialogue requires reasoning about others' latent mental states, a capability known as Theory of Mind (ToM). However, due to reliance on simple prompting strategies and insufficient ToM knowledge, existing LLMs…

Cocktail-Talker: Multi-Speaker Dialog Modeling in Noisy Social Environments with Turn Action GRPO

2026-07-30 · Xilin Jiang, Riki Shimizu, Sukru Samet Dindar, Junkai Wu 외 arxiv

Spoken dialog systems are typically designed for clean, dyadic interactions in which a single user and an assistant take turns speaking. Real-world social conversations, however, are often more ambiguous: multiple speake…

Reinforcement Learning