Zing Forum

Reading

SCICON: Eliminating Selection Bias in Multiple-Choice Questions for Scientific Charts

The research team proposes the SCICON decoding method, which eliminates the prior guidance of options themselves on the model in multiple-choice questions by comparing model outputs under image and non-image conditions, thereby improving the accuracy of scientific chart question answering.

多模态学习科学图表理解对比解码多选题问答视觉问答大语言模型偏差消除人工智能教育
Published 2026-03-30 12:38Recent activity 2026-03-31 11:50Estimated read 4 min
SCICON: Eliminating Selection Bias in Multiple-Choice Questions for Scientific Charts
1

Section 01

SCICON: Introduction to a New Method for Eliminating Selection Bias in Multiple-Choice Questions for Scientific Charts

Understanding scientific charts is a challenge in the field of multimodal AI. The prior guidance from multiple-choice options themselves can easily lead models to ignore image evidence and produce biases. The research team proposes the SCICON decoding method, which eliminates selection-induced bias by comparing model outputs under image and non-image conditions, thereby improving the accuracy of scientific chart question answering.

2

Section 02

Problem Background: Selection-Induced Bias in Multiple-Choice Questions for Scientific Charts

Selection-induced bias refers to the phenomenon where models over-rely on the semantic information of multiple-choice options (such as scientific terms) instead of making judgments based on image content, leading to "correct answers by guessing without looking at the chart". In the scientific field, this bias can cause models to ignore precise quantitative information or subtle structures in charts, resulting in incorrect answers.

3

Section 03

SCICON Method: Core Design of Contrastive Decoding

SCICON is a decoding method that requires no additional training. Its core idea is to subtract the answer score under pure text conditions from the score under image conditions to separate the contributions of text prior and visual evidence. Unlike existing contrastive decoding methods, SCICON directly compares the presence and absence of image conditions instead of perturbing the input.

4

Section 04

Experimental Validation: Effectiveness and Universality of SCICON

SCICON stably improves accuracy across three scientific chart question-answering benchmarks (including statistical charts, microscope images, etc.) and three model architectures; it does not rely on specific model architectures and has universality; it requires two forward passes during inference (about twice the overhead), but this is acceptable in scenarios with high accuracy requirements.

5

Section 05

Research Insights: Key Insights for Multimodal Reasoning

SCICON reveals the problem of modal information conflict in multimodal tasks; it demonstrates the "training-free" optimization idea (improving performance through decoding strategies during inference); it emphasizes the importance of task-specific optimization—strategies designed for the structure of multiple-choice questions can unlock greater performance potential.

6

Section 06

Application Scenarios and Limitations

Application Scenarios: Science education (intelligent tutoring systems), scientific research assistance (literature reading assistants). Limitations: Only applicable to multiple-choice question scenarios and not directly suitable for open-ended question-answering/generation tasks; the computational overhead of two forward passes may affect real-time response scenarios.