OI-Bench: An Option Injection Benchmark for Evaluating LLM Susceptibility to Directive Interference
Yow-Fu Liou, Yu-Chien Tang, Yu-Hsiang Liu, An-Zi Yen
TL;DR
OI-Bench addresses the robustness of LLMs in MCQA when a misleading directive is injected as an extra option. It introduces a unified benchmark with 3,000 items across 3 datasets and 16 directive types, and evaluates 12 LLMs to quantify attack success and accuracy degradation. The study analyzes model behavior and attention under injection and explores defense strategies, finding that post-training alignment (DPO/PPO) offers more promise than defensive prompting or safety-tuning. The work highlights the practical importance of evaluating directive interference in choice-based interfaces and provides a framework for systematic robustness assessment and mitigation.
Abstract
Benchmarking large language models (LLMs) is critical for understanding their capabilities, limitations, and robustness. In addition to interface artifacts, prior studies have shown that LLM decisions can be influenced by directive signals such as social cues, framing, and instructions. In this work, we introduce option injection, a benchmarking approach that augments the multiple-choice question answering (MCQA) interface with an additional option containing a misleading directive, leveraging standardized choice structure and scalable evaluation. We construct OI-Bench, a benchmark of 3,000 questions spanning knowledge, reasoning, and commonsense tasks, with 16 directive types covering social compliance, bonus framing, threat framing, and instructional interference. This setting combines manipulation of the choice interface with directive-based interference, enabling systematic assessment of model susceptibility. We evaluate 12 LLMs to analyze attack success rates, behavioral responses, and further investigate mitigation strategies ranging from inference-time prompting to post-training alignment. Experimental results reveal substantial vulnerabilities and heterogeneous robustness across models. OI-Bench is expected to support more systematic evaluation of LLM robustness to directive interference within choice-based interfaces.
