paper-with-me

홈 › Papers

Reason to Rote: Rethinking Memorization in Reasoning

2025-07-07 · Yupei Du, Philipp Mondorf, Silvia Casola, Yuekun Yao, Robert Litschko, Barbara Plank arxiv

Large language models readily memorize arbitrary training instances, such as label noise, yet they perform strikingly well on reasoning tasks. In this work, we investigate how language models memorize label noise, and why such memorization in many cases does not heavily affect generalizable reasoning capabilities. Using two controllable synthetic reasoning datasets with noisy labels, four-digit addition (FDA) and two-hop relational reasoning (THR), we discover a reliance of memorization on generalizable reasoning mechanisms: models continue to compute intermediate reasoning outputs even when retrieving memorized noisy labels, and intervening reasoning adversely affects memorization. We further show that memorization operates through distributed encoding, i.e., aggregating various inputs and intermediate results, rather than building a look-up mechanism from inputs to noisy labels. Moreover, our FDA case study reveals memorization occurs via outlier heuristics, where existing neuron activation patterns are slightly shifted to fit noisy labels. Together, our findings suggest that memorization of label noise in language models builds on, rather than overrides, the underlying reasoning mechanisms, shedding lights on the intriguing phenomenon of benign memorization.

📄 PDF Abstract BibTeX arXiv:2507.04782

Code (0)

등록된 구현이 없습니다.

Tasks

Relational Reasoning

Similar Papers 제목 키워드 기반

RARE: Retrieval-Augmented Reasoning Modeling

2025-03-30 · Zhengren Wang, Jiayang Yu, Dongsheng Ma, Zhe Chen 외

Domain-specific intelligence demands specialized knowledge and sophisticated reasoning for problem-solving, posing significant challenges for large language models (LLMs) that struggle with knowledge hallucination and in…

HallucinationMemorizationRetrieval

On Memorization of Large Language Models in Logical Reasoning

2024-10-30 · Chulin Xie, Yangsibo Huang, Chiyuan Zhang, Da Yu 외

Large language models (LLMs) achieve good performance on challenging reasoning benchmarks, yet could also make basic reasoning mistakes. This contrasting behavior is puzzling when it comes to understanding the mechanisms…

Logical ReasoningMemorization

We-Math: Does Your Large Multimodal Model Achieve Human-like Mathematical Reasoning?

2024-07-01 · Runqi Qiao, Qiuna Tan, Guanting Dong, Minhui Wu 외

Visual mathematical reasoning, as a fundamental visual reasoning ability, has received widespread attention from the Large Multimodal Models (LMMs) community. Existing benchmarks, such as MathVista and MathVerse, focus m…

MathMathematical ReasoningMemorizationVisual Reasoning

Quantifying In-Context Reasoning Effects and Memorization Effects in LLMs

2024-05-20 · Siyu Lou, Yuntian Chen, Xiaodan Liang, Liang Lin 외

In this study, we propose an axiomatic system to define and quantify the precise memorization and in-context reasoning effects used by the large language model (LLM) for language generation. These effects are formulated …

DisentanglementLanguage ModelingLanguage ModellingLarge Language Model+2

Diagnosing Memorization in Chain-of-Thought Reasoning, One Token at a Time

2025-08-04 · Huihan Li, You Chen, Siyuan Wang, Yixin He 외 arxiv

Large Language Models (LLMs) perform well on reasoning benchmarks but often fail when inputs alter slightly, raising concerns about the extent to which their success relies on memorization. This issue is especially acute…