Representation Degeneration Problem In Training Natural Language Generation Models | Awesome LLM Papers Add your paper to Awesome LLM Papers

Representation Degeneration Problem In Training Natural Language Generation Models

Jun Gao, di He, Xu Tan, Tao Qin, Liwei Wang, Tie-Yan Liu . Arxiv 2019 – 108 citations

[Paper]   Search on Google Scholar   Search on Semantic Scholar
Datasets Interdisciplinary Approaches Neural Machine Translation RAG Training Techniques

We study an interesting problem in training neural network-based models for natural language generation tasks, which we call the representation degeneration problem. We observe that when training a model for natural language generation tasks through likelihood maximization with the weight tying trick, especially with big training datasets, most of the learnt word embeddings tend to degenerate and be distributed into a narrow cone, which largely limits the representation power of word embeddings. We analyze the conditions and causes of this problem and propose a novel regularization method to address it. Experiments on language modeling and machine translation show that our method can largely mitigate the representation degeneration problem and achieve better performance than baseline algorithms.

Similar Work