Information-Theoretic Limits of Reliability and Scaling in Language Models

Subhabrata Majumdar

arXiv:2607.14112 · 2026-07-17 공개 · arXiv · PDF

language-models catastrophic-forgetting scaling-laws autoregressive-generation model-capacity information-theory training-data reliability-ceiling

Abstract

Large language models (LLMs) are evaluated as though perfect reliability is achievable for any task given sufficient scale. We show this assumption is information-theoretically unjustified. Every generative task has a reliability ceiling that no model can exceed, determined by how much output uncertainty is resolvable from observable context. The gap decomposes into a resolvable component closable with additional context and a subjective component inherent to task ambiguity. Autoregressive generation further degrades this ceiling at a rate governed by the task's dependency kernel, which quantifies inter-token correlations in the output. From these two primitives, we derive a first-principles scaling law where LLM performance is bottlenecked by the scarcer resource: training data or model capacity. This law recovers the Chinchilla scaling law as a special case and provides a structural account of when scaling improves reliability. Beyond scaling, our framework unifies diverse practical phenomena, such as the benefits of retrieval-augmentation and the spectral mechanics of catastrophic forgetting. Our work formalizes the resource-complexity tradeoffs that govern model performance across domains, offering a unified theory of performance limits in generative language models.

한국어 요약

한 줄 요약

LLM의 성능 한계를 정보 이론적 관점에서 정량화하고, Chinchilla 스케일링 법칙을 이론적으로 설명한다.

핵심 기여도

핵심 아이디어

기존 연구는 LLM의 성능이 충분한 규모로 확장되면 완벽해질 수 있다고 가정하지만, 본 연구는 이 가정이 정보 이론적으로 정당화되지 않음을 보인다. 모든 생성 작업에는 $H(Y|X)$로 정의되는 최대 신뢰도 상한선이 존재하며, 이는 입력에서 유추할 수 없는 출력의 불확실성에 의해 결정된다. 예를 들어, 코드 생성과 수학 증명은 $H(Y|X)$가 낮아 높은 신뢰도를 달성할 수 있지만, 창의적 글쓰기나 전문가 수준 추론은 $H(Y|X)$가 높아 성능 한계가 더 명확하다.

또한, 자동 회귀 생성 과정에서 토큰 간 상관관계(dependency kernel)가 오류 누적 속도를 결정하며, 이는 작업의 복잡도에 따라 달라진다. 이 두 가지 원칙(신뢰도 상한선, dependency kernel)을 기반으로, 스케일링 법칙을 유도하여 모델 크기 $N$과 훈련 데이터 $D$가 성능 향상에 미치는 영향을 정량적으로 설명한다.

기술적 접근법

주요 결과

의의 및 한계

본 연구는 LLM의 성능 한계를 정보 이론적 관점에서 정량화함으로써, 모델 확장의 효과와 한계를 명확히 설명한다. 특히, 창의적 작업과 수학적 작업 간 성능 차이를 $H(Y|X)$와 dependency kernel의 차이로 설명하며, RAG나 few-shot learning의 효과를 이론적으로 정당화한다. 이는 AI 연구와 개발에서 성능 평가 방식을 재정의할 수 있는 기초가 된다.

한계로는, 스케일링 법칙이 정상적인 학습 상황에서만 적용되며, 비정상적 학습이나 압축, in-context learning 등 다른 스케일링 현상은 다루지 않았다는 점이 있다. 또한, dependency kernel이 다양한 데이터 분포에 어떻게 안정적으로 적용되는지에 대한 이론적 분석이 필요하다.

실용적 활용

본 연구는 LLM의 성능 한계를 이해하고, 모델 확장 전략을 최적화하는 데 활용 가능하다. 예를 들어, $H(Y|X)$가 높은 작업에서는 RAG나 few-shot learning을 통해 성능을 향상시킬 수 있으며, 자원 투자 시 $N$과 $D$를 균형 있게 확장해야 효과적이다. 이는 코드 생성, 수학 문제 풀이, 법률 문서 작성 등 다양한 산업 분야에서 모델 개발 및 평가 전략 수립에 기여할 수 있다.