paper-with-me

홈 › Papers

Large Language Models Are Not Robust Multiple Choice Selectors

2023-09-07 · Chujie Zheng, Hao Zhou, Fandong Meng, Jie zhou, Minlie Huang

Multiple choice questions (MCQs) serve as a common yet important task format in the evaluation of large language models (LLMs). This work shows that modern LLMs are vulnerable to option position changes in MCQs due to their inherent "selection bias", namely, they prefer to select specific option IDs as answers (like "Option A"). Through extensive empirical analyses with 20 LLMs on three benchmarks, we pinpoint that this behavioral bias primarily stems from LLMs' token bias, where the model a priori assigns more probabilistic mass to specific option ID tokens (e.g., A/B/C/D) when predicting answers from the option IDs. To mitigate selection bias, we propose a label-free, inference-time debiasing method, called PriDe, which separates the model's prior bias for option IDs from the overall prediction distribution. PriDe first estimates the prior by permutating option contents on a small number of test samples, and then applies the estimated prior to debias the remaining samples. We demonstrate that it achieves interpretable and transferable debiasing with high computational efficiency. We hope this work can draw broader research attention to the bias and robustness of modern LLMs.

📄 PDF Abstract BibTeX arXiv:2309.03882

Code (1)

chujiezheng/llm-mcq-bias 공식 구현 pytorch

Tasks

Computational EfficiencyMultiple-choiceSelection bias

Similar Papers 제목 키워드 기반

Strengthened Symbol Binding Makes Large Language Models Reliable Multiple-Choice Selectors

2024-06-03 · Mengge Xue, Zhenyu Hu, Liqun Liu, Kuo Liao 외

Multiple-Choice Questions (MCQs) constitute a critical area of research in the study of Large Language Models (LLMs). Previous works have investigated the selection bias problem in MCQs within few-shot scenarios, in whic…

Multiple-choiceSelection bias

Look at the Text: Instruction-Tuned Language Models are More Robust Multiple Choice Selectors than You Think

2024-04-12 · Xinpeng Wang, Chengzhi Hu, Bolei Ma, Paul Röttger 외

Multiple choice questions (MCQs) are commonly used to evaluate the capabilities of large language models (LLMs). One common way to evaluate the model response is to rank the candidate answers based on the log probability…

Multiple-choice

Algorithm Selection with Probing Trajectories: Benchmarking the Choice of Classifier Model

2025-01-20 · Quentin Renau, Emma Hart

Recent approaches to training algorithm selectors in the black-box optimisation domain have advocated for the use of training data that is algorithm-centric in order to encapsulate information about how an algorithm perf…

Benchmarking

Test-Time Scaling for Small VLMs on Multilingual Visual MCQ

2026-07-10 · Spiros Baxevanakis, Peng-Jian Yang arxiv

Test-time scaling (TTS) reliably improves reasoning in large language models, but whether it transfers to small open vision-language models remains unclear. We examine this on EXAMS-V, a multilingual visual multiple-choi…

Less is More: Token-Efficient Video-QA via Adaptive Frame-Pruning and Semantic Graph Integration

2025-08-05 · Shaoguang Wang, Weiyu Guo, Ziyang Chen, Yijie Xu 외 arxiv

The practical application of Multimodal Large Language Models (MLLMs) to Video Question Answering (Video-QA) is severely hindered by the high token cost of processing numerous video frames. While keyframe selection is th…

Video Question Answering