---
title: "PromptRobust (benchmark) — プロンプトロバスト"
source: "https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88"
wiki: "systems-analysis.info/int"
article: "PromptRobust_(benchmark)_—_プロンプトロバスト"
language: "ja"
categories:
  - "Category:Japanese"
  - "Category:Large language models"
  - "Category:LLM benchmarks"
  - "Category:Machine learning"
revision_id: 5956
wiki_created_at: 2026-09-06T23:56:23Z
wiki_modified_at: 2026-09-06T23:56:23Z
downloaded_at: 2026-09-07T23:11:15Z
---

# PromptRobust (benchmark) — プロンプトロバスト

**PromptRobust**（**PromptBench**としても知られる）は、大規模言語モデル（LLM）の**敵対的プロンプト変更**（タスクの意味を変えない表現のわずかな歪み）に対する堅牢性を評価するための包括的な**ベンチマーク**である<sup>[\[1\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-arxiv-main-1)[\[2\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-towardsai-2)</sup>。このベンチマークは、2023年にMicrosoft Research Asiaの研究者グループ（Kaijie Zhu氏ら）によって開発された<sup>[\[1\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-arxiv-main-1)</sup>。PromptRobustの登場は、現代のLLMが表現の細部に敏感であるという観察に基づいている。すなわち、わずかな変更（例えば、タイプミスや言い換え）でさえ、モデルの応答に著しく影響を与える可能性がある<sup>[\[2\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-towardsai-2)</sup>。このベンチマークは、この脆弱性を定量的に測定し、より信頼性の高いLLMとの対話手法の開発を促進することを目的としている。

## 評価方法論

PromptBenchの研究では、元のタスクの意味を保持した**4788の改変プロンプト**からなるコーパスが作成された<sup>[\[3\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-arxiv-abs-3)</sup>。これらの敵対的プロンプトは、4つの異なる複雑さのレベルで生成された<sup>[\[1\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-arxiv-main-1)</sup>。

- **文字レベル**: タイプミス、文字の置換や転置の導入（偶発的な入力エラーを模倣）。
- **単語レベル**: 一部の単語の同義語への置換、「ノイズ」となる単語の挿入、その他の軽微な語彙的変更。
- **文レベル**: 文構造の言い換え、全体のテーマを変更しない範囲でのフレーズの一部追加や転置。
- **意味レベル**: タスクを維持しつつ、プロンプトをより深く再構成する（例：同じ質問の代替的な表現）<sup>[\[1\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-arxiv-main-1)</sup>。

このような「攻撃」の目的は、タスク自体は変わっていないにもかかわらず、わずかな逸脱（例：偶発的なタイプミスや同義語の使用）がモデルのタスク遂行能力にどのように影響するかを検証することである<sup>[\[1\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-arxiv-main-1)</sup>。生成された各敵対的プロンプトは、**感情分析**、**文法的正しさの検出**、**重複文の検出**、**論理的推論**（NLI）、**読解**、**機械翻訳**、**数学的問題解決**など、一連の標準的なNLPタスクに適用された<sup>[\[1\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-arxiv-main-1)</sup>。実験には、GLUEの古典的なセット（例：感情分析のためのSST-2、NLIのためのMNLI）から、専門的な数学や多言語テストまで、13のデータセットにおける8種類のタスクが選ばれた<sup>[\[1\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-arxiv-main-1)</sup>。

重要な点として、様々な**プロンプト形式**の堅牢性が検証された<sup>[\[1\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-arxiv-main-1)</sup>。

- 例のない直接的なプロンプト（**zero-shot**、指示のみ）。
- 複数の例を含むプロンプト（**few-shot**、プロンプト内に解答例を提示）。
- 役割プロンプト（**in-context roles**、例：「あなたは感情分析システムです。…を特定してください」）。
- タスクを説明するプロンプト（**task-oriented**、タスクの直接的な説明）<sup>[\[1\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-arxiv-main-1)</sup>。

また、比較的小規模なFlan-T5-largeやUL2モデルから、先進的なChatGPTやGPT-4、さらにはオープンソースのLLaMA 2ファミリーのモデルやその派生であるVicunaまで、様々な規模の言語モデルがテストされた<sup>[\[1\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-arxiv-main-1)</sup>。攻撃の生成には、敵対的NLPの分野における既存の手法（TextBugger、DeepWordBug、TextFoolerなど）が、入力データではなくプロンプトを改変するように適合させて使用された<sup>[\[1\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-arxiv-main-1)</sup>。生成された「歪められた」プロンプトの正しさは、自動および手動の方法で検証された。報告によると、敵対的バリエーションの少なくとも85%は正しいセマンティクスを保持しており、人間にも理解可能である<sup>[\[1\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-arxiv-main-1)</sup>。このため、攻撃の影響は、タスク自体の意味の喪失ではなく、言い換えられたタスクをモデルが認識する際の失敗を反映している。

## 結果と結論

試験の結果、現代のLLMは**プロンプトの表現のわずかな変更に対して十分に堅牢ではない**ことが示された<sup>[\[3\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-arxiv-abs-3)</sup>。テストされたすべてのモデルにおいて、生成された攻撃の影響下で応答の品質が大幅に低下することが観察された<sup>[\[3\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-arxiv-abs-3)</sup>。具体的には、数学の問題文におけるタイプミスや、一つのキーワードを同義語に置き換えるといった単純なケースでさえ、モデルが誤った結果を出す原因となり、歪みがなければ正しく処理できていたタスクに失敗した<sup>[\[1\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-arxiv-main-1)</sup>。著者らの総括的な結論は、「現代の大規模言語モデルは敵対的プロンプトに対して**ロバスト（堅牢）ではない**」というものである<sup>[\[3\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-arxiv-abs-3)</sup>。つまり、表現のわずかな逸脱が、体系的にモデルを誤解させる可能性があるということである。

様々な種類の攻撃を分析した結果、LLMの動作に最も破壊的な影響を与えるのは**単語レベル**での変更であることが判明した<sup>[\[2\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-towardsai-2)</sup>。単語を同義語に置き換えたり、わずかに形態を変えたりすると、**品質の低下が最も大きく**、同じタスクでの元の結果と比較して平均で約33%低下した<sup>[\[2\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-towardsai-2)</sup>。**文字レベル**の攻撃（タイプミス、ランダムな文字）は、平均して約20%の精度低下を引き起こした<sup>[\[2\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-towardsai-2)</sup>。対照的に、プロンプトに文全体を追加したり質的に変更したりする攻撃は、はるかに効果が弱く、モデルをほとんど混乱させなかった<sup>[\[1\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-arxiv-main-1)</sup>。**意味的な言い換え**（プロンプトを別の方法で深く言い換える）は、単純なタイプミスと同程度の悪影響を及ぼすことがわかった<sup>[\[1\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-arxiv-main-1)</sup>。これらの事実は、LLMが特に微妙な語彙の変更やキーワードの誤りに脆弱であることを強調している<sup>[\[1\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-arxiv-main-1)</sup>。文法的な歪み（タイプミス）は理論的には標準的なスペルチェックツールでフィルタリングできるのに対し、単語や意味のレベルでの変更はモデルに高度な意味理解を要求するが、現在のモデルにはそれがしばしば欠けている点が特徴的である<sup>[\[1\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-arxiv-main-1)</sup>。

様々なモデルの性能分析から、その堅牢性には大きなばらつきがあることが示された<sup>[\[1\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-arxiv-main-1)</sup>。**GPT-4**と**UL2**は、敵対的プロンプトに対して最も優れた堅牢性を示した<sup>[\[1\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-arxiv-main-1)</sup>。Flan-T5-largeモデルと対話型モデルのChatGPTも、やや影響を受けにくいことがわかった<sup>[\[1\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-arxiv-main-1)</sup>。LLaMA 2ファミリーのモデルは中間的な位置を占め、一方で**Vicuna**（13B）はあらゆる種類の攻撃に対して最も脆弱なモデルとして際立った<sup>[\[1\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-arxiv-main-1)</sup>。興味深いことに、**モデルのサイズは堅牢性の決定的な要因ではなかった**<sup>[\[1\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-arxiv-main-1)</sup>。比較的小さなT5-largeは、応答の安定性において、はるかに大きなChatGPTモデルとほとんど遜色がなかった<sup>[\[1\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-arxiv-main-1)</sup>。著者らは、規模だけでなく、モデルの**学習および微調整の方法**が重要な役割を果たしていると推測している<sup>[\[1\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-arxiv-main-1)</sup>。例えば、UL2とT5-largeは大規模なデータコーパスで広範な事前学習を受けており、ChatGPTは人間のフィードバックからの強化学習（RLHF）で訓練されているため、その堅牢性が強化された可能性がある<sup>[\[1\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-arxiv-main-1)</sup>。対照的に、Vicunaは（オープンなレプリカとして）比較的小規模なデータセットで学習されており、これが表現の変更に対する高い感受性の原因である可能性が高い<sup>[\[1\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-arxiv-main-1)</sup>。これらの結果は、単にモデルのサイズを大きくするよりも、微調整の方法を改善する方がモデルの信頼性を高める可能性があることを示唆している。

### プロンプト形式の影響

プロンプトの提示形式も応答の信頼性に影響を与える<sup>[\[1\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-arxiv-main-1)</sup>。**例を含むプロンプト（few-shot）は、例のない一段階の指示（zero-shot）と比較して、モデルの堅牢性を大幅に向上させる**ことが判明した<sup>[\[1\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-arxiv-main-1)</sup>。プロンプト内にいくつかの実演例が存在することで、ノイズの多い変更があってもモデルはタスクをより正確に解釈できるようになる。役割プロンプトと記述的プロンプト（task-oriented）は、全体として同程度の堅牢性を示したが、その効果はタスクによって異なった<sup>[\[1\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-arxiv-main-1)</sup>。例えば、感情分析や重複文のデータでは役割形式がわずかに信頼性が高かったが、読解や翻訳のタスクでは明示的なタスク指示の方が良い結果をもたらした<sup>[\[1\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-arxiv-main-1)</sup>。これらの観察は、プロンプトを設計する際の指針となりうる。詳細な例や役割の文脈を追加することで、モデルが非標準的な表現に対してエラーを起こす可能性を減らすことができる。

### モデル間での攻撃の転移可能性

モデル間での攻撃の転移可能性（transferability）は限定的であることがわかった<sup>[\[1\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-arxiv-main-1)</sup>。あるモデルに対して特別に調整された敵対的プロンプトが、別のモデルに対して常に同等の効果を持つとは限らない<sup>[\[1\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-arxiv-main-1)</sup>。例えば、ChatGPTの脆弱性を狙って生成された「罠」となるプロンプトは、GPT-4にはるかに弱い影響しか与えないことが指摘された<sup>[\[1\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-arxiv-main-1)</sup>。後者はよりうまく対処したが、これはおそらく、攻撃がそのアーキテクチャに直接転移しなかったためである。つまり、あるモデルを混乱させることが、異なる訓練を受けたより高度なモデルには効果がない可能性がある<sup>[\[1\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-arxiv-main-1)</sup>。それでも、一部の単純な歪み（例えばタイプミス）は複数のモデルに同時に悪影響を及ぼしており、これはそれらの言語基盤に共通の弱点があることを示唆している。

### 実践的な推奨事項

PromptBenchの研究を通じて、LLMのユーザーと開発者のための実践的な推奨事項も明らかにされた<sup>[\[2\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-towardsai-2)</sup>。単純な結論として、表現の安定性は重要である<sup>[\[2\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-towardsai-2)</sup>。**プロンプト内のタイプミスや不注意な表現を避ける**必要がある<sup>[\[2\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-towardsai-2)</sup>。著者らは、ささいなエラー（スペル、ランダムな大文字小文字、余分なスペース）を修正するだけで、モデルの応答の信頼性を大幅に向上させることができることを示している<sup>[\[2\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-towardsai-2)</sup>。さらに、**指示で使われる単語の選択が、その堅牢性に影響を与える**<sup>[\[2\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-towardsai-2)</sup>。堅牢なプロンプトと脆弱なプロンプトにおける用語の出現頻度を分析したところ、ある種の単語は「信頼性の高い」プロンプトでより頻繁に現れ、別の単語はモデルが混乱したプロンプトでより多く見られることがわかった<sup>[\[2\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-towardsai-2)</sup>。例えば、「acting」、「provided」、「detection」などの単語を含むプロンプトは失敗につながりにくかったのに対し、「respond」（「応答せよ」）、「following」（「次の」）、「examine」（「調査せよ」）といった単語は、より問題のあるケースで見られた<sup>[\[2\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-towardsai-2)</sup>。これは、プロンプトの特定のスタイルや語彙が、モデルの脆弱性を緩和したり、逆に誘発したりする可能性があることを示している。全体として、特に重要なアプリケーションでは、プロンプトを**可能な限り明確かつ一義的で、モデルにとって馴染みのある用語で**記述することが推奨される<sup>[\[2\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-towardsai-2)</sup>。

研究者らが指摘した興味深い副作用は、無意味または無関係なテキスト断片をプロンプトに追加する影響である<sup>[\[2\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-towardsai-2)</sup>。**ランダムな文字列**（例：「LKF0FZxMZ4」）をプロンプトの末尾や途中に挿入すると、モデルの注意をそらし、**回答の精度を低下させる**可能性があることがわかった<sup>[\[2\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-towardsai-2)</sup>。一方で、中立的だが文法的に正しいフレーズ（例：「and true is true」 - 「そして真は真である」）を追加すると、場合によっては逆に**回答が改善される**ことがあった。これは、あたかもモデルが質問の重要な部分に集中するのを助けているかのようだった<sup>[\[2\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-towardsai-2)</sup>。この現象は、LLMが一見すると重要でない入力の詳細にどれほど予測不能に反応するかを浮き彫りにしている。また、モデルの内部メカニズムの複雑さも示している。文脈のわずかな変化が、モデルの注意がどのように再配分されるかによって、その性能を損なうこともあれば、向上させることもあるのである。

## 意義と今後の展開

PromptRobust/PromptBenchは、LLMの信頼性に関する理解に大きく貢献した<sup>[\[2\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-towardsai-2)</sup>。提案されたベンチマークと収集されたデータはコミュニティに公開されており、コードと敵対的プロンプトのデータセットはリポジトリで利用可能である<sup>[\[1\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-arxiv-main-1)</sup>。これにより、他の研究者は新しいモデルのプロンプトのバリエーションに対する堅牢性をテストし、結果を比較することができる<sup>[\[1\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-arxiv-main-1)</sup>。次のステップは、このような攻撃からモデルを保護する手法の開発である。例えば、起こりうるタイプミスや言い換えを考慮した改良された学習アルゴリズムや、入力音声の正規化システムの内蔵などが挙げられる<sup>[\[2\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-towardsai-2)</sup>。PromptBenchは、現実の不正確な入力データに対する言語モデルの**ロバスト性**（robustness）を高めるための研究の基盤としてすでに考えられている<sup>[\[2\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-towardsai-2)</sup>。

最終的に、Zhu氏らの研究は、LLMを実用的なアプリケーションに導入する際にプロンプトに対する堅牢性を考慮することの重要性を示している。モデルは「クリーンな」データで高い精度を示すだけでなく、ユーザーの偶発的なエラーであれ、意図的な攻撃であれ、入力のわずかな逸脱があっても正しさを維持しなければならない<sup>[\[2\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-towardsai-2)[\[4\]](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_note-cmu-realer-4)</sup>。

## 外部リンク

- <a href="https://arxiv.org/abs/2306.04528" class="external text" rel="nofollow">PromptBenchの原論文 (arXiv)</a>
- <a href="https://github.com/microsoft/PromptBench" class="external text" rel="nofollow">GitHub上のPromptBenchリポジトリ</a>
- <a href="https://towardsai.net/p/l/prompt-robustness-how-to-measure-and-how-to-enhance" class="external text" rel="nofollow">記事「Prompt Robustness: How to Measure and How to Enhance」 (Towards AI)</a>

## 参考文献

- Liang, P. et al. (2022). *Holistic Evaluation of Language Models (HELM)*. <a href="https://arxiv.org/abs/2211.09110" class="external text" rel="nofollow">arXiv:2211.09110</a>.
- Chang, Y. et al. (2023). *A Survey on Evaluation of Large Language Models*. <a href="https://arxiv.org/abs/2307.03109" class="external text" rel="nofollow">arXiv:2307.03109</a>.
- Ni, S. et al. (2025). *A Survey on Large Language Model Benchmarks*. <a href="https://arxiv.org/abs/2508.15361" class="external text" rel="nofollow">arXiv:2508.15361</a>.
- Biderman, S. et al. (2024). *The Language Model Evaluation Harness (lm-eval): Guidance and Lessons Learned*. <a href="https://arxiv.org/abs/2405.14782" class="external text" rel="nofollow">arXiv:2405.14782</a>.
- Kiela, D. et al. (2021). *Dynabench: Rethinking Benchmarking in NLP*. <a href="https://arxiv.org/abs/2104.14337" class="external text" rel="nofollow">arXiv:2104.14337</a>.
- Ma, Z. et al. (2021). *Dynaboard: An Evaluation‑As‑A‑Service Platform for Holistic Next‑Generation Benchmarking*. <a href="https://arxiv.org/abs/2106.06052" class="external text" rel="nofollow">arXiv:2106.06052</a>.
- Goel, K. et al. (2021). *Robustness Gym: Unifying the NLP Evaluation Landscape*. <a href="https://arxiv.org/abs/2101.04840" class="external text" rel="nofollow">arXiv:2101.04840</a>.
- Xu, C. et al. (2024). *Benchmark Data Contamination of Large Language Models: A Survey*. <a href="https://arxiv.org/abs/2406.04244" class="external text" rel="nofollow">arXiv:2406.04244</a>.
- Liu, S. et al. (2025). *A Comprehensive Survey on Safety Evaluation of LLMs*. <a href="https://arxiv.org/abs/2506.11094" class="external text" rel="nofollow">arXiv:2506.11094</a>.
- Chiang, W.-L. et al. (2024). *Chatbot Arena: An Open Platform for Evaluating LLMs by Human Preference*. <a href="https://arxiv.org/abs/2403.04132" class="external text" rel="nofollow">arXiv:2403.04132</a>.
- Boubdir, M. et al. (2023). *Elo Uncovered: Robustness and Best Practices in Language Model Evaluation*. <a href="https://arxiv.org/abs/2311.17295" class="external text" rel="nofollow">arXiv:2311.17295</a>.
- Huang, L. et al. (2023). *A Survey on Hallucination in Large Language Models*. <a href="https://arxiv.org/abs/2311.05232" class="external text" rel="nofollow">arXiv:2311.05232</a>.

## 脚注

1.  <span id="cite_note-arxiv-main-1">↑ <sup>[1.00](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-arxiv-main_1-0)</sup> <sup>[1.01](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-arxiv-main_1-1)</sup> <sup>[1.02](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-arxiv-main_1-2)</sup> <sup>[1.03](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-arxiv-main_1-3)</sup> <sup>[1.04](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-arxiv-main_1-4)</sup> <sup>[1.05](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-arxiv-main_1-5)</sup> <sup>[1.06](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-arxiv-main_1-6)</sup> <sup>[1.07](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-arxiv-main_1-7)</sup> <sup>[1.08](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-arxiv-main_1-8)</sup> <sup>[1.09](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-arxiv-main_1-9)</sup> <sup>[1.10](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-arxiv-main_1-10)</sup> <sup>[1.11](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-arxiv-main_1-11)</sup> <sup>[1.12](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-arxiv-main_1-12)</sup> <sup>[1.13](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-arxiv-main_1-13)</sup> <sup>[1.14](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-arxiv-main_1-14)</sup> <sup>[1.15](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-arxiv-main_1-15)</sup> <sup>[1.16](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-arxiv-main_1-16)</sup> <sup>[1.17](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-arxiv-main_1-17)</sup> <sup>[1.18](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-arxiv-main_1-18)</sup> <sup>[1.19](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-arxiv-main_1-19)</sup> <sup>[1.20](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-arxiv-main_1-20)</sup> <sup>[1.21](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-arxiv-main_1-21)</sup> <sup>[1.22](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-arxiv-main_1-22)</sup> <sup>[1.23](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-arxiv-main_1-23)</sup> <sup>[1.24](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-arxiv-main_1-24)</sup> <sup>[1.25](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-arxiv-main_1-25)</sup> <sup>[1.26](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-arxiv-main_1-26)</sup> <sup>[1.27](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-arxiv-main_1-27)</sup> <sup>[1.28](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-arxiv-main_1-28)</sup> <sup>[1.29](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-arxiv-main_1-29)</sup> <sup>[1.30](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-arxiv-main_1-30)</sup> <sup>[1.31](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-arxiv-main_1-31)</sup> <sup>[1.32](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-arxiv-main_1-32)</sup> <sup>[1.33](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-arxiv-main_1-33)</sup> <sup>[1.34](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-arxiv-main_1-34)</sup> <sup>[1.35](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-arxiv-main_1-35)</sup> “PromptBench: Towards Evaluating the Robustness of Large Language Models on Adversarial Prompts”. *arXiv*. <a href="https://arxiv.org/abs/2306.04528" class="external autonumber" rel="nofollow">[1]</a></span>
2.  <span id="cite_note-towardsai-2">↑ <sup>[2.00](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-towardsai_2-0)</sup> <sup>[2.01](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-towardsai_2-1)</sup> <sup>[2.02](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-towardsai_2-2)</sup> <sup>[2.03](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-towardsai_2-3)</sup> <sup>[2.04](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-towardsai_2-4)</sup> <sup>[2.05](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-towardsai_2-5)</sup> <sup>[2.06](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-towardsai_2-6)</sup> <sup>[2.07](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-towardsai_2-7)</sup> <sup>[2.08](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-towardsai_2-8)</sup> <sup>[2.09](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-towardsai_2-9)</sup> <sup>[2.10](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-towardsai_2-10)</sup> <sup>[2.11](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-towardsai_2-11)</sup> <sup>[2.12](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-towardsai_2-12)</sup> <sup>[2.13](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-towardsai_2-13)</sup> <sup>[2.14](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-towardsai_2-14)</sup> <sup>[2.15](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-towardsai_2-15)</sup> <sup>[2.16](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-towardsai_2-16)</sup> <sup>[2.17](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-towardsai_2-17)</sup> <sup>[2.18](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-towardsai_2-18)</sup> <sup>[2.19](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-towardsai_2-19)</sup> “Prompt Robustness: How to Measure and How to Enhance”. *Towards AI*. <a href="https://towardsai.net/p/l/prompt-robustness-how-to-measure-and-how-to-enhance" class="external autonumber" rel="nofollow">[2]</a></span>
3.  <span id="cite_note-arxiv-abs-3">↑ <sup>[3.0](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-arxiv-abs_3-0)</sup> <sup>[3.1](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-arxiv-abs_3-1)</sup> <sup>[3.2](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-arxiv-abs_3-2)</sup> <sup>[3.3](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-arxiv-abs_3-3)</sup> “PromptRobust: Towards Evaluating the Robustness of Large Language Models on Adversarial Prompts”. *arXiv*. <a href="https://arxiv.org/abs/2306.04528" class="external autonumber" rel="nofollow">[3]</a></span>
4.  <span id="cite_note-cmu-realer-4">[↑](https://systems-analysis.info/int/PromptRobust_(benchmark)_%E2%80%94_%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%88%E3%83%AD%E3%83%90%E3%82%B9%E3%83%88#cite_ref-cmu-realer_4-0) “Realer Toxicity Prompts (RTP-2.0): Multilingual and Adversarial Prompts for Evaluating Neural Toxic Degeneration in Large Language Models”. *Language Technologies Institute - School of Computer Science - Carnegie Mellon University*. <a href="https://www.lti.cs.cmu.edu/research/research-articles/realer-toxicity-prompts.html" class="external autonumber" rel="nofollow">[4]</a></span>
