fate-ubw/RAGLAB
[EMNLP 2024: Demo Oral] RAGLAB: A Modular and Research-Oriented Unified Framework for Retrieval-Augmented Generation
Integrates dense (ColBERT, Contriever) and sparse retrievers with support for parallel caching via local API, while implementing 6 RAG algorithms (Self-RAG, etc.) across dual Interact and Evaluation modes for quick prototyping versus rigorous benchmarking. Provides standardized evaluation across 10 datasets using metrics like ALCE and FactScore, with pre-trained Llama3 8B/70B generators and LoRA adapters for efficient fine-tuning of retrieval and generation components.
310 stars. No commits in the last 6 months.
Stars
310
Forks
35
Language
Python
License
MIT
Category
Last pushed
Oct 18, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/fate-ubw/RAGLAB"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
VectorInstitute/fed-rag
A framework for fine-tuning retrieval-augmented generation (RAG) systems.
ictnlp/FlexRAG
FlexRAG: A RAG Framework for Information Retrieval and Generation.
gomate-community/TrustRAG
TrustRAGļ¼The RAG Framework within Reliable input,Trusted output
NirDiamant/RAG_Techniques
This repository showcases various advanced techniques for Retrieval-Augmented Generation (RAG)...
Andrew-Jang/RAGHub
A community-driven collection of RAG (Retrieval-Augmented Generation) frameworks, projects, and...