This document discusses query expansion techniques used in information retrieval to address the vocabulary mismatch problem between short user queries and relevant documents. Pseudo-feedback based query expansion automatically expands the original query with terms from top retrieved documents, but this can lead to query drift where the expanded query shifts from the original user intent. The thesis proposes two approaches to address this query drift problem: score-based fusion methods that combine results from the original and expanded queries, and re-ranking methods that re-order results from one query using scores from the other query. Experiments on TREC datasets show that these methods improve retrieval performance robustness compared to using the expanded query alone, though average performance may be slightly lower.