Cite arxiv.org/abs/2607.23806 to link dataset to the paper
Browse files
README.md
CHANGED
|
@@ -1,60 +1,67 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-4.0
|
| 3 |
-
pretty_name: Galahad — SHA-256 Proof (measured benchmark results)
|
| 4 |
-
tags:
|
| 5 |
-
- benchmark
|
| 6 |
-
- kv-cache
|
| 7 |
-
- llm-inference
|
| 8 |
-
- reproducibility
|
| 9 |
-
configs:
|
| 10 |
-
- config_name: default
|
| 11 |
-
data_files: index.jsonl
|
| 12 |
-
---
|
| 13 |
-
|
| 14 |
-
# Galahad — SHA-256 Proof
|
| 15 |
-
|
| 16 |
-
Timestamped, independently verifiable **measured** benchmark results behind the Galahad paper.
|
| 17 |
-
|
| 18 |
-
📄 **Paper:** https://huggingface.co/papers/2607.23806
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
- **`
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
- **`
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
pretty_name: Galahad — SHA-256 Proof (measured benchmark results)
|
| 4 |
+
tags:
|
| 5 |
+
- benchmark
|
| 6 |
+
- kv-cache
|
| 7 |
+
- llm-inference
|
| 8 |
+
- reproducibility
|
| 9 |
+
configs:
|
| 10 |
+
- config_name: default
|
| 11 |
+
data_files: index.jsonl
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
# Galahad — SHA-256 Proof
|
| 15 |
+
|
| 16 |
+
Timestamped, independently verifiable **measured** benchmark results behind the Galahad paper.
|
| 17 |
+
|
| 18 |
+
📄 **Paper:** https://huggingface.co/papers/2607.23806
|
| 19 |
+
📚 **arXiv:** https://arxiv.org/abs/2607.23806
|
| 20 |
+
🧪 **Live testbench (Space):** https://huggingface.co/spaces/Corbenic/galahad-bench
|
| 21 |
+
💾 **Proof mirror (GitHub):** https://github.com/corbenicai/galahad-bench/tree/main/proof
|
| 22 |
+
|
| 23 |
+
## What this is
|
| 24 |
+
|
| 25 |
+
This dataset is the **integrity proof** for the paper's claims: the raw measured outputs (pure numbers —
|
| 26 |
+
token counts, latency in ms, VRAM in MB, accuracy, pass/fail) plus a full SHA-256 manifest. It contains
|
| 27 |
+
**no source code, no engine internals, and no solver contents** — only measurements.
|
| 28 |
+
|
| 29 |
+
- **`results/`** — the raw measured benchmark JSON files.
|
| 30 |
+
- **`index.jsonl`** — one row per result file (filename, its SHA-256, key numeric measurements) so the
|
| 31 |
+
dataset viewer renders a quick overview.
|
| 32 |
+
- **`results.sha256`** — the hashes in `sha256sum -c` format.
|
| 33 |
+
- **`SHA256_PROOF.txt`** — the full manifest: verifiable hashes **plus sealed commitments** to files kept
|
| 34 |
+
private (source, verified-solver memory, internal notes, engine binaries). A sealed hash proves a file
|
| 35 |
+
existed and was fixed on the stated date **without revealing its contents**.
|
| 36 |
+
|
| 37 |
+
## Verify it yourself
|
| 38 |
+
|
| 39 |
+
```bash
|
| 40 |
+
git clone https://huggingface.co/datasets/Corbenic/galahad-bench-proof
|
| 41 |
+
cd galahad-bench-proof
|
| 42 |
+
sha256sum -c results.sha256 # expect: every line "OK"
|
| 43 |
+
```
|
| 44 |
+
|
| 45 |
+
## Highlights (measured, single GPU)
|
| 46 |
+
|
| 47 |
+
- **Movable window** — `results/window6m.json`: a **6,000,000-token** context on one GPU at **flat VRAM**
|
| 48 |
+
(base ≈ peak MB), correct retrieval at every depth, passing negative control.
|
| 49 |
+
- **Head-to-head** — `results/bench_vllm.json`, `results/bench_sglang.json`: same GPU / model class; vLLM
|
| 50 |
+
hard-stops at ~30k tokens, SGLang truncates past ~32k, Galahad runs to millions.
|
| 51 |
+
- **Verified reuse** — `results/reuse_*.json`, `results/frommem_*.json`: 0-decode-token reuse across four
|
| 52 |
+
model families; `frommem_EMPTY.json` is the negative control (empty memory solves nothing).
|
| 53 |
+
|
| 54 |
+
## Scope & honesty
|
| 55 |
+
|
| 56 |
+
These are **measurements**, not the method. The engine, the verified-solver memory, and the internal
|
| 57 |
+
method notes are intentionally **not** published — their SHA-256 commitments are in `SHA256_PROOF.txt` so
|
| 58 |
+
the record is complete and tamper-evident. No trade-secret content is exposed by a hash.
|
| 59 |
+
|
| 60 |
+
`load_dataset("Corbenic/galahad-bench-proof")` loads the `index.jsonl` overview; the full result files live
|
| 61 |
+
under `results/`.
|
| 62 |
+
|
| 63 |
+
## Cite
|
| 64 |
+
|
| 65 |
+
```
|
| 66 |
+
arxiv.org/abs/2607.23806
|
| 67 |
+
```
|