Interpretable Difficulty-Aware Knowledge Tracing in Tutor-Student Dialogues
Summary
A new interpretable difficulty-aware conversational Knowledge Tracing (KT) framework has been developed for AI-powered tutoring systems. This framework addresses limitations in existing dialogue-based KT methods, which often overlook question difficulty and rely on opaque large language model (LLM) latent representations. The proposed system explicitly models a student's knowledge state and the difficulty of tutor-posed tasks at each dialogue turn using LLMs. It integrates the original question and the subsequent tutor-posed task to estimate both student knowledge and upcoming task difficulty. By incorporating Item Response Theory, the framework maps LLM outputs into student ability and question difficulty parameters, providing interpretable performance predictions grounded in cognitive learning theories. Evaluated on two tutor-student dialogue datasets, the framework demonstrated superior performance compared to existing KT baselines and produced interpretable outputs consistent with cognitive theory. Code and data are publicly available.
Key takeaway
For AI Scientists developing adaptive tutoring systems, you should integrate explicit difficulty modeling and cognitive theories like Item Response Theory into your Knowledge Tracing approaches. This framework demonstrates that LLMs can provide interpretable student performance predictions, moving beyond opaque latent representations. Consider applying this method to enhance personalization and diagnostic capabilities in your next-generation AI tutors.
Key insights
A new KT framework uses LLMs and Item Response Theory for interpretable, difficulty-aware student performance assessment in AI tutoring dialogues.
Principles
- Explicitly model task difficulty in KT.
- Integrate cognitive theories for interpretability.
- LLMs can map to IRT parameters.
Method
The framework leverages LLMs to model student knowledge and task difficulty, incorporating original and next tutor tasks. It then maps LLM outputs to student ability and question difficulty parameters via Item Response Theory for interpretable predictions.
In practice
- Enhance AI tutors with difficulty-aware KT.
- Improve student performance prediction.
- Generate cognitively consistent outputs.
Topics
- Knowledge Tracing
- Large Language Models
- AI Tutoring Systems
- Item Response Theory
- Student Performance Assessment
- Dialogue Systems
Code references
Best for: AI Scientist, NLP Engineer, Research Scientist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.