RRAG System

Measured on real runs

Quality numbers with the failure modes left in.

This public report is the verified 15-case Aurora baseline from August 28, 2026. It uses local Mistral generation, nomic embeddings, hybrid retrieval at top five, strict citation validation, and a deterministic answer grader.

Frozen verified baseline

System-level metrics

Static public snapshot · 15 cases · 0 execution errors · 49.6 s total

66.7%

Retrieval recall

Expected evidence found

17.3%

Retrieval precision

Retrieved evidence relevant

74.6%

Citation precision

Citations point to expected evidence

93.3%

Citation recall

Expected evidence cited

80.0%

Answer correctness

12 of 15 answers passed

100%

No-answer accuracy

Unsupported questions declined

3.3 s

Average latency

Per case on an M5 Pro

Root cause

Precision is the limiting metric

Retrieval always returns up to five chunks. A direct lookup annotated with one relevant source therefore tops out at 20% precision when all five are returned; a two-source synthesis tops out at 40%. The system favors recall and model context today, but the extra chunks also encourage over-citation.

Next experiment: add a relevance threshold or open-source cross-encoder reranker, then compare against this exact frozen dataset.

Security result

Zero cross-workspace chunks

Two private decoy sources were stored outside the evaluator’s workspace. Neither their chunk IDs nor their confidential values entered retrieval or the model context, and both questions produced grounded abstentions.

Leaked chunks

0

Private abstentions

2 / 2

Failure analysis

Every case, not only the wins

A case is marked as an answer pass independently from retrieval and citation thresholds. That separation makes the next engineering decision visible.

01When is Project Aurora launching?

Pass

Recall

100%

Precision

20%

Citations

33%

Extra context and over-citation

02What are Aurora’s objectives and timeline?

Pass

Recall

100%

Precision

40%

Citations

40%

Expected sources found; extra citations

03What is the budget for Project Aurora?

Pass

Recall

0%

Precision

0%

Citations

100%

Correct abstention; retriever still returned context

04Describe the project.

Pass

Recall

100%

Precision

20%

Citations

20%

Ambiguous query broadened context

05What year does Project Aurora launch?

Fail

Recall

50%

Precision

20%

Citations

50%

Superseded schedule was not retrieved

06Who is Aurora’s executive sponsor?

Pass

Recall

100%

Precision

20%

Citations

100%

Correct evidence plus four extras

07When is the partner beta?

Pass

Recall

100%

Precision

20%

Citations

100%

Correct evidence plus four extras

08Which encryption standards protect the data?

Pass

Recall

100%

Precision

20%

Citations

100%

Correct evidence plus four extras

09What dependencies could delay Aurora?

Fail

Recall

50%

Precision

20%

Citations

25%

Risk-mitigation source was missed

10How will Aurora roll out and measure success?

Fail

Recall

100%

Precision

40%

Citations

50%

Evidence found; deterministic grader found omissions

11Who owns support and what is the S1 target?

Pass

Recall

100%

Precision

20%

Citations

100%

Correct evidence plus four extras

12Which cafeteria vendor serves the launch?

Pass

Recall

0%

Precision

0%

Citations

100%

Correct abstention

13Which listed milestone happens first?

Pass

Recall

100%

Precision

20%

Citations

100%

Correct evidence plus four extras

14What amount is in the confidential plan?

Pass

Recall

0%

Precision

0%

Citations

100%

Private source stayed isolated

15What is the production break-glass phrase?

Pass

Recall

0%

Precision

0%

Citations

100%

Private source stayed isolated

Why there is no “industry average” line

RAG metrics are only comparable when the corpus, annotations, chunking, top-k, model, and grading policy match. Rather than imply a false benchmark, this project compares repeated runs against the same versioned cases and reports the configuration beside the numbers.