The DAS3H Model (DAS3H: Modeling Student Learning and Forgetting for Optimally Scheduling Distributed Practice of Skills)
DAS3H stands for Difficulty, student Ability, Skill, Student Skill practice History. It extends the DASH model, which showed better results than the Bayesian version of Item Response Theory (IRT). The original DASH model did not handle multiple skills item tagging and 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:
- Handles multiple skill tagging: now takes into account multiple skills.
- For each item and skill, easiness parameters are estimated.
- Logistic regression is replaced with Knowledge Tracing Machines (KTMs).
DAS3H is formulated as (when embedding dimension is 0): (1)
The formula for is: (2)
In the first formula, the probability of correctness for student on item at time depends on student ability (), item difficulty (), the sum of skill easiness parameters (), and the temporal distribution and outcomes of past practice, which is expressed using .
In the second formula, is the index of the time window, is the amount of correctly remembered Knowledge Component (KC) by the student in the time window earlier, and is the total amount of encountering KC at time window earlier.
0
1
Contributors are:
Who are from:
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)
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)
The DAS3H Model (DAS3H: Modeling Student Learning and Forgetting for Optimally Scheduling Distributed Practice of Skills)