AIInterviewTraining logoAIInterview/Training
🤖 Retrieval & Agents
Core

Query Transformation and Multi-Hop Retrieval

A user's raw question is frequently a weak search query: ambiguous, underspecified, or needing several facts chained together. Query transformation rewrites or breaks it apart before retrieval, query rewriting, expansion, HyDE (embed a hypothetical answer), and decomposition into sub-questions. Multi-hop questions call for iterative retrieval because the second fact hinges on the first's answer. Applied-AI interviews cover it because single-shot retrieval on the raw query is a common, fixable cause of RAG failure.

a free account unlocks the core curriculum tier · no card
RELATED CONCEPTS
PRACTICE THIS IN REAL QUESTIONS
COMPANIES THAT ASSUME THIS
NEXT IN RETRIEVAL & AGENTSCitations and Grounding