#language-models

Language Models

89 stories tagged Language Models

ArXiv Study: Information-Theoretic Limits Prove AI Reliability Has a Ceiling, Regardless of Scale
research

ArXiv Study: Information-Theoretic Limits Prove AI Reliability Has a Ceiling, Regardless of Scale

A new ArXiv paper proves that large language models (LLMs) have an inherent reliability ceiling that no amount of scaling can overcome. The study decomposes output uncertainty into a resolvable component (closable with more context) and a subjective component (inherent to task ambiguity), and shows that autoregressive generation further degrades this ceiling.

AI Models Separate Beliefs from Reality Using a Shared 'Value Slot' and 'Router' Mechanism
research

AI Models Separate Beliefs from Reality Using a Shared 'Value Slot' and 'Router' Mechanism

Researchers from ArXiv cs.CL discovered how language models distinguish between a character's belief and objective reality. The mechanism relies on a shared value slot that binds the attributed value and a router at the query position that selects which frame—belief or reality—to read from. This finding explains how AI handles nuanced, belief-based reasoning.