LGAICLFeb 21, 2023

Offline Reinforcement Learning for Mixture-of-Expert Dialogue Management

arXiv:2302.10850v27 citationsh-index: 73
Originality Incremental advance
AI Analysis

This addresses the problem of expensive and unsafe online exploration for conversational chatbots, though it appears incremental as it builds on existing MoE-LM and RL methods.

The paper tackles the challenge of applying reinforcement learning to dialogue management by leveraging Mixture-of-Expert Language Models to reduce action space complexity, resulting in improved diversity of intent and overall performance in open-domain dialogue.

Reinforcement learning (RL) has shown great promise for developing dialogue management (DM) agents that are non-myopic, conduct rich conversations, and maximize overall user satisfaction. Despite recent developments in RL and language models (LMs), using RL to power conversational chatbots remains challenging, in part because RL requires online exploration to learn effectively, whereas collecting novel human-bot interactions can be expensive and unsafe. This issue is exacerbated by the combinatorial action spaces facing these algorithms, as most LM agents generate responses at the word level. We develop a variety of RL algorithms, specialized to dialogue planning, that leverage recent Mixture-of-Expert Language Models (MoE-LMs) -- models that capture diverse semantics, generate utterances reflecting different intents, and are amenable for multi-turn DM. By exploiting MoE-LM structure, our methods significantly reduce the size of the action space and improve the efficacy of RL-based DM. We evaluate our methods in open-domain dialogue to demonstrate their effectiveness w.r.t.\ the diversity of intent in generated utterances and overall DM performance.

Foundations

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

Your Notes