Pretrained Language Models For Dialogue Generation With Multiple Input Sources · The Large Language Model Bible Contribute to LLM-Bible

Pretrained Language Models For Dialogue Generation With Multiple Input Sources

Cao Yu, Bi Wei, Fang Meng, Tao Dacheng. Arxiv 2020

[Paper]    
Applications Attention Mechanism GPT Merging Model Architecture RAG

Large-scale pretrained language models have achieved outstanding performance on natural language understanding tasks. However, it is still under investigating how to apply them to dialogue generation tasks, especially those with responses conditioned on multiple sources. Previous work simply concatenates all input sources or averages information from different input sources. In this work, we study dialogue models with multiple input sources adapted from the pretrained language model GPT2. We explore various methods to fuse multiple separate attention information corresponding to different sources. Our experimental results show that proper fusion methods deliver higher relevance with dialogue history than simple fusion baselines.

Similar Work