Search papers, labs, and topics across Lattice.
The paper introduces GENCAT, a novel Computerized Adaptive Testing (CAT) framework that leverages Large Language Models (LLMs) to estimate student knowledge and select questions. GENCAT employs a Generative Item Response Theory (GIRT) model, trained via supervised fine-tuning and preference optimization, to predict student responses to open-ended questions. Experiments on programming datasets demonstrate that GENCAT outperforms existing CAT baselines, achieving up to 4.32% AUC improvement in early testing stages.
LLMs can power more effective adaptive learning: GENCAT boosts early-stage testing accuracy by 4.32% using generative question selection based on predicted student responses.
Existing computerized Adaptive Testing (CAT) frameworks are typically built on predicting the correctness of a student response to a question. Although effective, this approach fails to leverage textual information in questions and responses, especially for open-ended questions. In this work, we propose GENCAT (\textbf{GEN}erative \textbf{CAT}), a novel CAT framework that leverages Large Language Models for knowledge estimate and question selection. First, we develop a Generative Item Response Theory (GIRT) model that enables us to estimate student knowledge from their open-ended responses and predict responses to unseen questions. We train the model in a two-step process, first via Supervised Fine-Tuning and then via preference optimization for knowledge-response alignment. Second, we introduce three question selection algorithms that leverage the generative capabilities of the GIRT model, based on the uncertainty, linguistic diversity, and information of sampled student responses. Third, we conduct experiments on two real-world programming datasets and demonstrate that GENCAT outperforms existing CAT baselines, achieving an AUC improvement of up to 4.32\% in the key early testing stages.