AIFeb 5

Aspect-Aware MOOC Recommendation in a Heterogeneous Network

arXiv:2602.05297v1h-index: 3
Originality Incremental advance
AI Analysis

This addresses data sparsity and over-specialization in MOOC recommendation systems, offering a more automated and accurate approach for learners, though it is incremental as it builds on existing graph-based methods.

The paper tackles the problem of MOOC recommendation by proposing AMR, a framework that automatically discovers metapaths and uses aspect-aware path representations to improve recommendations, achieving consistent outperformance over state-of-the-art baselines on metrics like HR@K and nDCG@K.

MOOC recommendation systems have received increasing attention to help learners navigate and select preferred learning content. Traditional methods such as collaborative filtering and content-based filtering suffer from data sparsity and over-specialization. To alleviate these limitations, graph-based approaches have been proposed; however, they still rely heavily on manually predefined metapaths, which often capture only superficial structural relationships and impose substantial burdens on domain experts as well as significant engineering costs. To overcome these limitations, we propose AMR (Aspect-aware MOOC Recommendation), a novel framework that models path-specific multiple aspects by embedding the semantic content of nodes within each metapath. AMR automatically discovers metapaths through bi-directional walks, derives aspect-aware path representations using a bi-LSTM-based encoder, and incorporates these representations as edge features in the learner-learner and KC-KC subgraphs to achieve fine-grained semantically informed KC recommendations. Extensive experiments on the large-scale MOOCCube and PEEK datasets show that AMR consistently outperforms state-of-the-art graph neural network baselines across key metrics such as HR@K and nDCG@K. Further analysis confirms that AMR effectively captures rich path-specific aspect information, allowing more accurate recommendations than those methods that rely solely on predefined metapaths. The code will be available upon accepted.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes