paper-with-me

홈 › Papers

Long Context, Less Focus: A Scaling Gap in LLMs Revealed through Privacy and Personalization

2026-02-16 · Shangding Gu arxiv

Large language models (LLMs) are increasingly deployed in privacy-critical and personalization-oriented scenarios, yet the role of context length in shaping privacy leakage and personalization effectiveness remains largely unexplored. We introduce a large-scale benchmark, PAPerBench, to systematically study how increasing context length influences both personalization quality and privacy protection in LLMs. The benchmark comprises approximately 29,000 instances with context lengths ranging from 1K to 256K tokens, yielding a total of 377K evaluation questions. It jointly evaluates personalization performance and privacy risks across diverse scenarios, enabling controlled analysis of long-context model behavior. Extensive evaluations across state-of-the-art LLMs reveal consistent performance degradation in both personalization and privacy as context length increases. We further provide a theoretical analysis of attention dilution under context scaling, explaining this behavior as an inherent limitation of soft attention in fixed-capacity Transformers. The empirical and theoretical findings together suggest a general scaling gap in current models -- long context, less focus. We release the benchmark to support reproducible evaluation and future research on scalable privacy and personalization. Code and data are available at https://github.com/SafeRL-Lab/PAPerBench

📄 PDF Abstract BibTeX arXiv:2602.15028

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Near-Lossless Model Compression Enables Longer Context Inference in DNA Large Language Models

2025-11-18 · Rui Zhu, Xiaopu Zhou, Haixu Tang, Stephen W. Scherer 외 arxiv

Trained on massive cross-species DNA corpora, DNA large language models (LLMs) learn the fundamental "grammar" and evolutionary patterns of genomic sequences. This makes them powerful priors for DNA sequence modeling, pa…

Model Compression

LongLLaDA: Unlocking Long Context Capabilities in Diffusion LLMs

2025-06-17 · Xiaoran Liu, Zhigeng Liu, Zengfeng Huang, Qipeng Guo 외

Large Language Diffusion Models, or diffusion LLMs, have emerged as a significant focus in NLP research, with substantial effort directed toward understanding their scalability and downstream task performance. However, t…

Inference Scaling for Long-Context Retrieval Augmented Generation

2024-10-06 · Zhenrui Yue, Honglei Zhuang, Aijun Bai, Kai Hui 외

The scaling of inference computation has unlocked the potential of long-context large language models (LLMs) across diverse settings. For knowledge-intensive tasks, the increased compute is often allocated to incorporate…

In-Context LearningRAGRetrievalRetrieval-augmented Generation

Giraffe: Adventures in Expanding Context Lengths in LLMs

2023-08-21 · Arka Pal, Deep Karkhanis, Manley Roberts, Samuel Dooley 외

Modern large language models (LLMs) that rely on attention mechanisms are typically trained with fixed context lengths which enforce upper limits on the length of input sequences that they can handle at evaluation time. …

16k4k

LaMPE: Length-aware Multi-grained Positional Encoding for Adaptive Long-context Scaling Without Training

2025-08-04 · Sikui Zhang, Guangze Gao, Ziyun Gan, Chunfeng Yuan 외 arxiv

Large language models (LLMs) experience significant performance degradation when the input exceeds the pretraining context window, primarily due to the out-of-distribution (OOD) behavior of Rotary Position Embedding (RoP…