RAGU: A Multi-Step GraphRAG Engine with a Compact Domain-Adapted LLM
GraphRAG-Bench (Medical) Results:
RAGU demonstrates a cross-over in performance against HippoRAG 2. While HippoRAG 2 leads on factoid tasks, RAGU excels on synthesis tasks that require broader context, achieving superior coverage and evidence recall across all tasks.
| System | Index LLM | Task | Answer Correctness | Coverage | Faithfulness |
|---|---|---|---|---|---|
| RAGU | Meno-Lite-0.1 | Fact Retrieval | 54.2 | - | - |
| HippoRAG 2 | Meno-Lite-0.1 | Fact Retrieval | 72.4 | - | - |
| RAGU | Meno-Lite-0.1 | Complex Reasoning | 53.7 | - | - |
| HippoRAG 2 | Meno-Lite-0.1 | Complex Reasoning | 68.4 | - | - |
| RAGU | Meno-Lite-0.1 | Contextual Summarize | 64.1 | 71.1 | - |
| HippoRAG 2 | Meno-Lite-0.1 | Contextual Summarize | 65.0 | 51.7 | - |
| RAGU | Meno-Lite-0.1 | Creative Generation | 59.0 | 57.4 | 34.2 |
| HippoRAG 2 | Meno-Lite-0.1 | Creative Generation | 56.9 | 34.7 | 26.6 |
- RAGU achieves the highest Evidence Recall at every factoid level (0.84 vs. ≤0.76 for competitors), confirming its consolidation pipeline retrieves more complete context.
- LightRAG performed weakest on all tasks, with Answer Correctness scores ranging from 14.2 to 26.2.
Multi-Hop QA Results:
The performance gap between RAGU and HippoRAG 2 on multi-hop QA is shown to be largely an artifact of answer formatting. When prompts are standardized to produce terse answers, RAGU becomes competitive.
| Benchmark | System (Terse Prompt) | Answer Correctness | HippoRAG 2 (Terse) |
|---|---|---|---|
| BioASQ | RAGU (Meno-Lite-0.1) | 72.8 | 72.4 |
| 2WikiMultiHopQA | RAGU (Meno-Lite-0.1) | 55.1 | 63.5 |
| MuSiQue | RAGU (Meno-Lite-0.1) | 40.7 | 54.4 |
- Under verbose prompts, HippoRAG 2's AC on BioASQ was 74.1 vs. 54.5 for RAGU. Under terse prompts, RAGU's AC rose to 72.8, matching HippoRAG 2's 72.4.
- HippoRAG 2 maintains a lead on MuSiQue, the most difficult multi-hop benchmark.
Meno-Lite-0.1 Model Evaluation:
The compact 7B model, Meno-Lite-0.1, outperforms significantly larger models on knowledge graph construction tasks, validating the hypothesis that language skills are more critical than world knowledge for this role.
| Model | Size | NER (F1) | RE (F1) | Harmonic Mean |
|---|---|---|---|---|
| Meno-Lite-0.1 | 7B | 0.504 | 0.347 | 0.468 |
| Qwen2.5-32B | 32B | 0.536 | 0.239 | 0.416 |
| gemma-3-27b | 27B | 0.544 | 0.224 | 0.396 |
| Qwen2.5-7B | 7B | 0.477 | 0.192 | 0.356 |
- Meno-Lite-0.1 outperforms Qwen2.5-32B by 12.5% relative on the harmonic mean score, driven by a large advantage in relation extraction (0.347 vs. 0.239 F1).
- On end-to-end QA tasks, the performance difference between using Meno-Lite-0.1 and larger models for extraction is minimal (≤1.5 pp), indicating the RAGU pipeline is robust to the choice of extractor.
The authors conclude that LLMs inside a RAG pipeline primarily require language skills, not world knowledge, allowing smaller, more efficient models to be effective. Their system, RAGU, operationalizes this by using a multi-step consolidation pipeline that excels at synthesis and broad-context tasks, retrieving more complete evidence than competitors. They suggest that for practical applications, RAGU is preferable for tasks like summarization and creative generation on a single-GPU budget, while chain-traversal systems like HippoRAG 2 are better suited for precise, multi-hop factoid queries.
Don't read this site daily. Get it in your inbox.
The daily brief and Sunday deep dive — distilled, scored, and opinionated. For builders only.