Peter Swire - swirepe.com
A research project on bayesian knowledge tracing. You can see the paper in progress here.
Abstract:
Bayesian Knowledge Tracing is a simple, interpretable method for inferring a student's knowledge of a subject. Given a student's responses to questions regarding a single skill, it captures four probabilities: the probability the student knew the skill before starting, the probability the student will learn the skill, the probability they will guess a question right, and the probability they will slip and answer a question wrong. These are only four parameters per skill, but this is a lot: a tutoring system like ASSISTments can have hundreds of skills, and sparsity issues can lead to inaccurately-trained models.
This paper proposes a method to side-step the issue of training individual knowledge tracing models. The interprebility of Knowledge Tracing allowed us to overlay semantic constraints on the search space. These constraints let us then roll the entire search space into a single model, effectively making Knowledge Tracing parameterless.
java -jar jar/main.jar configfile.properties
or
java -jar jar/predict.jar experiment_name train.csv test.csv
JUnit - Common Public License
XStream - BSD
sqljet - GPL