Bayesian knowledge tracing explained
Bayesian knowledge tracing is an algorithm used in many intelligent tutoring systems to model each learner's mastery of the knowledge being tutored.
It models student knowledge in a hidden Markov model as a latent variable, updated by observing the correctness of each student's interaction in which they apply the skill in question.[1]
BKT assumes that student knowledge is represented as a set of binary variables, one per skill, where the skill is either masteredby the student or not. Observations in BKT are also binary: a student gets a problem/step either right or wrong.Intelligent tutoring systems often use BKT for mastery learning and problem sequencing. In its most commonimplementation, BKT has only skill-specific parameters.[2]
Method
There are four model parameters used in BKT:
or
, the probability of the student knowing the skill beforehand.
or
, the probability of the student demonstrating knowledge of the skill after an opportunity to apply it
or
, the probability the student makes a mistake when applying a known skill
or
, the probability that the student correctly applies an unknown skill (has a lucky guess)Assuming that these parameters are set for all skills, the following formulas are used as follows: The initial probability of a student
mastering skill
is set to the p-init parameter for that skill equation (a). Depending on whether the student
learned and applies skill
correctly or incorrectly, the conditional probability is computed by using equation (b) for correct application, or by using equation (c) for incorrect application. The conditional probability is used to update the probability of skill mastery calculated by equation (d). To figure out the probability of the student correctly applying the skill on a future practice is calculated with equation (e).
Equation (a):
Equation (b):
Equation (c):
Equation (d):
Equation (e):
See also
Further reading
- Book: Ines . ŠG. . Ani . G. . Angelina . G. . Twenty-Five Years of Bayesian knowledge tracing: a systematic review . User Model User-Adap Inter . User Modeling and User-Adapted Interaction . 2024 . 10.1007/s11257-023-09389-4 .
Notes and References
- Corbett, A. T.. Anderson, J. R.. Knowledge tracing: Modeling the acquisition of procedural knowledge. User Modeling and User-Adapted Interaction. 1995. 4. 4. 253–278. 10.1007/BF01099821 . 19228797 .
- Book: Yudelson, M.V.. Koedinger, K.R.. Gordon, G.J.. Individualized bayesian knowledge tracing models. Artificial Intelligence in Education. Lecture Notes in Computer Science . 2013. 7926 . 171–180 . 10.1007/978-3-642-39112-5_18 . 978-3-642-39111-8 . 15120295 .