CLLGOct 8, 2025

Deploying Tiny LVLM Judges for Real-World Evaluation of Chart Models: Lessons Learned and Best Practices

arXiv:2510.07545v22 citationsh-index: 61EMNLP
AI Analysis

This work addresses the need for cost-efficient evaluation in resource-constrained settings for chart reasoning tasks, though it is incremental in improving tiny LVLMs.

The paper tackled the problem of poor performance of tiny LVLMs (<=2B parameters) as automated judges in chart comprehension tasks by proposing multi-criteria prompting and domain-adaptive transfer learning, resulting in a specialized 2B-parameter model (ChartJudge) that effectively transfers knowledge and exposes robustness gaps in larger models.

Large Vision-Language Models (LVLMs) with only 7B parameters have shown promise as automated judges in chart comprehension tasks. However, tiny models (<=2B parameters) still perform poorly as judges, limiting their real-world use in resource-constrained settings. To address this, we propose two approaches to ensure cost-efficient evaluation: (i) multi-criteria prompting, which combines separate evaluation criteria into a single query, and (ii) domain-adaptive transfer learning, in which we fine-tune a 2B-parameter LVLM on synthetic judgments in a chart dataset to create the ChartJudge. Experiments show that multi-criteria prompting exposes robustness gaps, which led to a huge drop in performance for 7B models, including specialized LVLM judges like LLaVA-Critic. In addition, we find that our tiny LVLM (ChartJudge) can effectively transfer knowledge from one dataset to another to make it a more specialized model. Our fine-grained analysis across chart types and query complexities offers actionable insights into trade-offs between model size, prompt design, and transferability, enabling scalable, low-cost evaluation for chart reasoning tasks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes