Define hallucination categories and evidence thresholds for legal citation errors
Definition: Citation exists but refers to different content than claimed.
Evidence Requirements:
Example: Citing "Smith v Jones [2023] UKSC 1" but the case is actually about contract law, not tort law as claimed.
Definition: Specific paragraph number cited does not exist or contains different content.
Evidence Requirements:
Example: Claim cites "at [45]" but judgment only has 40 paragraphs, or [45] discusses different issue.
Definition: Direct quote does not appear in cited authority.
Evidence Requirements:
Example: Claim includes "quote text" attributed to judgment, but string does not appear.
Definition: Paraphrased content misrepresents authority's actual meaning.
Evidence Requirements:
Example: Claim says "court held X" but judgment actually held "not X" or qualified differently.
Definition: Cited authority cannot be found in public sources.
Evidence Requirements:
Important: Only conclude this after retrieval attempts. Do not infer from citation pattern alone.
Definition: Citation string is structurally invalid or unparseable.
Evidence Requirements:
Example: "[202] UKSC" (missing digit), "Smith v [2023]" (missing opponent)
Single category per claim-citation pair: Assign most specific applicable category
Priority order (check in this order):
Evidence thresholds:
UNVERIFIABLE_PUBLIC override: If cannot retrieve authority and not obviously malformed, use UNVERIFIABLE_PUBLIC instead of AUTHORITY_NONEXISTENT
All hallucination classifications MUST respect public-source-gating tri-state outcomes:
For each claim-citation pair:
{
"claim_id": "claim_1",
"citation_id": "cit_1_1",
"outcome": "VERIFIED_ERROR",
"hallucination_category": "PARAGRAPH_HALLUCINATION",
"confidence": "HIGH",
"evidence_summary": "Judgment retrieved from BAILII; only contains paragraphs [1]-[35]; claim cites [42]",
"evidence_details": {
"retrieval_url": "https://www.bailii.org/...",
"retrieval_timestamp": "2026-01-13T12:00:00Z",
"cached_path": "sources/job_001/abc123...",
"paragraph_count": 35,
"cited_paragraph": 42
}
}