paper-with-me

Papers

GPT-based Open-Ended Knowledge Tracing

2022-02-21 · Naiming Liu, Zichao Wang, Richard G. Baraniuk, Andrew Lan

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 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 OKT and demonstrate its promise in educational applications.

📄 PDF Abstract BibTeX arXiv:2203.03716

Code (1)

lucy66666/okt 공식 구현 pytorch

Tasks

Code GenerationKnowledge TracingNavigateProgram SynthesisSkill Mastery

Similar Papers 제목 키워드 기반

Test Case-Informed Knowledge Tracing for Open-ended Coding Tasks

2024-09-28 · Zhangqi Duan, Nigel Fernandez, Alexander Hicks, Andrew Lan

Open-ended coding tasks, which ask students to construct programs according to certain specifications, are common in computer science education. Student modeling can be challenging since their open-ended nature means tha…

Knowledge TracingLanguage ModelingLanguage ModellingLarge Language Model+1

Accuracy-aware Deep Knowledge Tracing with Knowledge State Vector Loss

2020-09-01 · Qiushi Pan, Taro Tezuka

In major e-learning platforms such as intelligent tutoring systems (ITSs) and massive open online courses (MOOCs), the students are often recommended what course materials to take based on their past interactions. Knowle…

Knowledge Tracing

Towards Modeling Learner Performance with Large Language Models

2024-02-29 · Seyed Parsa Neshaei, Richard Lee Davis, Adam Hazimeh, Bojan Lazarevski 외

Recent work exploring the capabilities of pre-trained large language models (LLMs) has demonstrated their ability to act as general pattern machines by completing complex token sequences representing a wide array of task…

Knowledge TracingTime Series Prediction

Exploring Knowledge Tracing in Tutor-Student Dialogues using LLMs

2024-09-24 · Alexander Scarlatos, Ryan S. Baker, Andrew Lan

Recent advances in large language models (LLMs) have led to the development of artificial intelligence (AI)-powered tutoring chatbots, showing promise in providing broad access to high-quality personalized education. Exi…

Knowledge TracingMisconceptions

Automated Knowledge Component Generation and Knowledge Tracing for Coding Problems

2025-02-25 · Zhangqi Duan, Nigel Fernandez, Arun Balajiee Lekshmi Narayanan, Mohammad Hassany 외

Knowledge components (KCs) mapped to problems help model student learning, tracking their mastery levels on fine-grained skills thereby facilitating personalized learning and feedback in online learning platforms. Howeve…

Knowledge Tracing