| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This computational showcase isolates one audited result from a larger PCB-document experiment: replacing raw CLIP token vectors with a late-interaction-native ColPali encoder while holding the page-level MaxSim scorer, qrels, run format, and evaluation code fixed.
The benchmark contains 10 PCB documents, 101 pages, and 30 page-retrieval queries.
| Method | Recall@10 | nDCG@10 |
|---|---|---|
| CLIP full multi-vector | 0.1333 | 0.0807 |
| ColPali v1.3 full multi-vector | 0.9333 | 0.6832 |
| OCR BM25 | 0.8833 | 0.5241 |
These are point estimates from 30 queries with no confidence intervals. They demonstrate a large encoder-alignment difference in this pilot, but they do not establish statistical equivalence or superiority.
The exact aggregate source records are under results/source/, and the normalized public claim table is results/headline_claims.csv. Claim-level provenance is recorded in results/claim_provenance.csv.
The included synthetic test checks the MaxSim and evaluation primitives without downloading data or models. It does not reproduce the headline values.
Previously public analysis, preprocessing, retrieval, evaluation, and visualization utilities remain under scripts/ together with their historical configurations. They are retained to avoid unnecessary history loss and are documented-only; their presence does not publish the earlier CLIP-budget, Visual-RAG, or occlusion results as supported claims.
This is a narrow computational showcase, not a complete replication package.
See docs/reproducing.md, docs/data-and-models.md, docs/limitations.md, and docs/repository-scope.md.
Project code is distributed under the existing Apache License 2.0. Named dependencies, models, and datasets retain their own terms; no rights to those external assets are granted here.
| Back | FazBrowse Home | New Git URL |