paper-with-me

Papers

Planning Like Human: A Dual-process Framework for Dialogue Planning

2024-06-08 · Tao He, Lizi Liao, Yixin Cao, Yuanxing Liu, Ming Liu, Zerui Chen, Bing Qin

In proactive dialogue, the challenge lies not just in generating responses but in steering conversations toward predetermined goals, a task where Large Language Models (LLMs) typically struggle due to their reactive nature. Traditional approaches to enhance dialogue planning in LLMs, ranging from elaborate prompt engineering to the integration of policy networks, either face efficiency issues or deliver suboptimal performance. Inspired by the dualprocess theory in psychology, which identifies two distinct modes of thinking - intuitive (fast) and analytical (slow), we propose the Dual-Process Dialogue Planning (DPDP) framework. DPDP embodies this theory through two complementary planning systems: an instinctive policy model for familiar contexts and a deliberative Monte Carlo Tree Search (MCTS) mechanism for complex, novel scenarios. This dual strategy is further coupled with a novel two-stage training regimen: offline Reinforcement Learning for robust initial policy model formation followed by MCTS-enhanced on-the-fly learning, which ensures a dynamic balance between efficiency and strategic depth. Our empirical evaluations across diverse dialogue tasks affirm DPDP's superiority in achieving both high-quality dialogues and operational efficiency, outpacing existing methods.

📄 PDF Abstract BibTeX arXiv:2406.05374

Code (1)

cs-holder/DPDP 공식 구현 pytorch

Tasks

Prompt Engineering

Similar Papers 제목 키워드 기반

Synergising Human-like Responses and Machine Intelligence for Planning in Disaster Response

2024-04-15 · Savvas Papaioannou, Panayiotis Kolios, Christos G. Panayiotou, Marios M. Polycarpou

In the rapidly changing environments of disaster response, planning and decision-making for autonomous agents involve complex and interdependent choices. Although recent advancements have improved traditional artificial …

Decision MakingDisaster ResponseTrajectory Planning

CogAD: Cognitive-Hierarchy Guided End-to-End Autonomous Driving

2025-05-27 · Zhennan Wang, Jianing Teng, Canqun Xiang, Kangliang Chen 외

While end-to-end autonomous driving has advanced significantly, prevailing methods remain fundamentally misaligned with human cognitive principles in both perception and planning. In this paper, we propose CogAD, a novel…

Autonomous DrivingBench2Drive

How language models extrapolate outside the training data: A case study in Textualized Gridworld

2024-06-21 · Doyoung Kim, Jongwon Lee, Jinho Park, Minjoon Seo

Language models' ability to extrapolate learned behaviors to novel, more complex environments beyond their training scope is highly unknown. This study introduces a path planning task in a textualized Gridworld to probe …

A Human-Like Reasoning Framework for Multi-Phases Planning Task with Large Language Models

2024-05-28 · Chengxing Xie, Difan Zou

Recent studies have highlighted their proficiency in some simple tasks like writing and coding through various reasoning strategies. However, LLM agents still struggle with tasks that require comprehensive planning, a pr…

PRIME: Planning and Retrieval-Integrated Memory for Enhanced Reasoning

2025-09-26 · Hieu Tran, Zonghai Yao, Nguyen Luong Tran, Zhichao Yang 외 arxiv

Inspired by the dual-process theory of human cognition from \textit{Thinking, Fast and Slow}, we introduce \textbf{PRIME} (Planning and Retrieval-Integrated Memory for Enhanced Reasoning), a multi-agent reasoning framewo…