Upload folder using huggingface_hub
Browse files- README.md +1 -1
- index.html +8 -8
README.md
CHANGED
|
@@ -7,7 +7,7 @@ sdk: static
|
|
| 7 |
app_file: index.html
|
| 8 |
pinned: false
|
| 9 |
license: mit
|
| 10 |
-
short_description: Jev 1.13 vs
|
| 11 |
---
|
| 12 |
|
| 13 |
Static leaderboard generated by `jev-rag publish` from real benchmark runs.
|
|
|
|
| 7 |
app_file: index.html
|
| 8 |
pinned: false
|
| 9 |
license: mit
|
| 10 |
+
short_description: Jev 1.13 vs NVIDIA in English RAG, free to rerun
|
| 11 |
---
|
| 12 |
|
| 13 |
Static leaderboard generated by `jev-rag publish` from real benchmark runs.
|
index.html
CHANGED
|
@@ -24,14 +24,14 @@
|
|
| 24 |
<h1>Jev RAG Benchmark</h1>
|
| 25 |
<p class="note">Free English benchmark of an open System One model as a reranking and decision layer in RAG.</p>
|
| 26 |
<h2>Reranking (frozen top-20 candidates)</h2>
|
| 27 |
-
<table><thead><tr><th>Dataset</th><th>n</th><th>Method</th><th>nDCG@10</th><th>Recall@5</th><th>MRR@10</th><th>Rerank p50</th></tr></thead><tbody><tr><td>scifact</td><td>300</td><td>A β no reranker (hybrid order)</td><td>71.67%</td><td>79.67%</td><td>68.75%</td><td>0 ms</td></tr><tr><td>scifact</td><td>300</td><td>
|
| 28 |
-
<h2>
|
| 29 |
-
<table><thead><tr><th>Dataset</th><th>ECE (10 bin)</th><th>Brier</th><th>Top-1 accuracy</th><th>Top-1 confidence (correct)</th><th>Top-1 confidence (wrong)</th></tr></thead><tbody><tr><td>scifact</td><td>0.
|
| 30 |
-
<h2>Frozen-context answer generation
|
| 31 |
-
<table><thead><tr><th>Dataset</th><th>Generator</th><th>Token F1</th><th>Exact match</th><th>F1 >= 0.5</th><th>Abstention</th><th>Valid citations</th></tr></thead><tbody><tr><td>xquad-en</td><td>diffusiongemma-26b</td><td>
|
| 32 |
-
<h2>RAG optimization mode (confidence-partitioned
|
| 33 |
-
<table><thead><tr><th>Dataset</th><th>Threshold</th><th>A baseline nDCG@10</th><th>
|
| 34 |
-
<footer>Generated 2026-09-
|
| 35 |
</main>
|
| 36 |
</body>
|
| 37 |
</html>
|
|
|
|
| 24 |
<h1>Jev RAG Benchmark</h1>
|
| 25 |
<p class="note">Free English benchmark of an open System One model as a reranking and decision layer in RAG.</p>
|
| 26 |
<h2>Reranking (frozen top-20 candidates)</h2>
|
| 27 |
+
<table><thead><tr><th>Dataset</th><th>n</th><th>Method</th><th>nDCG@10</th><th>Recall@5</th><th>MRR@10</th><th>Rerank p50</th></tr></thead><tbody><tr><td>scifact</td><td>300</td><td>A β no reranker (hybrid order)</td><td>71.67%</td><td>79.67%</td><td>68.75%</td><td>0 ms</td></tr><tr><td>scifact</td><td>300</td><td>T β TypeSafe Jev 1.13 batch noul</td><td>79.29%</td><td>85.67%</td><td>77.03%</td><td>4044 ms</td></tr><tr><td>scifact</td><td>300</td><td>N β NVIDIA cross-encoder reranker</td><td>78.70%</td><td>87.33%</td><td>76.16%</td><td>307 ms</td></tr><tr><td>xquad-en</td><td>1190</td><td>A β no reranker (hybrid order)</td><td>98.11%</td><td>99.58%</td><td>97.60%</td><td>0 ms</td></tr><tr><td>xquad-en</td><td>1190</td><td>T β TypeSafe Jev 1.13 batch noul</td><td>98.93%</td><td>99.66%</td><td>98.67%</td><td>4000 ms</td></tr><tr><td>xquad-en</td><td>1190</td><td>N β NVIDIA cross-encoder reranker</td><td>99.37%</td><td>99.66%</td><td>99.27%</td><td>409 ms</td></tr></tbody></table>
|
| 28 |
+
<h2>Probability calibration (candidate-level relevance)</h2>
|
| 29 |
+
<table><thead><tr><th>Dataset</th><th>Model</th><th>ECE (10 bin)</th><th>Brier</th><th>Top-1 accuracy</th><th>Top-1 confidence (correct)</th><th>Top-1 confidence (wrong)</th></tr></thead><tbody><tr><td>scifact</td><td>TypeSafe Jev 1.13 batch noul</td><td>0.0625</td><td>0.0366</td><td>71.00%</td><td>0.812</td><td>0.549</td></tr><tr><td>xquad-en</td><td>TypeSafe Jev 1.13 batch noul</td><td>0.0133</td><td>0.0045</td><td>97.90%</td><td>0.960</td><td>0.740</td></tr></tbody></table>
|
| 30 |
+
<h2>Frozen-context answer generation</h2>
|
| 31 |
+
<table><thead><tr><th>Dataset</th><th>Generator</th><th>Token F1</th><th>Exact match</th><th>F1 >= 0.5</th><th>Abstention</th><th>Valid citations</th></tr></thead><tbody><tr><td>xquad-en</td><td>T</td><td>diffusiongemma-26b</td><td>30.58%</td><td>1.26%</td><td>17.31%</td><td>2.61%</td><td>99.85%</td></tr></tbody></table>
|
| 32 |
+
<h2>RAG optimization mode (confidence-partitioned Jev, fixed t = 0.50)</h2>
|
| 33 |
+
<table><thead><tr><th>Dataset</th><th>Model</th><th>Threshold</th><th>A baseline nDCG@10</th><th>Always-on nDCG@10</th><th>Partitioned nDCG@10</th><th>Delta vs baseline</th><th>95% CI</th></tr></thead><tbody><tr><td>scifact</td><td>TypeSafe Jev 1.13 batch noul</td><td>0.50</td><td>71.67%</td><td>79.29%</td><td>75.81%</td><td>+4.14 pts</td><td>+2.13 to +6.29</td></tr><tr><td>xquad-en</td><td>TypeSafe Jev 1.13 batch noul</td><td>0.50</td><td>98.11%</td><td>98.93%</td><td>99.00%</td><td>+0.89 pts</td><td>+0.45 to +1.36</td></tr></tbody></table>
|
| 34 |
+
<footer>Generated 2026-09-23 09:29 UTC. Real runs only; fixture runs are never published. Code and raw results: <a href="https://github.com/emretheus/jev-rag-benchmark">https://github.com/emretheus/jev-rag-benchmark</a>. Independent benchmark, not affiliated with TypeSafe AI. All runs on free tiers.</footer>
|
| 35 |
</main>
|
| 36 |
</body>
|
| 37 |
</html>
|