paper-with-me

Papers

BUZZY: Contrastive Scoring to Mitigate Text-Induced Bias in Multimodal Multiple-Choice QA

2026-03-30 · Taeyun Roh, Eun-yeong Jo, Wonjune Jang, Jaewoo Kang arxiv

Multimodal multiple-choice question answering (MCQA) provides a standardized and objectively measurable setting for evaluating vision-language models (VLMs). However, because the MCQA format incorporates the candidate choices into the input context, it introduces several unintended biases. Previous work has primarily focused on structural biases, such as preferences for certain choices. Instead, we argue that the choices act as textual priors, causing models to favor linguistically plausible options regardless of the visual content. We hypothesize and empirically verify that a model genuinely relies on visual evidence only when its multimodal distribution significantly diverges from its text-only distribution. Based on this observation we propose BUZZY,a training-free decoding method that corrects multimodal predictions by subtracting the text-only distribution. Experiments with five VLMs on five multimodal MCQA benchmarks demonstrate that BUZZY achieves the highest average accuracy among state-of-the-art methods while reducing inference latency by over 28% compared to prior contrastive decoding approaches. Overall, these results suggest that amplifying the visual signal by penalizing text-only preferences is key to efficient and robust multimodal MCQA reasoning. Code and additional resources are provided https://txxnrd.github.io/buzzy/.

📄 PDF Abstract BibTeX arXiv:2603.28026

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

Cross-Dataset Propensity Estimation for Debiasing Recommender Systems

2022-12-22 · Fengyu Li, Sarah Dean

Datasets for training recommender systems are often subject to distribution shift induced by users' and recommenders' selection biases. In this paper, we study the impact of selection bias on datasets with different quan…

Causal InferenceQuantizationRecommendation SystemsSelection bias

RLCSD: Reinforcement Learning with Contrastive On-Policy Self-Distillation

2026-06-10 · Leyi Pan, Shuchang Tao, Yunpeng Zhai, Lingzhe Zhang 외 arxiv

On-policy self-distillation (OPSD) provides dense, token-level supervision for reasoning models by aligning a model's own distribution with the distribution it produces under privileged context, typically a verified solu…

Reinforcement LearningLogical Reasoning

Mitigating Bias in Automated Grading Systems for ESL Learners: A Contrastive Learning Approach

2026-01-23 · Kevin Fan, Eric Yun arxiv

As Automated Essay Scoring (AES) systems are increasingly used in high-stakes educational settings, concerns regarding algorithmic bias against English as a Second Language (ESL) learners have increased. Current Transfor…

Automated Essay ScoringContrastive Learning

Alleviating Hallucinations in Large Vision-Language Models through Hallucination-Induced Optimization

2024-05-24 · Xinyu Lyu, Beitao Chen, Lianli Gao, Jingkuan Song 외

Although Large Visual Language Models (LVLMs) have demonstrated exceptional abilities in understanding multimodal data, they invariably suffer from hallucinations, leading to a disconnect between the generated text and t…

Hallucination

REZE: Representation Regularization for Domain-adaptive Text Embedding Pre-finetuning

2026-04-19 · Seungmin Lee, Jeonghwan Lee, Hyunkuk Lim, Sejoon Kim 외 arxiv

Recent text embedding models are often adapted to specialized domains via contrastive pre-finetuning (PFT) on a naive collection of scattered, heterogeneous tasks. However, this approach often introduces task-induced bia…