[2603.04670] Using Vision + Language Models to Predict Item Difficulty
About this article
Abstract page for arXiv paper 2603.04670: Using Vision + Language Models to Predict Item Difficulty
Computer Science > Artificial Intelligence arXiv:2603.04670 (cs) [Submitted on 4 Mar 2026] Title:Using Vision + Language Models to Predict Item Difficulty Authors:Samin Khan View a PDF of the paper titled Using Vision + Language Models to Predict Item Difficulty, by Samin Khan View PDF HTML (experimental) Abstract:This project investigates the capabilities of large language models (LLMs) to determine the difficulty of data visualization literacy test items. We explore whether features derived from item text (question and answer options), the visualization image, or a combination of both can predict item difficulty (proportion of correct responses) for U.S. adults. We use GPT-4.1-nano to analyze items and generate predictions based on these distinct feature sets. The multimodal approach, using both visual and text features, yields the lowest mean absolute error (MAE) (0.224), outperforming the unimodal vision-only (0.282) and text-only (0.338) approaches. The best-performing multimodal model was applied to a held-out test set for external evaluation and achieved a mean squared error of 0.10805, demonstrating the potential of LLMs for psychometric analysis and automated item development. Subjects: Artificial Intelligence (cs.AI); Computation and Language (cs.CL); Computer Vision and Pattern Recognition (cs.CV) ACM classes: I.2.7; K.3.2 Cite as: arXiv:2603.04670 [cs.AI] (or arXiv:2603.04670v1 [cs.AI] for this version) https://doi.org/10.48550/arXiv.2603.04670 Focus to lea...