Query expansion is an information retrieval technique that augments a user's original search query with additional related terms or phrases to improve recall. It addresses the vocabulary mismatch problem, where relevant documents use different terminology than the query. Common methods include using pseudo-relevance feedback (analyzing top initial results), controlled vocabularies or thesauri, and word embedding models to find synonyms and associated concepts. This process broadens the search scope without requiring the user to manually refine their input.
