Open-ended Knowledge Tracing for Computer Science Education
Open-ended Knowledge Tracing for Computer Science Education
复制标题
DOI:
10.18653/v1/2022.emnlp-main.254
复制
发表时间:
2022
期刊:
影响因子:
--
通讯作者:
Naiming Liu;Zichao Wang
中科院分区:
文献类型:
--
作者:
Naiming Liu;Zichao Wang
In educational 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 is straightforward, but it ignores important information regarding mastery, especially for open-ended questions.In contrast, exact student responses can provide much more information.In this paper, we conduct the first exploration int 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 knowledge-guided code generation approach, that combines program synthesis methods using language models with student knowledge tracing methods. We also conduct a series of quantitative and qualitative experiments on a real-world student code dataset to validate and demonstrate the promise of OKT.