A "93% answer-flip" headline in our prompt-formatting study was mostly a parsing artifact. Here's the correction, and why I think parse-failure handling is an under-reported analyst degree of freedom.
Summary
A study on MMLU accuracy shifts across prompt formats found that the headline "93% answer-flip" rate was partly due to parsing artifacts. The author recommends pre-registering parse-failure handling and reporting parse-corrected metrics to separate genuine model sensitivity from parser brittleness.
Similar Articles
Format Sensitivity Index: Token-Controlled Prompt Wrapper Robustness and Schema Compliance in LLM Benchmarking
This paper introduces the Format Sensitivity Index (FSI) and Parseability Sensitivity Index (PSI) to quantify how much LLM accuracy varies under different prompt wrappers. Through 140,000 generations across models and tasks, it shows that wrapper choice can drastically affect scores, with parseability failures being a key driver.
The new Claude scored 0% on "confidently reporting wrong answers" in testing. Here's a prompt that takes advantage of it on anything important.
Anthropic's Claude Opus 4.8 update dramatically reduces confident but incorrect answers, scoring 0% on reporting flawed results, and a prompt is provided to leverage this improvement for critical self-critique.
Prompt Framing Distorts Count-Based Evaluation of LLM Error Detection: Evidence from Numeric Anchoring
This paper introduces ErrorBench, a stress-test protocol demonstrating that numeric anchoring in prompts inflates count-based F1 scores for LLM error detection without improving span localization, making count-only evaluation unreliable.
How an unsupported tool-call response could become “perfectly stable” in an LLM benchmark
An LLM benchmark's scoring pipeline could erroneously treat unsupported tool-call responses as stable empty outputs due to preprocessing, highlighting the importance of distinguishing between parsing failures and genuine outputs in evaluation.
Same Question, Different Answers: Evaluating LLM Reliability Beyond Accuracy
This paper investigates how LLMs' answers change under meaning-preserving paraphrases, finding that instance-level behavior is unstable (flip rates >23%) and that single-prompt accuracy masks substantial inconsistency, while a self-paraphrasing strategy can partially recover latent knowledge.