04-answer-length.mdupdated 2026-07-162394 words
ダブルクリックで英日反転
Applied Sciences · Engineering

AI Search Metric ④ — Answer Length

EN

Answer Length is the average character count (Japanese code points) of an AI search engine's response. It reveals each engine's explanatory stance and surfaces trade-offs with accuracy and latency.

Why It Matters

  • Too long → users stop reading (click drop-off); too short → low information density.
  • Longer answers correlate with more misinformation creep (trade-off with ③ accuracy).
  • Weakly correlated with ⑧ latency; HELM (Liang et al. 2023) treats it as an auxiliary metric.

Formula

  • Answer Length = Σ(character count per answer) ÷ (number of answers).
  • Measured in Japanese code points, not tokens; half-width alphanumerics count as 1 character.

Engine Benchmarks (Hypothetical)

  • ChatGPT Search: ~850 chars (moderate); Gemini Pro: ~1,400 (verbose).
  • AI Overview: ~320 chars — short enough to finish reading on the SERP itself.
  • AI Overview's brevity weakly correlates with a lower ① citation rate.

Usage in the ai-search Project

  • Measured across all 600 target queries; distributed by engine × intent category.
  • Factual queries tend to be short; comparison queries tend to be long.
  • Serves as a precondition for C4 (Agent Task Completion Fidelity); not a standalone construct.
Answer Length is an auxiliary signal: pair it with accuracy and latency to understand each engine's explanatory stance.
応用科学 · エンジニアリング

AI 検索評価指標 ④ — 回答長

JP

回答長とは、​AI 検索エンジンが​返す回答テキストの​平均文字数​(日本語コードポイント数)。​各エンジンの​「説明スタンス」を​示し、​精度・レイテンシとの​トレードオフ分析に​用いる。

なぜ重要か

  • 長すぎると​読み飛ばされ​(離脱)、​短すぎると​情報密度が​低下する。
  • 回答が​長いほど​誤情報が​混入しやすい​(③ 精度との​トレードオフ)。
  • ⑧ レイテンシ(応答時間)と​弱い正の​相関。​HELM​(Liang et al. 2023)でも​補助指標と​して​記録。

計算式

  • 回答長 = Σ​(回答文字数)​÷​(回答数)
  • トークン数でなく​日本語コードポイント数で​測定。​半角英数も​ 1 文字と​して​計算。

エンジン別の​比較例​(仮想値)

  • ChatGPT Search: 約 850 字​(中程度)、​Gemini Pro: 約 1,400 字​(冗長)。
  • AI Overview: 約 320 字 — SERP​(検索結果​ページ)​上で​読み切れる​ほど​コンパクト。
  • AI Overview の​短さは​ ① 引用率の​低さとも​弱い正の​相関を​示す。

ai-search プロジェクトでの​活用

  • 対象クエリ全 ​600 問で​計測し、​エンジン × 意図カテゴリ別に​分布を​確認。
  • ファクト系クエリは​短く、​比較系クエリは​長い​傾向​(意図依存)。
  • C4​「エージェントタスク完了忠実度」の​前提条件と​して​機能。​単独の​構成概念と​しては​扱わない。
回答長は​補助シグナル。​精度・レイテンシと​組み合わせて​各エンジンの​説明スタンスを​把握する。
148 notestil