Researchers propose HieraRAG to optimize RAG benchmarking
New framework HieraRAG reveals optimal granularity for RAG benchmarks using 5,872 synthetic QA pairs
HieraRAG, a hierarchical framework for determining optimal granularity in RAG benchmark construction, was introduced. Using 5,872 synthetic QA pairs across 3 dimensions (Question Complexity, Answer Type, Linguistic Variation) at 3 granularity levels (2, 4, and 8 categories), the study found that complexity benefits from fine-grained distinctions (discriminative power: 0.053) while answer type and linguistic variation peak at medium granularity. A Coherence Ratio metric
- HieraRAG uses 5,872 synthetic QA pairs from FineWeb-10BT to evaluate RAG benchmarks across 3 dimensions and 3 granularity levels
- Optimal granularity varies by dimension: complexity benefits from fine-grained distinctions (discriminative power: 0.053) while answer type and linguistic variation peak at medium granularity
- Introduces Coherence Ratio metric to quantify category subdivision quality, with human evaluation confirming synthetic data reliability
Why It Matters
RAG evaluation just got smarter—HieraRAG gives developers a data-backed way to design more precise benchmarks and improve AI model performance measurement.