CIKM'2021: Multi-Factors Aware Dual-Attentional Knowledge Tracing. (Tensorflow implementation for MF-DAKT)
This is the code for the paper: Multi-Factors Aware Dual-Attentional Knowledge Tracing
If you find this code is useful for your research, please cite as:
Moyu Zhang, Xinning Zhu, Chunhong Zhang, Yang Ji, Feng Pan and Changchuan Yin. 2021. Multi-Factors Aware Dual-Attentional Knowledge Tracing. In the Proceedings of the 30th ACM International Conference on Information and Knowledge Management (CIKM’21), November 1-5, 2021, QLD, Australia. ACM, New York, NY, USA, 2585-2597.
python3 prepare_relation.py
However, if you use the file of prepare_relation.py to generate relations of questions, you also need to modify code in pre_train.py where the original code load file of npz but prepare_relation.py will store relation matrix in txt format.
python3 pre_question.py
(Thanks to Mr.Sun for finding that we uploaded wrong loss function codes in pre_train.py, and we have updated the wrong component.)
python3 main.py
(If you have any questions, please contact me on time. My E-mail is zhangmoyu@bupt.cn.)