Abstract
This paper studies the problem of CPRP, concept prerequisite relation prediction, which is a fundamental task in using AI for education. CPRP is usually formulated into a link-prediction task on a relationship graph of concepts and solved by training the graph neural network (GNN) model. However, current directed GNNs fail to manage graph isomorphism which refers to the invariance of non-isomorphic graphs, reducing the expressivity of resulting representations. We present a permutation-equivariant directed GNN model by introducing the Weisfeiler-Leman test into directed GNN learning. Our method is then used for CPRP and evaluated on three public datasets. The experimental results show that our model delivers better prediction performance than the state-of-the-art methods.
Original language | English |
---|---|
Pages (from-to) | 39-47 |
Number of pages | 9 |
Journal | Proceedings of Machine Learning Research |
Volume | 257 |
State | Published - 2024 |
Event | 2024 AAAI Conference on Artificial Intelligence - Vancouver, Canada Duration: 26 Feb 2024 → 27 Feb 2024 |
Keywords
- AI for Education
- Concept Prerequisite Relation
- Directed Graph Learning
- permutation-equivariant GNNs
- Weisfeiler-Leman Test