# Multi-Action Dialog Policy Learning from Logged User Feedback

**Authors:** Shuo Zhang, Junzhou Zhao, Pinghui Wang, Tianxiang Wang, Zi Liang, Jing, Tao, Yi Huang, Junlan Feng

arXiv: 2302.13505 · 2023-02-28

## TL;DR

This paper introduces BanditMatch, a semi-supervised learning approach that leverages logged user feedback to improve multi-action dialog policies, outperforming existing methods in generating concise, informative responses.

## Contribution

The paper proposes BanditMatch, a novel hybrid semi-supervised and bandit learning framework that effectively utilizes partial logged user feedback for dialog policy learning.

## Key findings

- BanditMatch outperforms state-of-the-art methods in experiments.
- It generates more concise and informative dialog responses.
- The approach effectively exploits partial feedback from logged user interactions.

## Abstract

Multi-action dialog policy, 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 policy models usually imitate action combinations from the labeled multi-action dialog examples. Due to data limitations, they generalize poorly toward unseen dialog flows. While reinforcement learning-based methods are proposed to incorporate the service ratings from real users and user simulators as external supervision signals, they suffer from sparse and less credible dialog-level rewards. To cope with this problem, we explore to improve multi-action dialog policy learning with explicit and implicit turn-level user feedback received for historical predictions (i.e., logged user feedback) that are cost-efficient to collect and faithful to real-world scenarios. The task is challenging since the logged user feedback provides only partial label feedback limited to the particular historical dialog actions predicted by the agent. To fully exploit such feedback information, we propose BanditMatch, which addresses the task from a feedback-enhanced semi-supervised learning perspective with a hybrid objective of semi-supervised learning and bandit learning. BanditMatch integrates pseudo-labeling methods to better explore the action space through constructing full label feedback. Extensive experiments show that our BanditMatch outperforms the state-of-the-art methods by generating more concise and informative responses. The source code and the appendix of this paper can be obtained from https://github.com/ShuoZhangXJTU/BanditMatch.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/2302.13505/full.md

## Figures

3 figures with captions in the complete paper: https://tomesphere.com/paper/2302.13505/full.md

## References

34 references — full list in the complete paper: https://tomesphere.com/paper/2302.13505/full.md

---
Source: https://tomesphere.com/paper/2302.13505