LLMs Encode Their Failures: Predicting Success from Pre-Generation Activations
William Lugoloobi, Thomas Foster, William Bankes, Chris Russell

TL;DR
This paper explores how large language models' internal activations can predict their own success likelihood, enabling more efficient inference by routing queries and reducing computational costs.
Contribution
It introduces linear probes on pre-generation activations to predict model success, facilitating dynamic query routing and efficiency improvements.
Findings
Models encode a model-specific notion of difficulty distinct from human difficulty.
Probes can predict success better than surface features like question length.
Routing queries based on internal signals can outperform individual models while reducing inference costs by up to 70%.
Abstract
Running LLMs with extended reasoning on every problem is expensive, but determining which inputs actually require additional compute remains challenging. We investigate whether their own likelihood of success is recoverable from their internal representations before generation, and if this signal can guide more efficient inference. We train linear probes on pre-generation activations to predict policy-specific success on math and coding tasks, substantially outperforming surface features such as question length and TF-IDF. Using E2H-AMC, which provides both human and model performance on identical problems, we show that models encode a model-specific notion of difficulty that is distinct from human difficulty, and that this distinction increases with extended reasoning. Leveraging these probes, we demonstrate that routing queries across a pool of models can exceed the best-performing…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
