Reconstructing Item Characteristic Curves using Fine-Tuned Large Language Models
Christopher Ormerod
TL;DR
The paper addresses the cost and practicality of calibrating Item Response Theory parameters by proposing a method that implicitly models item difficulty and discrimination through fine-tuned large language models. By training Qwen-3 dense models with LoRA to simulate student responses conditioned on discrete ability descriptors, it reconstructs synthetic ICCs and maps them to continuous IRT parameters, evaluated on Grade 6 ELA data and the BEA 2024 Shared Task. The results show that LLM-based simulations can closely follow calibration curves, with larger models (notably Qwen-14B) achieving the strongest correlations for difficulty and discrimination, suggesting potential for low-stakes pre-testing and discrimination modeling. However, the approach relies on small datasets, prompts for ability descriptors, and careful validation before broader deployment in high-stakes assessments. Future work may include model-generated rationales, larger diverse datasets, and further refinement of distribution-correction and prompting strategies to improve reliability.
Abstract
Traditional methods for determining assessment item parameters, such as difficulty and discrimination, rely heavily on expensive field testing to collect student performance data for Item Response Theory (IRT) calibration. This study introduces a novel approach that implicitly models these psychometric properties by fine-tuning Large Language Models (LLMs) to simulate student responses across a spectrum of latent abilities. Leveraging the Qwen-3 dense model series and Low-Rank Adaptation (LoRA), we train models to generate responses to multiple choice questions conditioned on discrete ability descriptors. We reconstruct the probability of a correct response as a function of student ability, effectively generating synthetic Item Characteristic Curves (ICCs) to estimate IRT parameters. Evaluation on a dataset of Grade 6 English Language Arts (ELA) items and the BEA 2024 Shared Task dataset demonstrates that this method competes with or outperforms baseline approaches. This simulation-based technique seems particularly effective at modeling item discrimination.
