Skip to main content
arXiv is now an independent nonprofit! Learn more

Showing 1–50 of 144 results for author: Andreas, J

.
  1. arXiv:2608.13567  [pdf

    cs.AI cs.CL cs.LG

    Modular Cognitive Architecture Emerges in Large Language Models

    Authors: Pengrui Han, Jacob Andreas, Evelina Fedorenko, Andrea Gregor de Varda

    Abstract: The human brain exhibits a striking degree of functional specialization, with distinct networks supporting language, formal reasoning, reasoning about other minds, and reasoning about the physical world. Is this modular organization a fundamental principle of how intelligent systems must be built, or an evolutionary accident specific to biological brains? Here, we test whether a similar organizati… ▽ More

    Submitted 26 June, 2026; originally announced August 2026.

    Comments: https://pengrui-han.github.io/LLM_Modularity_Page/

  2. arXiv:2608.05188  [pdf, ps, other

    cs.CL cs.AI

    Position: It's Time to Optimize LLMs for Self-Consistency

    Authors: Itamar Pres, Belinda Z. Li, Laura Ruis, Zifan Carl Guo, Keya Hu, Mehul Damani, Isha Puri, Ekdeep Singh Lubana, Jacob Andreas

    Abstract: Despite ever-increasing sophistication in language model (LM) pre- and post-training pipelines, many important failures persist: models overcondition on user framing ("sycophancy"), exhibit incomplete logical generalization, and produce confident but incorrect responses. We argue that these failures arise from a modeling assumption permeating all aspects of the pipeline: that behavior can be speci… ▽ More

    Submitted 31 July, 2026; originally announced August 2026.

    Comments: Accepted at the 43rd International Conference on Machine Learning (ICML 2026), Position Paper Track

  3. arXiv:2607.22305  [pdf, ps, other

    cs.AI

    A Roadmap to Impactful Pluralistic Alignment Research

    Authors: Elinor Poole-Dayan, Jillian Fisher, Atoosa Kasirzadeh, Jacob Andreas, Mitchell Gordon, Michiel A. Bakker

    Abstract: Pluralistic value alignment---the goal of building AI systems that represent and serve diverse human values and perspectives---has emerged as an active research agenda. Yet, there's no public evidence that it has shaped the training or evaluation of the AI systems people actually use. We audit the public behavior documents and evaluations of frontier labs, finding none name pluralism as a goal, an… ▽ More

    Submitted 24 July, 2026; originally announced July 2026.

  4. arXiv:2607.16232  [pdf, ps, other

    cs.LG cs.AI cs.CL cs.HC

    From Weights to Words: Expressing and Editing Preference Model Inferences in Natural Language

    Authors: Zachary Wojtowicz, Ayush Nayak, Jacob Andreas

    Abstract: The growing use of statistical learning algorithms to infer human preferences from high-dimensional choice data runs up against a fundamental challenge: choice alternatives typically differ in many ways simultaneously, so it is generally unclear which factors actually drove an observed decision and should be credited as preferences. Compounding this problem, the opacity of these methods leaves hum… ▽ More

    Submitted 24 June, 2026; originally announced July 2026.

    Comments: 42 pages, 22 figures, 14 tables; main text 11 pages, remainder appendices

  5. arXiv:2607.01181  [pdf, ps, other

    cs.LG cs.AI cs.CL

    Right in the Right Way: LM Training with Verifiable Rewards and Human Demonstrations

    Authors: Mehul Damani, Isha Puri, Idan Shenfeld, Jacob Andreas

    Abstract: RL with verifiable rewards (RLVR) has emerged as a powerful paradigm for training LMs on tasks with well-defined success metrics, such as code generation and mathematical reasoning. However, current RLVR methods optimize only what can be objectively scored, often neglecting subjective, non-verifiable aspects of human-like outputs, such as style and structure. This limitation leads to well-document… ▽ More

    Submitted 1 July, 2026; originally announced July 2026.

  6. arXiv:2606.32038  [pdf, ps, other

    cs.CL cs.AI cs.LG

    Introspective Coupling: Self-Explanation Training Tracks Behavioral Change Despite Fixed Supervision

    Authors: Zifan Carl Guo, Laura Ruis, Jacob Andreas, Belinda Z. Li

    Abstract: When does training language models (LMs) to generate explanations of their predictions yield faithful introspection, rather than superficial imitation? We study LMs trained to explain which features of their inputs influenced their behavior, using models' counterfactual behavior on modified inputs as supervision. Surprisingly, we find that LMs trained on fixed counterfactual explanations derived f… ▽ More

    Submitted 30 June, 2026; originally announced June 2026.

    Comments: 32 pages, 19 figures

  7. arXiv:2606.19317  [pdf, ps, other

    cs.LG cs.AI

    Explaining Attention with Program Synthesis

    Authors: Amiri Hayes, Belinda Z Li, Jacob Andreas

    Abstract: A longstanding goal of research on interpretable deep learning is to replace opaque neural computations with human-meaningful symbolic descriptions. In this paper, we propose an approach for approximating the behavior of components of deep networks with executable programs. We focus on attention heads in transformer language models. For a given head, we first compute its associated attention matri… ▽ More

    Submitted 29 June, 2026; v1 submitted 17 June, 2026; originally announced June 2026.

  8. arXiv:2606.18448  [pdf, ps, other

    cs.CL

    VISUALSKILL: Multimodal Skills for Computer-Use Agents

    Authors: Ziyan Jiang, Li An, Yujian Liu, Jiabao Ji, Qiucheng Wu, Jacob Andreas, Yang Zhang, Shiyu Chang

    Abstract: Computer-use agents (CUAs) approach human-level performance on standardised benchmarks but still struggle on long-horizon tasks and unseen software. Existing skill libraries address this with reusable skills, but represent the skill artifact as text only, despite the visual nature of GUI interaction. We propose VISUALSKILL: a hierarchical multimodal skill, tailored to each target application and o… ▽ More

    Submitted 16 June, 2026; originally announced June 2026.

  9. arXiv:2606.18327  [pdf, ps, other

    cs.LG cs.AI

    Self-CTRL: Self-Consistency Training with Reinforcement Learning

    Authors: Itamar Pres, Laura Ruis, Melat Ghebreselassie, Belinda Z. Li, Jacob Andreas

    Abstract: Language models (LMs) that faithfully describe their own behavior can more easily be audited, understood, and trusted by users. This paper describes Self-Consistency Training with Reinforcement Learning (Self-CTRL), a method that optimizes for consistency between a LM's self-explanations and behavior on related inputs by updating explanations to better predict behavior or updating behavior to bett… ▽ More

    Submitted 16 June, 2026; originally announced June 2026.

    Comments: 34 pages, 12 figures, includes appendices

  10. arXiv:2605.10938  [pdf, ps, other

    cs.CL cs.AI cs.LG

    ELF: Embedded Language Flows

    Authors: Keya Hu, Linlu Qiu, Yiyang Lu, Hanhong Zhao, Tianhong Li, Yoon Kim, Jacob Andreas, Kaiming He

    Abstract: Diffusion and flow-based models have become the de facto approaches for generating continuous data, e.g., in domains such as images and videos. Their success has attracted growing interest in applying them to language modeling. Unlike their image-domain counterparts, today's leading diffusion language models (DLMs) primarily operate over discrete tokens. In this paper, we show that continuous DLMs… ▽ More

    Submitted 25 June, 2026; v1 submitted 11 May, 2026; originally announced May 2026.

    Comments: Tech report. arXiv v2: add distillation results in Appendix B. https://linlu-qiu.github.io/assets/html/elf_pd.html

  11. arXiv:2603.24844  [pdf, ps, other

    cs.LG cs.AI cs.CL

    Reaching Beyond the Mode: RL for Distributional Reasoning in Language Models

    Authors: Isha Puri, Mehul Damani, Idan Shenfeld, Marzyeh Ghassemi, Jacob Andreas, Yoon Kim

    Abstract: Given a question, a language model (LM) implicitly encodes a distribution over possible answers. In practice, post-training procedures for LMs often collapse this distribution onto a single dominant mode. While this is generally not a problem for benchmark-style evaluations that assume one correct answer, many real-world tasks inherently involve multiple valid answers or irreducible uncertainty. E… ▽ More

    Submitted 25 March, 2026; originally announced March 2026.

  12. arXiv:2603.20101  [pdf, ps, other

    cs.AI

    Pitfalls in Evaluating Interpretability Agents

    Authors: Tal Haklay, Nikhil Prakash, Sana Pandey, Antonio Torralba, Aaron Mueller, Jacob Andreas, Tamar Rott Shaham, Yonatan Belinkov

    Abstract: Automated interpretability systems aim to reduce the need for human labor and scale analysis to increasingly large models and diverse tasks. Recent efforts toward this goal leverage large language models (LLMs) at increasing levels of autonomy, ranging from fixed one-shot workflows to fully autonomous interpretability agents. This shift creates a corresponding need to scale evaluation approaches t… ▽ More

    Submitted 20 March, 2026; originally announced March 2026.

    MSC Class: 68T50 ACM Class: I.2.7

  13. arXiv:2602.24287  [pdf, ps, other

    cs.CL cs.AI

    Do LLMs Benefit From Their Own Words?

    Authors: Jenny Y. Huang, Leshem Choshen, Wei Sun, Omar Khattab, Ramón Fernandez Astudillo, Mehul Damani, Tamara Broderick, Jacob Andreas

    Abstract: In multi-turn conversations, large language models typically condition on the full conversation history: both past user prompts and assistant responses. We revisit this design choice by comparing full-context prompting to four alternative, substantially-reduced context configurations. Analyzing in-the-wild multi-turn conversations across three open reasoning and one state-of-the-art model, we find… ▽ More

    Submitted 11 August, 2026; v1 submitted 27 February, 2026; originally announced February 2026.

  14. arXiv:2512.09386  [pdf, ps, other

    cs.CL cs.AI cs.LG

    CONCUR: A Framework for Continual Constrained and Unconstrained Routing

    Authors: Peter Baile Chen, Weiyue Li, Dan Roth, Michael Cafarella, Samuel Madden, Jacob Andreas

    Abstract: AI tasks differ in complexity and are best addressed with different computation strategies (e.g., combinations of models and decoding methods). Hence, an effective routing system that maps tasks to the appropriate strategies is crucial. Most prior methods build the routing framework by training a single model across all strategies, which demands full retraining whenever new strategies appear and l… ▽ More

    Submitted 10 December, 2025; originally announced December 2025.

  15. arXiv:2511.14761  [pdf, ps, other

    cs.CV cs.AI cs.LG

    ARC Is a Vision Problem!

    Authors: Keya Hu, Ali Cy, Linlu Qiu, Xiaoman Delores Ding, Runqian Wang, Yeyin Eva Zhu, Jacob Andreas, Kaiming He

    Abstract: The Abstraction and Reasoning Corpus (ARC) is designed to promote research on abstract reasoning, a fundamental aspect of human intelligence. Common approaches to ARC treat it as a language-oriented problem, addressed by large language models (LLMs) or recurrent reasoning models. However, although the puzzle-like tasks in ARC are inherently visual, existing research has rarely approached the probl… ▽ More

    Submitted 18 November, 2025; originally announced November 2025.

    Comments: Technical Report. Project webpage: https://github.com/lillian039/VARC

  16. arXiv:2511.08579  [pdf, ps, other

    cs.CL cs.AI cs.LG

    Training Language Models to Explain Their Own Computations

    Authors: Belinda Z. Li, Zifan Carl Guo, Vincent Huang, Jacob Steinhardt, Jacob Andreas

    Abstract: Can language models (LMs) learn to faithfully describe their internal computations? Are they better able to describe themselves than other models? We study the extent to which LMs' privileged access to their own internals can be leveraged to produce new techniques for explaining their behavior. Using existing interpretability techniques as a source of ground truth, we fine-tune LMs to generate nat… ▽ More

    Submitted 9 February, 2026; v1 submitted 11 November, 2025; originally announced November 2025.

    Comments: 23 pages, 8 tables, 7 figures. Code and data at https://github.com/TransluceAI/introspective-interp

  17. arXiv:2510.21704  [pdf, ps, other

    cs.CV

    Automated Detection of Visual Attribute Reliance with a Self-Reflective Agent

    Authors: Christy Li, Josep Lopez Camuñas, Jake Thomas Touchet, Jacob Andreas, Agata Lapedriza, Antonio Torralba, Tamar Rott Shaham

    Abstract: When a vision model performs image recognition, which visual attributes drive its predictions? Detecting unintended reliance on specific visual features is critical for ensuring model robustness, preventing overfitting, and avoiding spurious correlations. We introduce an automated framework for detecting such dependencies in trained vision models. At the core of our method is a self-reflective age… ▽ More

    Submitted 18 November, 2025; v1 submitted 24 October, 2025; originally announced October 2025.

    Comments: 32 pages, 10 figures, Neurips 2025

  18. arXiv:2510.20909  [pdf, ps, other

    cs.CL cs.AI

    Code-enabled language models can outperform reasoning models on diverse tasks

    Authors: Cedegao E. Zhang, Cédric Colas, Gabriel Poesia, Joshua B. Tenenbaum, Jacob Andreas

    Abstract: Reasoning models (RMs), language models (LMs) trained with reinforcement learning to produce long-form natural language reasoning, have been remarkably successful, but they still require large amounts of computation and data to train, and can be slow and expensive to run. In this paper, we show that standard instruct LMs can already be elicited to be strong reasoners at a level comparable to or ev… ▽ More

    Submitted 23 October, 2025; originally announced October 2025.

  19. arXiv:2510.20886  [pdf, ps, other

    cs.CL cs.AI

    Shoot First, Ask Questions Later? Building Rational Agents that Explore and Act Like People

    Authors: Gabriel Grand, Valerio Pepe, Jacob Andreas, Joshua B. Tenenbaum

    Abstract: Many emerging applications of AI--from scientific discovery to medical diagnosis--require agents to seek information strategically: forming hypotheses, asking targeted questions, and making decisions under uncertainty. In high-stakes settings with limited resources, do language models (LMs) behave like rational agents? Drawing on insights from human cognition, we develop methods to evaluate and en… ▽ More

    Submitted 6 March, 2026; v1 submitted 23 October, 2025; originally announced October 2025.

    Comments: ICLR 2026

  20. arXiv:2510.15096  [pdf, ps, other

    cs.AI cs.LG

    OpenEstimate: Evaluating LLMs on Reasoning Under Uncertainty with Real-World Data

    Authors: Alana Renda, Jillian Ross, Michael Cafarella, Jacob Andreas

    Abstract: Real-world settings where language models (LMs) are deployed -- in domains spanning healthcare, finance, and other forms of knowledge work -- require models to grapple with incomplete information and reason under uncertainty. Yet most LM evaluations focus on problems with well-defined answers and success criteria. This gap exists in part because natural problems involving uncertainty are difficult… ▽ More

    Submitted 22 April, 2026; v1 submitted 16 October, 2025; originally announced October 2025.

  21. arXiv:2510.11502  [pdf, ps, other

    cs.LG

    Learning to Make MISTAKEs: Modeling Incorrect Student Thinking And Key Errors

    Authors: Alexis Ross, Jacob Andreas

    Abstract: Research on reasoning in language models (LMs) predominantly focuses on improving the correctness of their outputs. But some important applications require modeling reasoning patterns that are incorrect. For example, automated systems that can reason about and simulate student errors are useful for providing real-time feedback in the classroom or offline practice for educators-in-training. This pa… ▽ More

    Submitted 13 October, 2025; originally announced October 2025.

  22. arXiv:2510.10304  [pdf, ps, other

    cs.LG cs.AI cs.CL

    Sample-Efficient Online Learning in LM Agents via Hindsight Trajectory Rewriting

    Authors: Michael Y. Hu, Benjamin Van Durme, Jacob Andreas, Harsh Jhamtani

    Abstract: Language model (LM) agents deployed in novel environments often exhibit poor sample efficiency when learning from sequential interactions. This significantly hinders the usefulness of such agents in environments where interaction is costly (for example, when they interact with humans or reset physical systems). While a number of existing LM agent architectures incorporate various mechanisms for ex… ▽ More

    Submitted 2 January, 2026; v1 submitted 11 October, 2025; originally announced October 2025.

  23. arXiv:2510.05056  [pdf, ps, other

    cs.LG

    Modeling Student Learning with 3.8 Million Program Traces

    Authors: Alexis Ross, Megha Srivastava, Jeremiah Blanchard, Jacob Andreas

    Abstract: As programmers write code, they often edit and retry multiple times, creating rich "interaction traces" that reveal how they approach coding tasks and provide clues about their level of skill development. For novice programmers in particular, these traces reflect the diverse reasoning processes they employ to code, such as exploratory behavior to understand how a programming concept works, re-stra… ▽ More

    Submitted 15 April, 2026; v1 submitted 6 October, 2025; originally announced October 2025.

    Comments: Accepted to 27th International Conference on AI in Education (AIED 2026)

  24. arXiv:2509.00074  [pdf, ps, other

    cs.AI cs.CL cs.LG

    Language and Experience: A Computational Model of Social Learning in Complex Tasks

    Authors: Cédric Colas, Tracey Mills, Ben Prystawski, Michael Henry Tessler, Noah Goodman, Jacob Andreas, Joshua Tenenbaum

    Abstract: The ability to combine linguistic guidance from others with direct experience is central to human development, enabling safe and rapid learning in new environments. How do people integrate these two sources of knowledge, and how might AI systems? We present a computational framework that models social learning as joint probabilistic inference over structured, executable world models given sensorim… ▽ More

    Submitted 18 February, 2026; v1 submitted 26 August, 2025; originally announced September 2025.

    Comments: Code: github.com/ccolas/language_and_experience Demo: cedriccolas.com/demos/language_and_experience

    Journal ref: ICLR 2026; CogSci 2025

  25. arXiv:2507.16806  [pdf, ps, other

    cs.LG cs.AI cs.CL

    Beyond Binary Rewards: Training LMs to Reason About Their Uncertainty

    Authors: Mehul Damani, Isha Puri, Stewart Slocum, Idan Shenfeld, Leshem Choshen, Yoon Kim, Jacob Andreas

    Abstract: When language models (LMs) are trained via reinforcement learning (RL) to generate natural language "reasoning chains", their performance improves on a variety of difficult question answering tasks. Today, almost all successful applications of RL for reasoning use binary reward functions that evaluate the correctness of LM outputs. Because such reward functions do not penalize guessing or low-conf… ▽ More

    Submitted 14 May, 2026; v1 submitted 22 July, 2025; originally announced July 2025.

  26. arXiv:2507.12821  [pdf, ps, other

    cs.AI cs.LG

    Assessing Adaptive World Models in Machines with Novel Games

    Authors: Lance Ying, Katherine M. Collins, Prafull Sharma, Cedric Colas, Kaiya Ivy Zhao, Adrian Weller, Zenna Tavares, Phillip Isola, Samuel J. Gershman, Jacob D. Andreas, Thomas L. Griffiths, Francois Chollet, Kelsey R. Allen, Joshua B. Tenenbaum

    Abstract: Human intelligence exhibits a remarkable capacity for rapid adaptation and effective problem-solving in novel and unfamiliar contexts. We argue that this profound adaptability is fundamentally linked to the efficient construction and refinement of internal representations of the environment, commonly referred to as world models, and we refer to this adaptation mechanism as world model induction. H… ▽ More

    Submitted 22 July, 2025; v1 submitted 17 July, 2025; originally announced July 2025.

    Comments: 17 pages, 4 figures

  27. arXiv:2507.12547  [pdf, ps, other

    cs.CL cs.AI cs.PL

    Modeling Open-World Cognition as On-Demand Synthesis of Probabilistic Models

    Authors: Lionel Wong, Katherine M. Collins, Lance Ying, Cedegao E. Zhang, Adrian Weller, Tobias Gerstenberg, Timothy O'Donnell, Alexander K. Lew, Jacob D. Andreas, Joshua B. Tenenbaum, Tyler Brooke-Wilson

    Abstract: When faced with novel situations, people are able to marshal relevant considerations from a wide range of background knowledge and put these to use in inferences and predictions. What permits us to draw in globally relevant information and reason over it coherently? Here, we explore the hypothesis that people use a combination of distributed and symbolic representations to construct bespoke mental… ▽ More

    Submitted 18 July, 2025; v1 submitted 16 July, 2025; originally announced July 2025.

    Comments: Presented at CogSci 2025

  28. arXiv:2507.02850  [pdf, ps, other

    cs.CL cs.CR cs.LG

    LLM Hypnosis: Exploiting User Feedback for Unauthorized Knowledge Injection to All Users

    Authors: Almog Hilel, Riddhi Bhagwat, Idan Shenfeld, Jacob Andreas, Leshem Choshen

    Abstract: We describe a vulnerability in language models (LMs) trained with user feedback, whereby a single user can persistently alter LM knowledge and behavior given only the ability to provide prompts and upvote / downvote feedback on LM outputs. To implement the attack, the attacker prompts the LM to stochastically output either a "poisoned" or benign response, then upvotes the poisoned response or down… ▽ More

    Submitted 20 April, 2026; v1 submitted 3 July, 2025; originally announced July 2025.

  29. arXiv:2506.20989  [pdf, ps, other

    cs.CL cs.LG

    Can Gradient Descent Simulate Prompting?

    Authors: Eric Zhang, Leshem Choshen, Jacob Andreas

    Abstract: There are two primary ways of incorporating new information into a language model (LM): changing its prompt or changing its parameters, e.g. via fine-tuning. Parameter updates incur no long-term storage cost for model changes. However, for many model updates, prompting is significantly more effective: prompted models can generalize robustly from single examples and draw logical inferences that do… ▽ More

    Submitted 26 June, 2025; originally announced June 2025.

    Comments: 14 pages, 2 figures

  30. arXiv:2506.10918  [pdf, ps, other

    cs.LG

    Sequential-Parallel Duality in Prefix Scannable Models

    Authors: Morris Yau, Sharut Gupta, Valerie Engelmayer, Kazuki Irie, Stefanie Jegelka, Jacob Andreas

    Abstract: Modern neural sequence models are designed to meet the dual mandate of parallelizable training and fast sequential inference. Recent developments have given rise to various models, such as Gated Linear Attention (GLA) and Mamba, that achieve such ``sequential-parallel duality.'' This raises a natural question: can we characterize the full class of neural sequence models that support near-constant-… ▽ More

    Submitted 11 March, 2026; v1 submitted 12 June, 2025; originally announced June 2025.

  31. arXiv:2506.04706  [pdf, ps, other

    cs.CV cs.AI

    Line of Sight: On Linear Representations in VLLMs

    Authors: Achyuta Rajaram, Sarah Schwettmann, Jacob Andreas, Arthur Conmy

    Abstract: Language models can be equipped with multimodal capabilities by fine-tuning on embeddings of visual inputs. But how do such multimodal models represent images in their hidden activations? We explore representations of image concepts within LlaVA-Next, a popular open-source VLLM. We find a diverse set of ImageNet classes represented via linearly decodable features in the residual stream. We show th… ▽ More

    Submitted 5 June, 2025; originally announced June 2025.

    Comments: 8 pages, 9 figures

  32. arXiv:2506.00172  [pdf, ps, other

    cs.LG

    Breakpoint: Scalable evaluation of system-level reasoning in LLM code agents

    Authors: Kaivalya Hariharan, Uzay Girit, Atticus Wang, Jacob Andreas

    Abstract: Benchmarks for large language models (LLMs) have predominantly assessed short-horizon, localized reasoning. Existing long-horizon suites (e.g. SWE-bench) rely on manually curated issues, so expanding or tuning difficulty demands expensive human effort and evaluations quickly saturate. However, many real-world tasks, such as software engineering or scientific research, require agents to rapidly com… ▽ More

    Submitted 30 May, 2025; originally announced June 2025.

    Comments: 21 pages, 14 figures

  33. arXiv:2505.14398  [pdf, ps, other

    cs.CL cs.AI cs.LG

    Log-Augmented Generation: Scaling Test-Time Reasoning with Reusable Computation

    Authors: Peter Baile Chen, Yi Zhang, Dan Roth, Samuel Madden, Jacob Andreas, Michael Cafarella

    Abstract: While humans naturally learn and adapt from past experiences, large language models (LLMs) and their agentic counterparts struggle to retain reasoning from previous tasks and apply them in future contexts. To address this limitation, we propose a novel framework, log-augmented generation (LAG) that directly reuses prior computation and reasoning from past logs at test time to enhance model's abili… ▽ More

    Submitted 20 May, 2025; originally announced May 2025.

    Comments: Data and code are available at https://peterbaile.github.io/lag/

  34. arXiv:2504.07081  [pdf, ps, other

    cs.CL cs.AI

    Self-Steering Language Models

    Authors: Gabriel Grand, Joshua B. Tenenbaum, Vikash K. Mansinghka, Alexander K. Lew, Jacob Andreas

    Abstract: While test-time reasoning enables language models (LMs) to tackle complex tasks, searching or planning in natural language can be slow, costly, and error-prone. But even when LMs struggle to emulate the precise reasoning steps needed to solve a problem, they often excel at describing its abstract structure--both how to verify solutions and how to search for them. This paper introduces DisCIPL, a m… ▽ More

    Submitted 8 August, 2025; v1 submitted 9 April, 2025; originally announced April 2025.

    Comments: Accepted to COLM 2025

  35. arXiv:2504.01296  [pdf, other

    cs.CL

    ThinkPrune: Pruning Long Chain-of-Thought of LLMs via Reinforcement Learning

    Authors: Bairu Hou, Yang Zhang, Jiabao Ji, Yujian Liu, Kaizhi Qian, Jacob Andreas, Shiyu Chang

    Abstract: We present ThinkPrune, a simple yet effective method for pruning the thinking length for long-thinking LLMs, which has been found to often produce inefficient and redundant thinking processes. Existing preliminary explorations of reducing thinking length primarily focus on forcing the thinking process to early exit, rather than adapting the LLM to optimize and consolidate the thinking process, and… ▽ More

    Submitted 1 April, 2025; originally announced April 2025.

    Comments: 15 pages, 7 figures

  36. arXiv:2503.02854  [pdf, ps, other

    cs.CL cs.AI cs.LG

    (How) Do Language Models Track State?

    Authors: Belinda Z. Li, Zifan Carl Guo, Jacob Andreas

    Abstract: Transformer language models (LMs) exhibit behaviors -- from storytelling to code generation -- that seem to require tracking the unobserved state of an evolving world. How do they do this? We study state tracking in LMs trained or fine-tuned to compose permutations (i.e., to compute the order of a set of objects after a sequence of swaps). Despite the simple algebraic structure of this problem, ma… ▽ More

    Submitted 30 October, 2025; v1 submitted 4 March, 2025; originally announced March 2025.

    Comments: 21 pages, 17 figures, 1 table. Code: http://github.com/belindal/state-tracking

  37. arXiv:2502.12328  [pdf, other

    cs.CL cs.AI

    LM Agents for Coordinating Multi-User Information Gathering

    Authors: Harsh Jhamtani, Jacob Andreas, Benjamin Van Durme

    Abstract: This paper introduces PeopleJoin, a benchmark for evaluating LM-mediated collaborative problem solving. Given a user request, PeopleJoin agents must identify teammates who might be able to assist, converse with these teammates to gather information, and finally compile a useful answer or summary for the original user. PeopleJoin comprises two evaluation domains: PeopleJoin-QA, focused on questions… ▽ More

    Submitted 17 February, 2025; originally announced February 2025.

  38. arXiv:2411.07279  [pdf, other

    cs.AI cs.CL cs.LG

    The Surprising Effectiveness of Test-Time Training for Few-Shot Learning

    Authors: Ekin Akyürek, Mehul Damani, Adam Zweiger, Linlu Qiu, Han Guo, Jyothish Pari, Yoon Kim, Jacob Andreas

    Abstract: Language models (LMs) have shown impressive performance on tasks within their training distribution, but often struggle with structurally novel tasks even when given a small number of in-context task examples. We investigate the effectiveness of test-time training (TTT) -- temporarily updating model parameters during inference using a loss derived from input data -- as a mechanism for improving LM… ▽ More

    Submitted 24 March, 2025; v1 submitted 11 November, 2024; originally announced November 2024.

    Comments: Preprint

  39. arXiv:2410.21228  [pdf, ps, other

    cs.LG cs.CL

    LoRA vs Full Fine-tuning: An Illusion of Equivalence

    Authors: Reece Shuttleworth, Jacob Andreas, Antonio Torralba, Pratyusha Sharma

    Abstract: Fine-tuning is a crucial paradigm for adapting pre-trained large language models to downstream tasks. Recently, methods like Low-Rank Adaptation (LoRA) have been shown to effectively fine-tune LLMs with an extreme reduction in trainable parameters. But, \emph{are their learned solutions really equivalent?} We study how LoRA and full-finetuning change pre-trained models by analyzing the model's wei… ▽ More

    Submitted 22 October, 2025; v1 submitted 28 October, 2024; originally announced October 2024.

  40. arXiv:2410.11840  [pdf, ps, other

    cs.LG cs.AI cs.CL

    A Hitchhiker's Guide to Scaling Law Estimation

    Authors: Leshem Choshen, Yang Zhang, Jacob Andreas

    Abstract: Scaling laws predict the loss of a target machine learning model by extrapolating from easier-to-train models with fewer parameters or smaller training sets. This provides an efficient way for practitioners and researchers alike to compare pretraining decisions involving optimizers, datasets, and model architectures. Despite the widespread use of scaling laws to model the dynamics of language mode… ▽ More

    Submitted 2 June, 2025; v1 submitted 15 October, 2024; originally announced October 2024.

    Comments: ICML

  41. arXiv:2410.10101  [pdf, ps, other

    cs.LG cs.AI cs.CL cs.DS

    Learning Linear Attention in Polynomial Time

    Authors: Morris Yau, Ekin Akyürek, Jiayuan Mao, Joshua B. Tenenbaum, Stefanie Jegelka, Jacob Andreas

    Abstract: Previous research has explored the computational expressivity of Transformer models in simulating Boolean circuits or Turing machines. However, the learnability of these simulators from observational data has remained an open question. Our study addresses this gap by providing the first polynomial-time learnability results (specifically strong, agnostic PAC learning) for single-layer Transformers… ▽ More

    Submitted 23 October, 2025; v1 submitted 13 October, 2024; originally announced October 2024.

  42. arXiv:2410.09949  [pdf, other

    cs.CL

    MisinfoEval: Generative AI in the Era of "Alternative Facts"

    Authors: Saadia Gabriel, Liang Lyu, James Siderius, Marzyeh Ghassemi, Jacob Andreas, Asu Ozdaglar

    Abstract: The spread of misinformation on social media platforms threatens democratic processes, contributes to massive economic losses, and endangers public health. Many efforts to address misinformation focus on a knowledge deficit model and propose interventions for improving users' critical thinking through access to facts. Such efforts are often hampered by challenges with scalability, and by platform… ▽ More

    Submitted 14 October, 2024; v1 submitted 13 October, 2024; originally announced October 2024.

    Comments: EMNLP 2024. Correspondence can be sent to skgabrie at cs dot ucla dot edu

  43. arXiv:2410.04707  [pdf, other

    cs.LG cs.AI cs.CL

    Learning How Hard to Think: Input-Adaptive Allocation of LM Computation

    Authors: Mehul Damani, Idan Shenfeld, Andi Peng, Andreea Bobu, Jacob Andreas

    Abstract: Computationally intensive decoding procedures--including search, reranking, and self-critique--can improve the quality of language model (LM) outputs in problems spanning code generation, numerical reasoning, and dialog. Existing work typically applies the same decoding procedure for every input to an LM. But not all inputs require the same amount of computation to process. Can we allocate decodin… ▽ More

    Submitted 6 October, 2024; originally announced October 2024.

  44. arXiv:2410.04368  [pdf, other

    cs.LG cs.AI cs.CL

    Algorithmic Capabilities of Random Transformers

    Authors: Ziqian Zhong, Jacob Andreas

    Abstract: Trained transformer models have been found to implement interpretable procedures for tasks like arithmetic and associative recall, but little is understood about how the circuits that implement these procedures originate during training. To what extent do they depend on the supervisory signal provided to models, and to what extent are they attributable to behavior already present in models at the… ▽ More

    Submitted 6 October, 2024; originally announced October 2024.

    Comments: Accepted by NeurIPS 2024

  45. arXiv:2409.08212  [pdf, other

    cs.RO cs.LG

    Adaptive Language-Guided Abstraction from Contrastive Explanations

    Authors: Andi Peng, Belinda Z. Li, Ilia Sucholutsky, Nishanth Kumar, Julie A. Shah, Jacob Andreas, Andreea Bobu

    Abstract: Many approaches to robot learning begin by inferring a reward function from a set of human demonstrations. To learn a good reward, it is necessary to determine which features of the environment are relevant before determining how these features should be used to compute reward. End-to-end methods for joint feature and reward learning (e.g., using deep networks or program synthesis techniques) ofte… ▽ More

    Submitted 13 September, 2024; v1 submitted 12 September, 2024; originally announced September 2024.

    Comments: CoRL 2024

  46. arXiv:2409.02228  [pdf, ps, other

    cs.LG cs.CL

    Unforgettable Generalization in Language Models

    Authors: Eric Zhang, Leshem Choshen, Jacob Andreas

    Abstract: When language models (LMs) are trained to forget (or "unlearn'') a skill, how precisely does their behavior change? We study the behavior of transformer LMs in which tasks have been forgotten via fine-tuning on randomized labels. Such LMs learn to generate near-random predictions for individual examples in the "training'' set used for forgetting. Across tasks, however, LMs exhibit extreme variabil… ▽ More

    Submitted 5 August, 2026; v1 submitted 3 September, 2024; originally announced September 2024.

    Comments: 18 pages, 9 figures, published in First Conference on Language Modeling 2024

    Journal ref: First Conference on Language Modeling (2024)

  47. arXiv:2406.11830  [pdf, other

    cs.CL cs.AI

    Language Modeling with Editable External Knowledge

    Authors: Belinda Z. Li, Emmy Liu, Alexis Ross, Abbas Zeitoun, Graham Neubig, Jacob Andreas

    Abstract: When the world changes, so does the text that humans write about it. How do we build language models that can be easily updated to reflect these changes? One popular approach is retrieval-augmented generation, in which new documents are inserted into a knowledge base and retrieved during prediction for downstream tasks. Most prior work on these systems have focused on improving behavior during pre… ▽ More

    Submitted 17 June, 2024; originally announced June 2024.

  48. arXiv:2406.06950  [pdf, other

    cs.CL

    A Probabilistic Framework for LLM Hallucination Detection via Belief Tree Propagation

    Authors: Bairu Hou, Yang Zhang, Jacob Andreas, Shiyu Chang

    Abstract: This paper focuses on the task of hallucination detection, which aims to determine the truthfulness of LLM-generated statements. To address this problem, a popular class of methods utilize the LLM's self-consistencies in its beliefs in a set of logically related augmented statements generated by the LLM, which does not require external knowledge databases and can work with both white-box and black… ▽ More

    Submitted 7 February, 2025; v1 submitted 11 June, 2024; originally announced June 2024.

    Comments: NAACL 2025 (main conference)

  49. arXiv:2405.09605  [pdf, ps, other

    cs.CL cs.AI cs.LG

    Elements of World Knowledge (EWoK): A Cognition-Inspired Framework for Evaluating Basic World Knowledge in Language Models

    Authors: Anna A. Ivanova, Aalok Sathe, Benjamin Lipkin, Unnathi Kumar, Setayesh Radkani, Thomas H. Clark, Carina Kauf, Jennifer Hu, R. T. Pramod, Gabriel Grand, Vivian Paulun, Maria Ryskina, Ekin Akyürek, Ethan Wilcox, Nafisa Rashid, Leshem Choshen, Roger Levy, Evelina Fedorenko, Joshua Tenenbaum, Jacob Andreas

    Abstract: The ability to build and reason about models of the world is essential for situated language understanding. But evaluating world modeling capabilities in modern AI systems -- especially those based on language models -- has proven challenging, in large part because of the difficulty of disentangling conceptual knowledge about the world from knowledge of surface co-occurrence statistics. This paper… ▽ More

    Submitted 3 July, 2025; v1 submitted 15 May, 2024; originally announced May 2024.

    Comments: Accepted to Transactions of the ACL (TACL). Contains 25 pages (14 main), 6 figures. Visit http://ewok-core.github.io for data and code. Authors Anna Ivanova, Aalok Sathe, Benjamin Lipkin contributed equally

  50. arXiv:2405.04726  [pdf, other

    cs.CL

    Learning Phonotactics from Linguistic Informants

    Authors: Canaan Breiss, Alexis Ross, Amani Maina-Kilaas, Roger Levy, Jacob Andreas

    Abstract: We propose an interactive approach to language learning that utilizes linguistic acceptability judgments from an informant (a competent language user) to learn a grammar. Given a grammar formalism and a framework for synthesizing data, our model iteratively selects or synthesizes a data-point according to one of a range of information-theoretic policies, asks the informant for a binary judgment, a… ▽ More

    Submitted 7 May, 2024; originally announced May 2024.