A public end-to-end benchmark showing retrieval quality—not the LLM—mostly determines legal RAG performance

March 2, 20267 min

Overview

Decision SnapshotReady For Pilot

The dataset and factorial method are ready for applied comparisons; results are statistically tested and reproducible, but scope is limited to one jurisdiction and a 100-question sample.

Citations0

Evidence Strength0.85

Confidence0.90

Risk Signals10

Trust Signals

Findings with numeric evidence: 3/3

Findings with evidence refs: 3/3

Results with explicit delta: 5/5

Reproducibility

Status: Code + data available

Open source: Partial

At A Glance

Cost impact: 60%

Production readiness: 70%

Novelty: 60%

Authors

Abdur-Rahman Butler, Umar Butler

Links

Abstract / PDF / Code / Data

Why It Matters For Business

For legal RAG products, improving domain-specific retrieval usually yields far larger gains than swapping LLMs; invest in retrieval quality and dataset-aligned embedders to improve correctness, groundedness, and reduce hallucinations.

Who Should Care

Summary TLDR

Legal RAG Bench is a new public dataset and evaluation method for end-to-end legal retrieval-augmented generation (RAG). It pairs 4,876 passages from the Victorian Criminal Charge Book with 100 expert-crafted, hard legal questions and long answers. A full factorial study of three embedders and two LLMs shows embedding choice dominates performance: a domain-tuned embedder (Kanon 2) raises correctness, groundedness, and retrieval accuracy far more than switching LLMs. Many apparent hallucinations trace back to retrieval failures. The authors release data and code for reproducibility.

Problem Statement

Existing legal benchmarks either ignore end-to-end RAG, have weak labels, or evaluate only one component (retrieval or generation). This misleads builders and hides real failure modes (e.g., retrieval-induced hallucinations). Practitioners need a high-quality, end-to-end legal RAG benchmark with clear error attribution.

Main Contribution

Legal RAG Bench dataset: 4,876 passages + 100 expert-crafted Q‑A‑evidence triplets from the Victorian Criminal Charge Book.

An end-to-end evaluation methodology: full factorial comparisons of embedders and LLMs with a hierarchical error taxonomy (hallucination, retrieval error, reasoning error).

Key Findings

Embedding model choice is the dominant factor in end-to-end legal RAG performance.

NumbersKanon vs Text Emb. 3 L.: +17.5pp correctness, +4.5pp groundedness, +34pp retrieval acc

Practical UseInvest in domain-tuned retrieval (embeddings) first; swapping LLMs yields much smaller gains on similar corpora.

Evidence RefTables 1–2; Results §5.1

Kanon 2 Embedder substantially improves scores versus general-purpose embedders.

NumbersKanon averages: 94% correct, 96% grounded, 86% retrieval accuracy; +18% RAG accuracy vs sample avg

Practical UseUse a legal, domain-adapted embedder (or similar retriever tuning) to raise the performance ceiling before tuning the LLM.

Evidence RefTable 2; §5.2 (RAG accuracy)

Results

MetricValueBaselineDeltaSplit / DatasetEvidenceEvidence Ref
Kanon 2 Embedder — correctness94%Text Embedding 3 Large (76.5%)+17.5 ppLegal RAG Bench (100 questions)Table 2 per-embedder averagesTable 2
Kanon 2 Embedder — groundedness96%Text Embedding 3 Large (91.5%)+4.5 ppLegal RAG BenchTable 2 per-embedder averagesTable 2

What To Try In 7 Days

Run Legal RAG Bench retrieval-only checks: measure retrieval accuracy on your corpus.

Compare two embedders (domain-tuned vs general) using the benchmark's retrieval metric.

If retrieval is weak, prioritize retriever tuning or a domain embedder before changing the LLM.

Reproducibility

Risks & Boundaries

Limitations

Dataset covers Victorian criminal law only; results may not transfer to other jurisdictions or civil law domains.

Small question set (100) limits coverage of legal variability and rare edge cases.

When Not To Use

As the only evaluation for civil-law or non‑Victorian corpora without retuning the embedder.

For narrow closed‑ended classification tasks where automatic labels are available and simpler metrics suffice.

Failure Modes

Retrieval failures producing ungrounded or hallucinated answers.

LLM-as-judge bias if judge is not independently validated.

Core Entities

Models

Kanon 2 EmbedderGemini Embedding 001Text Embedding 3 LargeGemini 3.1 ProGPT-5.2

Metrics

CorrectnessGroundednessAccuracyHallucination rate

Datasets

Legal RAG BenchVictorian Criminal Charge Book

Benchmarks

Legal RAG BenchMLEBHLELegalBenchLegalBench-RAG