MixCE: Training Autoregressive Language Models by Mixing Forward and Reverse Cross-Entropies
About
Autoregressive language models are trained by minimizing the cross-entropy of the model distribution Q relative to the data distribution P -- that is, minimizing the forward cross-entropy, which is equivalent to maximum likelihood estimation (MLE). We have observed that models trained in this way may "over-generalize", in the sense that they produce non-human-like text. Moreover, we believe that reverse cross-entropy, i.e., the cross-entropy of P relative to Q, is a better reflection of how a human would evaluate text generated by a model. Hence, we propose learning with MixCE, an objective that mixes the forward and reverse cross-entropies. We evaluate models trained with this objective on synthetic data settings (where P is known) and real data, and show that the resulting models yield better generated text without complex decoding strategies. Our code and models are publicly available at https://github.com/bloomberg/mixce-acl2023
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Language Modeling | Wikitext (test) | Perplexity23.44 | 66 | |
| Mathematical Reasoning | Mathematical Reasoning Suite GSM8K, MATH, SVAMP, SimulEq, AQuA, SAT, MMLU | Accuracy (Aggregate)68.3 | 40 | |
| Language Modeling | WebText | Mauve53 | 33 | |
| Language Modeling | WikiText-2 | Mauve0.79 | 33 | |
| Language Modeling | WritingPrompts | MAUVE14 | 33 | |
| Bigram Language Modeling | Synthetic Random 50% initialization (val) | Avg JS Divergence7.02e-4 | 30 | |
| Bigram Language Modeling | Synthetic WebText initialization (val) | Avg JS0.001 | 30 | |
| Language Modeling | WikiText-103 | Mauve79 | 18 | |
| Language Modeling | WebText (test) | Diversity (Div)0.85 | 14 | |
| Language Modeling | WritingPrompts (test) | Diversity (div)86 | 14 |