paper-with-me

홈 › Papers

On the Fundamental Limits of LLMs at Scale

2025-11-17 · Muhammad Ahmed Mohsin, Muhammad Umer, Ahsan Bilal, Zeeshan Memon, Muhammad Ibtsaam Qadir, Sagnik Bhattacharya, Hassan Rizwan, Abhiram R. Gorle, Maahe Zehra Kazmi, Nukhba Amir, Ali Subhan, Muhammad Usman Rafique, Zihao He, Pulkit Mehta, Muhammad Ali Jamshed, John M. Cioffi 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 fragility, and (5) multimodal misalignment. While existing surveys describe these phenomena empirically, they lack a rigorous theoretical synthesis connecting them to the foundational limits of computation, information, and learning. This work closes that gap by presenting a unified, proof-informed framework that formalizes the innate theoretical ceilings of LLM scaling. First, computability and uncomputability imply an irreducible residue of error: for any computably enumerable model family, diagonalization guarantees inputs on which some model must fail, and undecidable queries (e.g., halting-style tasks) induce infinite failure sets for all computable predictors. Second, information-theoretic and statistical constraints bound attainable accuracy even on decidable tasks, finite description length enforces compression error, and long-tail factual knowledge requires prohibitive sample complexity. Third, geometric and computational effects compress long contexts far below their nominal size due to positional under-training, encoding attenuation, and softmax crowding. We further show how likelihood-based training favors pattern completion over inference, how retrieval under token limits suffers from semantic drift and coupling noise, and how multimodal scaling inherits shallow cross-modal alignment. Across sections, we pair theorems and empirical evidence to outline where scaling helps, where it saturates, and where it cannot progress, providing both theoretical foundations and practical mitigation paths like bounded-oracle retrieval, positional curricula, and sparse or hierarchical attention.

📄 PDF Abstract BibTeX arXiv:2511.12869

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Rethinking the Role of Tensor Decompositions in Post-Training LLM Compression

2026-06-02 · Artur Zagitov, Alexander Miasnikov, Maxim Krutikov, Vladimir Aletov 외 arxiv

Post-training compression is essential for deploying large language models (LLMs) under tight resource constraints. Tensor decompositions have emerged as a promising direction, offering compact parameterizations well sui…

Graph-enhanced Large Language Models in Asynchronous Plan Reasoning

2024-02-05 · Fangru Lin, Emanuele La Malfa, Valentin Hofmann, Elle Michelle Yang 외

Planning is a fundamental property of human intelligence. Reasoning about asynchronous plans is challenging since it requires sequential and parallel planning to optimize time costs. Can large language models (LLMs) succ…

Limits for Learning with Language Models

2023-06-21 · Nicholas Asher, Swarnadeep Bhar, Akshay Chaturvedi, Julie Hunter 외

With the advent of large language models (LLMs), the trend in NLP has been to train LLMs on vast amounts of data to solve diverse language understanding and generation tasks. The list of LLM successes is long and varied.…

Estimating the Fundamental Limits is Easier than Achieving the Fundamental Limits

2017-07-05 · Jiantao Jiao, Yanjun Han, Irena Fischer-Hwang, Tsachy Weissman

We show through case studies that it is easier to estimate the fundamental limits of data processing than to construct explicit algorithms to achieve those limits. Focusing on binary classification, data compression, and…

Binary ClassificationData CompressionGeneral Classification

Fundamental Safety-Capability Trade-offs in Fine-tuning Large Language Models

2025-03-24 · Pin-Yu Chen, Han Shen, Payel Das, Tianyi Chen

Fine-tuning Large Language Models (LLMs) on some task-specific datasets has been a primary use of LLMs. However, it has been empirically observed that this approach to enhancing capability inevitably compromises safety, …