NeFut Logo NeFut
Admin Login

[CS.AI] Format Sensitivity Index: Robustness in LLM Benchmarking

Published at: 2026-07-14 22:00 Last updated: 2026-07-15 01:59
#LLM #Benchmarking #Format Sensitivity

Abstract

Prompt wrappers often differ only in formatting, yet they can change model scores enough to flip leaderboard conclusions. We study this variance under a token-controlled protocol and introduce two complementary metrics: the Format Sensitivity Index (FSI), the accuracy range induced by wrapper choice, and the Parseability Sensitivity Index (PSI), the corresponding range in answer parseability.

Across 140,000 OpenRouter generations spanning 7 QA tasks, 5 wrapper families, and 4 instruct models from 7B to 72B parameters, we find that mean FSI varies by over 30x across models and is largely explained by compliance failures. A fixed-effects regression shows that parseability remains a strong predictor of accuracy even after controlling for task, model, and wrapper.

We argue that reporting accuracy without wrapper variance and compliance is statistically fragile, and we give practical recommendations for both benchmarking and structured-output deployments.

Blogger's Review: This paper reveals the significant impact of prompt wrapper formatting on model performance, emphasizing the importance of considering format sensitivity in LLM benchmarking. This research provides a new perspective for future model evaluations, suggesting a more comprehensive approach to compliance and variance during the design and assessment phases to enhance the reliability of results.

Original Source: https://arxiv.org/abs/2607.09665

[h] Back to Home