An Analysis and Mitigation of the Reversal Curse
Ang Lv, Kaiyi Zhang, Shufang Xie, Quan Tu, Yuhan Chen, Ji-Rong Wen, Rui Yan
TL;DR
The paper investigates the reversal curse in LLMs, where models correctly infer a from a but fail to infer a from b via the inverse relation. It attributes at least part of this phenomenon to the next-token prediction objective and demonstrates that ABI-like training can mitigate the effect. The authors introduce BICO, a fine-tuning framework that enables bidirectional attention for causal LMs and combines a masked denoising objective with controlled NTP updates to preserve generation. Across synthetic name–description data, GSM8k-style backward math, and translation tasks, BICO substantially reduces reversal errors (up to ~70% reverse-task accuracy) while maintaining forward performance, highlighting the impact of training objectives on reasoning capabilities and offering a practical mitigation strategy.
Abstract
Recent research observed a noteworthy phenomenon in large language models (LLMs), referred to as the ``reversal curse.'' The reversal curse is that when dealing with two entities, denoted as $a$ and $b$, connected by their relation $R$ and its inverse $R^{-1}$, LLMs excel in handling sequences in the form of ``$aRb$,'' but encounter challenges when processing ``$bR^{-1}a$,'' whether in generation or comprehension. For instance, GPT-4 can accurately respond to the query ``Tom Cruise's mother is?'' with ``Mary Lee Pfeiffer,'' but it struggles to provide a satisfactory answer when asked ``Mary Lee Pfeiffer's son is?'' In this paper, we undertake the first-ever study of how the reversal curse happens in LLMs. Our investigations reveal that the reversal curse can stem from the specific training objectives, which become particularly evident in the widespread use of next-token prediction within most causal language models. We hope this initial investigation can draw more attention to the reversal curse, as well as other underlying limitations in current LLMs.
