菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-13
📄 Abstract - Retrieval-Augmented Tutoring for Algorithm Tracing and Problem-Solving in AI Education

Students learning algorithms often need support as they interpret traces, debug reasoning errors, and apply procedures across unfamiliar problem instances. In this paper, we present KITE (Knowledge-Informed Tutoring Engine), a Retrieval-Augmented Generation (RAG)-based intelligent tutoring system designed to serve as a classroom teaching assistant for algorithmic reasoning and problem-solving tasks. KITE uses an intent-aware Socratic response strategy to tailor support to different student needs, responding with targeted hints, guiding questions, and progressive scaffolding intended to strengthen students' algorithmic problem-solving ability. To keep responses aligned with course content, KITE uses a multimodal RAG pipeline that retrieves relevant information from course materials. We evaluate KITE using three forms of assessment: RAGAs-based metrics for response grounding and quality, expert evaluation of pedagogical quality, and a simulated student pipeline in which a weaker language model interacts with KITE across two-turn dialogues and produces revised answers after receiving feedback. Results indicate that KITE produces contextually grounded and pedagogically appropriate responses. Further, using simulated students, KITE's feedback helped the student models produce more accurate follow-up responses on procedural and tracing questions, suggesting that its scaffolding can support algorithmic problem-solving. This work contributes a tutoring architecture and an evaluation approach for assessing retrieval-grounded explanations and scaffolded problem-solving feedback.

顶级标签: llm education
详细标签: retrieval-augmented generation intelligent tutoring system algorithmic reasoning scaffolding simulation evaluation 或 搜索:

面向人工智能教育的算法追踪与问题解决:检索增强式智能辅导系统 / Retrieval-Augmented Tutoring for Algorithm Tracing and Problem-Solving in AI Education


1️⃣ 一句话总结

本文提出了一种名为KITE的检索增强生成智能辅导系统,通过结合课程资料的检索和分步引导策略,帮助学生在学习算法时理解执行过程、纠正推理错误并提升问题解决能力,实验证明其能够提供准确且教育上有效的反馈。

源自 arXiv: 2605.12988