IRAIOct 26, 2024

AutoMIR: Effective Zero-Shot Medical Information Retrieval without Relevance Labels

arXiv:2410.20050v211 citationsh-index: 3Has CodeEMNLP
Originality Incremental advance
AI Analysis

This addresses the challenge of retrieving medical knowledge from diverse sources for healthcare professionals and researchers, though it is incremental as it builds on existing HyDE methods.

The paper tackles the problem of zero-shot medical information retrieval without relevance-labeled data by introducing SL-HyDE, a self-learning framework that uses LLMs to generate hypothetical documents and refine retrieval, achieving significant improvements over HyDE in accuracy on the new CMIRB benchmark.

Medical information retrieval (MIR) is essential for retrieving relevant medical knowledge from diverse sources, including electronic health records, scientific literature, and medical databases. However, achieving effective zero-shot dense retrieval in the medical domain poses substantial challenges due to the lack of relevance-labeled data. In this paper, we introduce a novel approach called \textbf{S}elf-\textbf{L}earning \textbf{Hy}pothetical \textbf{D}ocument \textbf{E}mbeddings (\textbf{SL-HyDE}) to tackle this issue. SL-HyDE leverages large language models (LLMs) as generators to generate hypothetical documents based on a given query. These generated documents encapsulate key medical context, guiding a dense retriever in identifying the most relevant documents. The self-learning framework progressively refines both pseudo-document generation and retrieval, utilizing unlabeled medical corpora without requiring any relevance-labeled data. Additionally, we present the Chinese Medical Information Retrieval Benchmark (CMIRB), a comprehensive evaluation framework grounded in real-world medical scenarios, encompassing five tasks and ten datasets. By benchmarking ten models on CMIRB, we establish a rigorous standard for evaluating medical information retrieval systems. Experimental results demonstrate that SL-HyDE significantly surpasses HyDE in retrieval accuracy while showcasing strong generalization and scalability across various LLM and retriever configurations. Our code and data are publicly available at: https://github.com/ll0ruc/AutoMIR

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes