🔷 KG Retrieval
→
🟠 RAG Fusion
→
🤖 LLM Extraction
Ready
drug gene protein

Biomedical Knowledge Extraction

Enter a biomedical sentence in the sidebar and click Run Pipeline to retrieve evidence from the Knowledge Graph, fuse with RAG, and extract relation triples.

🔷 KG Branch retrieves 1-hop direct triples from GM_CIHT, DDI, and CHEMPROT knowledge graphs
🟠 RAG Branch adds text-based evidence chunks and scores them by cosine similarity
⚡ Fusion ranks all evidence using α·source + β·sim and keeps Top-K items