paper-with-me

홈 › Papers

Reversal Invariance in Autoregressive Language Models

2025-11-01 · Mihir Sahasrabudhe arxiv

We formalize a structural property of the causal (autoregressive) language modeling (CLM) objective: reversal invariance. Formally, the next-token prediction loss assigns identical likelihood to a corpus and its reversal, implying that standard CLM pretraining is direction-blind. This symmetry explains why models trained on reversed text can achieve comparable performance to those trained on forward text, despite the inherently time-asymmetric nature of human language and reasoning. We argue that this invariance represents a limitation of current pretraining objectives rather than a benign artifact. If natural language encodes directional dependencies - phonological, morphological, or causal - a symmetric objective may fail to capture them. We therefore propose viewing pretraining through the lens of temporal asymmetry, motivating future work on loss functions and architectures that explicitly model the arrow of language while retaining standard language modeling capacity.

📄 PDF Abstract BibTeX arXiv:2511.00341

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Breaking the Reversal Curse in Autoregressive Language Models via Identity Bridge

2026-02-02 · Xutao Ma, Yixiao Huang, Hanlin Zhu, Somayeh Sojoudi arxiv

Autoregressive large language models (LLMs) have achieved remarkable success in many complex tasks, yet they can still fail in very simple logical reasoning such as the "reversal curse" -- when trained on forward knowled…

Logical Reasoning

The Illusion of Latent Generalization: Bi-directionality and the Reversal Curse

2026-03-13 · Julian Coda-Forno, Jane X. Wang, Arslan Chaudhry arxiv

The reversal curse describes a failure of autoregressive language models to retrieve a fact in reverse order (e.g., training on ``$A > B$'' but failing on ``$B < A$''). Recent work shows that objectives with bidirectiona…

Memorization, Emergence, and Explaining Reversal Failures: A Controlled Study of Relational Semantics in LLMs

2026-01-06 · Yihua Zhu, Qianying Liu, Jiaxin Wang, Fei Cheng 외 arxiv

Autoregressive LLMs perform well on relational tasks that require linking entities via relational words (e.g., father/son, friend), but it is unclear whether they learn the logical semantics of such relations (e.g., symm…

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…

Diffusion-Inspired Masked Fine-Tuning for Knowledge Injection in Autoregressive LLMs

2025-10-10 · Xu Pan, Ely Hahami, Jingxuan Fan, Ziqian Xie 외 arxiv

Large language models (LLMs) are often used in environments where facts evolve, yet factual knowledge updates via fine-tuning on unstructured text often suffer from 1) reliance on compute-heavy paraphrasing augmentation …