Self-Reflective Question Answering for Biomedical Reasoning
-
Updated
Jul 24, 2025 - Python
Self-Reflective Question Answering for Biomedical Reasoning
Training LLMs for Retrieval Augmented Generation
MBSPro is an AI-assisted billing copilot for Australian GPs. It turns clinical notes (typed; optional STT) into top-N MBS item suggestions with explicit rule/ethics checks, then generates a FHIR-ready claim and draft clinical docs (e.g., referral/care plan), with a lightweight compliance dashboard for errors/rejects and revenue snapshots.
Advanced RAG using langgraph which uses websearch functionality to produce relevant documents.
Context-aware tool for automated BDD test generation and execution using RAG, VectorDB, and LLaMA.
This project is built using Python and the Flask web framework, providing a user-friendly web interface for interacting with the RAG system. The core logic, including document processing, embedding generation, retrieval strategies (Self-RAG and Agentic RAG), and integration with the Gemini API, is organized within the utils directory.
Add a description, image, and links to the self-rag topic page so that developers can more easily learn about it.
To associate your repository with the self-rag topic, visit your repo's landing page and select "manage topics."