paper-with-me

Papers

When Vision-Language Models Judge Without Seeing: Exposing Informativeness Bias

2026-04-20 · Xiaohan Zou, Roshan Sridhar, Mohammadtaher Safarzadeh, Dan Roth arxiv

The reliability of VLM-as-a-Judge is critical for the automatic evaluation of vision-language models (VLMs). Despite recent progress, our analysis reveals that VLM-as-a-Judge often pays limited attention to the image when making decisions. Instead, they often blindly favor the more informative answer, even when they can recognize it conflicts with the image content. We call this problem informativeness bias, which significantly undermines judge reliability. To address it, we propose BIRCH (Balanced Informativeness and CoRrectness with a Truthful AnCHor), a judging paradigm that first corrects inconsistencies with the image content in candidate answers, and then compares the answers against this corrected version. This shifts the judge's focus from informativeness to image-grounded correctness. Experiments on multiple models and benchmarks show that BIRCH reduces informativeness bias by up to 17%, resulting in performance gains of up to 9.8%. Our work reveals an overlooked but fundamental flaw in current VLM-as-a-Judge systems and highlights the need for more principled designs.

📄 PDF Abstract BibTeX arXiv:2604.17768

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Poor Man's Quality Estimation: Predicting Reference-Based MT Metrics Without the Reference

2023-01-21 · Vilém Zouhar, Shehzaad Dhuliawala, Wangchunshu Zhou, Nico Daheim 외

Machine translation quality estimation (QE) predicts human judgements of a translation hypothesis without seeing the reference. State-of-the-art QE systems based on pretrained language models have been achieving remarkab…

Machine TranslationSentenceTranslation

Debate Training Reduces Reward Hacking in RLAIF

2026-08-18 · Zachary Kenton, Lili Janzer, Rory Greig, Tian Huey Teh 외 arxiv

We demonstrate that RL finetuning an LLM using debate, a two-player adversarial game between a generator and a critic adjudicated by a weaker LLM judge, reduces reward hacking compared to a reinforcement learning from AI…

Reinforcement Learning

SeeingSounds: Learning Audio-to-Visual Alignment via Text

2025-10-10 · Simone Carnemolla, Matteo Pennisi, Chiara Russo, Simone Palazzo 외 arxiv

We introduce SeeingSounds, a lightweight and modular framework for audio-to-image generation that leverages the interplay between audio, language, and vision-without requiring any paired audio-visual data or training on …

Image Generation

Truthfulness Despite Weak Supervision: Evaluating and Training LLMs Using Peer Prediction

2026-01-28 · Tianyi Alex Qiu, Micah Carroll, Cameron Allen arxiv

The evaluation and post-training of large language models (LLMs) rely on supervision, but strong supervision for difficult tasks is often unavailable, especially when evaluating frontier models. In such cases, models are…

"Seeing the Big through the Small": Can LLMs Approximate Human Judgment Distributions on NLI from a Few Explanations?

2024-06-25 · Beiduo Chen, Xinpeng Wang, Siyao Peng, Robert Litschko 외

Human label variation (HLV) is a valuable source of information that arises when multiple human annotators provide different labels for valid reasons. In Natural Language Inference (NLI) earlier approaches to capturing H…

Natural Language Inference