Update pattern_rag_semantic_drift.md

This commit is contained in:
PSBigBig 2025-08-13 18:29:58 +08:00 committed by GitHub
parent eb9c380d62
commit 12fd7725e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,6 +6,11 @@ Answers **sound plausible** but are **not grounded** in retrieved evidence, or t
**Why it matters**
Semantic drift is the primary source of silent hallucinations. It evades naive keyword checks and only shows up when you enforce grounding, citations, and refusal behavior.
> Quick nav: [Patterns Index](./README.md) · Examples:
> [Example 01](../examples/example_01_basic_fix.md) ·
> [Example 03](../examples/example_03_pipeline_patch.md) ·
> [Eval: Precision & CHR](../eval/eval_rag_precision_recall.md)
---
## 1) Signals & fast triage