paper-with-me

Papers

BKT-LSTM: Efficient Student Modeling for knowledge tracing and student performance prediction

2020-12-22 · Sein Minn

Recently, we have seen a rapid rise in usage of online educational platforms. The personalized education became crucially important in future learning environments. Knowledge tracing (KT) refers to the detection of students' knowledge states and predict future performance given their past outcomes for providing adaptive solution to Intelligent Tutoring Systems (ITS). Bayesian Knowledge Tracing (BKT) is a model to capture mastery level of each skill with psychologically meaningful parameters and widely used in successful tutoring systems. However, it is unable to detect learning transfer across skills because each skill model is learned independently and shows lower efficiency in student performance prediction. While recent KT models based on deep neural networks shows impressive predictive power but it came with a price. Ten of thousands of parameters in neural networks are unable to provide psychologically meaningful interpretation that reflect to cognitive theory. In this paper, we proposed an efficient student model called BKT-LSTM. It contains three meaningful components: individual \textit{skill mastery} assessed by BKT, \textit{ability profile} (learning transfer across skills) detected by k-means clustering and \textit{problem difficulty}. All these components are taken into account in student's future performance prediction by leveraging predictive power of LSTM. BKT-LSTM outperforms state-of-the-art student models in student's performance prediction by considering these meaningful features instead of using binary values of student's past interaction in DKT. We also conduct ablation studies on each of BKT-LSTM model components to examine their value and each component shows significant contribution in student's performance prediction. Thus, it has potential for providing adaptive and personalized instruction in real-world educational systems.

📄 PDF Abstract BibTeX arXiv:2012.12218

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge TracingPredictionSkill Mastery

Methods 이 논문이 사용한 방법론

k-Means Clustering k-Means Clustering is a clustering algorithm that divides a training set into $k$ different clusters of examples that are near each other. It works by initializing $k$…
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

A Probabilistic Generative Model for Tracking Multi-Knowledge Concept Mastery Probability

2023-02-17 · Hengyu Liu, Tiancheng Zhang, Fan Li, Minghe Yu 외

Knowledge tracing aims to track students' knowledge status over time to predict students' future performance accurately. Markov chain-based knowledge tracking (MCKT) models can track knowledge concept mastery probability…

Knowledge Tracing

Convolutional Knowledge Tracing: Modeling Individualization in Student Learning Process

2020-07-25 · International ACM SIGIR Conference on Research and Development in Information Retrieval 2020 7 · Shen, Shuanghong and Liu, Qi and Chen, Enhong and Wu 외

With the development of online education systems, a growing number of research works are focusing on Knowledge Tracing (KT), which aims to assess students' changing knowledge state and help them learn knowledge concepts …

Knowledge Tracing

Deep Knowledge Tracing with Learning Curves

2020-07-26 · Shanghui Yang, Mengxia Zhu, Xuesong Lu

Knowledge tracing (KT) has recently been an active research area of computational pedagogy. The task is to model students' mastery level of knowledge concepts based on their responses to the questions in the past, as wel…

Bayesian InferenceKnowledge Tracing

Augmenting Knowledge Tracing by Considering Forgetting Behavior

2019-05-13 · The World Wide Web Conference 2019 5 · Nagatani, Koki and Zhang, Qian and Sato, Masahiro and Chen 외

Computer-aided education systems are now seeking to provide each student with personalized materials based on a student's individual knowledge. To provide suitable learning materials, tracing each student's knowledge ove…

Knowledge Tracing

Transition-Aware Multi-Activity Knowledge Tracing

2023-01-26 · Siqian Zhao, Chunpai Wang, Shaghayegh Sahebi

Accurate modeling of student knowledge is essential for large-scale online learning systems that are increasingly used for student training. Knowledge tracing aims to model student knowledge state given the student's seq…

Knowledge TracingTransfer Learning