This paper investigates how implicit differences among human tutors can be transferred into LLM behavior without describing a persona in the prompt. It uses Question-Anchored-Tutoring-Dialogues-2k, real math-support conversations from the Eedi platform, and selects 21 tutors. Llama-3.1-8B-Instruct is first adapted with LoRA to produce an average-tutor response. For each context, the real human tutor utterance is preferred and a sampled SFT response is rejected. A BiPO-inspired objective learns one shared activation direction v at the final layer and one positive, mean-normalized coefficient delta_i per tutor. Inference adds alpha * delta_i * v at every token position. The method therefore does not learn a separately oriented vector for each persona: all 21 tutors are ordered by strength on a single axis, with coefficients from 0.83 to 1.21.
Data are split 80/10/10 within each tutor. The portion called validation is used both to optimize the vector and coefficients and to select their checkpoint; test contains new dialogues from the same known tutors. Evaluation compares each generation with the human utterance using ROUGE-L, BLEU, SentenceBERT cosine similarity, and a Prometheus-Eval preference judge. In the 1,971 middle-stage turns, cosine rises from 0.385 to 0.426 and the judge prefers steering in 58.7% of comparisons, while ROUGE-L falls from 0.165 to 0.157 and BLEU from 0.019 to 0.018. In the early stage, all three similarity metrics worsen, cosine 0.392 to 0.321, ROUGE-L 0.285 to 0.206, and BLEU 0.070 to 0.041, although the judge gives steering a 57.1% win rate. Aggregated over 2,623 turns, alpha=0.5 has the best ROUGE-L (0.187), BLEU (0.028), and cosine (0.407), but only 53.9% judge preference; alpha=1 raises preference to 58.2% at the cost of lexical overlap.
The qualitative interpretation proposes a continuum from affective support and scaffolding, through diagnostic instruction, to brief task-completion assistance. That reading rests on three selected questions and several examples, without systematic pedagogical labels, blinded annotators, or correlations. Resembling a tutor is also not equivalent to better teaching: the high-coefficient end itself includes confusing and low-investment responses. The objective does not assess correctness, learning, engagement, or student welfare. Because the same tutors appear in all three partitions and the split is by dialogue rather than question, the result demonstrates within-identity imitation, not zero-shot induction of unseen tutors.
The data audit confirms 1,971 conversations, 68,717 messages, and 25 actual tutors in the public CSVs. The retained 21 are exactly those with at least 14 conversations; four tutors with 1, 2, 5, and 7 are omitted without an explicit selection rule. Sixty-seven conversations contain two to four tutor IDs, and the paper does not publish how these hand-offs are resolved. It also releases no experimental split. The linked repository belongs to a different simulated-student paper: it contains the reused SFT framework but not this work's vector training, metrics, judge, checkpoints, seeds, outputs, or results. Exact SentenceBERT and Prometheus checkpoints are unspecified, and there is no human evaluation, uncertainty, significance testing, or repeated runs. The contribution supports a modest one-dimensional shift of Llama-3.1-8B style toward already observed tutors; it does not validate psychological personality, pedagogical quality, causal interpretability, or generalization to new tutors.