paper-with-me

Papers

Multi-Action Dialog Policy Learning from Logged User Feedback

2023-02-27 · Shuo Zhang, Junzhou Zhao, Pinghui Wang, Tianxiang Wang, Zi Liang, Jing Tao, Yi Huang, Junlan Feng

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.

📄 PDF Abstract BibTeX arXiv:2302.13505

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음

Similar Papers 제목 키워드 기반

Top-K Off-Policy Correction for a REINFORCE Recommender System

2018-12-06 · Minmin Chen, Alex Beutel, Paul Covington, Sagar Jain 외

Industrial recommender systems deal with extremely large action spaces -- many millions of items to recommend. Moreover, they need to serve billions of users, who are unique at any point in time, making a complex user st…

Recommendation Systems

Attention Guided Dialogue State Tracking with Sparse Supervision

2021-01-28 · Shuailong Liang, Lahari Poddar, Gyuri Szarvas

Existing approaches to Dialogue State Tracking (DST) rely on turn level dialogue state annotations, which are expensive to acquire in large scale. In call centers, for tasks like managing bookings or subscriptions, the u…

DecoderDialogue State Tracking

Off-Policy Evaluation and Learning from Logged Bandit Feedback: Error Reduction via Surrogate Policy

2018-08-01 · ICLR 2019 5 · Yuan Xie, Boyi Liu, Qiang Liu, Zhaoran Wang 외

When learning from a batch of logged bandit feedback, the discrepancy between the policy to be learned and the off-policy training data imposes statistical and computational challenges. Unlike classical supervised learni…

Multi-Label ClassificationMUlTI-LABEL-ClASSIFICATIONOff-policy evaluationRecommendation Systems

"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 외

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 mode…

Multi-Task Learning

Active Offline Policy Selection

2021-06-18 · NeurIPS 2021 12 · Ksenia Konyushkova, Yutian Chen, Tom Le Paine, Caglar Gulcehre 외

This paper addresses the problem of policy selection in domains with abundant logged data, but with a restricted interaction budget. Solving this problem would enable safe evaluation and deployment of offline reinforceme…

Bayesian OptimizationOff-policy evaluation