The source code of "Process-oriented Knowledge Tracing: A Zone of Proximal Development View"
For standardization, we formatted the initial dataset, as shown in the provided example data "data/ASSIST09/data.csv".
You can run train.py to train the model, for example: ''' python3 train.py --device cuda:0 --data-file ASSIST09 --epochs 100 --batch-size 128 --hidden-dim 64 --k1 0.5 '''