GPT-based Open-Ended Knowledge Tracing
Naiming Liu, Zichao Wang, Richard G. Baraniuk, Andrew Lan

TL;DR
This paper introduces open-ended knowledge tracing (OKT), a novel approach to predict students' exact responses in educational settings, especially for programming questions, by combining program synthesis and student knowledge modeling.
Contribution
It pioneers the exploration of open-ended knowledge tracing and proposes a student knowledge-guided code generation method integrating language models with knowledge tracing.
Findings
Validated OKT on real-world student code data
Demonstrated potential of OKT in educational applications
Showed advantages over traditional binary response models
Abstract
In education applications, knowledge tracing refers to the problem of estimating students' time-varying concept/skill mastery level from their past responses to questions and predicting their future performance. One key limitation of most existing knowledge tracing methods is that they treat student responses to questions as binary-valued, i.e., whether they are correct or incorrect. Response correctness analysis/prediction ignores important information on student knowledge contained in the exact content of the responses, especially for open-ended questions. In this paper, we conduct the first exploration into open-ended knowledge tracing (OKT) by studying the new task of predicting students' exact open-ended responses to questions. Our work is grounded in the domain of computer science education with programming questions. We develop an initial solution to the OKT problem, a student…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsOnline Learning and Analytics · Intelligent Tutoring Systems and Adaptive Learning · Software Testing and Debugging Techniques
