Definition
A retrieval technique that augments an original query with additional terms, phrases, or concepts—derived from lexicons, thesauri, ontologies, or corpus evidence—to increase the likelihood of retrieving relevant documents or to disambiguate intent.

Principle

Principle
By adding related terms or contextual constraints, expansion alters the retrieval representation (vector or probabilistic model) so that documents matching conceptually related language are more likely to be scored as relevant, trading off recall and precision depending on term selection and weighting.

Demonstration

Demonstration
Illustrative scenario → Recognition: A user issues the single‑term query “jaguar” with no context. → Action: the system expands the query with sense‑disambiguating terms (e.g., “car”, “automobile” versus “big cat”, “Panthera onca”) using a sense selector or user signal. → Consequence: search results become focused on the intended sense, improving precision; blind expansion to unrelated synonyms would instead increase noise.

Misapplication

Misapplication
Mistaken interpretation: apply automatic expansion without sense control (pseudo‑relevance feedback that assumes top results are relevant). Semantic error: expansion drifts the query away from the user's intent (query drift), increasing recall at the cost of precision or returning irrelevant senses.

Consequence

Consequence
Properly targeted expansion increases recall and can improve precision by resolving ambiguity; poorly targeted expansion raises false positives, burdens ranking components, and may reduce user satisfaction.

Reversal

Reversal
Qualification: For verbose or carefully phrased queries, additional expansion may be unnecessary or harmful; when a downstream re‑ranker uses strong contextual signals (session context, user profile), expansion can be redundant or counterproductive.

Boundary

Boundary
Clearly within: algorithmic augmentation of the system‑side query representation with added terms or constraints. Boundary case: interactive query suggestion where the system proposes terms but requires user acceptance (partial expansion). Clearly outside: user‑driven query reformulation entered manually by the searcher without system augmentation.

Semantic Tension

Semantic Tension
Tension between recall and precision—expansion tends to increase recall but can harm precision unless term selection and weighting are constrained by sense or context signals.

Synthesis

Synthesis
Query expansion is a controlled compromise: when guided by reliable contextual signals or curated lexical resources it recovers relevant language variation; when unguided it risks drifting the query away from the user's information need.