File size: 1,254 Bytes
baeedfb
8d7aad4
 
 
 
af0d989
 
baeedfb
8d7aad4
baeedfb
 
8d7aad4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
27
28
29
30
31
32
33
34
35
36
---
title: Paper Compression  Context Experiment
emoji: 📄
colorFrom: blue
colorTo: yellow
sdk: static
app_file: index.html
pinned: false
license: mit
---

# Paper Compression — Prior-Context Experiment

Interactive visualization of an off-vs-on context experiment: does giving a
memoryless reconstructor access to a paper's prior reference paper let it recover
the target theorem from a **shorter** compressed summary?

- **Target:** *On Language Generation in the Limit with Bounded Memory* (arXiv 2605.30324)
- **Context paper:** Kleinberg & Mullainathan, *Language Generation in the Limit* (arXiv 2404.06757)
- **Design:** budgets {200, 300, 400} × {OFF, ON} × 3 trials

## Tabs

- **Report** — narrative writeup and headline conclusion.
- **Results** — pass-rate chart, blinded comparative ranking, per-trial rank spread.
- **Runs** — browse each reconstruction's PDF alongside the evaluator's verdict.

## Data

All artifacts live under `data/`:
`scores.jsonl`, `ranking.json`/`.md`, `report.md`, and `pdfs/{budget}_{cond}_run{k}.pdf`
plus matching `.comparison.md` evaluator verdicts.

Generated by the [paper-compression](https://github.com/) harness. No model calls
happen in the app — it only visualizes precomputed artifacts.