Representing Visual Evidence for Item Difficulty Prediction: Visual Textualization and Image-Native Modeling

arXiv cs.CL Papers

Summary

This paper investigates how visual evidence should be represented for predicting item difficulty in mathematics assessments, comparing text-only, visual textualization, and image-native modeling with LLMs and VLMs. It finds image-native modeling is a competitive alternative to textualization, with performance depending on VLM adaptation.

arXiv:2608.04554v1 Announce Type: new Abstract: Predicting item difficulty from content can provide an initial estimate for newly developed questions before sufficient student responses are available. Existing approaches typically represent the question stem and answer choices as text. When mathematics items contain visual components, a common pipeline first textualizes that evidence and then applies a text predictor. We ask: how should visual evidence be represented for item difficulty prediction? We compare question text alone, visual textualization, which expresses visual evidence in language, and image-native modeling, which retains the original image. Using Eedi items with difficulty calibrated from student responses, we train large language models (LLMs) and vision-language models (VLMs) directly for difficulty regression. Both visual interfaces achieve the lowest point estimates, although the leading systems cannot be reliably ordered. Open-VLM textualization yields lower RMSE point estimates for all evaluated LLMs, while broader adaptation does so for all image-native VLMs. Test-time interventions show dependence on the paired full-item image, but do not isolate the additional visual component. The two visual interfaces also make partially complementary item-level errors and differ substantially in computational workflow. Thus, textualization should not be treated as the only practical interface: image-native modeling is a competitive alternative whose effectiveness depends on how the VLM is adapted.
Original Article
View Cached Full Text

Cached at: 08/06/26, 07:48 AM

# Representing Visual Evidence for Item Difficulty Prediction: Visual Textualization and Image-Native Modeling
Source: [https://arxiv.org/html/2608.04554](https://arxiv.org/html/2608.04554)
\\contribution

\[\*\]Co\-first Author\\addtolist\[1\]Mohamed bin Zayed University of Artificial Intelligence\\affiliationlist\\affiliationformat \\addtolist\[2\]University of Maryland\\affiliationlist\\affiliationformat

\(August 5, 2026\)

###### Abstract

Predicting item difficulty from content can provide an initial estimate for newly developed questions before sufficient student responses are available\. Existing approaches typically represent the question stem and answer choices as text\. When mathematics items contain visual components, a common pipeline first textualizes that evidence and then applies a text predictor\. We ask:*how should visual evidence be represented for item difficulty prediction?*We compare question text alone,*visual textualization*, which expresses visual evidence in language, and*image\-native modeling*, which retains the original image\. Using Eedi items with difficulty calibrated from student responses, we train large language models \(LLMs\) and vision\-language models \(VLMs\) directly for difficulty regression\. Both visual interfaces achieve the lowest point estimates, although the leading systems cannot be reliably ordered\. Open\-VLM textualization yields lower RMSE point estimates for all evaluated LLMs, while broader adaptation does so for all image\-native VLMs\. Test\-time interventions show dependence on the paired full\-item image, but do not isolate the additional visual component\. The two visual interfaces also make partially complementary item\-level errors and differ substantially in computational workflow\. Thus, textualization should not be treated as the only practical interface: image\-native modeling is a competitive alternative whose effectiveness depends on how the VLM is adapted\.

## 1Introduction

Item difficulty is central to assessment design, item selection, and the sequencing of questions\. Its psychometric calibration, however, requires observed student responses and is therefore unavailable for newly developed items before administration\(Rasch,[1993](https://arxiv.org/html/2608.04554#bib.bib33); Hambleton et al\.,[1991](https://arxiv.org/html/2608.04554#bib.bib14); DeMars,[2010](https://arxiv.org/html/2608.04554#bib.bib9)\)\. Predicting difficulty from item content can provide an initial estimate in this cold\-start setting, supporting item development and preliminary use until response\-based calibration becomes available\(AlKhuzaey et al\.,[2021](https://arxiv.org/html/2608.04554#bib.bib1),[2024](https://arxiv.org/html/2608.04554#bib.bib2); Peters et al\.,[2025](https://arxiv.org/html/2608.04554#bib.bib30)\)\. Content\-based prediction thus complements rather than replaces empirical calibration\.

![Refer to caption](https://arxiv.org/html/2608.04554v1/figures/main.png)Figure 1:Three interfaces for content\-based item difficulty prediction\. All three receive the same question textQQ, defined as the stem and answer choices of the specific question\. The text\-only route predicts fromQQ; visual textualization augmentsQQwith a fixed descriptionDDof the additional visual component\. The image\-native modeling retains the original imageIIalongsideQQ\.Mathematics assessment items often include diagrams or other visual elements that affect how students interpret and solve them\(Sweller,[1988](https://arxiv.org/html/2608.04554#bib.bib38),[2011](https://arxiv.org/html/2608.04554#bib.bib39); Noroozi and Karami,[2022](https://arxiv.org/html/2608.04554#bib.bib25); Chen et al\.,[2021](https://arxiv.org/html/2608.04554#bib.bib7); Lu et al\.,[2024](https://arxiv.org/html/2608.04554#bib.bib23)\)\. We call items whose solution\-relevant content extends beyond the text of the stem and answer choices*visually grounded assessment items*\. Fig\.[2](https://arxiv.org/html/2608.04554#S1.F2)illustrates three cases from Eedi data used in our experiments: the additional evidence lies in a visual answer configuration, a geometric relation, or the distinction between a marked side and a perpendicular height\. Expressing such evidence in language requires a textualizer to decide which relations to state, how to linearize spatial structure, and how to describe ambiguous or not\-to\-scale depictions\.

Modern vision\-language models \(VLMs\)\(Bai et al\.,[2025b](https://arxiv.org/html/2608.04554#bib.bib4),[a](https://arxiv.org/html/2608.04554#bib.bib3); Zhu et al\.,[2025](https://arxiv.org/html/2608.04554#bib.bib52); Wang et al\.,[2025a](https://arxiv.org/html/2608.04554#bib.bib43); Steiner et al\.,[2024](https://arxiv.org/html/2608.04554#bib.bib37)\)enable two practical approaches\. Invisual textualization, a VLM converts the visual component into a fixed description for a text predictor; unlike ordinary captioning, the description records problem\-relevant notation and spatial relations\. Inimage\-native modeling, the original image remains available to the final VLM predictor\. To our knowledge, these interfaces have not been systematically compared for response\-calibrated item difficulty prediction, nor have image\-native VLMs been directly adapted to this continuous target\.

This leads to our central question:*how should visual evidence be represented for item difficulty prediction?*We compare two practical workflows,visual textualizationandimage\-native modeling, against a text\-only setting\. Fig\.[1](https://arxiv.org/html/2608.04554#S1.F1)summarizes the three modeling paths\. All systems receive the same question stem and answer\-choice text; the two visual workflows differ in whether additional evidence is supplied as generated language or retained in the full\-item image\. Holding the prediction target, item split, and evaluation protocol fixed supports a common evaluation of these practical interfaces, while their inputs and final predictor families remain distinct\. We evaluate the approaches on Eedi mathematics items from the NeurIPS 2020 Education Challenge\(Wang et al\.,[2020](https://arxiv.org/html/2608.04554#bib.bib44)\), using Rasch difficulty parameters derived from student responses as prediction targets\(Rasch,[1993](https://arxiv.org/html/2608.04554#bib.bib33); Hambleton et al\.,[1991](https://arxiv.org/html/2608.04554#bib.bib14); DeMars,[2010](https://arxiv.org/html/2608.04554#bib.bib9)\)\.

Crucially, our main LLM and VLM predictors undergo supervised task adaptation to these response\-derived targets rather than being evaluated only through prompted inference\. Our experiments span four text encoders, three vision encoders, five LLMs, and ten VLMs; the LLMs and VLMs range from 2B to 8B parameters\. Across these model classes, we evaluate task\-adapted regression, frozen\-feature regression, scalar generation, and late fusion\. The strongest systems using item text alone, visual textualization, and image\-native modeling reach 0\.517, 0\.506, and 0\.497 RMSE, respectively\. Visual textualization yields lower RMSE point estimates for all five matched text models, while broader adaptation does so for all ten image\-native VLMs\. Test\-time interventions show dependence on the paired full\-item image, but do not isolate the additional visual component\. The two visual strategies also divide item\-level wins almost evenly and have substantially different workflow costs\. Together, these findings show that visual\-evidence representation is a consequential modeling choice with no uniformly dominant solution and should be evaluated explicitly in item difficulty prediction\.

Our contributions are:

- •We provide a systematic comparison of three practical interfaces for item difficulty prediction, item text alone, visual textualization, and image\-native modeling, under a shared response\-calibrated target and evaluation protocol\.
- •We evaluate 22 text and vision models up to 8B parameters on Eedi mathematics items, including supervised adaptation of ten VLMs for continuous regression alongside frozen\-feature, scalar\-generation, and late\-fusion baselines\.
- •We find consistent point\-estimate reductions from textualization across five text models and from broader adaptation across ten VLMs\. Image\-native prediction depends on the paired full\-item image, and the two visual interfaces differ in cost and item\-level errors\.

![Refer to caption](https://arxiv.org/html/2608.04554v1/figures/selected_figures/q907.jpg)\(a\)Visual answer options
![Refer to caption](https://arxiv.org/html/2608.04554v1/figures/selected_figures/q148.jpg)\(b\)Not\-to\-scale relation
![Refer to caption](https://arxiv.org/html/2608.04554v1/figures/selected_figures/q5.jpg)\(c\)Slanted side vs\. height

Figure 2:Training\-split examples spanning three recurring visual\-representation challenges, selected before any model\-error analysis\. In \(a\), the answer options are visual configurations\. In \(b\), a textualizer must preserve the distinction between depicted and asserted relations in a not\-to\-scale diagram\. In \(c\), the marked segment is a slanted side rather than a perpendicular height\. Appendix[10\.9](https://arxiv.org/html/2608.04554#S10.SS9)provides a systematic item\-type analysis\.
## 2Related Work

Content\-based difficulty prediction has progressed from handcrafted linguistic features to pretrained representations and language models\(Perkins et al\.,[1995](https://arxiv.org/html/2608.04554#bib.bib29); Loukina et al\.,[2016](https://arxiv.org/html/2608.04554#bib.bib22); Xue et al\.,[2020](https://arxiv.org/html/2608.04554#bib.bib46); Li et al\.,[2025b](https://arxiv.org/html/2608.04554#bib.bib19)\)\. Most work assumes text input, whereas multimodal mathematics requires interpreting diagrams, notation, and spatial relations\(Chen et al\.,[2021](https://arxiv.org/html/2608.04554#bib.bib7); Lu et al\.,[2024](https://arxiv.org/html/2608.04554#bib.bib23)\)\. Recent analyses further show that multimodal performance does not by itself establish visual dependence\(Liu et al\.,[2025a](https://arxiv.org/html/2608.04554#bib.bib20); Wang et al\.,[2025b](https://arxiv.org/html/2608.04554#bib.bib45)\)\. We therefore compare practical visual interfaces for response\-calibrated difficulty regression rather than problem solving\.A detailed related work section can be found in Appendix[8](https://arxiv.org/html/2608.04554#S8)\.

## 3Task and Data

### 3\.1Dataset

We use the Eedi dataset released for the NeurIPS 2020 Education Challenge\(Wang et al\.,[2020](https://arxiv.org/html/2608.04554#bib.bib44)\)\. The challenge is based on diagnostic mathematics questions answered by students on the Eedi platform\. Unlike many item difficulty prediction benchmarks that assume clean text inputs or use extracted textual item features\(AlKhuzaey et al\.,[2021](https://arxiv.org/html/2608.04554#bib.bib1),[2024](https://arxiv.org/html/2608.04554#bib.bib2); Peters et al\.,[2025](https://arxiv.org/html/2608.04554#bib.bib30); Li et al\.,[2025b](https://arxiv.org/html/2608.04554#bib.bib19)\), the item content in this dataset is distributed as original question images\. Each image contains the question stem, answer choices, and, when applicable, mathematical notation, figures, diagrams, tables, and spatial layout\. This makes the dataset a natural testbed for studying difficulty prediction for visually grounded assessment items\.

We focus on the question set used in Tasks 3 and 4 of the challenge, which contains student response records for a shared pool of mathematics items\(Wang et al\.,[2020](https://arxiv.org/html/2608.04554#bib.bib44)\)\. Since our goal is to predict item\-level difficulty from item content, we construct an item\-level dataset rather than a student\-response prediction dataset\. We remove items marked as deleted in the released metadata and items with fewer than 200 observed student responses, so that the downstream difficulty estimates are based on a minimum amount of response evidence\. After filtering, the resulting dataset contains 725 items\. We use a fixed item\-level split with 580 items for training and model selection and 145 held\-out items for testing\. All models are evaluated on the same held\-out test items\.

### 3\.2Difficulty Labels

The original challenge does not provide item difficulty labels for our task\. We therefore use item parameters estimated from student correctness records with a one\-parameter logistic item response model, also known as the Rasch model\(Rasch,[1993](https://arxiv.org/html/2608.04554#bib.bib33); Hambleton et al\.,[1991](https://arxiv.org/html/2608.04554#bib.bib14); DeMars,[2010](https://arxiv.org/html/2608.04554#bib.bib9)\)\. For each student–item interaction, the observed answer is represented by a binary correctness indicatoryu​i∈\{0,1\}y\_\{ui\}\\in\\\{0,1\\\}\. The model defines the probability that studentuuanswers itemiicorrectly as

P​\(yu​i=1∣θu,βi\)\\displaystyle P\(y\_\{ui\}=1\\mid\\theta\_\{u\},\\beta\_\{i\}\)=σ​\(θu−βi\)\\displaystyle=\\sigma\(\\theta\_\{u\}\-\\beta\_\{i\}\)\(1\)=11\+exp⁡\[−\(θu−βi\)\],\\displaystyle=\\frac\{1\}\{1\+\\exp\[\-\(\\theta\_\{u\}\-\\beta\_\{i\}\)\]\},whereθu\\theta\_\{u\}is the latent ability of studentuuandβi\\beta\_\{i\}is the difficulty of itemii\. The item parameterβi\\beta\_\{i\}is used as the prediction target, with larger values corresponding to more difficult items\. The released response records are used to count the observations supporting each parameter; after excluding items with fewer than 200 responses, the retained estimates range from approximately−2\.91\-2\.91to1\.961\.96\. Retained items have a median of 2,155 observed responses \(range 203–2,966\)\. Their reported difficulty standard errors have mean 0\.061, median 0\.054, and range 0\.043–0\.162\.

This label construction is important for the interpretation of the task\. The target is not a manually annotated quality score and is not supplied by the Eedi metadata\. It is a psychometric estimate derived from how students answered each item, following the item response theory tradition of calibrating item parameters from examinee response data\(Rasch,[1993](https://arxiv.org/html/2608.04554#bib.bib33); Hambleton et al\.,[1991](https://arxiv.org/html/2608.04554#bib.bib14); DeMars,[2010](https://arxiv.org/html/2608.04554#bib.bib9)\)\. We predict the item difficulty parameter itself, not its standard error\. A sensitivity analysis excludes items with the largest reported standard errors; the ordering of the three displayed systems is unchanged \(Appendix[9\.8](https://arxiv.org/html/2608.04554#S9.SS8)\)\.

### 3\.3Item Representations

The Eedi release provides each item as a single question image rather than as separate text and visual fields\(Wang et al\.,[2020](https://arxiv.org/html/2608.04554#bib.bib44)\)\. From this source, we define three representations: the original imageII, the question textQQ, and a generated descriptionDDof any distinct visual component\.

#### Original image\.

The original imageIIcontains the complete rendered item, including the stem, answer options, mathematical notation, and layout; Fig\.[2](https://arxiv.org/html/2608.04554#S1.F2)shows representative examples\. Of the 725 items, 401 \(55\.3%\) contain an additional visual component: 325 of 580 training items \(56\.0%\) and 76 of 145 test items \(52\.4%\)\. For the remaining 324 items,DDis empty\.

#### Question text \(QQ\)\.

We extract the question stem and answer options fromIIusing the OpenAI GPT\-5\.5 API aliasgpt\-5\.5\(OpenAI,[2026](https://arxiv.org/html/2608.04554#bib.bib26)\), accessed June 2026, then apply a second model\-based checking pass and manual inspection\. We therefore treatQQas a*manually verified, image\-derived transcription*, not as raw OCR or ground\-truth text\. It excludes the separate visual descriptionDD, so aQQ\-only predictor receives neitherIInorDD\. The necessary exception is the 18 items whose answer choices are images:QQincludes short manually verified descriptions of those choices so that the options are not blank; four such items occur in the test set\. Exact extraction procedures appear in Appendix[9\.2](https://arxiv.org/html/2608.04554#S9.SS2), and a matched raw\-OCR control appears in Appendix[10\.2](https://arxiv.org/html/2608.04554#S10.SS2)\.

#### Visual description \(DD\)\.

For each of the 401 items with an additional visual component, we generate a fixed textual description of that component\. UnlikeQQ, these descriptions are not manually verified or treated as item text; they are experimental visual textualizations used to make additional evidence available to a text predictor\. We compare descriptions generated by GPT\-5\.5, denotedDGPTD\_\{\\mathrm\{GPT\}\}, and Qwen2\.5\-VL\-7B, denotedDVL7BD\_\{\\mathrm\{VL7B\}\}\(OpenAI,[2026](https://arxiv.org/html/2608.04554#bib.bib26); Bai et al\.,[2025b](https://arxiv.org/html/2608.04554#bib.bib4)\)\. Text predictors receive eitherQQorQ\+DQ\{\+\}D, whereas image\-native VLMs retainIIin the prediction interface, optionally together withQQorQ\+DQ\{\+\}D\.

## 4Representing Visual Evidence

We organize systems by the representation available to the final predictor\. The question\-text setting usesQQalone, visual textualization usesQ\+DQ\{\+\}D, and image\-native modeling usesI\+QI\{\+\}Q\. In all three main settings, the predictor is trained on the same training split\. The comparison therefore concerns not whether a pretrained model can produce a zero\-shot difficulty judgment, but how each representation supports supervised difficulty prediction\.

### 4\.1Problem Formulation

Using the representations defined in §[3\.3](https://arxiv.org/html/2608.04554#S3.SS3), the three main inputs for itemiiare

xi∈\{Qi,\[Qi;Di\],\(Ii,Qi\)\}\.x\_\{i\}\\in\\\{Q\_\{i\},\\,\[Q\_\{i\};D\_\{i\}\],\\,\(I\_\{i\},Q\_\{i\}\)\\\}\.\(2\)Given one of these inputs, a predictorfϕf\_\{\\phi\}estimates

β^i=fϕ​\(xi\)\.\\hat\{\\beta\}\_\{i\}=f\_\{\\phi\}\(x\_\{i\}\)\.\(3\)The parameterization offϕf\_\{\\phi\}depends on the modeling setting\. It may include all model weights under full fine\-tuning, task\-specific adapters and a regression readout, or an external regressor fitted to frozen representations\. Regression\-based systems minimize mean squared error:

ℒreg=1N​∑i=1N\(β^i−βi\)2\.\\mathcal\{L\}\_\{\\mathrm\{reg\}\}=\\frac\{1\}\{N\}\\sum\_\{i=1\}^\{N\}\(\\hat\{\\beta\}\_\{i\}\-\\beta\_\{i\}\)^\{2\}\.\(4\)Architecture\-specific objectives, readouts, and optimization details appear in Appendix[9\.5](https://arxiv.org/html/2608.04554#S9.SS5), Appendix[9\.3](https://arxiv.org/html/2608.04554#S9.SS3), and Appendix[9\.4](https://arxiv.org/html/2608.04554#S9.SS4)\.

### 4\.2Prediction from Question Text

The question\-text setting predicts

β^i=ftext​\(Qi\)\.\\hat\{\\beta\}\_\{i\}=f\_\{\\mathrm\{text\}\}\(Q\_\{i\}\)\.\(5\)BecauseQiQ\_\{i\}is manually verified after extraction, this setting is deliberately stronger than raw OCR\. It measures what can be predicted from the stem and answer\-choice text without access to either the original image or a generated description of the additional visual component\. We evaluate this interface across multiple text\-model families and fitting strategies rather than tie it to a single architecture or adaptation method\.

### 4\.3Prediction via Visual Textualization

Visual textualization separates representation construction from difficulty prediction\. A fixed VLM textualizerTmT\_\{m\}first generatesDiD\_\{i\}from the image, after which a supervised text model predicts fromQi\+DiQ\_\{i\}\{\+\}D\_\{i\}:

Di=Tm​\(Ii\),β^i=ftext​\(\[Qi;Di\]\)\.D\_\{i\}=T\_\{m\}\(I\_\{i\}\),\\qquad\\hat\{\\beta\}\_\{i\}=f\_\{\\mathrm\{text\}\}\(\[Q\_\{i\};D\_\{i\}\]\)\.\(6\)The descriptions are generated once and are not optimized using difficulty labels\. We evaluate bothDGPTD\_\{\\mathrm\{GPT\}\}andDVL7BD\_\{\\mathrm\{VL7B\}\}\(OpenAI,[2026](https://arxiv.org/html/2608.04554#bib.bib26); Bai et al\.,[2025b](https://arxiv.org/html/2608.04554#bib.bib4)\); for the 324 items without an additional visual component,DiD\_\{i\}is empty and the input reduces toQiQ\_\{i\}\. We use*visual textualization*rather than captioning becauseDiD\_\{i\}records problem\-relevant notation and spatial or geometric relations\. Although the final predictor consumes only text, the pipeline is vision\-informed becauseDiD\_\{i\}is generated fromIiI\_\{i\}\. We compareQ\+DQ\{\+\}DwithQQrather than useDDalone, since aDD\-only condition would remove the stem and answer choices as well as change access to visual evidence\.

### 4\.4Image\-Native VLM Prediction

Image\-native modeling retains the original image as an input to the supervised final predictor:

β^i=fVLM​\(Ii,Qi\)\.\\hat\{\\beta\}\_\{i\}=f\_\{\\mathrm\{VLM\}\}\(I\_\{i\},Q\_\{i\}\)\.\(7\)We instantiate this route with Qwen\-VL\(Bai et al\.,[2025b](https://arxiv.org/html/2608.04554#bib.bib4),[a](https://arxiv.org/html/2608.04554#bib.bib3)\), InternVL\(Zhu et al\.,[2025](https://arxiv.org/html/2608.04554#bib.bib52); Wang et al\.,[2025a](https://arxiv.org/html/2608.04554#bib.bib43)\), and PaliGemma\(Steiner et al\.,[2024](https://arxiv.org/html/2608.04554#bib.bib37)\)families\. The term*image\-native*refers to this direct access toIiI\_\{i\}rather than to an image\-only model: the image preserves the original notation, layout, and graphical relations, whileQiQ\_\{i\}provides a stable, checked rendering of the stem and answer choices across VLM families\. We useI\+QI\+Qas the canonical image\-native input so that every VLM receives both the original visual artifact and the same curated linguistic channel\.

For image\-native regression, we vary pooling and the scope of parameter\-efficient adaptation across language and vision components\. These experiments train the VLM for the difficulty task rather than query it only at inference time; complete target modules, family\-specific exceptions, and optimization details appear in Appendix[9\.4](https://arxiv.org/html/2608.04554#S9.SS4)\.

#### Auxiliary paradigms\.

We additionally evaluate scalar generation, frozen text, vision, and VLM representations, and late fusion as secondary design\-space checks\. Their objectives and readouts appear in Appendix[9\.5](https://arxiv.org/html/2608.04554#S9.SS5); they are not part of the unified three\-seed representation comparison\.

ParadigmModelInputAdaptationReadoutRMSE↓\\downarrowρ↑\\rho\\uparrow*Text encoder*BERT\-baseQ\+DQ\+DFull FTReg\. head0\.55850\.7330RoBERTa\-baseQ\+DQ\+DFull FTReg\. head0\.60500\.6664DeBERTa\-v3\-baseQ\+DQ\+DFull FTReg\. head0\.54100\.7528ModernBERT\-baseQ\+DQ\+DFull FTReg\. head0\.59080\.6885*Text LLM*Qwen2\.5\-3BQ\+DQ\+DAttn LoRAReg\. head0\.52660\.7553Llama\-3\.2\-3BQ\+DQ\+DAttn LoRAReg\. head0\.53350\.7672Qwen2\.5\-7BQ\+DQ\+DAttn LoRAReg\. head0\.51690\.7791Qwen3\-8BQ\+DQ\+DAttn LoRAReg\. head0\.52100\.7749Llama\-3\.1\-8BQ\+DQ\+DAttn LoRAReg\. head0\.50590\.7939Qwen2\.5\-3BQ\+DQ\+DFrozenXGBoost0\.55410\.7436Llama\-3\.2\-3BQ\+DQ\+DFrozenXGBoost0\.52920\.7828Qwen2\.5\-7BQ\+DQ\+DFrozenXGBoost0\.54540\.7723Qwen3\-8BQ\+DQ\+DFrozenRidge0\.53830\.7627Llama\-3\.1\-8BQ\+DQ\+DFrozenXGBoost0\.54370\.7736Qwen2\.5\-3BQ\+DQ\+DLoRA SFTToken generation0\.90960\.0977Llama\-3\.2\-3BQ\+DQ\+DLoRA SFTToken generation0\.86980\.0844Qwen2\.5\-7BQ\+DQ\+DLoRA SFTToken generation0\.89870\.0331Qwen3\-8BQ\+DQ\+DLoRA SFTToken generation0\.76460\.3385Llama\-3\.1\-8BQ\+DQ\+DLoRA SFTToken generation0\.79010\.3443*Vision encoder*CLIP ViT\-L/14IIFrozenShallow reg\.0\.59930\.6729SigLIP\-so400mIIFrozenShallow reg\.0\.57040\.6990DINOv2\-largeIIFrozenShallow reg\.0\.55650\.7212*VLM*Qwen2\.5\-VL\-3BI\+QI\+QAttn\+MLPReg\. head0\.52800\.7586Qwen2\.5\-VL\-7BI\+QI\+QAttn\+MLPReg\. head0\.49660\.7853Qwen3\-VL\-4BI\+QI\+QAttn\+MLPReg\. head0\.53060\.7547Qwen3\-VL\-8BI\+QI\+QAttn\+MLPReg\. head0\.52770\.7631PaliGemma2\-3BI\+QI\+QAttn\+MLPReg\. head0\.56110\.7206InternVL3\-2BI\+QI\+QAttn\+MLPReg\. head0\.54520\.7384InternVL2\.5\-4BI\+QI\+QAttn\+MLPReg\. head0\.52140\.7590InternVL3\-8BI\+QI\+QAttn\+MLPReg\. head0\.55000\.7268InternVL3\.5\-4BI\+QI\+QAttn\+MLPReg\. head0\.51110\.7685InternVL3\.5\-8BI\+QI\+QAttn\+MLPReg\. head0\.61370\.6513Qwen2\.5\-VL\-3BI\+QI\+QFrozenLightGBM0\.55990\.7243Qwen2\.5\-VL\-7BI\+QI\+QFrozenXGBoost0\.54500\.7418PaliGemma2\-3BI\+QI\+QFrozenLightGBM0\.57530\.7186InternVL2\.5\-4BI\+QI\+QFrozenXGBoost0\.55360\.7300InternVL3\-8BI\+QI\+QFrozenXGBoost0\.58330\.6916InternVL3\.5\-8BI\+QI\+QFrozenRidge0\.58040\.7237Qwen2\.5\-VL\-3BI\+QI\+QLoRA SFTToken generation0\.86880\.3533Qwen2\.5\-VL\-7BI\+QI\+QLoRA SFTToken generation0\.60300\.7028Qwen3\-VL\-4BI\+QI\+QLoRA SFTToken generation0\.64550\.6133Qwen3\-VL\-8BI\+QI\+QLoRA SFTToken generation0\.60100\.6619PaliGemma2\-3BI\+QI\+QLoRA SFTToken generation0\.67000\.5654*Late fusion*BGE \+ SigLIPQ\+D⊕IQ\+D\\oplus IFrozenLightGBM0\.57910\.6915BGE \+ Qwen2\.5\-VL\-3BQ\+D⊕\(I\+Q\)Q\+D\\oplus\(I\+Q\)FrozenXGBoost0\.55340\.7357BGE \+ DINOv2 \+ Qwen2\.5\-VL\-3BQ\+D⊕I⊕\(I\+Q\)Q\+D\\oplus I\\oplus\(I\+Q\)FrozenXGBoost0\.55180\.7454

Table 1:Performance across representation and modeling paradigms\. The table spans text and vision encoders, LLMs, VLMs, and late fusion; subdivisions within the LLM and VLM blocks separate task\-adapted regression, frozen\-feature regression, and scalar generation\. Unless otherwise noted,DDdenotes the visual description generated by Qwen2\.5\-VL\-7B,DVL7BD\_\{\\mathrm\{VL7B\}\}; description\-source and VLM\-adaptation comparisons appear in Table[2](https://arxiv.org/html/2608.04554#S5.T2)and Table[3](https://arxiv.org/html/2608.04554#S5.T3)\. Bold and underlining mark the best and second\-best result for each metric\.

## 5Experiments and Results

### 5\.1Experimental Setup

The unified comparison evaluates five text LLMs and ten VLMs with at most 8B parameters on a fixed split of 580 training and 145 test items\. Training recipes are selected using only the training split and then fixed before final three\-seed evaluation\. Exact checkpoints, model\-selection procedures, and training configurations appear in Appendix[9\.1](https://arxiv.org/html/2608.04554#S9.SS1)to Appendix[9\.4](https://arxiv.org/html/2608.04554#S9.SS4)\.

We report RMSE as the primary metric and Spearman correlation as a secondary metric, summarized across seeds\. For paired comparisons, we ensemble predictions across seeds and use a paired item\-level bootstrap to obtain 95% confidence intervals for differences in RMSE; full statistical details appear in Appendix[9\.7](https://arxiv.org/html/2608.04554#S9.SS7)\.

Matched comparisons vary representation, adaptation scope, or the paired full\-item image while holding the relevant model or predictor fixed\. Complete results appear in the appendix\.

### 5\.2Performance Across Representations

Table[1](https://arxiv.org/html/2608.04554#S4.T1)provides a broad map of the evaluated design space, spanning text and vision encoders, LLMs, VLMs, multiple adaptation and readout strategies, and late fusion\. Within the unified three\-seed task\-adapted regression results, the interface\-level leaders are Llama\-3\.1\-8B with attention\+MLP adaptation onQQ, Llama\-3\.1\-8B with attention\-only adaptation onQ\+DVL7BQ\{\+\}D\_\{\\mathrm\{VL7B\}\}, and Qwen2\.5\-VL\-7B with attention\+MLP adaptation onI\+QI\{\+\}Q\. They reach 0\.517, 0\.506, and 0\.497 RMSE, respectively, giving the two visual interfaces the lowest point estimates in this comparison\. Because these interface leaders use different models or adaptation scopes, they summarize the strongest configuration for each representation rather than a matched estimate of the representation effect; matched comparisons follow in later subsections\. Across the broader table, performance is not monotonic in model size, underscoring the need to compare representations across multiple model families and fitting strategies\.

The point estimates rank image\-native modeling first, visual textualization second, and question text alone third\. However, all three paired bootstrap intervals include zero \(Appendix[9\.7](https://arxiv.org/html/2608.04554#S9.SS7)\), so the test set does not support a reliable ordering among these interface\-level leaders\. We therefore treat them as a competitive group and use the matched analyses below to study the two visual strategies\.

Table 2:Matched visual\-textualization results with the text model and training recipe fixed\.DGD\_\{\\mathrm\{G\}\}andDVD\_\{\\mathrm\{V\}\}denote GPT\-5\.5 and Qwen2\.5\-VL\-7B descriptions\. Input columns report three\-seed mean RMSE;ΔV\\Delta\_\{\\mathrm\{V\}\}compares seed\-ensemble predictions forQ\+DVQ\{\+\}D\_\{\\mathrm\{V\}\}andQQ\. Full confidence intervals appear in Table[7](https://arxiv.org/html/2608.04554#S9.T7); bold marks the lowest mean in each input column\.#### Encoder baselines\.

Conventional encoders capture substantial difficulty signal but do not match the strongest task\-adapted generative backbones as shown above\. The best fully fine\-tuned text encoder reaches 0\.541 RMSE, compared with 0\.506 for the best adapted text LLM on the sameQ\+DQ\{\+\}Dinterface\. The best frozen vision encoder reaches 0\.557, whereas the strongest task\-adapted image\-native VLM reaches 0\.497\. These comparisons show that neither compact textual encoding nor generic visual features alone generate leading results\.

#### Fitting and output interfaces\.

The fitting and output interface matters within both LLM and VLM blocks\. The best frozen text and VLM regressors reach 0\.529 and 0\.545 RMSE, respectively, while the best scalar\-generation systems reach 0\.765 and 0\.601\. Late fusion of frozen representations reaches 0\.552 and therefore does not obtain the performance of task\-adapted multimodal regression\. The best RMSE and Spearman results also come from different systems: Qwen2\.5\-VL\-7B attains the lowest RMSE, while Llama\-3\.1\-8B with visual textualization attains the highest rank correlation\. Absolute calibration and item ordering are therefore related but distinct aspects of performance\.

### 5\.3Matched Visual Textualization Lowers RMSE Point Estimates

To isolate the effect of visual textualization, we hold the downstream text model and attention\-only LoRA recipe fixed and vary only its input:QQ,Q\+DGQ\{\+\}D\_\{\\mathrm\{G\}\}, orQ\+DVQ\{\+\}D\_\{\\mathrm\{V\}\}\. Here,DGD\_\{\\mathrm\{G\}\}andDVD\_\{\\mathrm\{V\}\}are descriptions generated by GPT\-5\.5 and Qwen2\.5\-VL\-7B, respectively\. Table[2](https://arxiv.org/html/2608.04554#S5.T2)reports this matched comparison for all five text models\.

AddingDVD\_\{\\mathrm\{V\}\}lowers RMSE relative toQQfor all five models, with seed\-ensemble differences from−0\.0048\-0\.0048to−0\.0270\-0\.0270\. The confidence interval excludes zero for Llama\-3\.2\-3B but includes zero for the other four models \(Table[7](https://arxiv.org/html/2608.04554#S9.T7)\)\. Thus, the direction is consistent across the evaluated models, but the evidence for any individual improvement is generally imprecise\. The Qwen2\.5\-VL\-7B description also yields a lower mean RMSE than the GPT\-5\.5 description for four of five downstream models\. Although the final predictor is text\-based, theQ\+DQ\{\+\}Dconditions are vision\-informed because a VLM has inspected the image before prediction\. The consistent point\-estimate reductions suggest that verbalized visual evidence can help without changing the downstream model\. Differences betweenDGPTD\_\{\\mathrm\{GPT\}\}andDVL7BD\_\{\\mathrm\{VL7B\}\}further indicate that the textualizer is part of the modeling choice rather than interchangeable preprocessing\.

Table 3:Matched image\-native adaptation results forI\+QI\{\+\}Q\. Attn\. and \+MLP report three\-seed mean RMSE for attention\-only and attention\+MLP LoRA;ρMLP\\rho\_\{\\mathrm\{MLP\}\}is Spearman correlation for \+MLP\.ΔM\\Delta\_\{\\mathrm\{M\}\}is the seed\-ensemble RMSE difference for \+MLP minus attention\-only, so negative values favor broader adaptation\. Full confidence intervals appear in Table[8](https://arxiv.org/html/2608.04554#S9.T8)\.
### 5\.4Adaptation Breadth in Image\-Native Prediction

We next ask whether image\-native regression is limited by adapting too narrow a portion of the VLM\. Table[3](https://arxiv.org/html/2608.04554#S5.T3)holds theI\+QI\+Qinput and regression interface fixed while extending LoRA from attention projections to both attention and MLP projections\. All ten models have negativeΔM\\Delta\_\{\\mathrm\{M\}\}, meaning that attention\+MLP adaptation lowers seed\-ensemble RMSE; the mean difference is−0\.029\-0\.029, and six confidence intervals exclude zero\. Shared data and related model families mean that these systems are not independent replicates; the descriptive sign test appears in Appendix[9\.7](https://arxiv.org/html/2608.04554#S9.SS7)\.

The analogous change is much smaller for the matched Llama\-3\.1\-8BQQ\-only control: it lowers the three\-seed mean RMSE by 0\.0043 and seed\-ensemble RMSE by 0\.0066, with a confidence interval of\[−0\.0314,0\.0214\]\[\-0\.0314,0\.0214\]\. This contrast suggests that the VLM gains are not merely a generic consequence of adding MLP LoRA targets\. Instead, they are consistent with an adaptation bottleneck in image\-native regression, where attention\-only updates may be insufficient to reshape multimodal representations for a continuous psychometric target\.

### 5\.5Test\-Time Dependence on the Paired Image

An image\-native interface does not guarantee that the trained predictor uses its image, becauseQQalready provides the question and answer\-choice text; related work has similarly questioned whether multimodal mathematical reasoning systems genuinely depend on their visual inputs\(Liu et al\.,[2025a](https://arxiv.org/html/2608.04554#bib.bib20); Wang et al\.,[2025b](https://arxiv.org/html/2608.04554#bib.bib45)\)\. Table[4](https://arxiv.org/html/2608.04554#S5.T4)summarizes this intervention for the strongest attention\+MLP configuration\.

Table 4:Test\-time image interventions for the Qwen2\.5\-VL\-7BI\+QI\{\+\}Qattention\+MLP predictor \(three\-seed mean±\\pmSD\)\. Text input and trained parameters are fixed\.Using a blank image increases RMSE from 0\.497 to 0\.945, while pairing each item with another item’s image increases RMSE to 0\.964 and reduces Spearman correlation from 0\.785 to 0\.112\. These results show that the predictor depends on the paired full\-item image rather than ignoring the image stream\. Because the interventions also alter image\-rendered text and layout, they do not isolate dependence on the additional visual component\. Results for attention\-onlyI\+QI\+Qand image\-only prediction appear in Appendix[10\.6](https://arxiv.org/html/2608.04554#S10.SS6)\.

## 6Representation Trade\-offs

### 6\.1Choosing a Visual\-Evidence Interface

The aggregate results do not establish an absolute ordering between visual textualization and image\-native modeling, but the two interfaces impose different constraints\.

Visual textualization produces an inspectable language representation that can be cached, audited, edited, and reused across predictors\. Its usefulness depends on which relations the textualizer selects and how it expresses them, as reflected by the differences between the two description sources\. Image\-native modeling retains the source image and allows its use to be shaped by the difficulty objective, but must learn this mapping from labeled items and process the image during every training and inference run\. The practical choice therefore depends on whether reusable and inspectable language outweighs direct, task\-conditioned access to notation, layout, and graphical relations\.

The two leading visual strategies also make complementary item\-level errors\. Image\-native modeling has lower absolute error on 74 of the 145 test items, while visual textualization performs better on 71; their residual correlation is 0\.872\. A fixed, untrained average reaches 0\.478 RMSE, better than both component point estimates, although its paired intervals relative to them include zero\. We therefore treat this result as evidence of complementarity rather than a reliably superior ensemble\. Detailed subgroup, difficulty\-stratified, and qualitative analyses appear in Appendix[10\.8](https://arxiv.org/html/2608.04554#S10.SS8)and Appendix[10\.9](https://arxiv.org/html/2608.04554#S10.SS9)\.

Excluding the one\-time generation ofDVL7BD\_\{\\mathrm\{VL7B\}\}, visual\-textualization training and evaluation average 191 seconds, compared with 1,602 seconds for image\-native modeling\. These workflow\-specific timings reflect different models, batch sizes, and epoch counts\. Textualization permits descriptions to be cached and reused, whereas image\-native modeling repeatedly processes images\. Further details appear in Appendix[9\.6](https://arxiv.org/html/2608.04554#S9.SS6)\.

### 6\.2Training Implications for Image\-Native Prediction

The image\-native results depend not only on access to the image but also on how the VLM is adapted\. Extending LoRA from attention projections to the language backbone’s MLP projections lowers the RMSE point estimate for all ten VLMs, with six paired intervals excluding zero\. A plausible explanation is that the regression head reads hidden states after both attention and MLP transformations, so attention\-only updates may leave an important part of the task\-specific mapping fixed\. The matched text control also covers one Llama model, so the evidence does not establish that the benefit is specific to multimodal architectures\.

The output objective creates a second training choice\. Rasch difficulty is continuous rather than a linguistic label\(Rasch,[1993](https://arxiv.org/html/2608.04554#bib.bib33); Hambleton et al\.,[1991](https://arxiv.org/html/2608.04554#bib.bib14); DeMars,[2010](https://arxiv.org/html/2608.04554#bib.bib9)\)\. Scalar generation performs substantially worse than regression under the evaluated recipes, making the continuous readout another consequential part of the image\-native interface\.

## 7Conclusion

We studied how visual evidence should enter response\-calibrated item difficulty prediction by comparing question text, visual textualization, and image\-native modeling across a broad collection of text and vision models\. The strongest systems using either visual interface achieve lower RMSE point estimates than the strongest question\-text system, although paired intervals do not reliably order the three interface leaders\. Matched analyses provide a more specific picture: Qwen2\.5\-VL\-7B textualizations lower RMSE point estimates across all five downstream text models, while broader language\-side adaptation does so across all ten image\-native VLMs\. Test\-time interventions further show that the image\-native predictor depends on the paired full\-item image, without establishing that its gain comes specifically from the additional visual component\.

## Limitations

The primary limitation is the number and scope of calibrated items\. Our experiments use 725 English\-language mathematics items from a single assessment source, with 580 items for training and 145 for testing\. Human\-response\-calibrated difficulty labels are inherently difficult to scale because each item must accumulate sufficient learner interactions before its difficulty can be estimated\. In this dataset, each retained item is supported by at least 200 responses, with a median of 2,155 responses per item\. The benchmark therefore contains substantial response evidence despite its modest number of item\-level labels\. Learning from a limited set of calibrated items is not only a constraint of this study but also an important practical setting for difficulty prediction, where collecting labels for additional items can require responses from many students\.

## Ethical Considerations

This study uses the publicly released Eedi dataset and does not collect new participant data\. We work with item content and de\-identified response records provided by the benchmark rather than information intended to identify individual students\. Content\-based difficulty estimates should be used only as provisional support for item development and cold\-start decisions; they should not replace empirical calibration from student responses or expert review\. Prediction errors could otherwise lead to inappropriate item sequencing or assessment decisions, and performance may not transfer to other curricula, languages, populations, or accessibility contexts\. Any deployment should therefore monitor subgroup performance where appropriate, retain human oversight, and recalibrate items using responses from the intended learner population\.

## References

- AlKhuzaey et al\. \(2021\)Samah AlKhuzaey, Floriana Grasso, Terry R Payne, and Valentina Tamma\.A systematic review of data\-driven approaches to item difficulty prediction\.In*International conference on artificial intelligence in education*, pages 29–41\. Springer, 2021\.
- AlKhuzaey et al\. \(2024\)Samah AlKhuzaey, Floriana Grasso, Terry R Payne, and Valentina Tamma\.Text\-based question difficulty prediction: A systematic review of automatic approaches\.*International Journal of Artificial Intelligence in Education*, 34\(3\):862–914, 2024\.
- Bai et al\. \(2025a\)Shuai Bai, Yuxuan Cai, Ruizhe Chen, Keqin Chen, Xionghui Chen, Zesen Cheng, Lianghao Deng, Wei Ding, Chang Gao, Chunjiang Ge, et al\.Qwen3\-vl technical report\.*arXiv preprint arXiv:2511\.21631*, 2025a\.
- Bai et al\. \(2025b\)Shuai Bai, Keqin Chen, Xuejing Liu, Jialin Wang, Wenbin Ge, Sibo Song, Kai Dang, Peng Wang, Shijie Wang, Jun Tang, et al\.Qwen2\.5\-VL technical report\.*arXiv preprint arXiv:2502\.13923*, 2025b\.[10\.48550/arXiv\.2502\.13923](https://arxiv.org/doi.org/10.48550/arXiv.2502.13923)\.
- Benedetto et al\. \(2024\)Luca Benedetto, Giovanni Aradelli, Antonia Donvito, Alberto Lucchetti, Andrea Cappelli, and Paula Buttery\.Using llms to simulate students’ responses to exam questions\.In*Findings of the Association for Computational Linguistics: EMNLP 2024*, pages 11351–11368, 2024\.
- Chen et al\. \(2026\)Han Chen, Ming Li, Chenguang Wang, Yijun Liang, Dawei Zhou, Hong Jiao, and Tianyi Zhou\.LLMs struggle to measure what distinguishes students of different proficiency levels: A study of item discrimination in reading comprehension assessment\.*arXiv preprint arXiv:2606\.18709*, 2026\.
- Chen et al\. \(2021\)Jiaqi Chen, Jianheng Tang, Jinghui Qin, Xiaodan Liang, Lingbo Liu, Eric Xing, and Liang Lin\.Geoqa: A geometric question answering benchmark towards multimodal numerical reasoning\.In*Findings of the Association for Computational Linguistics: ACL\-IJCNLP 2021*, pages 513–523, 2021\.
- Chen et al\. \(2024\)Zhe Chen, Weiyun Wang, Yue Cao, Yangzhou Liu, Zhangwei Gao, Erfei Cui, Jinguo Zhu, Shenglong Ye, Hao Tian, Zhaoyang Liu, et al\.Expanding performance boundaries of open\-source multimodal models with model, data, and test\-time scaling\.*arXiv preprint arXiv:2412\.05271*, 2024\.
- DeMars \(2010\)Christine DeMars\.*Item response theory*\.Oxford University Press, 2010\.
- Dueñas et al\. \(2024\)George Dueñas, Sergio Jimenez, and Geral Mateus Ferro\.Upn\-icc at bea 2024 shared task: Leveraging llms for multiple\-choice questions difficulty prediction\.In*Proceedings of the 19th Workshop on Innovative Use of NLP for Building Educational Applications \(BEA 2024\)*, pages 542–550, 2024\.
- Feng et al\. \(2025\)Wanyong Feng, Peter Tran, Stephen Sireci, and Andrew S Lan\.Reasoning and sampling\-augmented mcq difficulty prediction via llms\.In*International Conference on Artificial Intelligence in Education*, pages 31–45\. Springer, 2025\.
- Fulari and Rusert \(2024\)Rishikesh Fulari and Jonathan Rusert\.Utilizing machine learning to predict question difficulty and response time for enhanced test construction\.In*Proceedings of the 19th Workshop on Innovative Use of NLP for Building Educational Applications \(BEA 2024\)*, pages 528–533, 2024\.
- Grattafiori et al\. \(2024\)Aaron Grattafiori, Abhimanyu Dubey, Abhinav Jauhri, Abhinav Pandey, Abhishek Kadian, Ahmad Al\-Dahle, Aiesha Letman, Akhil Mathur, Alan Schelten, Alex Vaughan, et al\.The llama 3 herd of models\.*arXiv preprint arXiv:2407\.21783*, 2024\.
- Hambleton et al\. \(1991\)Ronald K Hambleton, Hariharan Swaminathan, and H Jane Rogers\.*Fundamentals of item response theory*, volume 2\.Sage, 1991\.
- Han et al\. \(2025\)Suhwa Han, Frank Rijmen, Allison Ames Boykin, and Susan Lottridge\.Leveraging fine\-tuned large language models in item parameter prediction\.In*Proceedings of the Artificial Intelligence in Measurement and Education Conference \(AIME\-Con\): Full Papers*, pages 250–264, 2025\.
- He et al\. \(2021\)Jun He, Li Peng, Bo Sun, Lejun Yu, and Yinghui Zhang\.Automatically predict question difficulty for reading comprehension exercises\.In*2021 ieee 33rd international conference on tools with artificial intelligence \(ictai\)*, pages 1398–1402\. IEEE, 2021\.
- Hsu et al\. \(2018\)Fu\-Yuan Hsu, Hahn\-Ming Lee, Tao\-Hsing Chang, and Yao\-Ting Sung\.Automated estimation of item difficulty for multiple\-choice tests: An application of word embedding techniques\.*Information Processing & Management*, 54\(6\):969–984, 2018\.
- Li et al\. \(2025a\)Ming Li, Han Chen, Yunze Xiao, Jian Chen, Hong Jiao, and Tianyi Zhou\.Can llms estimate student struggles? human\-ai difficulty alignment with proficiency simulation for item difficulty prediction\.*arXiv preprint arXiv:2512\.18880*, 2025a\.
- Li et al\. \(2025b\)Ming Li, Hong Jiao, Tianyi Zhou, Nan Zhang, Sydney Peters, and Robert W Lissitz\.Item difficulty modeling using fine\-tuned small and large language models\.*Educational and Psychological Measurement*, 85\(6\):1065–1090, 2025b\.
- Liu et al\. \(2025a\)Yufang Liu, Yao Du, Tao Ji, Jianing Wang, Yang Liu, Yuanbin Wu, Aimin Zhou, Mengdi Zhang, and Xunliang Cai\.The role of visual modality in multimodal mathematical reasoning: Challenges and insights\.In*Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\)*, pages 22596–22611, 2025a\.
- Liu et al\. \(2025b\)Yunting Liu, Shreya Bhandari, and Zachary A Pardos\.Leveraging llm respondents for item evaluation: A psychometric analysis\.*British Journal of Educational Technology*, 56\(3\):1028–1052, 2025b\.
- Loukina et al\. \(2016\)Anastassia Loukina, Su\-Youn Yoon, Jennifer Sakano, Youhua Wei, and Kathy Sheehan\.Textual complexity as a predictor of difficulty of listening items in language proficiency tests\.In*Proceedings of COLING 2016, the 26th International Conference on Computational Linguistics: Technical Papers*, pages 3245–3253, 2016\.
- Lu et al\. \(2024\)Pan Lu, Hritik Bansal, Tony Xia, Jiacheng Liu, Chunyuan Li, Hannaneh Hajishirzi, Hao Cheng, Kai\-Wei Chang, Michel Galley, and Jianfeng Gao\.Mathvista: Evaluating mathematical reasoning of foundation models in visual contexts\.In*International Conference on Learning Representations*, volume 2024, pages 23439–23554, 2024\.
- McCarthy et al\. \(2021\)Arya D McCarthy, Kevin P Yancey, Geoffrey T LaFlair, Jesse Egbert, Manqian Liao, and Burr Settles\.Jump\-starting item parameters for adaptive language tests\.In*Proceedings of the 2021 conference on empirical methods in natural language processing*, pages 883–899, 2021\.
- Noroozi and Karami \(2022\)Shadi Noroozi and Hossein Karami\.A scrutiny of the relationship between cognitive load and difficulty estimates of language test items\.*Language Testing in Asia*, 12\(1\):13, 2022\.
- OpenAI \(2026\)OpenAI\.GPT\-5\.5 System Card, 2026\.[https://openai\.com/index/gpt\-5\-5\-system\-card/](https://openai.com/index/gpt-5-5-system-card/)\.
- Oquab et al\. \(2023\)Maxime Oquab, Timothée Darcet, Théo Moutakanni, Huy Vo, Marc Szafraniec, Vasil Khalidov, Pierre Fernandez, Daniel Haziza, Francisco Massa, Alaaeldin El\-Nouby, et al\.Dinov2: Learning robust visual features without supervision\.*arXiv preprint arXiv:2304\.07193*, 2023\.
- Park et al\. \(2024\)Jae\-Woo Park, Seong\-Jin Park, Hyun\-Sik Won, and Kang\-Min Kim\.Large language models are students at various levels: Zero\-shot question difficulty estimation\.In*Findings of the association for computational linguistics: Emnlp 2024*, pages 8157–8177, 2024\.
- Perkins et al\. \(1995\)Kyle Perkins, Lalit Gupta, and Ravi Tammana\.Predicting item difficulty in a reading comprehension test with an artificial neural network\.*Language testing*, 12\(1\):34–53, 1995\.
- Peters et al\. \(2025\)Sydney Peters, Nan Zhang, Hong Jiao, Ming Li, Tianyi Zhou, and Robert Lissitz\.Text\-based approaches to item difficulty modeling in large\-scale assessments: A systematic review\.*arXiv preprint arXiv:2509\.23486*, 2025\.
- Qwen Team \(2024\)Qwen Team\.Qwen2\.5 technical report\.*arXiv preprint arXiv:2412\.15115*, 2024\.[10\.48550/arXiv\.2412\.15115](https://arxiv.org/doi.org/10.48550/arXiv.2412.15115)\.
- Radford et al\. \(2021\)Alec Radford, Jong Wook Kim, Chris Hallacy, Aditya Ramesh, Gabriel Goh, Sandhini Agarwal, Girish Sastry, Amanda Askell, Pamela Mishkin, Jack Clark, et al\.Learning transferable visual models from natural language supervision\.In*International conference on machine learning*, pages 8748–8763\. PmLR, 2021\.
- Rasch \(1993\)Georg Rasch\.*Probabilistic models for some intelligence and attainment tests\.*ERIC, 1993\.
- Razavi and Powers \(2026\)Pooya Razavi and Sonya Powers\.Estimating item difficulty using large language models and tree\-based machine learning algorithms\.*International Journal of Artificial Intelligence in Education*, page 100015, 2026\.
- Rogoz and Ionescu \(2024\)Ana\-Cristina Rogoz and Radu Tudor Ionescu\.Unibucllm: Harnessing llms for automated prediction of item difficulty and response time for multiple\-choice questions\.In*Proceedings of the 19th Workshop on Innovative Use of NLP for Building Educational Applications \(BEA 2024\)*, pages 493–502, 2024\.
- Säuberli et al\. \(2025\)Andreas Säuberli, Diego Frassinelli, and Barbara Plank\.Do llms give psychometrically plausible responses in educational assessments?In*Proceedings of the 20th Workshop on Innovative Use of NLP for Building Educational Applications \(BEA 2025\)*, pages 266–278, 2025\.
- Steiner et al\. \(2024\)Andreas Steiner, André Susano Pinto, Michael Tschannen, Daniel Keysers, Xiao Wang, Yonatan Bitton, Alexey Gritsenko, Matthias Minderer, Anthony Sherbondy, Shangbang Long, et al\.Paligemma 2: A family of versatile vlms for transfer\.*arXiv preprint arXiv:2412\.03555*, 2024\.
- Sweller \(1988\)John Sweller\.Cognitive load during problem solving: Effects on learning\.*Cognitive science*, 12\(2\):257–285, 1988\.
- Sweller \(2011\)John Sweller\.Cognitive load theory\.In*Psychology of learning and motivation*, volume 55, pages 37–76\. Elsevier, 2011\.
- Tack et al\. \(2024\)Anaïs Tack, Siem Buseyne, Changsheng Chen, Robbe D’hondt, Michiel De Vrindt, Alireza Gharahighehi, Sameh Metwaly, Felipe Kenji Nakano, and Ann\-Sophie Noreillie\.Itec at bea 2024 shared task: Predicting difficulty and response time of medical exam questions with statistical, machine learning, and language models\.In*Proceedings of the 19th Workshop on Innovative Use of NLP for Building Educational Applications \(BEA 2024\)*, pages 512–521, 2024\.
- Veeramani et al\. \(2024\)Hariram Veeramani, Surendrabikram Thapa, Natarajan Balaji Shankar, and Abeer Alwan\.Large language model\-based pipeline for item difficulty and response time estimation for educational assessments\.In*Proceedings of the 19th Workshop on Innovative Use of NLP for Building Educational Applications \(BEA 2024\)*, pages 561–566, 2024\.
- Wang et al\. \(2026\)Chenguang Wang, Ming Li, Xinyue Zeng, Zhuochun Li, Hong Jiao, Tianyi Zhou, and Dawei Zhou\.Cognitive episodes in llm reasoning traces enable interpretable human item difficulty prediction\.*arXiv preprint arXiv:2606\.28186*, 2026\.
- Wang et al\. \(2025a\)Weiyun Wang, Zhangwei Gao, Lixin Gu, Hengjun Pu, Long Cui, Xingguang Wei, Zhaoyang Liu, Linglin Jing, Shenglong Ye, Jie Shao, et al\.Internvl3\. 5: Advancing open\-source multimodal models in versatility, reasoning, and efficiency\.*arXiv preprint arXiv:2508\.18265*, 2025a\.
- Wang et al\. \(2020\)Z Wang, A Lamb, E Saveliev, P Cameron, Y Zaykov, JM Hernández\-Lobato, RE Turner, RG Baraniuk, C Barton, SP Jones, et al\.Diagnostic questions: The neurips 2020 education challenge\. arxiv 2020\.*arXiv preprint arXiv:2007\.12061*, 2020\.
- Wang et al\. \(2025b\)Zhikai Wang, Jiashuo Sun, Wenqi Zhang, Zhiqiang Hu, Xin Li, Fan Wang, and Deli Zhao\.Benchmarking multimodal mathematical reasoning with explicit visual dependency\.*arXiv preprint arXiv:2504\.18589*, 2025b\.
- Xue et al\. \(2020\)Kang Xue, Victoria Yaneva, Christopher Runyon, and Peter Baldwin\.Predicting the difficulty and response time of multiple choice questions using transfer learning\.In*Proceedings of the fifteenth workshop on innovative use of NLP for building educational applications*, pages 193–197, 2020\.
- Yaneva et al\. \(2019\)Victoria Yaneva, Peter Baldwin, Janet Mee, et al\.Predicting the difficulty of multiple choice questions in a high\-stakes medical exam\.In*Proceedings of the fourteenth workshop on innovative use of NLP for building educational applications*, pages 11–20, 2019\.
- Yaneva et al\. \(2024\)Victoria Yaneva, Kai North, Peter Baldwin, Le An Ha, Saed Rezayi, Yiyun Zhou, Sagnik Ray Choudhury, Polina Harik, and Brian Clauser\.Findings from the first shared task on automated prediction of difficulty and response time for multiple\-choice questions\.In*Proceedings of the 19th Workshop on Innovative Use of NLP for Building Educational Applications \(BEA 2024\)*, pages 470–482, 2024\.
- Yang et al\. \(2025\)An Yang, Anfeng Li, Baosong Yang, Beichen Zhang, Binyuan Hui, Bo Zheng, Bowen Yu, Chang Gao, Chengen Huang, Chenxu Lv, et al\.Qwen3 technical report\.*arXiv preprint arXiv:2505\.09388*, 2025\.
- Yuan et al\. \(2026\)Zhihao Yuan, Yunze Xiao, Ming Li, Weihao Xuan, Richard Tong, Mona Diab, and Tom Mitchell\.Towards valid student simulation with large language models\.*arXiv preprint arXiv:2601\.05473*, 2026\.
- Zhai et al\. \(2023\)Xiaohua Zhai, Basil Mustafa, Alexander Kolesnikov, and Lucas Beyer\.Sigmoid loss for language image pre\-training\.In*2023 IEEE/CVF International Conference on Computer Vision \(ICCV\)*, pages 11941–11952\. IEEE, 2023\.
- Zhu et al\. \(2025\)Jinguo Zhu, Weiyun Wang, Zhe Chen, Zhaoyang Liu, Shenglong Ye, Lixin Gu, Hao Tian, Yuchen Duan, Weijie Su, Jie Shao, et al\.Internvl3: Exploring advanced training and test\-time recipes for open\-source multimodal models\.*arXiv preprint arXiv:2504\.10479*, 2025\.

###### Contents

1. [1Introduction](https://arxiv.org/html/2608.04554#S1)
2. [2Related Work](https://arxiv.org/html/2608.04554#S2)
3. [3Task and Data](https://arxiv.org/html/2608.04554#S3)1. [3\.1Dataset](https://arxiv.org/html/2608.04554#S3.SS1) 2. [3\.2Difficulty Labels](https://arxiv.org/html/2608.04554#S3.SS2) 3. [3\.3Item Representations](https://arxiv.org/html/2608.04554#S3.SS3)
4. [4Representing Visual Evidence](https://arxiv.org/html/2608.04554#S4)1. [4\.1Problem Formulation](https://arxiv.org/html/2608.04554#S4.SS1) 2. [4\.2Prediction from Question Text](https://arxiv.org/html/2608.04554#S4.SS2) 3. [4\.3Prediction via Visual Textualization](https://arxiv.org/html/2608.04554#S4.SS3) 4. [4\.4Image\-Native VLM Prediction](https://arxiv.org/html/2608.04554#S4.SS4)
5. [5Experiments and Results](https://arxiv.org/html/2608.04554#S5)1. [5\.1Experimental Setup](https://arxiv.org/html/2608.04554#S5.SS1) 2. [5\.2Performance Across Representations](https://arxiv.org/html/2608.04554#S5.SS2) 3. [5\.3Matched Visual Textualization Lowers RMSE Point Estimates](https://arxiv.org/html/2608.04554#S5.SS3) 4. [5\.4Adaptation Breadth in Image\-Native Prediction](https://arxiv.org/html/2608.04554#S5.SS4) 5. [5\.5Test\-Time Dependence on the Paired Image](https://arxiv.org/html/2608.04554#S5.SS5)
6. [6Representation Trade\-offs](https://arxiv.org/html/2608.04554#S6)1. [6\.1Choosing a Visual\-Evidence Interface](https://arxiv.org/html/2608.04554#S6.SS1) 2. [6\.2Training Implications for Image\-Native Prediction](https://arxiv.org/html/2608.04554#S6.SS2)
7. [7Conclusion](https://arxiv.org/html/2608.04554#S7)
8. [References](https://arxiv.org/html/2608.04554#bib)
9. [8Extended Related Work](https://arxiv.org/html/2608.04554#S8)1. [8\.1Content\-Based Item Difficulty Prediction](https://arxiv.org/html/2608.04554#S8.SS1) 2. [8\.2Language Models for Psychometric Prediction](https://arxiv.org/html/2608.04554#S8.SS2) 3. [8\.3Representing Visual Evidence in Multimodal Assessment Items](https://arxiv.org/html/2608.04554#S8.SS3)
10. [9Implementation Details](https://arxiv.org/html/2608.04554#S9)1. [9\.1Data Split and Model Selection](https://arxiv.org/html/2608.04554#S9.SS1) 2. [9\.2Item Parsing and Visual Textualization](https://arxiv.org/html/2608.04554#S9.SS2) 3. [9\.3Text Models and Visual Textualization](https://arxiv.org/html/2608.04554#S9.SS3) 4. [9\.4Image\-Native VLMs](https://arxiv.org/html/2608.04554#S9.SS4) 5. [9\.5Auxiliary Modeling Paradigms](https://arxiv.org/html/2608.04554#S9.SS5) 6. [9\.6Representative Workflow Cost](https://arxiv.org/html/2608.04554#S9.SS6) 7. [9\.7Uncertainty Estimates](https://arxiv.org/html/2608.04554#S9.SS7) 8. [9\.8Rasch\-Label Reliability and Sensitivity](https://arxiv.org/html/2608.04554#S9.SS8)
11. [10Additional Results](https://arxiv.org/html/2608.04554#S10)1. [10\.1Question\-Text and Visual\-Textualization Systems](https://arxiv.org/html/2608.04554#S10.SS1) 2. [10\.2Raw\-OCR Control](https://arxiv.org/html/2608.04554#S10.SS2) 3. [10\.3VLM Input\-Route Baselines](https://arxiv.org/html/2608.04554#S10.SS3) 4. [10\.4Broad Language\-Side Adaptation](https://arxiv.org/html/2608.04554#S10.SS4) 5. [10\.5Pooling and Vision\-Scope Ablations](https://arxiv.org/html/2608.04554#S10.SS5) 6. [10\.6Test\-Time Image Interventions](https://arxiv.org/html/2608.04554#S10.SS6) 7. [10\.7Items With and Without Identified Visual Components](https://arxiv.org/html/2608.04554#S10.SS7) 8. [10\.8Difficulty Strata and Representation Complementarity](https://arxiv.org/html/2608.04554#S10.SS8) 9. [10\.9Deterministic Taxonomy and Error Cases](https://arxiv.org/html/2608.04554#S10.SS9) 10. [10\.10Auxiliary Output and Fusion Baselines](https://arxiv.org/html/2608.04554#S10.SS10)

\\beginappendix

## 8Extended Related Work

### 8\.1Content\-Based Item Difficulty Prediction

Automatic item difficulty prediction estimates item difficulty from item content before sufficient student responses are available for empirical calibration\. Early work relied on handcrafted linguistic and psycholinguistic features\(Perkins et al\.,[1995](https://arxiv.org/html/2608.04554#bib.bib29); Loukina et al\.,[2016](https://arxiv.org/html/2608.04554#bib.bib22); Hsu et al\.,[2018](https://arxiv.org/html/2608.04554#bib.bib17); Yaneva et al\.,[2019](https://arxiv.org/html/2608.04554#bib.bib47)\), while later approaches adopted pretrained representations, transfer learning, large language models, and interpretable features extracted from reasoning traces\(Xue et al\.,[2020](https://arxiv.org/html/2608.04554#bib.bib46); He et al\.,[2021](https://arxiv.org/html/2608.04554#bib.bib16); McCarthy et al\.,[2021](https://arxiv.org/html/2608.04554#bib.bib24); Li et al\.,[2025b](https://arxiv.org/html/2608.04554#bib.bib19); Feng et al\.,[2025](https://arxiv.org/html/2608.04554#bib.bib11); Razavi and Powers,[2026](https://arxiv.org/html/2608.04554#bib.bib34); Wang et al\.,[2026](https://arxiv.org/html/2608.04554#bib.bib42)\)\. The BEA 2024 shared task further benchmarked statistical, machine\-learning, and LLM\-based systems\(Yaneva et al\.,[2024](https://arxiv.org/html/2608.04554#bib.bib48); Tack et al\.,[2024](https://arxiv.org/html/2608.04554#bib.bib40); Rogoz and Ionescu,[2024](https://arxiv.org/html/2608.04554#bib.bib35); Dueñas et al\.,[2024](https://arxiv.org/html/2608.04554#bib.bib10); Veeramani et al\.,[2024](https://arxiv.org/html/2608.04554#bib.bib41); Fulari and Rusert,[2024](https://arxiv.org/html/2608.04554#bib.bib12)\); broader reviews summarize the progression of the field\(AlKhuzaey et al\.,[2021](https://arxiv.org/html/2608.04554#bib.bib1),[2024](https://arxiv.org/html/2608.04554#bib.bib2); Peters et al\.,[2025](https://arxiv.org/html/2608.04554#bib.bib30)\)\.

Most prior work, however, treats the item representation as given and primarily operates on question text or text\-derived features\. This assumption is restrictive for visually grounded mathematics items, where diagrams, notation, spatial layout, and graphical relations may contain solution\-relevant information\. We therefore study the representation of item content itself as a modeling choice\.

### 8\.2Language Models for Psychometric Prediction

Recent work has increasingly connected language models with psychometric properties estimated from observed student responses\. Fine\-tuned LMs and LLMs have been used for direct difficulty or item\-parameter prediction\(Li et al\.,[2025b](https://arxiv.org/html/2608.04554#bib.bib19); Han et al\.,[2025](https://arxiv.org/html/2608.04554#bib.bib15)\), while other approaches estimate difficulty through proficiency\-conditioned prompting or simulated student responses\(Park et al\.,[2024](https://arxiv.org/html/2608.04554#bib.bib28); Benedetto et al\.,[2024](https://arxiv.org/html/2608.04554#bib.bib5); Li et al\.,[2025a](https://arxiv.org/html/2608.04554#bib.bib18)\)\. Related studies examine whether LLM\-generated responses exhibit plausible psychometric behavior and emphasize validity constraints in student simulation\(Liu et al\.,[2025b](https://arxiv.org/html/2608.04554#bib.bib21); Säuberli et al\.,[2025](https://arxiv.org/html/2608.04554#bib.bib36); Yuan et al\.,[2026](https://arxiv.org/html/2608.04554#bib.bib50)\), while recent results show that more demanding item properties such as discrimination remain challenging\(Chen et al\.,[2026](https://arxiv.org/html/2608.04554#bib.bib6)\)\.

Our target is likewise response\-calibrated: we predict Rasch item difficulty estimated from student responses\(Rasch,[1993](https://arxiv.org/html/2608.04554#bib.bib33); Hambleton et al\.,[1991](https://arxiv.org/html/2608.04554#bib.bib14); DeMars,[2010](https://arxiv.org/html/2608.04554#bib.bib9)\)\. Rather than changing the psychometric target or simulating examinees, we ask how multimodal item content should be represented to a supervised predictor\.

### 8\.3Representing Visual Evidence in Multimodal Assessment Items

Visual mathematics problems often require information that is not fully recoverable from plain text\. Benchmarks such as GeoQA and MathVista require models to jointly interpret language with diagrams, geometric structure, and other visual evidence\(Chen et al\.,[2021](https://arxiv.org/html/2608.04554#bib.bib7); Lu et al\.,[2024](https://arxiv.org/html/2608.04554#bib.bib23)\)\. More recent work has shown that strong multimodal performance does not necessarily imply genuine dependence on the visual modality, motivating explicit tests of image dependence and benchmarks constructed around visually necessary evidence\(Liu et al\.,[2025a](https://arxiv.org/html/2608.04554#bib.bib20); Wang et al\.,[2025b](https://arxiv.org/html/2608.04554#bib.bib45)\)\. This distinction is particularly relevant to assessment items, where a rendered figure may encode relations that cannot be reconstructed from the stem and answer choices alone\.

Visual evidence can enter a predictor through several interfaces\. Generic vision encoders such as CLIP, SigLIP, and DINOv2 provide image representations learned from large\-scale visual or image–text data\(Radford et al\.,[2021](https://arxiv.org/html/2608.04554#bib.bib32); Zhai et al\.,[2023](https://arxiv.org/html/2608.04554#bib.bib51); Oquab et al\.,[2023](https://arxiv.org/html/2608.04554#bib.bib27)\)\. Modern vision\-language models instead jointly process image and text, including Qwen2\.5\-VL\(Bai et al\.,[2025b](https://arxiv.org/html/2608.04554#bib.bib4)\), Qwen3\-VL\(Bai et al\.,[2025a](https://arxiv.org/html/2608.04554#bib.bib3)\), InternVL2\.5\(Chen et al\.,[2024](https://arxiv.org/html/2608.04554#bib.bib8)\), InternVL3\(Zhu et al\.,[2025](https://arxiv.org/html/2608.04554#bib.bib52)\), InternVL3\.5\(Wang et al\.,[2025a](https://arxiv.org/html/2608.04554#bib.bib43)\), and PaliGemma 2\(Steiner et al\.,[2024](https://arxiv.org/html/2608.04554#bib.bib37)\)\. These models make direct image\-native prediction practical while retaining access to linguistic context\.

An alternative is to convert the visual component into language before prediction\. We use the term*visual textualization*for this interface: a VLM verbalizes problem\-relevant visual information such as labels, dimensions, geometric relations, and spatial configurations, after which a text model predicts difficulty from the augmented input\. This differs from ordinary OCR, whose primary objective is to recover visible characters rather than encode graphical semantics\. In our experiments, GPT\-5\.5\(OpenAI,[2026](https://arxiv.org/html/2608.04554#bib.bib26)\)and Qwen2\.5\-VL\(Bai et al\.,[2025b](https://arxiv.org/html/2608.04554#bib.bib4)\)serve as textualizers\.

Visual textualization and image\-native modeling impose different representational bottlenecks\. Textualization produces a fixed, inspectable, and reusable linguistic representation, but information omitted or misexpressed by the textualizer is unavailable downstream\. Image\-native modeling retains the original rendered item and allows the downstream difficulty objective to determine how visual information is used, while requiring repeated multimodal processing\. Prior item\-difficulty work has largely varied prediction models while assuming textual input, whereas multimodal mathematical reasoning work primarily evaluates problem solving rather than response\-calibrated psychometric prediction\. To our knowledge, these visual interfaces have not been systematically compared for item difficulty prediction under a shared target, split, and evaluation protocol\.

## 9Implementation Details

### 9\.1Data Split and Model Selection

All main experiments use the same fixed split of 580 training items and 145 test items\.

The unified model scope contains five text LLMs and ten VLMs with at most 8B parameters\. The text models are Qwen2\.5\-3B/7B\(Qwen Team,[2024](https://arxiv.org/html/2608.04554#bib.bib31)\), Llama\-3\.2\-3B and Llama\-3\.1\-8B\(Grattafiori et al\.,[2024](https://arxiv.org/html/2608.04554#bib.bib13)\), and Qwen3\-8B\(Yang et al\.,[2025](https://arxiv.org/html/2608.04554#bib.bib49)\)\. The VLMs are Qwen2\.5\-VL\-3B/7B\(Bai et al\.,[2025b](https://arxiv.org/html/2608.04554#bib.bib4)\), Qwen3\-VL\-4B/8B\(Bai et al\.,[2025a](https://arxiv.org/html/2608.04554#bib.bib3)\), PaliGemma2\-3B\(Steiner et al\.,[2024](https://arxiv.org/html/2608.04554#bib.bib37)\), InternVL2\.5\-4B\(Chen et al\.,[2024](https://arxiv.org/html/2608.04554#bib.bib8)\), InternVL3\-2B/8B\(Zhu et al\.,[2025](https://arxiv.org/html/2608.04554#bib.bib52)\), and InternVL3\.5\-4B/8B\(Wang et al\.,[2025a](https://arxiv.org/html/2608.04554#bib.bib43)\)\.

We partition the training items into five folds of 116 items, stratified jointly by difficulty quintile and the presence of an additional visual component\. Hyperparameters are selected only from these folds\. Using representative text and multimodal models, we select one family\-level recipe and apply it to every model and input route in that family\. We consider LoRA rank, learning rate, training duration, and a Huber\-loss alternative; Huber loss does not improve the representative models\. Table[5](https://arxiv.org/html/2608.04554#S9.T5)lists the final recipes\.

Cross\-validation selects the family\-level training recipes before final training on all 580 items\. The main comparison reports the strongest systems under each interface, while the complete tables document performance across all evaluated text models and VLMs\. The matchedQQversusQ\+DQ\+Danalysis fixes each text model and recipe, and the attention versus attention\+MLP analysis pairs two adaptation scopes for every VLM\.

Table 5:Frozen family\-level recipes\. The 10\-epoch setting for small InternVL models follows training\-side learning curves that continued to improve after epoch 5\.For final evaluation, each configuration is trained on all 580 training items for the fixed epoch count in Table[5](https://arxiv.org/html/2608.04554#S9.T5), with no validation split or early stopping\. We run seeds 17, 42, and 2026\.

### 9\.2Item Parsing and Visual Textualization

The initial parser uses the OpenAI GPT\-5\.5 API aliasgpt\-5\.5, accessed in June 2026, and operates in two passes\. The first pass extracts the question and identifies any additional visual component; the second checks the extraction against the same source image\. The exact prompts are given below\.

The extraction system prompt is:

> You are a math question parser\. Given an image of a multiple\-choice math question from the Eedi platform, extract its content as a JSON object\. Return only fieldsquestion,choiceswith keys A–D,has\_figure, and, only when applicable,figure\_description\. Preserve mathematical symbols exactly and retain references to visual elements verbatim\. If a choice is an image, provide a brief bracketed description and never leave it blank\. Sethas\_figuretrue for any problem\-relevant diagram, shape, graph, number line, table, flowchart, or image\-valued choice, excluding the answer\-letter bubbles and Eedi header\. Describe all figures concisely but completely, including labels, dimensions, arrows, shading, and spatial relations\.

The verification system prompt is:

> You are a meticulous math question verifier\. Compare the image against every field in the draft JSON\. Correct missing or garbled mathematical symbols, truncated text, thehas\_figuredecision, and incomplete or inaccurate figure descriptions\. Image\-valued answer choices must receive brief bracketed descriptions\. Return the corrected object with the same schema, no extra fields, and no explanation outside the JSON\.

The verification pass receives the same image and the complete draft extraction\. We then manually inspectQQagainst the source image\. Difficulty values and response outcomes are not part of the parsing or inspection interface, preventing label\-guided edits\. The inspection targets the fidelity of the stem and choices; generated descriptions remain model outputs rather than human annotations\. We did not retain an edit\-level audit trail and therefore cannot quantify a manual correction rate\.

ForDVL7BD\_\{\\mathrm\{VL7B\}\}, Qwen2\.5\-VL\-7B receives the following fixed instruction for the 401 items with an additional visual component:

> This image is from a math assessment item\. In 1–3 sentences, describe the figure/diagram only: the visual elements \(shapes, graphs, axes, geometry, labels, numbers\) that a student would need to read to answer\. Be concise and factual\. Do not solve the question and do not restate the question text\.

Generation is limited to 128 new tokens\. For the other 324 items,DVL7BD\_\{\\mathrm\{VL7B\}\}is empty\.

### 9\.3Text Models and Visual Textualization

Text inputs are tokenized to a maximum length of 512\. Training uses batch size 4 and gradient accumulation 4\. The final hidden state is mean\-pooled over non\-padding tokens and passed to a regression head consisting of layer normalization, dropout, a linear projection to 256 dimensions, GELU, and a scalar output layer\. The final text recipe applies LoRA toqq,kk,vv, and output attention projections\. We additionally evaluate attention\+MLP LoRA on Llama\-3\.1\-8B by including gate, up, and down projections\.

For prediction through visual textualization, descriptions are available for the 401 items with an additional visual component\. For all other items,DDis empty andQ\+DQ\+DequalsQQ\. We denote the GPT\-5\.5 descriptions byDGPTD\_\{\\mathrm\{GPT\}\}and descriptions generated by Qwen2\.5\-VL\-7B byDVL7BD\_\{\\mathrm\{VL7B\}\}\.

We do not treatDDalone as a matched information route\. The description prompt deliberately excludes the question text, andDDis empty for 324 items\. ADD\-only system would therefore conflate access to visual evidence with removal of the stem and answer choices\. Our estimand is the incremental value of a visual interface conditional on the common curated transcriptionQQ\.

### 9\.4Image\-Native VLMs

Image\-native denotes theI\+QI\+Qrepresentation, in which the original image remains available to the final predictor; it does not denote image\-only input\. VLM training uses batch size 1 and gradient accumulation 4\. Images are processed with each model family’s native processor\. Qwen\-VL and PaliGemma use their packaged image preprocessing; InternVL uses a448×448448\\times 448image transform and the model’s image\-context tokens\. The pooled representation is taken from the language backbone’s final hidden state\.

The final image\-native adaptation targets the language backbone’s attention and MLP projections\. In Qwen\-VL and InternVL, these targets leave the visual tower frozen\. PaliGemma2 uses shared projection names, so its visual attention projections are included in both sides of the matched attention\-only versus attention\+MLP comparison; the added MLP targets remain language\-side\. LoRA usesα=2​r\\alpha=2r, dropout 0\.05, and no bias\. We compare this configuration against:

- •attention\-only LoRA, which targetsqq,kk,vv, and output projections;
- •text\-token pooling, which excludes image placeholder and boundary tokens before pooling; and
- •vision\-encoder LoRA, which additionally targets visual attention projections identified from their full module paths\.

Across all neural models, optimization uses AdamW with weight decay 0\.01, cosine decay, 10% warmup, gradient clipping at 1\.0, and bfloat16 arithmetic\. The regression head and LoRA parameters are optimized jointly\.

### 9\.5Auxiliary Modeling Paradigms

#### Scalar generation\.

As an auxiliary output\-interface comparison, we fine\-tune text LLMs and VLMs to generate a standardized difficulty value as a JSON string rather than predict it with a regression head\. For

zi=βi−μtrainσtrain,z\_\{i\}=\\frac\{\\beta\_\{i\}\-\\mu\_\{\\mathrm\{train\}\}\}\{\\sigma\_\{\\mathrm\{train\}\}\},\(8\)the token\-level objective is

ℒgen=−∑tlog⁡pθ​\(si,t∣si,<t,xi\)\.\\mathcal\{L\}\_\{\\mathrm\{gen\}\}=\-\\sum\_\{t\}\\log p\_\{\\theta\}\(s\_\{i,t\}\\mid s\_\{i,<t\},x\_\{i\}\)\.\(9\)At evaluation time, the generated value is parsed and transformed back to the Rasch scale\. This baseline tests whether a standard language\-generation interface is suitable for numeric psychometric prediction\.

#### Frozen representations and late fusion\.

Frozen\-feature baselines do not optimize the neural regression objective end to end\. They extract fixed text, vision, or VLM representations and fit an external regressor selected by cross\-validation on the training split\. We evaluate frozen vision encoders and VLM representations as well as late fusion\(Radford et al\.,[2021](https://arxiv.org/html/2608.04554#bib.bib32); Zhai et al\.,[2023](https://arxiv.org/html/2608.04554#bib.bib51); Oquab et al\.,[2023](https://arxiv.org/html/2608.04554#bib.bib27)\)\. Late fusion concatenates frozen text, vision, and/or VLM representations before fitting a shallow regressor\. These comparisons test whether visual access or feature concatenation alone can match task\-adapted image\-native prediction\. Representative results appear in Appendix[10\.10](https://arxiv.org/html/2608.04554#S10.SS10)\.

### 9\.6Representative Workflow Cost

We compare wall\-clock time for the leading visual\-textualization and image\-native systems on the same hardware\. The duration includes model loading, final fitting on 580 items, and prediction on 145 test items, but excludes the one\-time generation ofDVL7BD\_\{\\mathrm\{VL7B\}\}\.

Table[6](https://arxiv.org/html/2608.04554#S9.T6)reports mean job time and mean time per epoch for the two representative workflows\.

Table 6:Representative workflow cost for the leading Llama\-3\.1\-8B visual\-textualization system and Qwen2\.5\-VL\-7B image\-native system\. Times include model loading, final training, and test prediction, but exclude the one\-time generation ofDVL7BD\_\{\\mathrm\{VL7B\}\}\. The training\-and\-evaluation job ratio is8\.4×8\.4\\times, and the epoch\-normalized ratio is6\.3×6\.3\\times\. Because the models, batch sizes, and epoch counts differ, these measurements characterize the evaluated workflows rather than intrinsic architecture efficiency\.The cached representation also changes how often images are processed\. Visual textualization processes each relevant image once to generateDD; subsequent regression operates entirely on text\. Image\-native training processes the images in every epoch and again at inference\. This comparison does not assign a universal cost to either strategy, but it shows why the upstream textualization cost can be amortized when descriptions are reused\.

### 9\.7Uncertainty Estimates

For each system, we report the mean and population standard deviation of test RMSE and Spearman correlation across the three seeds; compact main\-text ablation tables omit some standard deviations, which are supplied below\. For a paired comparison, we first average the three predictions for each test item within each system\. We then resample the 145 paired items with replacement 10,000 times and recompute the difference in RMSE\. The 2\.5th and 97\.5th percentiles form the reported confidence interval\. This procedure preserves the item\-level pairing and avoids treating the three training seeds as independent test sets\. Intervals are not corrected for multiple comparisons and condition on the fixed train–test split and selected training recipes; they do not capture uncertainty due to alternative item splits, hyperparameter\-selection procedures, or dataset sampling\.

For the three interface\-level leaders, visual textualization changes seed\-ensemble RMSE by−0\.0080\-0\.0080relative to question text alone \(95% CI\[−0\.0356,0\.0189\]\[\-0\.0356,0\.0189\]\), and image\-native modeling changes it by−0\.0148\-0\.0148\(\[−0\.0519,0\.0198\]\[\-0\.0519,0\.0198\]\)\.

The direct image\-native minus visual\-textualization difference is−0\.0068\-0\.0068\(\[−0\.0520,0\.0381\]\[\-0\.0520,0\.0381\]\)\. These seed\-ensemble differences need not equal differences between the run\-average RMSE values in the main table because the former average predictions before computing RMSE\.

Table[7](https://arxiv.org/html/2608.04554#S9.T7)gives the matched textualization difference and confidence interval for each downstream text model\. Table[8](https://arxiv.org/html/2608.04554#S9.T8)gives the corresponding comparison between attention\+MLP and attention\-only adaptation for each image\-native VLM\.

Table 7:Paired uncertainty for matched visual textualization\.ΔV\\Delta\_\{\\mathrm\{V\}\}is the seed\-ensemble RMSE difference betweenQ\+DVL7BQ\{\+\}D\_\{\\mathrm\{VL7B\}\}andQQ; negative values favor visual textualization\.Table 8:Paired uncertainty for image\-native adaptation breadth\.ΔM\\Delta\_\{\\mathrm\{M\}\}is the seed\-ensemble RMSE difference between attention\+MLP and attention\-only LoRA; negative values favor broader adaptation\.For completeness, exact one\-sided sign tests givep=0\.031p=0\.031for the 5/5 direction of the matchedQ\+DVL7BQ\+D\_\{\\mathrm\{VL7B\}\}comparison andp=0\.001p=0\.001for the 10/10 direction of attention\+MLP adaptation\. These values are descriptive: systems share the same data, and several share model families, so they are not independent scientific replicates\.

### 9\.8Rasch\-Label Reliability and Sensitivity

The Rasch estimates include both the point estimateβi\\beta\_\{i\}and its reported standard error\. Across all 725 retained items, the response count has mean 1,879, median 2,155, and range 203–2,966\. The difficulty standard error has mean 0\.061, median 0\.054, and range 0\.043–0\.162; its 90th percentile is 0\.093\. On the 145 test items, the corresponding mean, median, and range are 0\.061, 0\.054, and 0\.043–0\.161\.

We conduct a sensitivity analysis using the seed\-ensemble predictions of the three leading systems\. We exclude the 10% or 20% of test items with the largest reported difficulty standard errors and recompute RMSE without retraining\. We also correlate each item’s reported standard error with its squared prediction error\.

Table[9](https://arxiv.org/html/2608.04554#S9.T9)reports the recomputed RMSE values and the association between label standard error and squared prediction error\.

Table 9:Sensitivity to reported Rasch difficulty standard error\. Values use seed\-ensemble predictions; they differ slightly from means of three run\-level RMSEs\. Removing high\-SE items does not change the ordering, and standard error is only weakly associated with squared prediction error\.Absolute RMSE increases after trimming because the high\-SE items are not the items with the largest model errors; this does not indicate worse labels after trimming\. The training\-mean predictor obtains 0\.8199 RMSE on the complete test set \(the training\-median predictor obtains 0\.8220\), providing a common constant baseline for the learned systems\.

## 10Additional Results

### 10\.1Question\-Text and Visual\-Textualization Systems

Table[10](https://arxiv.org/html/2608.04554#S10.T10)reports complete three\-seed RMSE and Spearman results for the five matched text models underQQ,Q\+DGPTQ\+D\_\{\\mathrm\{GPT\}\}, andQ\+DVL7BQ\+D\_\{\\mathrm\{VL7B\}\}\. It also includes the strongestQQ\-only attention\+MLP control\.

Table 10:Complete three\-seed text\-model results\. The first five rows hold attention\-only LoRA fixed across inputs; the final row reports the strongestQQ\-only adaptation control summarized in Table[1](https://arxiv.org/html/2608.04554#S4.T1)\.Q\+DQ\+Dis text\-valued but vision\-informed because eachDDis generated from the original image\.The attention\+MLP text ablation changes Llama\-3\.1\-8BQQfrom0\.5210±0\.00650\.5210\\pm 0\.0065to0\.5167±0\.01470\.5167\\pm 0\.0147RMSE, with Spearman0\.7727±0\.01240\.7727\\pm 0\.0124\. Its seed\-ensemble difference is−0\.0066\-0\.0066with a 95% interval of\[−0\.0314,0\.0214\]\[\-0\.0314,0\.0214\]\.

### 10\.2Raw\-OCR Control

The mainQQrepresentation is deliberately stronger than uncorrected OCR\. To quantify the difference, we apply EasyOCR to all original images without manual correction, replaceQQwith the resulting text for both training and testing, and reuse the fixed Llama\-3\.1\-8B attention\-LoRA recipe\.

Table[11](https://arxiv.org/html/2608.04554#S10.T11)compares the curatedQQrepresentation with this raw\-OCR input while holding the downstream model, split, and training recipe fixed\.

Table 11:Matched transcription\-quality control \(three\-seed mean±\\pmSD\)\. The downstream model, split, and training recipe are fixed\.The raw\-OCR control is not a fourth representation strategy: both conditions reduce the item to text, but they differ in transcription fidelity\. It shows that the competitiveQQbaseline cannot be reproduced by substituting an off\-the\-shelf OCR string\.

### 10\.3VLM Input\-Route Baselines

Table[12](https://arxiv.org/html/2608.04554#S10.T12)reports the complete attention\-only VLM results forII,I\+QI\+Q, andI\+Q\+DI\+Q\+D, allowing input route to be compared before broader adaptation is introduced\.

Table 12:Attention\-only input\-route baselines \(three\-seed mean±\\pmSD\)\. Small InternVL models use the 10\-epoch recipe selected from training\-side learning curves\.AddingQQtoIIdoes not yield a uniform change across the displayed attention\-only means\. This result motivates treating visual access and successful visual adaptation as distinct questions\.

### 10\.4Broad Language\-Side Adaptation

Table[13](https://arxiv.org/html/2608.04554#S10.T13)reports complete attention\+MLP results for all ten VLMs on the canonicalI\+QI\+Qimage\-native input\. These are the broad\-adaptation values summarized in Table[3](https://arxiv.org/html/2608.04554#S5.T3)\.

Table 13:Complete attention\+MLP results \(three\-seed mean±\\pmSD\)\. These are the broad\-adaptation values summarized in Table[3](https://arxiv.org/html/2608.04554#S5.T3)\.
### 10\.5Pooling and Vision\-Scope Ablations

To further diagnose the gains from broader language\-side adaptation, Table[14](https://arxiv.org/html/2608.04554#S10.T14)compares attention\+MLP LoRA with two alternative changes on representative 7–8B VLMs\. Text\-token pooling excludes image placeholder tokens when averaging the final hidden states and lowers the point\-estimate RMSE for both models\. Extending LoRA to the vision encoder provides no consistent benefit\. The best variant differs across the two VLMs: attention\+MLP adaptation performs best for Qwen2\.5\-VL\-7B, whereas text\-token pooling performs best for Qwen3\-VL\-8B\. None of the six paired intervals excludes zero\. These results point to language\-side adaptation and readout construction, rather than insufficient vision\-encoder adaptation, as the more promising sources of improvement, although this limited comparison does not identify a single bottleneck\.

Table 14:Adaptation, pooling, and vision\-scope ablations for representative VLMs onI\+QI\+Q\. RMSE values are three\-seed means;Δ\\Deltavalues and paired confidence intervals use seed\-ensemble predictions relative to attention\-only LoRA\.
### 10\.6Test\-Time Image Interventions

For each trained Qwen2\.5\-VL\-7B seed, we hold the adapter and regression head fixed and alter only the held\-out images\. The*blank*condition substitutes a448×448448\\times 448white canvas\. The*shuffle*condition applies one fixed random derangement to the 145 test images, so that every item receives another item’s full question image\. Text inputs are unchanged\. We report variation across training seeds but do not estimate variation across alternative derangements\.

Table[15](https://arxiv.org/html/2608.04554#S10.T15)reports original, blank, and shuffled\-image results for attention\-onlyI\+QI\+Q, attention\+MLPI\+QI\+Q, and attention\-only image\-only prediction\.

Table 15:Test\-time image interventions \(three\-seed mean±\\pmSD\)\. Blank\-image predictions are constant within each image\-only seed, so their Spearman correlation is undefined\. These deliberately unnatural inputs test image dependence rather than estimate the benefit of vision under the data distribution\.
### 10\.7Items With and Without Identified Visual Components

Table[16](https://arxiv.org/html/2608.04554#S10.T16)compares seed\-ensemble RMSE on the 76 items with an identified visual component and the 69 remaining test items\. The comparison is diagnostic rather than a routing rule because the direction varies across models and adaptation choices\.

Table 16:Seed\-ensemble RMSE by coarse item group\. Bold marks the lower RMSE within each row; the direction varies across model families and adaptation choices\.
### 10\.8Difficulty Strata and Representation Complementarity

We divide the 145 held\-out items into five equal\-sized groups based on their gold Rasch difficulty\. Table[17](https://arxiv.org/html/2608.04554#S10.T17)shows a different ordering across the target range: image\-native prediction has lower RMSE in the two extreme groups, whereas visual textualization has lower RMSE in the middle three\. Each group contains 29 items, so the analysis is intended to characterize errors across the difficulty range rather than define a routing rule\.

Table 17:Seed\-ensemble RMSE by gold\-difficulty quintile\. TheQQandI\+QI\+Qcolumns use their strongest attention\+MLP systems;Q\+DVL7BQ\+D\_\{\\mathrm\{VL7B\}\}uses its strongest attention\-only system\. Bold marks the lowest RMSE in each row\.The two leading visual representations also leave complementary residual errors\. Image\-native modeling has lower absolute error on 74 of 145 items and visual textualization on 71\. Across their three matched seeds, the preference is unanimous for 37 image\-native wins and 40 textualization wins; the other 68 items change winner across seeds\. Their fixed equal\-weight average requires no fitted fusion parameters and reaches 0\.4780 RMSE, but its paired intervals relative to either component cross zero\. We therefore use the average as a complementarity diagnostic rather than a separately trained fusion system\. An oracle that selects the lower\-error prediction for each item uses the test target and is unattainable; it is reported only to quantify headroom\.

Table[18](https://arxiv.org/html/2608.04554#S10.T18)reports the two component systems, their fixed average, and oracle diagnostics that quantify unattainable item\-level headroom\.

Table 18:Complementarity diagnostics\. The fixed average differs from visual\-textualization and image\-native prediction by−0\.0195\-0\.0195RMSE \(95% CI\[−0\.0427,0\.0031\]\[\-0\.0427,0\.0031\]\) and−0\.0127\-0\.0127\(\[−0\.0346,0\.0102\]\[\-0\.0346,0\.0102\]\), respectively\. Oracle rows use gold labels and are not prediction systems\.Description verbosity does not explain when textualization helps\. Among the 76 test items with an identified visual component, the Spearman correlation between the actualDVL7BD\_\{\\mathrm\{VL7B\}\}character length and the per\-item squared\-error reduction overQQis0\.1210\.121\(p=0\.30p=0\.30\)\. Short, middle, and long length tertiles have RMSE changes of\+0\.008\+0\.008,−0\.030\-0\.030, and\+0\.006\+0\.006, respectively, providing no monotonic length–benefit relation\.

### 10\.9Deterministic Taxonomy and Error Cases

For the systematic analysis in Table[19](https://arxiv.org/html/2608.04554#S10.T19), we assign mutually exclusive categories from the verified item representations in a fixed order\. An item is a*visual answer options*item when an answer choice is image\-valued or the description explicitly identifies visual options\. The next category covers plots, tables, coordinate axes, number lines, and grids\. The geometry category covers named shapes and geometric relations such as angles, parallel or perpendicular lines, radii, and vertices\. Remaining items with an identified visual component are*other visual*; all others have*no identified visual component*\. Category assignment does not use difficulty labels or model predictions, but the assignments have not been independently human\-audited\.

Table 19:Error analysis by deterministic item type\. Values are seed\-ensemble RMSE for the three leading systems; bold marks the lowest value within each row\. Small subgroups, especially visual answer options, should not be interpreted as stable rankings\.Across all 76 explicitly visual items, visual textualization improves overQQfrom 0\.5073 to 0\.4942 RMSE \(Δ=−0\.0131\\Delta=\-0\.0131, 95% CI\[−0\.0598,0\.0344\]\[\-0\.0598,0\.0344\]\), while image\-native prediction reaches 0\.5266\. Visual textualization has the lowest point estimate for the three adequately sized explicit\-visual categories, but none of their individual intervals establishes a precise category\-level ordering\.

Conversely, the image\-native system’s largest aggregate gain occurs on the 69 items without an identified visual component, from 0\.5034 to 0\.4478 RMSE \(Δ=−0\.0555\\Delta=\-0\.0555, 95% CI\[−0\.1189,0\.0037\]\[\-0\.1189,0\.0037\]\)\. These items can still contain rendered equations, box symbols, spatial layout, and visually redundant question text\. The pattern therefore argues against attributing the image\-native point estimate only to explicit diagrams, but remains suggestive because the categories are automatically derived and the interval includes zero\.

Inspection of the largest per\-item error reductions suggests different mechanisms\. For item 83,DVL7BD\_\{\\mathrm\{VL7B\}\}makes the reflex\-angle interpretation explicit and reduces absolute error by 0\.39\. For items 132 and 246, image\-native prediction better captures a grid\-based area relation and equality tick marks, reducing absolute error by 0\.45 and 0\.44\. Table[20](https://arxiv.org/html/2608.04554#S10.T20)reports these and additional cases\.

Table 20:Qualitative cases selected from the largest reductions in absolute error relative to the strongestQQsystem while spanning several taxonomy groups\. Bold marks the closest prediction to the Rasch target\.#### All visual\-answer\-option cases\.

The four test items in this category are unusual because the answer choices cannot be transcribed as ordinary text\. The curatedQQtherefore includes a short description of each option—coordinates for item 62, dimensions and perpendicular heights for items 215 and 869, and colored\-grid configurations for item 227\. This makesQQa comparatively rich reduced interface and helps explain why adding another description is redundant on three of four items\. The complete group is shown in Table[21](https://arxiv.org/html/2608.04554#S10.T21); withn=4n=4, its aggregate ordering is not a stable estimate of a population effect\.

Table 21:All four visual\-answer\-option test items\. Bold marks the prediction with the smallest absolute error relative to the Rasch target, not the numerically smallest prediction\.

### 10\.10Auxiliary Output and Fusion Baselines

Generic visual features and frozen multimodal representations contain difficulty signal but remain behind task\-adapted systems\. The best frozen generic vision encoder obtains 0\.557 RMSE, and the best frozen VLM plus external regressor obtains 0\.543\. Concatenating frozen text, vision, and VLM representations reaches 0\.552\. Fine\-tuning a VLM to generate a standardized numeric string reaches 0\.601 at best\. These experiments use the same item split but serve as auxiliary paradigm checks rather than entries in the unified three\-seed comparison\.

Table[22](https://arxiv.org/html/2608.04554#S10.T22)summarizes the strongest representative from each auxiliary paradigm and identifies the input and model used by that representative\.

Table 22:Best auxiliary representative in each modeling paradigm\. These runs use the same held\-out item split but predate the unified three\-seed protocol and are not used for its paired confidence intervals\.

Similar Articles

Multiplication in Multimodal LLMs: Computation with Text, Image, and Audio Inputs

Hugging Face Daily Papers

This paper investigates the arithmetic limitations of multimodal LLMs on multi-digit multiplication across text, image, and audio modalities, introducing a controlled benchmark and a novel 'arithmetic load' metric (C) that better predicts model accuracy than traditional step-counting methods. Results show accuracy collapses as C grows, and that performance degradation is primarily computational rather than perceptual.

VAMPS: Visual-Assisted Mathematical Problem Solving Benchmark

arXiv cs.AI

VAMPS is a new benchmark of 1,168 multimodal bilingual math problems designed to evaluate whether LLMs can benefit from constructing and reasoning over graphs/visualizations. Key finding: direct analytical solving surprisingly outperforms tool-enabled visual solving even on problems where plotting is a natural strategy.