非公開の言語モデルでも使える回答の不確実性推定
Pinocchio: Fast Uncertainty Estimates for Black-Box Language Models
この論文をやさしく読む
ひとことで言うと
中身を見られない言語モデルの回答について、外部モデルで正誤の不確実性を推定する方法です。
何に役立つ?
モデル内部の確率や重みを取得できないAPIでも、回答の信頼度を評価する用途が考えられます。推定値だけで重要な判断の安全性が保証されるわけではありません。
この研究の面白いところ
7モデルで学習し、同じモデルの未使用回答でAUROC 0.862を得たうえ、未見の13モデルへの転移も調べています。
どこまで分かった?
0.862という数値は学習に含めたモデルの未使用回答に対する正誤予測です。未見モデルでの具体的な数値は要旨に示されていません。
v2のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。
アブストラクトの日本語訳
大規模言語モデル(LLM)を重要な判断に使う場合、利用者には正確なモデルだけでなく、予測の不確実性の推定も必要となる。既存のLLM向け推定手法は、モデルが出力する対数確率へのアクセスか、ファインチューニングの権限を必要とする。しかし産業用のLLM製品には非公開のAPIモデルが多く、GPTのようなAPIモデルの多くは対数確率を返さず、ファインチューニングも許可しない場合がある。著者らは、ブラックボックスのAPIモデルによる回答の正しさを推定する外部の較正器Pinocchioを導入する。7つのLLMの回答を合わせて学習し、同じモデルから得た未使用の回答の正誤予測ではAUROC 0.862を達成した。また、8組織に属する未見の13モデルへのゼロショット転移も示した。このモデルは不確実性の推定に1回の順方向計算だけを要し、対象モデルのロジット、重み、内部状態へのアクセスを必要としない。テキストだけを使う軽量な0.8Bのチェックポイントは、著者らの最大モデルと同じAUROCを示した。既存のリポジトリに追加の2行のコードだけで不確実性推定を組み込むためのコードも公開する。
v2の要旨から自動生成。本文の精読・人による確認は未実施。
- 初稿
- 2026-09-21(UTC)
- 最新改訂
- 2026-09-22 · v2
- 査読・掲載
- 査読状況未確認
更新履歴
取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。
原文の要旨
In high-stakes decision-making applications of large language models (LLMs), practitioners require not only accurate LLMs but also uncertainty estimates for their predictions. Existing approaches to uncertainty estimation for LLMs require access to log-probabilities output by the model or require fine-tuning access. However, many industrial LLM products use closed-source API models, and many such API models like GPT do not return log-probabilities and may not allow fine-tuning. We introduce Pinocchio, an external calibrator that estimates the correctness of responses from black-box API models. Trained jointly on responses from seven LLMs, it achieves 0.862 AUROC predicting the correctness of held-out responses from those same models, and shows zero-shot transfer to thirteen unseen models across eight organizations. Our model needs only a single forward pass to generate an uncertainty estimate and requires no access to the target model's logits, weights, or internal states. A lightweight text only 0.8B checkpoint matches our largest model's AUROC. We release code for adding uncertainty estimation to existing repos in only two additional lines of code.
arXiv ID: 2609.24881 / 要約の誤りについて