次回の更新記事:【論文著者監修・コメント】AIエージェントへの人間…(公開予定日:2026年07月27日)
AIDB Daily Papers

大規模言語モデルのガードレールに向けた二重仮説推論フレームワーク

原題: A Dual-Hypothesis Reasoning Framework for LLM Guardrails
著者: Md Asiful Islam, Mihai Surdeanu
公開日: 2026-07-20 | 分野: LLM 推論 cs.AI ガードレール AI安全性 LoRA

※ 日本語タイトル・ポイントはAIによる自動生成です。正確な内容は原論文をご確認ください。

ポイント

  • プロンプトの安全性を判断する前に安全と危険の両方の解釈を明示的に考慮する二重仮説推論フレームワークを提案した。
  • コスト効率の高い自己生成戦略とLoRAを用いた効率的な微調整を採用している点が新しく重要である。
  • 3つの安全性モデレーションベンチマークにおいて、既存のベースライン手法を上回る性能を達成した。

Abstract

We propose ARBITER, a novel LLM guardrail framework that introduces two key ideas: (i) dual-hypothesis reasoning, a reasoning method for LLM guardrails that explicitly considers both safe and unsafe interpretations of a prompt before making a safety decision, and (ii) multi-component supervised fine-tuning (MC-SFT), a structured training loss for reasoning-based guardrails that decomposes LLM outputs into logical components and weights them according to their importance. Existing reasoning-based guardrails often rely on expensive procedures, such as generating reasoning traces using larger or closed-source teacher models and applying full-parameter fine-tuning. In contrast, ARBITER uses a cost-effective self-generation strategy for reasoning traces and LoRA-based parameter-efficient fine-tuning while still achieving better performance than these expensive approaches. Additionally, ARBITER provides faithful evidence-phrase explanations for unsafe decisions, enabling a more transparent and interpretable guardrail method. Experiments on three safety moderation benchmarks show that ARBITER outperforms existing reasoning-based and non-reasoning guardrail baselines, with clear gains in out-of-domain evaluations.

Paper AI Chat

この論文のPDF全文を対象にAIに質問できます。

質問の例:

AIチャット機能を利用するには、ログインまたは会員登録(無料)が必要です。

会員登録 / ログイン

関連するAIDB記事