QA Simulator: A model that mimics student learning behaviors and predicts the correctness of their responses to questions, used to train recommender systems offline
ERS: Educational Recommender System—an AI that suggests learning materials to students
Knowledge Tracing: The task of modeling a student's changing knowledge state over time based on their history of interactions
GAT: Graph Attention Network—a neural network architecture that processes graph-structured data by using attention mechanisms to weigh the importance of neighboring nodes
Prerequisite Relation: A directed relationship where mastering one concept (e.g., addition) is necessary before learning another (e.g., multiplication)
Distillation: The process of transferring knowledge from a large, complex model (teacher) to a smaller, more efficient model (student)
Pseudo QA Records: Synthetic question-answering data generated by the model to augment training data, assuming the student answered random unattempted questions