← Back to Paola Mejia-Domenzain

Student Answer Forecasting: Transformer-Driven Answer Choice Prediction for Language Learning

Elena Grazia Gado, Tommaso Martorella, Luca Zunino, Paola Mejia-Domenzain, Vinitra Swamy, Jibril Frej, Tanja Käser

arXiv preprint · 2024

MCQStudentBert pipeline: question-answer data passes through domain adaptation, correct-answer prediction and student-answer forecasting, with embedding generation feeding back into training.
MCQStudentBert pipeline: question-answer data passes through domain adaptation, correct-answer prediction and student-answer forecasting, with embedding generation feeding back into training. · Figure from the paper.

Abstract

Intelligent Tutoring Systems (ITS) enhance personalized learning by predicting student answers to provide immediate and customized instruction. However, recent research has primarily focused on the correctness of the answer rather than the student's performance on specific answer choices, limiting insights into students' thought processes and potential misconceptions. To address this gap, we present MCQStudentBert, an answer forecasting model that leverages the capabilities of Large Language Models (LLMs) to integrate contextual understanding of students' answering history along with the text of the questions and answers. By predicting the specific answer choices students are likely to make, practitioners can easily extend the model to new answer choices or remove answer choices for the same multiple-choice question (MCQ) without retraining the model. In particular, we compare MLP, LSTM, BERT, and Mistral 7B architectures to generate embeddings from students' past interactions, which are then incorporated into a finetuned BERT's answer-forecasting mechanism. We apply our pipeline to a dataset of language learning MCQ, gathered from an ITS with over 10,000 students to explore the predictive accuracy of MCQStudentBert, which incorporates student interaction patterns, in comparison to correct answer prediction and traditional mastery-learning feature-based approaches. This work opens the door to more personalized content, modularization, and granular support.

Venue
arXiv preprint
Year
2024
DOI
10.48550/arxiv.2405.20079
Licence
CC-BY
Topics
Topic Modeling, Intelligent Tutoring Systems and Adaptive Learning, Natural Language Processing Techniques

Cite this paper

Elena Grazia Gado, Tommaso Martorella, Luca Zunino, Paola Mejia-Domenzain, Vinitra Swamy, Jibril Frej & Tanja Käser (2024) Student Answer Forecasting: Transformer-Driven Answer Choice Prediction for Language Learning. arXiv preprint. https://doi.org/10.48550/arxiv.2405.20079

BibTeX
@inproceedings{gado2024student,
  title         = {{Student Answer Forecasting: Transformer-Driven Answer Choice Prediction for Language Learning}},
  author        = {Elena Grazia Gado and Tommaso Martorella and Luca Zunino and Paola Mejia-Domenzain and Vinitra Swamy and Jibril Frej and Tanja Käser},
  year          = {2024},
  booktitle     = {arXiv preprint},
  publisher     = {Cornell University},
  doi           = {10.48550/arxiv.2405.20079},
  eprint        = {2405.20079},
  archivePrefix = {arXiv},
  url           = {https://paola-md.github.io/papers/student-answer-forecasting-transformer-driven-answer-choice-prediction-f.html}
}