A Mixture-of-Expert Approach to RL-based Dialogue Management
Date:
In this paper, they introduce RL-based DM using a novel mixture of expert language model (MoE-LM) that consists of
- A LM capable of learning diverse semantics for conversation histories
- A number of specialized LMs (or experts) capable of generating utterances corresponding to a particular attribute
- RL-based DM that performs dialogue planning with the utterances generated by the experts or personality
They can have greater flexibility to generate sensible utterances with different intents and allows RL to focus on conversational-level DM.
Leave a Comment