CLGT: A Graph Transformer for Student Performance Prediction in Collaborative Learning
Tianhao Peng, Yu Liang, Wenjun Wu, Jian Ren, Zhao Pengrui, Yanjun Pu

TL;DR
This paper introduces CLGT, a graph transformer model that predicts student performance in collaborative projects by analyzing interaction graphs, providing explanations and early warnings to improve educational outcomes.
Contribution
The paper presents a novel graph transformer framework for collaborative learning that incorporates interaction analysis and interpretability, outperforming baseline models in real-world student performance prediction.
Findings
CLGT outperforms baseline models in accuracy.
It effectively identifies students at risk of poor performance.
The model provides interpretable insights into student interactions.
Abstract
Modeling and predicting the performance of students in collaborative learning paradigms is an important task. Most of the research presented in literature regarding collaborative learning focuses on the discussion forums and social learning networks. There are only a few works that investigate how students interact with each other in team projects and how such interactions affect their academic performance. In order to bridge this gap, we choose a software engineering course as the study subject. The students who participate in a software engineering course are required to team up and complete a software project together. In this work, we construct an interaction graph based on the activities of students grouped in various teams. Based on this student interaction graph, we present an extended graph transformer framework for collaborative learning (CLGT) for evaluating and predicting the…
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
Taxonomy
TopicsOnline Learning and Analytics · Innovative Teaching and Learning Methods · E-Learning and Knowledge Management
MethodsAttention Is All You Need · Label Smoothing · Linear Layer · Adam · Dense Connections · Residual Connection · Dropout · Absolute Position Encodings · Byte Pair Encoding · Position-Wise Feed-Forward Layer
