# Collaborative Multi-Agent Dialogue Model Training Via Reinforcement   Learning

**Authors:** Alexandros Papangelis, Yi-Chia Wang, Piero Molino, Gokhan Tur

arXiv: 1907.05507 · 2019-07-25

## TL;DR

This paper introduces a novel method for training multi-agent conversational systems through reinforcement learning, enabling agents to communicate solely via self-generated language and outperform supervised baselines.

## Contribution

It presents the first complete framework for training collaborative multi-agent dialogue models using reinforcement learning with self-generated language.

## Key findings

- Agents outperform supervised baselines in communication tasks.
- Agents learn to operate effectively with multiple sources of uncertainty.
- The approach demonstrates the viability of reinforcement learning for multi-agent dialogue systems.

## Abstract

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.

## Full text

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

## Figures

5 figures with captions in the complete paper: https://tomesphere.com/paper/1907.05507/full.md

## References

54 references — full list in the complete paper: https://tomesphere.com/paper/1907.05507/full.md

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