📄 Research Article
DeepTutor: Towards Agentic Personalized Tutoring
A fully open-source agentic tutoring framework that closes the loop between citation-grounded problem tutoring and difficulty-calibrated question generation, powered by a hybrid personalization engine combining static knowledge grounding with dynamic learner memory. Evaluated via TutorBench across 5 university disciplines, improving personalized metrics by 10.8% and general agentic reasoning by 29.4% across 5 backbone models.
ArXiv: 2604.26962 (v3, July 2026)
Code: github.com/HKUDS/DeepTutor
Overview
DeepTutor is a fully open-source Agentic AI framework that unifies two tutoring tasks — citation-grounded problem tutoring and difficulty-calibrated question generation — through a shared personalization engine. Unlike prior systems that treat tutoring and question generation as isolated workflows, DeepTutor creates a closed loop: weaknesses exposed during tutoring directly shape which questions are generated next, and learner performance on those questions refines future explanations.
Hybrid Personalization Engine
1. Static Knowledge Grounding (SKG): Course-sourced knowledge indexed via RAG from textbooks and lecture materials, ensuring all tutoring responses are citation-grounded and factually anchored.
2. Dynamic Personal Memory (DPM): A trace forest — a hierarchical memory structure where specialized agents continuously distill multi-turn interaction traces into an evolving learner profile. Unlike coarse skill inventories, this captures fine-grained reasoning traces showing how a student errs, not just what they got wrong.
Architecture
TutorBench: Student-Centric Evaluation
Key Results
| Metric | Improvement |
|---|---|
| Personalized tutoring quality | +10.8% avg |
| Agentic reasoning (5 backbone models) | +29.4% |
| Cross-domain generalization | confirmed |
| Human-alignment | validated via ablation |
Significance
DeepTutor addresses a critical gap in Intelligent Tutoring: the disconnect between tutoring traces and subsequent practice. By coupling both through a shared learner memory, it demonstrates that closed-loop personalization yields measurable gains in both tutoring quality and reasoning capability. The fully open-source release and TutorBench benchmark provide infrastructure for the broader Adaptive Learning research community.
Connected Concepts
Connected Articles
Citation
Report, T., Personalized, D.T.A., & Tutoring, D.T.A.P. (2026). DeepTutor: Towards Agentic Personalized Tutoring