Confirming Correct, Missing the Rest: LLM Tutoring Agents Struggle Where Feedback Matters Most

Created: 2026-05-19 | Tags: intelligent-tutoringllmgenerative-aibenchmarkscaffoldingfeedback-loophallucination-risk

Yasir, T., Li, W., Gilson, S., Tithi, S. D., Tian, X., & Barnes, T. (2026) โ€” North Carolina State University. arXiv preprint.

๐Ÿ“„ Full text (arXiv)

Key Finding

LLM tutors achieve near-ceiling on correct steps but systematically over-reject valid-suboptimal reasoning and over-validate incorrect solutions โ€” precisely where adaptive tutoring matters most.

Synthesis

This paper exposes a critical diagnostic blind spot in LLM-based tutoring agents. Across seven models and 10,836 solution-feedback pairs in propositional logic, LLMs performed near-perfectly on clearly correct steps but systematically misfired on the cases that matter most for adaptive tutoring: they over-rejected valid-but-suboptimal reasoning and over-validated incorrect solutions. These failures persisted regardless of solution context, suggesting architectural limitations rather than insufficient information. Alarmingly, even when models correctly diagnosed a step, they often failed to produce pedagogically actionable feedback โ€” revealing a gap between diagnostic accuracy and instructional effectiveness. The authors propose hybrid architectures where knowledge-graph-grounded models handle precise diagnosis while LLMs support open-ended scaffolding and dialogue. This finding directly complements the behavioral evaluation framework from ai-tutor-behavioral-evaluation, which also found that pedagogical quality alone is insufficient โ€” students must actually act on feedback. Together, these papers suggest that current LLM tutors need both better diagnostic precision AND better feedback-actionability to serve as effective intelligent-tutoring-systems.

Related Pages