BiCA: Effective Biomedical Dense Retrieval with Citation-Aware Hard Negatives
Aarush Sinha, Pavan Kumar S, Roshan Balaji, Nirav Pravinbhai Bhatt
TL;DR
BiCA introduces a citation-aware hard-negative mining strategy for biomedical dense retrieval by constructing 2-hop PubMed citation neighborhoods and performing diverse semantic traversals to mine challenging negatives. The authors train two compact dense retrievers (BiCA_small and BiCA_Base) with MNR loss on a 20k-pair dataset and achieve state-of-the-art zero-shot results on BEIR and strong performance on LoTTE, with BiCA_small offering substantial latency advantages. The approach emphasizes data efficiency, showing clear gains with limited fine-tuning steps and highlighting the potential of document-link structures for domain adaptation. Limitations include scalability and reliance on PubMed, suggesting future expansion to other knowledge sources.
Abstract
Hard negatives are essential for training effective retrieval models. Hard-negative mining typically relies on ranking documents using cross-encoders or static embedding models based on similarity metrics such as cosine distance. Hard negative mining becomes challenging for biomedical and scientific domains due to the difficulty in distinguishing between source and hard negative documents. However, referenced documents naturally share contextual relevance with the source document but are not duplicates, making them well-suited as hard negatives. In this work, we propose BiCA: Biomedical Dense Retrieval with Citation-Aware Hard Negatives, an approach for hard-negative mining by utilizing citation links in 20,000 PubMed articles for improving a domain-specific small dense retriever. We fine-tune the GTE_small and GTE_Base models using these citation-informed negatives and observe consistent improvements in zero-shot dense retrieval using nDCG@10 for both in-domain and out-of-domain tasks on BEIR and outperform baselines on long-tailed topics in LoTTE using Success@5. Our findings highlight the potential of leveraging document link structure to generate highly informative negatives, enabling state-of-the-art performance with minimal fine-tuning and demonstrating a path towards highly data-efficient domain adaptation.
