Add reproduction log entries for Foundations of Retrieval lessons 1-3 - #3359
Merged
lintool merged 1 commit intoJul 30, 2026
Merged
Conversation
Reproduced start-here.md, BM25 baseline, and BGE dense retrieval on MS MARCO passage ranking; all metrics matched documented values exactly.
lintool
approved these changes
Jul 29, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3359 +/- ##
=========================================
Coverage 73.40% 73.40%
Complexity 1913 1913
=========================================
Files 206 206
Lines 13493 13493
Branches 1867 1867
=========================================
Hits 9904 9904
Misses 2843 2843
Partials 746 746 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add reproduction log entries for the "Foundations of Retrieval" onboarding path (lessons 1-3):
start-here.md, BM25 baseline, and dense retrieval (BGE) on MS MARCO passage ranking.Setup
bin/qbuild.sh(quick build, fatjar produced), verified against the CACM smoke test (map 0.3123,P_30 0.1942— matches expected)Results
All three lessons reproduced exactly against the documented expected values:
31644046b18952c1386cd4564ba2ae69verified), 9 JSONL files (8,841,823 docs total, last file 841,823 lines — matches), filtered dev queries to 6,980 lines, cross-referenced qrels/collection for a sample query — all as documented.0.18741227770955546(official MS MARCO eval script),map = 0.1957,recall_1000 = 0.8573(trec_eval) — exact match.0.1875(exact match). BGE-base HNSW dense retrieval (26 GB prebuilt index) gave MRR@10 =0.3521(exact match), confirming the expected improvement over BM25.No issues encountered, aside from a transient GitHub API rate-limit (403) on the prebuilt-index metadata fetch, which resolved itself after the standard hourly reset.