paper-with-me

Papers

Learning Goal-oriented Dialogue Policy with Opposite Agent Awareness

2020-04-21 · Asian Chapter of the Association for Computational Linguistics 2020 · Zheng Zhang, Lizi Liao, Xiaoyan Zhu, Tat-Seng Chua, Zitao Liu, Yan Huang, Minlie Huang

Most existing approaches for goal-oriented dialogue policy learning used reinforcement learning, which focuses on the target agent policy and simply treat the opposite agent policy as part of the environment. While in real-world scenarios, the behavior of an opposite agent often exhibits certain patterns or underlies hidden policies, which can be inferred and utilized by the target agent to facilitate its own decision making. This strategy is common in human mental simulation by first imaging a specific action and the probable results before really acting it. We therefore propose an opposite behavior aware framework for policy learning in goal-oriented dialogues. We estimate the opposite agent's policy from its behavior and use this estimation to improve the target agent by regarding it as part of the target policy. We evaluate our model on both cooperative and competitive dialogue tasks, showing superior performance over state-of-the-art baselines.

📄 PDF Abstract BibTeX arXiv:2004.09731

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingReinforcement Learning

Similar Papers 제목 키워드 기반

Subgoal Discovery for Hierarchical Dialogue Policy Learning

2018-04-20 · EMNLP 2018 10 · Da Tang, Xiujun Li, Jianfeng Gao, Chong Wang 외

Developing agents to engage in complex goal-oriented dialogues is challenging partly because the main learning signals are very sparse in long conversations. In this paper, we propose a divide-and-conquer approach that d…

Hierarchical Reinforcement LearningReinforcement Learning

I love your chain mail! Making knights smile in a fantasy game world: Open-domain goal-oriented dialogue agents

2020-02-07 · Shrimai Prabhumoye, Margaret Li, Jack Urbanek, Emily Dinan 외

Dialogue research tends to distinguish between chit-chat and goal-oriented tasks. While the former is arguably more naturalistic and has a wider use of language, the latter has clearer metrics and a straightforward learn…

Reinforcement Learning

PyTOD: Programmable Task-Oriented Dialogue with Execution Feedback

2025-08-21 · Alexandru Coca, Bo-Hsiang Tseng, Pete Boothroyd, Jianpeng Cheng 외 arxiv

Programmable task-oriented dialogue (TOD) agents enable language models to follow structured dialogue policies, but their effectiveness hinges on accurate state tracking. We present PyTOD, an agent that generates executa…

Learning Goal-Oriented Visual Dialog via Tempered Policy Gradient

2018-07-02 · Rui Zhao, Volker Tresp

Learning goal-oriented dialogues by means of deep reinforcement learning has recently become a popular research topic. However, commonly used policy-based dialogue agents often end up focusing on simple utterances and su…

Deep Reinforcement LearningPolicy Gradient MethodsReinforcement LearningReinforcement Learning (RL)+1

Prompt-Based Monte-Carlo Tree Search for Goal-Oriented Dialogue Policy Planning

2023-05-23 · Xiao Yu, Maximillian Chen, Zhou Yu

Planning for goal-oriented dialogue often requires simulating future dialogue interactions and estimating task progress. Many approaches thus consider training neural networks to perform look-ahead search algorithms such…

Language ModelingLanguage ModellingLarge Language Model