paper-with-me

홈 › Papers

Positional Fragility in LLMs: How Offset Effects Reshape Our Understanding of Memorization Risks

2025-05-19 · YiXuan Xu, Antoine Bosselut, Imanol Schlag

Large language models are known to memorize parts of their training data, posing risk of copyright violations. To systematically examine this risk, we pretrain language models (1B/3B/8B) from scratch on 83B tokens, mixing web-scale data with public domain books used to simulate copyrighted content at controlled frequencies at lengths at least ten times longer than prior work. We thereby identified the offset effect, a phenomenon characterized by two key findings: (1) verbatim memorization is most strongly triggered by short prefixes drawn from the beginning of the context window, with memorization decreasing counterintuitively as prefix length increases; and (2) a sharp decline in verbatim recall when prefix begins offset from the initial tokens of the context window. We attribute this to positional fragility: models rely disproportionately on the earliest tokens in their context window as retrieval anchors, making them sensitive to even slight shifts. We further observe that when the model fails to retrieve memorized content, it often produces degenerated text. Leveraging these findings, we show that shifting sensitive data deeper into the context window suppresses both extractable memorization and degeneration. Our results suggest that positional offset is a critical and previously overlooked axis for evaluating memorization risks, since prior work implicitly assumed uniformity by probing only from the beginning of training sequences.

📄 PDF Abstract BibTeX arXiv:2505.13171

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeMemorization

Similar Papers 제목 키워드 기반

When Probing Accuracy Saturates, Fragility Resolves: A Complementary Metric for LLM Pre-Training Analysis

2026-06-09 · Orion Reblitz-Richardson arxiv

Standard linear probing declares a property "encoded" when a classifier on hidden states achieves high accuracy. The protocol works well on a snapshot but breaks across pre-training: probe accuracy saturates within the f…

On the Fundamental Limits of LLMs at Scale

2025-11-17 · Muhammad Ahmed Mohsin, Muhammad Umer, Ahsan Bilal, Zeeshan Memon 외 arxiv

Large Language Models (LLMs) have benefited enormously from scaling, yet these gains are bounded by five fundamental limitations: (1) hallucination, (2) context compression, (3) reasoning degradation, (4) retrieval fragi…

Not All Errors Are Created Equal: ASCoT Addresses Late-Stage Fragility in Efficient LLM Reasoning

2025-08-07 · Dongxu Zhang, Yujun Wu, Yiding Sun, Jinnan Yang 외 arxiv

While Chain-of-Thought (CoT) prompting empowers Large Language Models (LLMs), ensuring reasoning reliability remains an open challenge. Contrary to the prevailing cascading failure hypothesis which posits that early erro…

Bridging Retrospective and Prospective Merger Analyses: The Case of US Airline Mergers

2025-03-20 · Gaurab Aryal, Anirban Chattopadhyaya, Federico Ciliberto

We propose an ensemble approach to evaluate mergers that combines retrospective and prospective modeling for a more reliable analysis. We begin with a retrospective analysis based on an event study of three major U.S. ai…

A Systematic Evaluation of Positional Bias in Multi-Video Summarization with MLLMs

2026-06-03 · Huangchen Xu, Yuan Wu, Yi Chang arxiv

Multimodal Large Language Models (MLLMs) are increasingly used for video understanding, yet their reliability under multi-video inputs remains poorly understood. We study positional bias in multi-video summarization, whe…

Video Summarization