paper-with-me

홈 › Papers

Language Models Can Predict Their Own Behavior

2025-02-18 · Dhananjay Ashok, Jonathan May

Autoregressive Language Models output text by sequentially predicting the next token to generate, with modern methods like Chain-of-Thought (CoT) prompting achieving state-of-the-art reasoning capabilities by scaling the number of generated tokens. However, are there times when we can infer how the model will behave (e.g. abstain from answering a question) early in the computation, making generation unnecessary? We show that internal representation of input tokens alone can often precisely predict, not just the next token, but eventual behavior over the entire output sequence. We leverage this capacity and learn probes on internal states to create early warning (and exit) systems. Specifically, if the probes can confidently estimate the way the LM is going to behave, then the system will avoid generating tokens altogether and return the estimated behavior instead. On 27 text classification datasets spanning five different tasks, we apply this method to estimate the eventual answer of an LM under CoT prompting, reducing inference costs by 65% (average) while suffering an accuracy loss of no more than 1.4% (worst case). We demonstrate the potential of this method to pre-emptively identify when a model will abstain from answering a question, fail to follow output format specifications, or give a low-confidence response. We explore the limits of this capability, showing that probes generalize to unseen datasets, but perform worse when LM outputs are longer and struggle to predict properties that require access to knowledge that the models themselves lack. Encouragingly, performance scales with model size, suggesting applicability to the largest of models

📄 PDF Abstract BibTeX arXiv:2502.13329

Code (1)

DhananjayAshok/LMBehaviorEstimation 공식 구현

Tasks

text-classificationText Classification

Similar Papers 제목 키워드 기반

On the Predictive Power of Neural Language Models for Human Real-Time Comprehension Behavior

2020-06-02 · Ethan Gotlieb Wilcox, Jon Gauthier, Jennifer Hu, Peng Qian 외

Human reading behavior is tuned to the statistics of natural language: the time it takes human subjects to read a word can be predicted from estimates of the word's probability in context. However, it remains an open que…

Open-Ended Question Answering

Behavior measures are predicted by how information is encoded in an individual's brain

2021-12-11 · Jennifer Williams, Leila Wehbe

Similar to how differences in the proficiency of the cardiovascular and musculoskeletal system predict an individual's athletic ability, differences in how the same brain region encodes information across individuals may…

Seeing is Believing (and Predicting): Context-Aware Multi-Human Behavior Prediction with Vision Language Models

2025-12-17 · Utsav Panchal, Yuchen Liu, Luigi Palmieri, Ilche Georgievski 외 arxiv

Accurately predicting human behaviors is crucial for mobile robots operating in human-populated environments. While prior research primarily focuses on predicting actions in single-human scenarios from an egocentric view…

MTT-Bench: Predicting Social Dominance in Mice via Multimodal Large Language Models

2026-04-24 · Yunquan Chen, Haoyu Chen arxiv

Understanding social dominance in animal behavior is critical for neuroscience and behavioral studies. In this work, we explore the capability of Multimodal Large Language Models(MLLMs) to analyze raw behavioral video of…

Do Large Language Models Walk Their Talk? Measuring the Gap Between Implicit Associations, Self-Report, and Behavioral Altruism

2025-12-01 · Sandro Andric arxiv

We investigate whether Large Language Models (LLMs) exhibit altruistic tendencies, and critically, whether their implicit associations and self-reports predict actual altruistic behavior. Using a multi-method approach in…