HCCLJul 11, 2019

Collaborative Multi-Agent Dialogue Model Training Via Reinforcement Learning

arXiv:1907.05507v21013 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of multi-agent dialogue systems for applications like virtual assistants or chatbots, but it is incremental as it builds on existing reinforcement learning and dialogue modeling techniques.

The paper tackled the problem of training conversational agents that communicate solely through self-generated language by modeling their interaction as a stochastic collaborative game, and the result showed that these agents outperformed deep learning-based supervised baselines.

We present the first complete attempt at concurrently training conversational agents that communicate only via self-generated language. Using DSTC2 as seed data, we trained natural language understanding (NLU) and generation (NLG) networks for each agent and let the agents interact online. We model the interaction as a stochastic collaborative game where each agent (player) has a role ("assistant", "tourist", "eater", etc.) and their own objectives, and can only interact via natural language they generate. Each agent, therefore, needs to learn to operate optimally in an environment with multiple sources of uncertainty (its own NLU and NLG, the other agent's NLU, Policy, and NLG). In our evaluation, we show that the stochastic-game agents outperform deep learning based supervised baselines.

Code Implementations4 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes