MediRAG

A biomedical RAG pipeline built on BGE and PubMed embeddings.

MediRAG is a retrieval-augmented generation pipeline for biomedical question answering. It combines BGE retrievers with PubMed embeddings and uses FLAN-T5 for query expansion, which noticeably improved answer accuracy on domain questions.

The project sits at the intersection of two things I care about: reliable retrieval-grounded generation, and the life sciences where wrong answers actually matter.