Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

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

About

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 which the LLM's performance may be influenced by the presentation of answer choices, leaving the selection bias during Supervised Fine-Tuning (SFT) unexplored. In this paper, we reveal that selection bias persists in the SFT phase , primarily due to the LLM's inadequate Multiple Choice Symbol Binding (MCSB) ability. This limitation implies that the model struggles to associate the answer options with their corresponding symbols (e.g., A/B/C/D) effectively. To enhance the model's MCSB capability, we first incorporate option contents into the loss function and subsequently adjust the weights of the option symbols and contents, guiding the model to understand the option content of the current symbol. Based on this, we introduce an efficient SFT algorithm for MCQs, termed Point-wise Intelligent Feedback (PIF). PIF constructs negative instances by randomly combining the incorrect option contents with all candidate symbols, and proposes a point-wise loss to provide feedback on these negative samples into LLMs. Our experimental results demonstrate that PIF significantly reduces the model's selection bias by improving its MCSB capability. Remarkably, PIF exhibits a substantial enhancement in the accuracy for MCQs.

Mengge Xue, Zhenyu Hu, Liqun Liu, Kuo Liao, Shuang Li, Honglin Han, Meng Zhao, Chengguo Yin• 2024

Related benchmarks

TaskDatasetResultRank
Multiple-choice Question AnsweringMMLU
STEM Accuracy48
33
LLM-as-a-JudgeJudgeBench
Accuracy62.2
29
Multiple-Choice QuestionsARC Challenge
Accuracy96.1
24
Multiple-Choice QuestionsGPQA
Accuracy52.1
24
LLM-as-a-JudgePreferenceBench
Accuracy89.3
21
LLM-as-a-JudgeMT-Bench
Accuracy79.4
21
Multiple-Choice QuestionsTinyMMLU
Accuracy84.3
21
Multiple-choice Question AnsweringCSQA (test)
Accuracy82.2
8
Question AnsweringMMLU
Mu Bias (STEM)2.8
8
Question AnsweringCSQA
µbias0.9
8
Showing 10 of 10 rows

Other info

Code

Follow for update