Update pattern_query_parsing_split.md

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

View file

@ -6,6 +6,11 @@ A single user query actually contains **multiple intents** (lookup + policy + tr
**Why it matters**
Multi-intent queries are common (“compare A vs B and give a summary with citations”). If you dont split, retrieval pools and prompts blur constraints, you get **false grounding**, and audit trails become meaningless (“which intent did this citation serve?”).
> 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