#language-models

Language Models

101 stories tagged Language Models

A computer screen displaying a comparison of language models for intent classification.
research

41 Open-Weight Language Models Benchmarked for Zero-Shot Intent Classification: Study Finds Best Models for Accuracy vs. Efficiency

A systematic evaluation of 41 open-weight language models for zero-shot intent classification provides developers with practical guidance on model selection under compute, latency, and robustness constraints. The study tests models from 135 million to 9 billion parameters across 15 families on eight English datasets.

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.