Skip to content

Author

Hunter Sandidge

1 paper indexed here

We haven’t gathered this author’s papers yet. Follow them and we’ll fetch their work.

Not the right person? Other researchers publish under this name.

Conference Open access Jul 2026

Streamlining NASA Research Retrieval by Enhancing RAG-Inspired Search with Hypothetical Abstract Generation

This paper builds directly on our prior work presented at ICES 2025, which introduced a hybrid retrieval system combining sparse lexical retrieval (BM25), dense vector embeddings, and Reciprocal Rank Fusion to streamline NASA research search and retrieval. In that work, experimental results revealed a critical limitation: short-form queries, typical of user search behavior, consistently underperformed longer, semantically-rich queries across all retrieval strategies, with sparse retrieval exhibiting the largest degradation. This performance gap was attributed to a fundamental mismatch between the brevity of user queries and the length, jargon density, and conceptual structure of technical abstracts within the corpus. To address this limitation, this work proposes and evaluates the integration of a Hypothetical Document Embeddings (HyDE) layer into the retrieval pipeline. Rather than embedding the raw user query, the system first generates a hypothetical abstract that reflects the theoretical content, terminology, and structure of a relevant technical paper's abstract, corresponding to the intent of the user’s query. This generated abstract is then used as the retrieval query for both sparse and dense search methods. By increasing semantic density and domain-specific language, the hypothetical document theoretically improves alignment with indexed abstracts in both term-frequency and embedding space. We integrate this HyDE-based approach into the existing modular hybrid retrieval architecture and evaluate its impact on retrieval effectiveness across varying query lengths and retrieval strategies. Contrary to expectations, the results demonstrate that hypothetical document generation does not improve ranking performance for short-form or long-form queries.

Lily Hanslik, Ian Ortega, Hunter Sandidge et al. · 0 citations