paper-with-me

Papers

Target-constrained Bidirectional Planning for Generation of Target-oriented Proactive Dialogue

2024-03-10 · Jian Wang, Dongding Lin, Wenjie Li

Target-oriented proactive dialogue systems aim to lead conversations from a dialogue context toward a pre-determined target, such as making recommendations on designated items or introducing new specific topics. To this end, it is critical for such dialogue systems to plan reasonable actions to drive the conversation proactively, and meanwhile, to plan appropriate topics to move the conversation forward to the target topic smoothly. In this work, we mainly focus on effective dialogue planning for target-oriented dialogue generation. Inspired by decision-making theories in cognitive science, we propose a novel target-constrained bidirectional planning (TRIP) approach, which plans an appropriate dialogue path by looking ahead and looking back. By formulating the planning as a generation task, our TRIP bidirectionally generates a dialogue path consisting of a sequence of <action, topic> pairs using two Transformer decoders. They are expected to supervise each other and converge on consistent actions and topics by minimizing the decision gap and contrastive generation of targets. Moreover, we propose a target-constrained decoding algorithm with a bidirectional agreement to better control the planning process. Subsequently, we adopt the planned dialogue paths to guide dialogue generation in a pipeline manner, where we explore two variants: prompt-based generation and plan-controlled generation. Extensive experiments are conducted on two challenging dialogue datasets, which are re-purposed for exploring target-oriented dialogue. Our automatic and human evaluations demonstrate that the proposed methods significantly outperform various baseline models.

📄 PDF Abstract BibTeX arXiv:2403.06063

Code (1)

iwangjian/trip 공식 구현 pytorch

Tasks

Dialogue Generation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Multi-Head Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Pseudo-Siamese Network for Planning in Target-Oriented Proactive Dialogues

2026-04-04 · Xinyue Kang, Maodong Li, Yibin Zheng, Fang Kong arxiv

A target-oriented proactive dialogue system is designed to steer conversations toward predefined targets while actively providing suggestions. The core paradigm of such a system is to plan a reasonable dialogue path and …

Response Generation

Project Ariadne: Prompt-Conditioned Route Generation for Synthesis Planning

2026-06-23 · Anton Morgunov, Victor S. Batista arxiv

Retrosynthetic planning seeks to connect a target molecule to commercially available starting materials through a multistep route. Classical planners construct such routes by iteratively applying single-step reaction mod…

Double-Ended Synthesis Planning with Goal-Constrained Bidirectional Search

2024-07-08 · Kevin Yu, Jihye Roh, Ziang Li, Wenhao Gao 외

Computer-aided synthesis planning (CASP) algorithms have demonstrated expert-level abilities in planning retrosynthetic routes to molecules of low to moderate complexity. However, current search methods assume the suffic…

Retrosynthesisvalid

Cross-Domain Energy-Guided Diffusion Generation for Off-Dynamics Reinforcement Learning

2026-05-24 · Yu Yang, Yihong Guo, Anqi Liu, Pan Xu arxiv

Off-dynamics offline reinforcement learning seeks to learn a target-domain policy from a large source dataset and a limited target dataset under mismatched transition dynamics. Existing approaches such as reward augmenta…

Reinforcement LearningOffline RL

LARC: Towards Human-level Constrained Retrosynthesis Planning through an Agentic Framework

2025-08-16 · Frazier N. Baker, Daniel Adu-Ampratwum, Reza Averly, Botao Yu 외 arxiv

Large language model (LLM) agent evaluators leverage specialized tools to ground the rational decision-making of LLMs, making them well-suited to aid in scientific discoveries, such as constrained retrosynthesis planning…