HomearXivFormat Sensitivity Index:トークン制御プロンプトラッパーの堅牢性とLLMベンチマークにおけるスキーマ準拠

Format Sensitivity Index:トークン制御プロンプトラッパーの堅牢性とLLMベンチマークにおけるスキーマ準拠Format Sensitivity Index: Token-Controlled Prompt Wrapper Robustness and Schema Compliance in LLM Benchmarking

AI要点サマリSummary highlight

LLMがプロンプトの書式変更に対してどれだけ出力を安定させられるかを定量化する「Format Sensitivity Index」を提案し、ベンチマーク評価の信頼性向上に貢献する研究。

This paper introduces the Format Sensitivity Index, a metric that quantifies how much LLM outputs shift under token-level prompt wrapper variations, highlighting reliability gaps in current benchmarking practices.

要約と収集メタデータをもとに生成した AI 解説本文です。元記事全文の転載・翻訳ではありません。This AI explainer is generated from the summaries and collected metadata, not from a reproduction or translation of the full source article.

大規模言語モデル(LLM)は、同じ質問でもプロンプトの書式をわずかに変えるだけで出力が揺らぐことが知られている。この「書式感度」を数値化する指標として提案されたのが「Format Sensitivity Index(FSI)」であり、ベンチマーク評価の信頼性を問い直す研究として注目される。

論文の中心的な主張は、LLMの性能評価が、モデルの本質的な能力だけでなく、プロンプトを包む「ラッパー」の形式に強く依存しているという点だ。ここでいうラッパーとは、質問本体を囲むテンプレート、区切り記号、改行や空白、JSONやマークダウンといった出力形式の指定など、トークンレベルの体裁を指す。同じ設問でもこれらを変えるとモデルの回答が変化する場合があり、その変動幅を定量化するのがFSIである。

背景には、LLMベンチマークの再現性への懸念がある。近年、MMLUやHELMのような評価基盤が広く使われる一方で、プロンプトの書き方一つでスコアが上下し、モデル間の比較が公平でなくなる可能性が指摘されてきた。FSIは、ある評価結果がモデルの実力を反映しているのか、それとも特定の書式に最適化された結果なのかを切り分ける手がかりを与えると見られる。

特に企業利用の文脈では、この問題は実務的な意味を持つ。LLMを業務システムに組み込む際、出力が決まったスキーマ(データ構造)に従うことは前提条件となる。書式感度が高いモデルは、わずかな入力変更でスキーマ準拠が崩れ、後続処理でエラーを引き起こす恐れがある。FSIのような指標は、堅牢性を事前に見極める材料として役立つ可能性がある。

こうした関心は本研究に限らない。構造化出力を保証する仕組みとしては、OpenAIのStructured OutputsやオープンソースのGuidance、Outlines、あるいは文法制約付きデコードといった手法が登場しており、書式の安定化は業界全体の課題となっている。FSIはこれらを補完し、モデルそのものの安定性を測る評価軸として位置づけられる。

もっとも、単一の指標がすべての利用場面を代表できるわけではなく、タスクや言語、評価データの選び方によって結果は変わり得る。プロンプト設計と評価手法の標準化はなお発展途上であり、FSIはその議論を前進させる一つの提案と受け止められる。

Large language models are increasingly evaluated and deployed on the assumption that a benchmark score reflects a stable underlying capability. A new paper posted to arXiv challenges that assumption by introducing the Format Sensitivity Index, or FSI, a metric designed to quantify how much a model's outputs shift when the surrounding prompt structure is altered without changing the substantive task. The work matters because if a model's answers swing depending on superficial formatting choices, the reliability of comparative benchmarks and the trustworthiness of production deployments both come into question.

At the center of the paper is the notion of a prompt wrapper: the scaffolding of instructions, delimiters, role tags, system messages, and formatting tokens that surround the actual question or task. In practice, two evaluators can pose the same logical query while wrapping it very differently, for example by using JSON braces versus XML tags, by changing whitespace and separators, or by reordering instruction blocks. The authors argue that these token-level variations are largely semantic no-ops for a human reader, yet they can meaningfully perturb model behavior. FSI is proposed as a way to put a number on that instability, allowing researchers to compare how robust different models are to the same set of wrapper perturbations.

