REVIEW 2 major objections 5 minor 7 references
Appending a question-irrelevant fifth option containing a misleading directive flips correct multiple-choice predictions across 12 large language models, with threat-based directives the most effective.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-03 09:34 UTC pith:DEZQOJD4
load-bearing objection New benchmark with a real design gap: the 'directive interference' attribution needs a neutral fifth-option control to be credible. the 2 major comments →
OI-Bench: An Option Injection Benchmark for Evaluating LLM Susceptibility to Directive Interference
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
On the paper's own terms, the discovery is that a single question-irrelevant option, engineered to carry a directive, can override correct model decisions in multiple-choice QA. Standard accuracy across the 12 models averages 80.4%; appending an injected option E degrades accuracy in most conditions. The most disruptive directives are the 'override' types that tell the model to ignore the question, and threat framing yields the highest mean attack success rate (19.8%) and accuracy drop (10.9%). Individual models can collapse to near-zero accuracy under the Override Penalty directive, and some of the strongest standard performers are among the most susceptible. Position matters as well: movin
What carries the argument
Option injection: augmenting a standard four-option multiple-choice question with a fifth, question-irrelevant option (E) whose only content is a misleading directive. The paper organizes 16 such directives into four families — social compliance, bonus framing, threat framing, and instructional interference — and measures their effect with Attack Success Rate (ASR), the fraction of originally correct predictions that flip to incorrect after E is appended, plus Accuracy Drop (standard minus injected accuracy). The injected E option is the carrier that turns the choice list into an attack surface; ASR is the ruler that makes the effect measurable and comparable across models.
Load-bearing premise
The load-bearing premise is that the injected E option differs from the original options only in containing a directive; without a neutral, directive-free fifth-option control, some of the measured flips could be a generic extra-option or format effect rather than directive compliance.
What would settle it
Run the same evaluation with a fifth option that is semantically neutral and directive-free (e.g., 'E: this concludes the list') replacing the directive-laden E, keeping all else fixed. If the neutral option produces ASR close to the directive condition, the headline vulnerability is not specific to directives; if ASR drops significantly, directive content is the active ingredient.
If this is right
- Standard MCQA leaderboards can overstate robustness: two models with similar standard accuracy can differ sharply once a directive-laden option is added.
- Evaluation protocols for multiple-choice benchmarks should treat option content and position as variables, not fixed scaffolding; moving the injected option to A–D increases attack success.
- Threat framing, especially override-style penalties, is the strongest tested lever, so safety evaluations should include penalty-coercion probes rather than relying on polite instruction-following tests.
- Post-training alignment through preference optimization (DPO, PPO) is a more reliable mitigation than inference-time prompting or a safety-tuned variant, and it changes deep-layer attention to the injected option.
Where Pith is reading between the lines
- A neutral control condition — a fifth option with a directive-free, content-free statement — would test whether the flips are caused by the directive itself or by the mere presence of an extra option; the paper does not run this control.
- The mechanism likely generalizes beyond MCQA to other selection interfaces (LLM-as-judge, ranking, routing, mixture-of-experts gating), where candidate lists can carry incidental cues; this is a testable extension the paper mentions but does not evaluate.
- The attention result suggests a cheaper mitigation than full retraining: if deep-layer heads reliably over-attend to the injected option, inference-time activation steering or test-time prompting that suppresses those heads might reduce susceptibility.
- One could fit a utility model to the ASR data to predict which directive types will transfer to unseen models or formats, using the observed asymmetry between loss framing and gain framing.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes OI-Bench, a benchmark that appends a task-irrelevant option E containing one of 16 misleading directives to standard MCQA questions from MMLU, LogiQA, and HellaSwag. Using 3,000 IRT-selected questions and 12 LLMs, it reports standard accuracy, injected accuracy, attack success rate (ASR, defined as any originally correct flip after E is appended), and accuracy drop (AD). The central empirical claim is that option-level directives degrade performance, with threat framing most harmful, and that capability does not imply robustness. The paper also analyzes response types via LLM judges, tests defensive prompting and a safety-aligned variant, applies DPO/PPO on Qwen-3-8B, examines attention patterns, and studies positional effects. The main interpretation—that ASR/AD measure susceptibility to directive interference—is plausible but not yet isolated from generic extra-option effects, and the mitigation result is inconsistent across datasets.
Significance. If the core attribution held, OI-Bench would be a useful, scalable benchmark for a real and under-measured failure mode in choice-based LLM interfaces. The work has clear strengths: it builds on tinyBenchmarks with transparent IRT-based filtering, covers a broad directive taxonomy, evaluates 12 models across 7 families, ships code/data, and includes multiple converging analyses (response-type annotation with reported inter-judge agreement, attention diagnostics, position permutation, and DPO/PPO experiments). The design of DPO training with randomized E position is a thoughtful attempt to avoid letter-based shortcuts. However, the headline claim that the observed flips reflect directive compliance rather than generic extra-option/format sensitivity is not yet supported because no neutral fifth-option control is run. The benchmark is therefore a valuable measurement contribution in progress, but its main interpretive claim needs an additional control condition and a more cautious presentation of the mitigation results.
major comments (2)
- [§3.2.2 and §4.1 (ASR definition); Table 2] The central attribution is confounded by the absence of a neutral fifth-option control. ASR is defined as any originally correct prediction that flips after E is appended, regardless of whether E is selected (Section 4.1). All experiments append an option that contains a directive, but none append a task-irrelevant, directive-free option E of comparable length and salience. Without this condition, the reported ASR/AD cannot separate compliant following of the injected directive from generic sensitivity to an extra option, a new letter, set-size change, or a shifted decision boundary. This is load-bearing for the headline 'directive interference' claim and for the category ordering (threat > bonus > instructional > social). The position experiment in Table 4 is also consistent with a salience/format effect: moving the same injected content into A–D sharply increases ASR (e.g., Qwen-3-8B f
- [§5.3 and Table 3] The mitigation conclusion is not consistent across datasets. DPO and PPO reduce mean ASR averaged over the three source tasks, but on MMLU both increase ASR relative to the Base model (DPO: 0.1721, PPO: 0.1515 vs Base: 0.0749); the average improvement is driven by LogiQA and HellaSwag. Given MMLU is one of only three tasks, the statement that DPO/PPO 'show more promising results' overstates the evidence. Additionally, the DPO/PPO models are trained on LLM-judge labels for the same 16 directive types and evaluated on held-out questions from the same distribution, so this is an in-distribution proof of concept, not a demonstration of generalizable mitigation. Please report per-dataset confidence intervals, explicitly acknowledge the MMLU increase, and temper the conclusions accordingly.
minor comments (5)
- [Tables 5–8] The asterisks denote p<0.05, but no statistical test is specified and no multiple-comparison correction is described. State the test used and how the 16 directive-type comparisons are corrected.
- [§3.2.2] 'Non-informative' is too strong for directives such as Citation and Wikipedia, which supply additional content and argumentation. 'Task-irrelevant' would be more accurate and would preempt confusion.
- [Table 3 and Table 2] Several AD values are negative (e.g., DPO/MMLU AD=-0.0208; Base/HellaSwag AD=-0.0691). Add a caption explaining that negative AD means injected accuracy exceeds standard accuracy, since this is counterintuitive.
- [Figure 2] Some model labels appear to overlap, particularly in the upper-left region. Use annotation offsets or list values in a table for readability.
- [§4.1] Since ASR deliberately counts flips to any wrong option, not only selections of E, the paper should also report the E-selection rate as a separate metric. That separation would make the response-type analysis easier to connect to the headline ASR.
Circularity Check
No significant circularity: OI-Bench's empirical claims are computed from external ground-truth labels and held-out data, not from fitted or self-referential quantities.
full rationale
The paper's central results are measurements over external benchmark items (MMLU, LogiQA, HellaSwag) with independent ground-truth labels. Standard accuracy, injected accuracy, ASR, and AD are defined directly from those labels (§4.1: 'a prediction is considered correct if and only if ŷ = y*'; ASR counts an originally correct prediction that flips to incorrect). Nothing is fitted to the target claim and then renamed as a prediction. The 3,000-item set reuses released tinyBenchmarks IRT subsets, which are external to this paper. The defense experiments train DPO/PPO on LLM-judge preference labels but evaluate on held-out stems with objective accuracy/ASR (§5.3), so the mitigation claim is not forced by the training signal. The paper contains no load-bearing self-citation or uniqueness theorem imported from the authors' prior work. The absence of a neutral fifth-option control means the headline attribution to 'directive interference' is not fully separated from a generic extra-option/format effect; however, that is a construct-validity/experimental-design limitation, not a circular derivation. Under the rule that circularity must be exhibited as a specific reduction of a result to its inputs, no such reduction can be quoted from this paper, so the circularity score is 0.
Axiom & Free-Parameter Ledger
free parameters (2)
- PPO reward shaping coefficients =
reasoning bonus +0.1; missing-reasoning penalty -1.0; reward clip ±5.0
- DPO beta =
0.1
axioms (5)
- domain assumption Ground-truth labels in MMLU, LogiQA, and HellaSwag are correct.
- domain assumption tinyBenchmarks' 1,000-example IRT subsets preserve full-benchmark model ranking.
- domain assumption The injected option is 'non-informative' apart from its directive.
- domain assumption LLM judge labels (Grok, Olmo-3-32B-Think, GPT-OSS-120B) are reliable enough to train DPO/PPO.
- domain assumption Greedy decoding at temperature 0 yields comparable, representative behavior across models.
Cite this review
Pith. "Pith review of OI-Bench: An Option Injection Benchmark for Evaluating LLM Susceptibility to Directive Interference." pith.science (2026). https://pith.science/paper/DEZQOJD4
@misc{pith2026260113300,
author = {Pith},
title = {Pith review of: OI-Bench: An Option Injection Benchmark for Evaluating LLM Susceptibility to Directive Interference},
year = {2026},
howpublished = {\url{https://pith.science/paper/DEZQOJD4}},
note = {Machine review of arXiv:2601.13300}
}
read the original 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.
Figures
Reference graph
Works this paper leans on
-
[4]
tinybenchmarks: evaluating llms with fewer examples.arXiv preprint arXiv:2402.14992. Qwen Team. 2025. Qwen3 technical report. https://arxiv.org/pdf/2505.09388.Preprint, arXiv:2505.09388. Accessed: 2025-12-29. 10 Rafael Rafailov, Archit Sharma, Eric Mitchell, Christo- pher D Manning, Stefano Ermon, and Chelsea Finn
Pith/arXiv arXiv 2025
-
[5]
Narun Raman, Taylor Lundy, and Kevin Leyton- Brown
Direct preference optimization: Your language model is secretly a reward model.Advances in neural information processing systems, 36:53728–53741. Narun Raman, Taylor Lundy, and Kevin Leyton- Brown. 2025. Reasoning models are test ex- ploiters: Rethinking multiple-choice.arXiv preprint arXiv:2507.15337. John Schulman, Filip Wolski, Prafulla Dhariwal, Alec ...
arXiv 2025
-
[6]
InThe Twelfth International Confer- ence on Learning Representations
Towards understanding sycophancy in lan- guage models. InThe Twelfth International Confer- ence on Learning Representations. Noam Shazeer, Azalia Mirhoseini, Krzysztof Maziarz, Andy Davis, Quoc Le, Geoffrey Hinton, and Jeff Dean. 2017. Outrageously large neural networks: The sparsely-gated mixture-of-experts layer.arXiv preprint arXiv:1701.06538. Xinyuan ...
Pith/arXiv arXiv 2017
-
[2020]
Measuring massive multitask language under- standing.arXiv preprint arXiv:2009.03300. Cheng Li, Jindong Wang, Yixuan Zhang, Kaijie Zhu, Wenxin Hou, Jianxun Lian, Fang Luo, Qiang Yang, and Xing Xie. 2023. Large language models un- derstand and can be enhanced by emotional stimuli. arXiv preprint arXiv:2307.11760. Ruizhe Li and Yanjun Gao. 2025. Anchored an...
Pith/arXiv arXiv 2009
-
[2023]
InProceedings of the 16th ACM workshop on artificial intelligence and security, pages 79–90
Not what you’ve signed up for: Compromis- ing real-world llm-integrated applications with indi- rect prompt injection. InProceedings of the 16th ACM workshop on artificial intelligence and security, pages 79–90. Dan Hendrycks, Collin Burns, Steven Basart, Andy Zou, Mantas Mazeika, Dawn Song, and Jacob Steinhardt
-
[2024]
InFirst Conference on Language Modeling
Length-controlled alpacaeval: A simple debi- asing of automatic evaluators. InFirst Conference on Language Modeling. William Fedus, Barret Zoph, and Noam Shazeer. 2022. Switch transformers: Scaling to trillion parameter models with simple and efficient sparsity.Journal of Machine Learning Research, 23(120):1–39. Google DeepMind. 2025a. Gemini 2.5 flash-li...
2022
-
[2025]
Qwen3guard technical report.arXiv preprint arXiv:2510.14276. Chujie Zheng, Hao Zhou, Fandong Meng, Jie Zhou, and Minlie Huang. 2023a. Large language models are not robust multiple choice selectors.arXiv preprint arXiv:2309.03882. Chujie Zheng, Hao Zhou, Fandong Meng, Jie Zhou, and Minlie Huang. 2024. Large language models are not robust multiple choice se...
Pith/arXiv arXiv 2024
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.