Skip to content

Pinned Loading

  1. agentic-med-diag agentic-med-diag Public

    Agentic Graph RAG for Medical diagnosis and Clinical QA. Combines LangGraph-orchestrated multi-hop reasoning with parallel graph, vector, community, and text-to-Cypher retrieval with an agentic pla…

    Python 12 6

  2. biothink biothink Public

    Self-Reflective Question Answering for Biomedical Reasoning. GRPO fine-tuning via QLoRA & Unsloth with rewards for correctness, relevance, groundness, utility & XML structure. Structured think → an…

    Python 6 1

  3. rag-pipelines rag-pipelines Public

    Advanced RAG pipelines for medical (HealthBench, MedCaseReasoning, MetaMedQA, PubMedQA) and financial (FinanceBench, Earnings Calls) QA. LangGraph orchestration + BAML structructed generation, Milv…

    Python 15 2

  4. dspy-opt dspy-opt Public

    Advanced RAG pipeline optimization framework using DSPy. Implements modular RAG pipelines with Query-Rewriting, Sub-Query Decomposition, and Hybrid Search via Weaviate. Automates prompt tuning and …

    Python 13 2

  5. llm-finetuning llm-finetuning Public

    Advanced LLM fine-tuning techniques: SFT (LoRA, QLoRA, DoRA, P-/Prefix-Tuning), GRPO, DPO, ORPO, KTO & PPO; composable correctness/format rewards + LLM-as-a-Judge evals (DeepEval, Evidently AI) acr…

    Python 8 5

  6. rag-model-training rag-model-training Public

    Training code for advanced RAG techniques - Adaptive-RAG, Corrective RAG, RQ-RAG, Self-RAG, Agentic RAG, and ReZero. Reproduces paper methodologies to fine-tune LLMs via SFT and GRPO for adaptive r…

    Python 8 3

Repositories

Showing 10 of 25 repositories
  • med-reason-evals Public

    Medical Reasoning Evaluation is a medical framework for evaluating language models across 10 standardized medical datasets and scoring strategies, with the Verifiers and Verl RL frameworks. The framework provides standardized dataset adapters, answer extraction heuristics, and multiple scoring strategies to measure medical reasoning capabilities.

    avnlp/med-reason-evals's past year of commit activity
    Python 3 MIT 1 0 1 Updated Aug 11, 2026
  • agentic-med-diag Public

    Agentic Graph RAG for Medical diagnosis and Clinical QA. Combines LangGraph-orchestrated multi-hop reasoning with parallel graph, vector, community, and text-to-Cypher retrieval with an agentic plan–research–verify loop for evidence-grounded answers on MedQA, MedXpertQA, MedCaseReasoning and MMLU-Pro.

    avnlp/agentic-med-diag's past year of commit activity
    Python 12 Apache-2.0 6 0 0 Updated Aug 7, 2026
  • llm-finetuning Public

    Advanced LLM fine-tuning techniques: SFT (LoRA, QLoRA, DoRA, P-/Prefix-Tuning), GRPO, DPO, ORPO, KTO & PPO; composable correctness/format rewards + LLM-as-a-Judge evals (DeepEval, Evidently AI) across math, multi-hop, medical & general QA on Llama 3, Mistral, Phi-4, Gemma & Qwen3. Built on TRL, PEFT & Unsloth.

    avnlp/llm-finetuning's past year of commit activity
    Python 8 MIT 5 0 0 Updated Aug 6, 2026
  • biothink Public

    Self-Reflective Question Answering for Biomedical Reasoning. GRPO fine-tuning via QLoRA & Unsloth with rewards for correctness, relevance, groundness, utility & XML structure. Structured think → answer → self-reflection with context grading, relevance assessment & groundness evaluation. DeepEval LLM-as-a-Judge (GEval, Faithfulness, Relevancy).

    Python 6 MIT 1 0 0 Updated Aug 6, 2026
  • rag-model-training Public

    Training code for advanced RAG techniques - Adaptive-RAG, Corrective RAG, RQ-RAG, Self-RAG, Agentic RAG, and ReZero. Reproduces paper methodologies to fine-tune LLMs via SFT and GRPO for adaptive retrieval, corrective evaluation, query refinement, self-reflection, and agentic search behaviors.

    avnlp/rag-model-training's past year of commit activity
    Python 8 MIT 3 0 1 Updated Aug 3, 2026
  • rankers Public

    Modular LLM ranking library for Information Retrieval and RAG. Implements state-of-the-art Pairwise, Setwise, and Listwise ranking with structured generation and specialized models (RankZephyr, RankLlama). Features efficient sorting algorithms, sliding windows, and zero-shot capabilities.

    Python 5 MIT 1 0 1 Updated Aug 3, 2026
  • vectordb Public

    Production-ready Haystack/LangChain pipelines for Hybrid & Parent-Child Retrieval, Diversity Filtering, MMR, Metadata Filtering, Reranking, Query Enhancement, Multi-Tenancy, Agentic RAG across Pinecone, Weaviate, Milvus, Qdrant, Chroma with dataset loaders, evaluation tooling, and benchmarks for TriviaQA, ARC, PopQA, FactScore and Earnings Calls.

    Python 6 MIT 1 0 1 Updated Aug 3, 2026
  • rag-pipelines Public

    Advanced RAG pipelines for medical (HealthBench, MedCaseReasoning, MetaMedQA, PubMedQA) and financial (FinanceBench, Earnings Calls) QA. LangGraph orchestration + BAML structructed generation, Milvus Hybrid search (Dense + BM25 + RRF), three-layer Metadata Enrichment, Contextual AI instruction-following reranker, and DeepEval evaluation.

    avnlp/rag-pipelines's past year of commit activity
    Python 15 MIT 2 0 1 Updated Aug 3, 2026
  • prp Public

    Pairwise Ranking Prompting (PRP): Zero-shot LLM reranking library implementing efficient pairwise strategies (Heapsort, Sliding Window, All-Pairs). Mitigates position bias via bidirectional comparison and ensures reliability with structured Pydantic validation. Built for Haystack pipelines.

    Python 4 MIT 0 0 1 Updated Aug 3, 2026
  • grpo Public

    Group Relative Policy Optimization (GRPO) implementations - NanoAhaMoment, GRPO:Zero, Simple GRPO, and GRPO from Scratch - spanning vLLM + DeepSpeed, custom Transformer stack, Bottle HTTP reference server, and pure PyTorch. Compares generation backends, reference policy strategies, reward designs, and loss functions on GSM8K and Countdown tasks.

    Python 4 MIT 1 0 1 Updated Aug 3, 2026

Top languages

Loading…

Most used topics

Loading…