Methodologically, the index appears to work by holding the task content fixed while systematically applying a family of format transformations, then measuring the divergence in outputs across those variants. The paper emphasizes two related but distinct concerns. The first is answer stability, meaning whether the model reaches the same conclusion regardless of packaging. The second is schema compliance, meaning whether the model reliably returns output in the requested structure, such as valid JSON conforming to a specified schema. A model might remain correct on the underlying answer while still failing to honor the demanded format, or it might produce well-formed structure whose content drifts under reformatting. Separating these dimensions is useful because enterprise pipelines often depend as much on parseable, schema-valid output as on the answer itself.

The framing connects to a broader industry conversation about structured generation. Providers have introduced features such as JSON mode, function or tool calling, and constrained decoding to force outputs into predictable shapes, and open-source libraries built around grammar-constrained sampling pursue the same goal. Those mechanisms reduce format failures at generation time, but they do not necessarily address the deeper sensitivity the paper targets, namely that the model's reasoning or chosen answer can shift with the wrapper even when the output shape is guaranteed. FSI is positioned as a diagnostic that sits upstream of these tools, characterizing sensitivity rather than merely suppressing its visible symptoms.

The findings, as summarized, highlight reliability gaps in current benchmarking practices. If leaderboard rankings can be nudged by prompt formatting alone, then small differences between models may reflect evaluation artifacts rather than genuine capability. This echoes earlier research showing that few-shot example ordering, delimiter choices, and prompt phrasing can substantially move measured accuracy. The contribution here is less the discovery that sensitivity exists and more the attempt to standardize its measurement so that robustness can be reported alongside raw performance.

For enterprises, the practical implication is that a model performing well on a public benchmark may still behave inconsistently once integrated behind an application's specific prompt template. Teams building retrieval-augmented systems, agents, or automated data extraction increasingly rely on stable, schema-conformant responses, and an unstable model can introduce silent failures that are hard to detect without deliberate stress testing. A metric like FSI could, in principle, inform model selection, regression testing, and prompt hardening.

As with any single-paper proposal, several caveats are warranted. The value of the index depends on how representative its chosen perturbation set is, on the models and tasks evaluated, and on whether the community adopts consistent measurement conventions. It is also likely that some sensitivity is unavoidable given how models are trained on heterogeneous formatting. Independent replication and broader benchmarking across model families would help establish whether FSI becomes a durable evaluation standard or one of several competing robustness measures now emerging in the literature.

  • 出典SourcearXiv cs.AI論文Paper
  • 直近30件の平均重要度Avg importance, last 301=Info · 2=Medium · 3=High
  • 配信形式Format論文Paper
  • 重要度Importance重要度 MediumMedium priority(arXiv 80件中、同等以上 80件)(80 of 80 arXiv entries are equal or higher)
  • 情報の寿命Half-life🏛️ 長期 (アーキテクチャ)Long-term (architecture)
  • 原文言語Source languageEN
  • 収集日時Collected2026/07/16 03:53

本ページの本文と要約は AI による自動生成です。日本語版と英語版は言語ごとに独立して生成されるため、表現や詳しさが異なる場合があります。正確性は元記事 (arxiv.org) をご確認ください。The body and summaries are AI-generated independently for each language, so wording and detail may differ. Verify accuracy at the original source (arxiv.org).

📄arXiv の他の記事More from arXivもっと見る →View more →

Semalith v1.4: Llama-Guard-3-8Bの44分の1のパラメータ数で最先端のプロンプトインジェクション検出を実現した184Mキャリブレーション済み安全分類器Semalith v1.4: A Calibrated 184M Safety Classifier Achieving State-of-the-Art Prompt-Injection Detection at 44x Fewer Parameters than Llama-Guard-3-8B
arXiv cs.LG2w ago
時間的介入下におけるパーソナルLLMエージェントのユーザー条件付き評価に向けてToward User-Conditioned Evaluation of Personal LLM Agents under Temporal Interventions
arXiv cs.LG3w ago
大規模言語モデルにおける不完全プロンプトによるジェイルブレイクIncomplete Prompt Jailbreaks in Large Language Models
arXiv cs.AI3w ago
AIが生成したコードにおけるセキュリティ脆弱性パターン:モデル横断比較研究Security Vulnerability Patterns in AI-Generated Code: A Cross-Model Comparative Study
arXiv cs.SE3w ago
Tencent WorkBuddy Bench: 汚染耐性タスク構築を備えたマルチドメインコーディングエージェントベンチマークTencent WorkBuddy Bench: A Multi-Domain Coding-Agent Benchmark with Contamination-Resistant Task Construction
arXiv cs.SE3w ago
Interactive Training 2: ライブモデル訓練のための監査可能なコントロールプレーンInteractive Training 2: Auditable Control Plane for Live Model Training
arXiv cs.LG3w ago