paper-with-me

홈 › Papers

Is the Reversal Curse a Binding Problem? Uncovering Limitations of Transformers from a Basic Generalization Failure

2025-04-02 · Boshi Wang, Huan Sun

Despite their impressive capabilities, LLMs exhibit a basic generalization failure known as the Reversal Curse, where they struggle to learn reversible factual associations. Understanding why this occurs could help identify weaknesses in current models and advance their generalization and robustness. In this paper, we conjecture that the Reversal Curse in LLMs is a manifestation of the long-standing binding problem in cognitive science, neuroscience and AI. Specifically, we identify two primary causes of the Reversal Curse stemming from transformers' limitations in conceptual binding: the inconsistency and entanglements of concept representations. We perform a series of experiments that support these conjectures. Our exploration leads to a model design based on JEPA (Joint-Embedding Predictive Architecture) that for the first time breaks the Reversal Curse without side-stepping it with specialized data augmentation or non-causal masking, and moreover, generalization could be further improved by incorporating special memory layers that support disentangled concept representations. We demonstrate that the skill of reversal unlocks a new kind of memory integration that enables models to solve large-scale arithmetic reasoning problems via parametric forward-chaining, outperforming frontier LLMs based on non-parametric memory and prolonged explicit reasoning.

📄 PDF Abstract BibTeX arXiv:2504.01928

Code (1)

osu-nlp-group/reversal-curse-binding 공식 구현 jax

Tasks

Arithmetic ReasoningData Augmentation

Similar Papers 제목 키워드 기반

An Analysis and Mitigation of the Reversal Curse

2023-11-13 · Ang Lv, Kaiyi Zhang, Shufang Xie, Quan Tu 외

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 the…

DenoisingLanguage Modelling

The Factorization Curse: Which Tokens You Predict Underlie the Reversal Curse and More

2024-06-07 · Ouail Kitouni, Niklas Nolte, Diane Bouchacourt, Adina Williams 외

Today's best language models still struggle with hallucinations: factually incorrect generations, which impede their ability to reliably retrieve information seen during training. The reversal curse, where models cannot …

Information RetrievalRetrieval

Delving into the Reversal Curse: How Far Can Large Language Models Generalize?

2024-10-24 · Zhengkai Lin, Zhihang Fu, Kai Liu, Liang Xie 외

While large language models (LLMs) showcase unprecedented capabilities, they also exhibit certain inherent limitations when facing seemingly trivial tasks. A prime example is the recently debated "reversal curse", which …

Multiple-choice

DiffER: Diffusion Entity-Relation Modeling for Reversal Curse in Diffusion Large Language Models

2026-01-12 · Shaokai He, Kaiwen Wei, Xinyi Zeng, Xiang Chen 외 arxiv

The "reversal curse" refers to the phenomenon where large language models (LLMs) exhibit predominantly unidirectional behavior when processing logically bidirectional relationships. Prior work attributed this to autoregr…

Reverse Training to Nurse the Reversal Curse

2024-03-20 · Olga Golovneva, Zeyuan Allen-Zhu, Jason Weston, Sainbayar Sukhbaatar

Large language models (LLMs) have a surprising failure: when trained on "A has a feature B", they do not generalize to "B is a feature of A", which is termed the Reversal Curse. Even when training with trillions of token…