Table of Contents
Fetching ...

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

Jian Wang, Dongding Lin, Wenjie Li

TL;DR

This work proposes a novel target-constrained bidirectional planning (TRIP) approach, which plans an appropriate dialogue path by looking ahead and looking back, and proposes a target-constrained decoding algorithm with a bidirectional agreement to better control the planning process.

Abstract

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.

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

TL;DR

This work proposes a novel target-constrained bidirectional planning (TRIP) approach, which plans an appropriate dialogue path by looking ahead and looking back, and proposes a target-constrained decoding algorithm with a bidirectional agreement to better control the planning process.

Abstract

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.
Paper Structure (38 sections, 14 equations, 9 figures, 6 tables)

This paper contains 38 sections, 14 equations, 9 figures, 6 tables.

Figures (9)

  • Figure 1: An illustrative example from the re-purposed DuRecDial liu-etal-2020-towards-conversational dataset. Given a pre-determined target and a dialogue context, our objective is to generate utterances that proactively and smoothly lead the conversation to achieve the target.
  • Figure 2: Overview of our target-constrained bidirectional planning (TRIP).
  • Figure 3: Illustration of our target-constrained beam search decoding with bidirectional agreement.
  • Figure 4: Overview of our prompt-based dialogue generation.
  • Figure 5: Overview of our plan-controlled dialogue generation.
  • ...and 4 more figures