English

Knowledge Transfer by Discriminative Pre-training for Academic Performance Prediction

Computers and Society 2021-07-13 v3 Artificial Intelligence Machine Learning

Abstract

The needs for precisely estimating a student's academic performance have been emphasized with an increasing amount of attention paid to Intelligent Tutoring System (ITS). However, since labels for academic performance, such as test scores, are collected from outside of ITS, obtaining the labels is costly, leading to label-scarcity problem which brings challenge in taking machine learning approaches for academic performance prediction. To this end, inspired by the recent advancement of pre-training method in natural language processing community, we propose DPA, a transfer learning framework with Discriminative Pre-training tasks for Academic performance prediction. DPA pre-trains two models, a generator and a discriminator, and fine-tunes the discriminator on academic performance prediction. In DPA's pre-training phase, a sequence of interactions where some tokens are masked is provided to the generator which is trained to reconstruct the original sequence. Then, the discriminator takes an interaction sequence where the masked tokens are replaced by the generator's outputs, and is trained to predict the originalities of all tokens in the sequence. Compared to the previous state-of-the-art generative pre-training method, DPA is more sample efficient, leading to fast convergence to lower academic performance prediction error. We conduct extensive experimental studies on a real-world dataset obtained from a multi-platform ITS application and show that DPA outperforms the previous state-of-the-art generative pre-training method with a reduction of 4.05% in mean absolute error and more robust to increased label-scarcity.

Keywords

Cite

@article{arxiv.2107.04009,
  title  = {Knowledge Transfer by Discriminative Pre-training for Academic Performance Prediction},
  author = {Byungsoo Kim and Hangyeol Yu and Dongmin Shin and Youngduck Choi},
  journal= {arXiv preprint arXiv:2107.04009},
  year   = {2021}
}

Comments

Nominated for the best short paper award of EDM 2021. This is an extended version of the published one

R2 v1 2026-06-24T04:00:50.828Z