🌟 ギャル的キラキラポイント✨ ● AIがキミの理解度をチェックしてくれる!💯 ● まるでマンツーマンレッスンみたい!😎 ● 勉強が楽しくなっちゃうかも~!😆
背景: 最近のAI(人工知能)はすごい!先生みたいに色々教えてくれるんだよね! でも、みんな同じように教えられても、理解度が違うからムズくない?🤔 従来の勉強方法は、みんな同じ内容で、なんか物足りないって感じだったみたい💔
方法: そこで登場!AI先生は、キミの理解度に合わせて勉強法を変えるんだって!😳 具体的には、マルチターンインタラクティブ強化学習っていう方法を使うみたい。キミがどれくらい分かってるか、AI先生がちゃんと見てるってコト💖 正解しただけじゃなくて、本当に理解してるかまでチェックしてくれるんだって!
続きは「らくらく論文」アプリで
Large language models (LLMs) are shifting from answer providers to intelligent tutors in educational settings, yet current supervised fine-tuning methods only learn surface teaching patterns without dynamic adaptation capabilities. Recent reinforcement learning approaches address this limitation but face two critical challenges. First, they evaluate teaching effectiveness solely based on whether students produce correct outputs, unable to distinguish whether students genuinely understand or echo teacher-provided answers during interaction. Second, they cannot perceive students' evolving cognitive states in real time through interactive dialogue, thus failing to adapt teaching strategies to match students' cognitive levels dynamically. We propose the Unidirectional Cognitive Optimization (UCO) method to address these challenges. UCO uses a multi-turn interactive reinforcement learning paradigm where the innovation lies in two synergistic reward functions: the Progress Reward captures students' cognitive advancement, evaluating whether students truly transition from confusion to comprehension, while the Scaffold Reward dynamically identifies each student's Zone of Proximal Development (ZPD), encouraging teachers to maintain productive teaching within this zone. We evaluate UCO by comparing it against 11 baseline models on BigMath and MathTutorBench benchmarks. Experimental results demonstrate that our UCO model outperforms all models of equivalent scale and achieves performance comparable to advanced closed-source models. The code and data are available at https://github.com/Mind-Lab-ECNU/UCO.