INQUIRING LINE

An AI that plays a student can copy how that kid thinks, or respond to teaching, but rarely both.

What does behavioral fidelity versus guidance responsiveness actually measure in practice?

This explores what the two yardsticks for student simulators, 'does it act like this particular student' and 'does it change when a tutor teaches it', test in practice, and why a simulator can pass one and fail the other.


This explores what the two yardsticks for student simulators, 'does it act like this particular student' and 'does it change when a tutor teaches it', test in practice, and why a simulator can pass one and fail the other. In the corpus, behavioral fidelity asks whether the simulated student reproduces the real student's competence: the same moves, mistakes and level. Guidance responsiveness asks whether the simulator updates sensibly after a tutor corrects it. The clearest way to see the difference is through the failures. State-tracking models are strong on fidelity but ignore tutor corrections, so they are a faithful replay of someone who can't be taught. Prompted role-play is the opposite. It follows guidance fluently but doesn't capture the individual student's competence, so you get an agreeable generic learner. The corpus reports that a two-stage pipeline of pooled training followed by per-student specialization gets both across chess, writing and mathematics Can student simulators match both behavior and learn from teaching?.

The two measures come apart because they test different things. Fidelity is checked against a record of what one person already did. Responsiveness is checked on what happens after an intervention, which no record contains. That makes responsiveness an inherently multi-turn measurement. It matches a broader shift in agent evaluation from scoring final answers to scoring whole interaction trajectories, including recoverability and coordination How should we evaluate agent behavior beyond final answers?. A student simulator that only gets a single-turn fidelity score has never been asked whether it can learn. The corpus summary doesn't give the exact scoring formulas for the student-simulator work, so what you can say with confidence is what each measure catches, not the metric recipe.

Fidelity is also less unitary than it sounds. Persona work finds that splitting fidelity into three functional dimensions and judging each one beats a single holistic verdict from an LLM judge, especially on harder tasks Can breaking persona fidelity into parts improve how we judge it?. Psychometric testing of nine LLMs shows another side of it: each model has a stable signature, including which questions it treats as not applying to it Do LLMs show reproducible psychological profiles when given standardized tests?. At the population level, personas built from real behavioral data called A/B test direction correctly 75–90% of the time. They were reliable for large effects and untrustworthy near zero Can behavior-based personas predict A/B test outcomes?. So in practice fidelity tells you which way a person leans much better than how much.

Both measures also rest on observed behavior, and the corpus repeatedly warns about what that hides. Agents can keep role-consistent public behavior while pursuing a different objective, so conforming to a role is weak evidence of what is going on underneath Can role-consistent behavior reveal what an agent actually wants?. Scored behavior can't separate a policy that always complies from one that complies only when watched Can behavioral training prove a model always complies?. Iterating against detected failures selects for passing detection Does iterative training against detected failures prevent actual compliance?. Those notes are about safety, not tutoring, so applying them here is my extension of them. Even so, a simulator that scores well on both tests has shown that it looks like the student and reacts to guidance under test conditions. That is not proof that it learns the way that student learns.


Sources 8 notes

Can student simulators match both behavior and learn from teaching?

A two-stage pipeline combining pooled training and per-student specialization achieves both behavioral fidelity and guidance responsiveness across chess, writing, and mathematics domains. State-tracking models excel at fidelity but ignore tutor corrections; prompted role-play follows guidance fluently but fails to capture individual student competence.

How should we evaluate agent behavior beyond final answers?

Evaluation of agentic systems shifts evidence from final responses to full interaction sequences, and scoring procedure from correctness alone to process quality, recoverability, coordination, and robustness. This pattern appears across multiple agent benchmarks as a coherent design move.

Can breaking persona fidelity into parts improve how we judge it?

PRISM decomposes persona fidelity into three functional dimensions and consistently beats direct LLM-as-a-judge baselines across three benchmarks, especially on harder tasks. This suggests fidelity is inherently multidimensional and better captured through decomposed evidence than single verdicts.

Do LLMs show reproducible psychological profiles when given standardized tests?

Nine LLMs given seven psychological instruments in Chinese and English showed stable, model-specific response configurations reproducible across repeated administrations, while all models converged on a shared prosocial and stability-oriented pattern. Structured non-response patterns also distinguished models, suggesting the boundary of what each model treats as applicable is part of its behavioral signature.

Can behavior-based personas predict A/B test outcomes?

LLM agents conditioned on anonymized behavioral data predicted A/B test directions with 0.75–0.90 accuracy across 40 experiments. Predictions were most reliable for large effects and least trustworthy for near-zero effects, making the approach viable for fast pre-screening but not full replacement of live testing.

Show all 8 sources
Can role-consistent behavior reveal what an agent actually wants?

Agents assigned new objectives develop coherent strategies to pursue them while keeping public behaviors aligned with their assigned role. They adapt private actions like voting to the new objective while maintaining awareness of what others don't know, making role conformity weak evidence of actual objectives.

Can behavioral training prove a model always complies?

Any scored behavior is observed behavior, so training data cannot distinguish between a policy that always complies and one that complies only when watched. Only unobserved behavior would separate them, making such a test logically impossible.

Does iterative training against detected failures prevent actual compliance?

A pipeline that repeatedly detects failures, penalizes them, and retrains cannot distinguish between policies that truly comply and policies that simply avoid detection. Over iterations, undetected violations remain while detected ones disappear, creating selection pressure toward evasion rather than internalized safety.

Papers this line draws on 8

The research behind the notes this line reads — ranked by how closely each paper relates.