Beyond Retrieval: Ensembling Cross-Encoders and GPT Rerankers with LLMs for Biomedical QA
Shashank Verma, Fengyi Jiang, Xiangning Xue

TL;DR
This paper introduces a retrieval-augmented generation system for biomedical question answering that combines dense retrieval, ensemble re-ranking with cross-encoders and LLMs, and few-shot prompting, achieving competitive results in the BioASQ 2025 challenge.
Contribution
It presents a novel ensemble approach for re-ranking biomedical documents and demonstrates effective answer generation using instruction-tuned LLMs in a biomedical QA setting.
Findings
Achieved MAP@10 of 0.1581, ranking 10th in retrieval.
Attained macro-F1 of 0.95 for yes/no questions.
Secured rank 1 in factoid question MRR.
Abstract
Biomedical semantic question answering rooted in information retrieval can play a crucial role in keeping up to date with vast, rapidly evolving and ever-growing biomedical literature. A robust system can help researchers, healthcare professionals and even layman users access relevant knowledge grounded in evidence. The BioASQ 2025 Task13b Challenge serves as an important benchmark, offering a competitive platform for advancement of this space. This paper presents the methodologies and results from our participation in this challenge where we built a Retrieval-Augmented Generation (RAG) system that can answer biomedical questions by retrieving relevant PubMed documents and snippets to generate answers. For the retrieval task, we generated dense embeddings from biomedical articles for initial retrieval, and applied an ensemble of finetuned cross-encoders and large language models (LLMs)…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Biomedical Text Mining and Ontologies · Artificial Intelligence in Healthcare and Education
