Multi-Hop Reasoning Failure
The Problem
Symptoms
Real-World Example
Knowledge base contains (separate docs):
→ Doc A: "Alice is member of Engineering team"
→ Doc B: "Engineering team has access to Production DB"
Query: "Does Alice have access to Production DB?"
Required reasoning:
1. Alice → Engineering team (from Doc A)
2. Engineering team → Production DB (from Doc B)
3. Therefore: Alice → Production DB ✓
AI response: "I don't have information about Alice's access to Production DB."
Failed to chain: Both facts retrieved but not connectedDeep Technical Analysis
Single-Hop vs Multi-Hop
Retrieval Limitations
Prompting for Reasoning
Knowledge Graph Approach
How to Solve
Last updated

