paper-with-me

홈 › Papers

Do Large Language Models Mentalize When They Teach?

2026-04-02 · Sevan K. Harootonian, Mark K. Ho, Thomas L. Griffiths, Yael Niv, Ilia Sucholutsky arxiv

How do LLMs decide what to teach next: by reasoning about a learner's knowledge, or by using simpler rules of thumb? We test this in a controlled task previously used to study human teaching strategies. On each trial, a teacher LLM sees a hypothetical learner's trajectory through a reward-annotated directed graph and must reveal a single edge so the learner would choose a better path if they replanned. We run a range of LLMs as simulated teachers and fit their trial-by-trial choices with the same cognitive models used for humans: a Bayes-Optimal teacher that infers which transitions the learner is missing (inverse planning), weaker Bayesian variants, heuristic baselines (e.g., reward based), and non-mentalizing utility models. In a baseline experiment matched to the stimuli presented to human subjects, most LLMs perform well, show little change in strategy over trials, and their graph-by-graph performance is similar to that of humans. Model comparison (BIC) shows that Bayes-Optimal teaching best explains most models' choices. When given a scaffolding intervention, models follow auxiliary inference- or reward-focused prompts, but these scaffolds do not reliably improve later teaching on heuristic-incongruent test graphs and can sometimes reduce performance. Overall, cognitive model fits provide insight into LLM tutoring policies and show that prompt compliance does not guarantee better teaching decisions.

📄 PDF Abstract BibTeX arXiv:2604.01594

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Establishing Trustworthiness: Rethinking Tasks and Model Evaluation

2023-10-09 · Robert Litschko, Max Müller-Eberstein, Rob van der Goot, Leon Weber 외

Language understanding is a multi-faceted cognitive capability, which the Natural Language Processing (NLP) community has striven to model computationally for decades. Traditionally, facets of linguistic intelligence hav…

model

C3: Lightweight Incrementalized MCMC for Probabilistic Programs using Continuations and Callsite Caching

2015-09-07 · Daniel Ritchie, Andreas Stuhlmüller, Noah D. Goodman

Lightweight, source-to-source transformation approaches to implementing MCMC for probabilistic programming languages are popular for their simplicity, support of existing deterministic code, and ability to execute on exi…

Probabilistic Programming

Semantic Containment as a Fundamental Property of Emergent Misalignment

2026-02-02 · Rohan Saxena arxiv

Fine-tuning language models on narrowly harmful data causes emergent misalignment (EM) -- behavioral failures extending far beyond training distributions. Recent work demonstrates compartmentalization of misalignment beh…

Language models struggle with compartmentalization

2026-05-19 · Thomas Vincent Howe, David Wingate arxiv

In the training data used by large language models (LLMs), the same latent concept is often presented in multiple distinct ways: the same facts appear in English and Swahili; many functions can be expressed in both Pytho…

Can Language Models Teach Weaker Agents? Teacher Explanations Improve Students via Personalization

2023-06-15 · Swarnadeep Saha, Peter Hase, Mohit Bansal

A hallmark property of explainable AI models is the ability to teach other agents, communicating knowledge of how to perform a task. While Large Language Models perform complex reasoning by generating explanations for th…