Skip to content
#

golden-dataset

Here are 23 public repositories matching this topic...

A retrieval-augmented generation pipeline in Python with a rigorous offline evaluation harness. Chunks and embeds documents, retrieves by vector similarity, and generates grounded answers — with pluggable LLM providers (including a deterministic local fake for tests) and metrics for retrieval quality and answer faithfulness. No API key required.

  • Updated Jul 20, 2026
  • Python

A hybrid RAG pipeline whose point is the evaluation gate: BM25 plus dense cosine fused by Reciprocal Rank Fusion over a deliberately tiny fixture corpus, scored against a 40-question golden set by a harness that exits non-zero below threshold. Pure Python stdlib, 0 pip dependencies, no GPU, no network. A discipline demo.

  • Updated Jul 30, 2026
  • Python

Deterministic evaluation harness for AP document-matching agents. Scores 3-way findings against a hand-audited, held-out golden dataset: per-category precision and recall, over-flagging measured on a zero-defect control, byte-reproducible scorecards, answer key structurally out of reach.

  • Updated Jul 28, 2026
  • Python

Improve this page

Add a description, image, and links to the golden-dataset topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the golden-dataset topic, visit your repo's landing page and select "manage topics."

Learn more