03-accuracy.mdupdated 2026-07-162618 words
ダブルクリックで英日反転
Applied Sciences · Engineering

AI Search Evaluation ③ — Accuracy Score

EN

Accuracy Score is the correct-answer rate on factual queries (0–1). It measures how often an AI search engine fully contains the ground-truth key facts and cites a verifiable source.

Why It Matters

  • Business: a low-accuracy engine risks spreading misinformation about your company.
  • Academic: maps to the verifiability score in Liu et al. (2023) and the C1 Citation Fidelity construct.
  • A citation is meaningless unless it actually supports the claim made in the answer body.

Formula

  • Accuracy = (answers fully containing key_facts) ÷ (total factual questions)
  • An answer is "correct" if it contains all key_facts AND cites at least one verification_url domain.
  • Hallucination rate is measured in parallel: answers with no key_facts or a fabricated URL.

Worked Example (77 questions)

  • ChatGPT Search: 70/77 correct → 0.91
  • Gemini: 58/77 → 0.75
  • AI Overview (SERP): 45/77 → 0.58 — over 1 in 3 answers factually wrong or uncited.
  • On YMYL (medical/financial/legal) topics, 0.58 accuracy is considered fatal.

Project Usage

  • Target queries: factual-static + factoid (68) + YMYL (9) = 77 questions.
  • Partial matches scored by F1; procedure in f1-scoring-test-cases-2026-05-29.md.
  • Serves as the headline metric for the C1 Citation Fidelity construct.
Accuracy Score quantifies factual trustworthiness; below ~0.75, misinformation risk becomes operationally significant.
Applied Sciences · Engineering

AI検索評価 ③ — ​正確性スコア(Accuracy Score)

JP

正確性スコアは、​事実を​問う​クエリに​対して​AI検索エンジンが​正しく​答えられた​割合​(0〜1)。​ground_truthの​key_factsを​完全に​含み、​検証可能な​ソースを​引用して​初めて​「正解」と​判定される。

重要な​理由

  • ビジネス面: 低​正確性エンジンは​自社情報の​誤情報拡散リスクを​生む。
  • 学術面: Liu et al. (2023) の​検証​可能性スコアおよび​C1 Citation Fidelity​(引用​忠実性)​構成概念に​対応。
  • 本文の​主張を​裏づけない​引用は​意味を​なさない、と​いう​原則に​基づく。

計算式

  • 正確性 = key_factsを​完全に​含む回答数 ÷ factual問数
  • 正解条件: 全k​ey_factsを​含む + verification_urlドメインを​1件以上​引用。
  • ハルシネーション率​(key_facts不含または​架​空URLを​含む回答の​割合)を​並行測定。

計算例​(77問スコープ)

  • ChatGPT Search: 70/77正解 → 0.91
  • Gemini: 58/77 → 0.75
  • AI Overview​(SERP)​: 45/77 → 0.58 — 3問に​1問以上が​事実誤りまたは​引用なし。
  • YMYL​(医療・金融・法律)​領域では​0.58は​致命的水準と​見なされる。

プロジェクトでの​使用方​法

  • 対象: factual-static+factoid 68問 + YMYL 9問 = 77問。
  • 部​分​一致は​F1スコアで​評価​(手順: f1-scoring-test-cases-2026-05-29.md)。
  • C1 Citation Fidelity構成概念の​主要指標と​して​機能。
正確性スコアは​事実的​信頼性を​数値化する​指標。​0.75を​下回ると​誤情報リスクが​業務上無視できない​レベルに​なる。
148 notestil