Our Model DAS3H (DAS3H: Modeling Student Learning and Forgetting for Optimally Scheduling Distributed Practice of Skills)
DAS3H stands for Difficulty, student Ability, Skill, Student Skill practice History. DASH is the model which they extend and it showed better results than the Bayesian version of IRT (Item Response Theory). This model didn't handle multiple skills item tagging. and additionally, it is assumed that "the impact of past practice on the probability of correctness does not vary across the skills." In DAS3H DASH is extended in the following ways:
- Handle multiple skill tagging: now takes into account multiple skills.
- For each item and skill easiness of the parameters are estimated.
- Logistic regression is replaced with KTMs (Knowledge Tracing Machines)
DAS3H is formulated as (when embedding dimesion is 0): (1)
The formula for is: (2)
In the first formula probability of correctness for student s,on item j at time t, depends on student ability (), item difficulty (), sum of easiness and on the temporal distribution and the outcomes of the past practice which is expressed using .
In the second formula, w is the index of the time window, is the amount of correctly remembered Knowledge Component (KC) k by student in the time window w earlier and is for the total amount of encountering Knowledge Component (KC) k at time window w earlier.
0
1
Tags
Data Science
Related
Reference for DAS3H: Modeling Student Learning and Forgetting for Optimally Scheduling Distributed Practice of Skills
Introduction (DAS3H: Modeling Student Learning and Forgetting for Optimally Scheduling Distributed Practice of Skills)
Related Work (DAS3H: Modeling Student Learning and Forgetting for Optimally Scheduling Distributed Practice of Skills)
Framing the Problem (DAS3H: Modeling Student Learning and Forgetting for Optimally Scheduling Distributed Practice of Skills)
Our Model DAS3H (DAS3H: Modeling Student Learning and Forgetting for Optimally Scheduling Distributed Practice of Skills)
Experiments (DAS3H: Modeling Student Learning and Forgetting for Optimally Scheduling Distributed Practice of Skills)
Conclusion and Future Work (DAS3H: Modeling Student Learning and Forgetting for Optimally Scheduling Distributed Practice of Skills)