Papers › Instruction Complexity Induces Positional Collapse in Adversarial LLM Evaluation

Instruction Complexity Induces Positional Collapse in Adversarial LLM Evaluation

29 Apr 2026arXiv:2604.27249added by Syntology

Jon-Paul Cacioli

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

When instructed to underperform on multiple-choice evaluations, do language models engage with question content or fall back on positional shortcuts? We map the boundary between these regimes using a six-condition adversarial instruction-specificity gradient administered to two instruction-tuned LLMs (Llama-3-8B and Llama-3.1-8B) on 2,000 MMLU-Pro items. Distributional screening (response-position entropy) and an independent content-engagement criterion (difficulty-accuracy correlation) jointly characterise each condition. The gradient reveals three regimes rather than a monotonic transition. Vague adversarial instructions produce moderate accuracy reduction with preserved content engagement. Standard sandbagging and capability-imitation instructions produce positional entropy collapse with partial content engagement. A two-step answer-aware avoidance instruction produces extreme positional collapse, with near-total concentration on a single response position (99.9% and 87.4%) and no measurable content sensitivity. This was the only multi-step instruction tested, and it produced the most extreme shortcut. The attractor position matches each model's content-absent null-prompt default. The effect replicates across both models and four academic domains. Distributional collapse and content engagement can co-occur (50% concordance between screening criteria), indicating that entropy-based screening and difficulty-based content assessment capture partially independent dimensions of response validity. Results suggest that instruction complexity can determine whether adversarial compliance uses content-aware or content-blind mechanisms in small instruction-tuned LLMs under greedy decoding.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2604.27249")

Code

Syntology Ran 16 of 18 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 16 ran with no contract checked.

By repository: found in paper text by Syntology: 18 samples from 1 repository, 16 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

synthiumjp/bcb-sandbagging-pilot found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 16 ran; 0 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

16ran
2unverified

Licence: 18 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from synthiumjp/bcb-sandbagging-pilot. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

apply_cyclic_shift synthiumjp/bcb-sandbagging-pilot/generate_permutations.py found in paper text by Syntology ran no licence file found · pointer only · a05bbdbcee6c43ec · report
compute_js_divergence synthiumjp/bcb-sandbagging-pilot/run_study3_analysis.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 4ae5fe456fafe4e1 · report
compute_measures synthiumjp/bcb-sandbagging-pilot/run_study3_analysis.py found in paper text by Syntology ran no licence file found · pointer only · 5b2d10645c1506c1 · report
correct_letter_after_shift synthiumjp/bcb-sandbagging-pilot/generate_permutations.py found in paper text by Syntology ran no licence file found · pointer only · db73a995831d064e · report
format_options_string synthiumjp/bcb-sandbagging-pilot/run_positional_bias.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 94f126953852d22f · report
format_options_string synthiumjp/bcb-sandbagging-pilot/run_robustness_check.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 06f988b2d435329c · report
format_user_message synthiumjp/bcb-sandbagging-pilot/run_study3.py found in paper text by Syntology ran no licence file found · pointer only · cbf877e6ae9140a1 · report
generate_shifts synthiumjp/bcb-sandbagging-pilot/generate_permutations.py found in paper text by Syntology ran no licence file found · pointer only · d2b15211f0262bb8 · report
get_option_texts synthiumjp/bcb-sandbagging-pilot/run_positional_bias.py found in paper text by Syntology ran no licence file found · pointer only · f7d76a74415d3757 · report
load_all_data synthiumjp/bcb-sandbagging-pilot/run_study3_analysis.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 10a7dc7a0d93a685 · report
load_items synthiumjp/bcb-sandbagging-pilot/run_study3.py found in paper text by Syntology ran no licence file found · pointer only · e55e0822df93c985 · report
load_jsonl synthiumjp/bcb-sandbagging-pilot/generate_figures.py found in paper text by Syntology ran no licence file found · pointer only · 2467069a4724a8c1 · report
load_null_subset synthiumjp/bcb-sandbagging-pilot/run_study3.py found in paper text by Syntology ran no licence file found · pointer only · 4fedda3641574c41 · report
norm_entropy synthiumjp/bcb-sandbagging-pilot/run_analysis_local.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · cfd751ee0341a750 · report
parse_options_from_formatted synthiumjp/bcb-sandbagging-pilot/run_positional_bias.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 6875077d8b0a3ff4 · report
response_vector synthiumjp/bcb-sandbagging-pilot/generate_figures.py found in paper text by Syntology ran no licence file found · pointer only · c36ca34e9c974b81 · report
screen_from_jsonl synthiumjp/bcb-sandbagging-pilot/eval_screen.py found in paper text by Syntology unverified no licence file found · pointer only · 24f0e6e62ec4beec · report
screen_responses synthiumjp/bcb-sandbagging-pilot/eval_screen.py found in paper text by Syntology unverified no licence file found · pointer only · 461f6e367a6b7e93 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2604.27249, was issued in April 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections