MOOCRep: A Unified Pre-trained Embedding of MOOC Entities
Shalini Pandey, Jaideep Srivastava

TL;DR
MOOCRep is a novel pre-trained embedding method for MOOC entities that leverages graph structures and domain knowledge to improve downstream educational tasks like concept prediction and lecture recommendation.
Contribution
It introduces MOOCRep, a Transformer-based pre-training approach that incorporates graph relationships and concept complexity, addressing data scarcity in MOOC representations.
Findings
MOOCRep outperforms existing methods on concept pre-requisite prediction.
MOOCRep improves lecture recommendation accuracy.
Pre-trained embeddings enhance MOOC-related task performance.
Abstract
Many machine learning models have been built to tackle information overload issues on Massive Open Online Courses (MOOC) platforms. These models rely on learning powerful representations of MOOC entities. However, they suffer from the problem of scarce expert label data. To overcome this problem, we propose to learn pre-trained representations of MOOC entities using abundant unlabeled data from the structure of MOOCs which can directly be applied to the downstream tasks. While existing pre-training methods have been successful in NLP areas as they learn powerful textual representation, their models do not leverage the richer information about MOOC entities. This richer information includes the graph relationship between the lectures, concepts, and courses along with the domain knowledge about the complexity of a concept. We develop MOOCRep, a novel method based on Transformer language…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Advanced Graph Neural Networks · Online Learning and Analytics
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Absolute Position Encodings · Position-Wise Feed-Forward Layer · Adam · Label Smoothing · Residual Connection · Dense Connections · Softmax
