File size: 1,417 Bytes
2c151df
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Repository manifest

- `README.md` — GitHub front page: protocol, method, speed-first tables, results, reproduction.
- `geomretrieval/` — reusable sparse geometric index plus the cleaned current top-10 RAG ranker.
- `experiments/beir/` — generic RAG runners and exact SciFact/TREC-COVID experiment-history scripts.
- `experiments/msmarco_scale/` — complete full-scale MS MARCO experimental code from the supplied scale codebase.
- `results/beir/` — exact small-dataset result JSONs, sweeps, branch-diversity and collision diagnostics.
- `results/msmarco_scale/` — full-scale MS MARCO result JSONs.
- `results/reproduced_reference/` — post-assembly checks of the cleaned runner.
- `baselines/` — local lexical reference code, full baseline policy, and MS MARCO baseline material.
- `configs/` — historical full-scale lock and current RAG-top-10 configuration.
- `docs/` — method, RAG protocol, speed/literature, baseline suite and reproducibility notes.
- `docs/images/` — result and latency figures displayed directly from the root README.
- `scripts/` — reproduction helpers.
- `manifests/` — MS MARCO corpus-shard manifest.
- `tests/` — core and RAG smoke tests.

No `.gitignore` and no `.github/` directory are included.

## Final reconstruction additions

- `RESULTS_FINAL_6DATASETS.md`
- `RECONSTRUCTION.md`
- `results/final_100_to_10/`
- `experiments/postbenchmark_optimizations/`