paper-with-me

Papers

Cascaded LSTMs based Deep Reinforcement Learning for Goal-driven Dialogue

2019-10-31 · Yue Ma, Xiaojie Wang, Zhenjiang Dong, Hong Chen

This paper proposes a deep neural network model for joint modeling Natural Language Understanding (NLU) and Dialogue Management (DM) in goal-driven dialogue systems. There are three parts in this model. A Long Short-Term Memory (LSTM) at the bottom of the network encodes utterances in each dialogue turn into a turn embedding. Dialogue embeddings are learned by a LSTM at the middle of the network, and updated by the feeding of all turn embeddings. The top part is a forward Deep Neural Network which converts dialogue embeddings into the Q-values of different dialogue actions. The cascaded LSTMs based reinforcement learning network is jointly optimized by making use of the rewards received at each dialogue turn as the only supervision information. There is no explicit NLU and dialogue states in the network. Experimental results show that our model outperforms both traditional Markov Decision Process (MDP) model and single LSTM with Deep Q-Network on meeting room booking tasks. Visualization of dialogue embeddings illustrates that the model can learn the representation of dialogue states.

📄 PDF Abstract BibTeX arXiv:1910.14229

Code (1)

Damcy/cascadeLSTMDRL 공식 구현 tf

Tasks

Deep Reinforcement LearningDialogue ManagementManagementNatural Language Understandingreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Predicting Success in Goal-Driven Human-Human Dialogues

2017-08-01 · WS 2017 8 · Michael Noseworthy, Jackie Chi Kit Cheung, Joelle Pineau

In goal-driven dialogue systems, success is often defined based on a structured definition of the goal. This requires that the dialogue system be constrained to handle a specific class of goals and that there be a mechan…

Diversity

AURA: Agent for Understanding, Reasoning, and Automated Tool Use in Voice-Driven Tasks

2025-06-29 · Leander Melroy Maben, Gayathri Ganesh Lakshmy, Srijith Radhakrishnan, Siddhant Arora 외

Despite advances in language and speech technologies, no open-source system enables full speech-to-speech, multi-turn dialogue with integrated tool use and agentic reasoning. We introduce AURA (Agent for Understanding, R…

Towards End-to-End Learning for Efficient Dialogue Agent by Modeling Looking-ahead Ability

2019-08-15 · WS 2019 9 · Zhuoxuan Jiang, Xian-Ling Mao, Ziming Huang, Jie Ma 외

Learning an efficient manager of dialogue agent from data with little manual intervention is important, especially for goal-oriented dialogues. However, existing methods either take too many manual efforts (e.g. reinforc…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

CHAI: A CHatbot AI for Task-Oriented Dialogue with Offline Reinforcement Learning

2022-04-18 · NAACL 2022 7 · Siddharth Verma, Justin Fu, Mengjiao Yang, Sergey Levine

Conventionally, generation of natural language for dialogue agents may be viewed as a statistical learning problem: determine the patterns in human-provided data and generate appropriate responses with similar statistica…

ChatbotOffline RLreinforcement-learningReinforcement Learning+1

How to Motivate Your Dragon: Teaching Goal-Driven Agents to Speak and Act in Fantasy Worlds

2020-10-01 · NAACL 2021 4 · Prithviraj Ammanabrolu, Jack Urbanek, Margaret Li, Arthur Szlam 외

We seek to create agents that both act and communicate with other agents in pursuit of a goal. Towards this end, we extend LIGHT (Urbanek et al. 2019) -- a large-scale crowd-sourced fantasy text-game -- with a dataset of…

Language ModelingLanguage Modelling