Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

compresh-benchmarks

Public, reproducible benchmark results for Compresh — the context-compression and episodic-memory layer for LLM APIs.

We publish what we measure, including where our own systems fall short. Every number here is produced with each benchmark's own scoring and graded by an independent judge (not the system under test), so results are comparable to the original benchmarks and reproducible from the published harnesses.

Benchmarks

Folder Benchmark Status
epbench/ EpBench — the Tulving Episodic Memory Benchmark (ICLR 2025) published
comp-proof/ Compression fidelity on long multi-turn sessions (StackExchange replay) coming
tbench/ T-bench — episodic memory across answerer models coming

Headline — EpBench (gpt-5-mini, 200-event book)

Same answerer and judge across arms; the benchmark's own scoring:

Arm Simple Recall Context read
Compresh · TUL 2.0 0.828 query-aware slice
raw / full context 0.804 196 chapters
naive RAG · chapter (top-17) 0.796 17 chapters

Compresh has the highest Simple Recall without reading the whole book, and pulls further ahead on multi-event questions. On chronological ordering, naive RAG currently leads (0.65 vs 0.44) — full breakdown and honest discussion in epbench/. Full writeup: epbench/WRITEUP.md.

Verify the headline in 10 seconds (no API keys)

git clone https://github.com/compresh/compresh-benchmarks
cd compresh-benchmarks && python3 verify.py

verify.py recomputes Simple Recall (the paper method — an unweighted mean over the matching-event bins) from the published per-bin recalls and checks it against the headline scoreboard. Pure standard library: no install, no keys, no network. For the full re-run (calls the models + an independent judge, needs API keys) see epbench/REPRODUCE.md.

Method, in one line

Independent published benchmarks · independent judge · each benchmark's own scoring · open harness + reproduction steps. See each folder's REPRODUCE.md.

License & attribution

Our code and analysis: MIT, © 2026 Compresh Ltd (LICENSE). Third-party benchmarks keep their own licenses and authorship — see each folder's NOTICE (e.g. epbench/NOTICE).

About

Reproducible benchmark results for Compresh: episodic-memory recall + compression fidelity, scored with each benchmark's own method and an independent judge.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages