Commit 79077aa
Run gamma distribution experiment + add openrouter calibration script
Experiment 1+3 (Gamma distribution + structural ground truth):
- Pulled n=2000 active markets from gamma-api.polymarket.com (4 pages
× 500, ~3.5s total)
- vol24hr P10/P50/P90 = $0 / $40 / $18,333
- Liquidity P10/P50/P90 = $787 / $10,138 / $221,690
- Spread P10/P50/P90 = 0.001 / 0.01 / 0.10 (present in raw Gamma —
PR #4 spec was wrong to exclude this)
- 14-90d-to-resolution band = 693 markets (35%) — target range OK
- Derived 10,122 mutex pairs from 171 neg-risk groups → T4 $0 corpus
validated
Implications:
- Q1 thresholds in PR #3 are way too high; data-driven values in report
- Q4 T4 corpus problem disappears (10k+ pairs from structure alone)
- PR #4 spec needs amendment for spread availability + dead-tier
rephrasing (liquidity, not volume, as P10 boundary)
Raw NDJSON under data/experiments/ is gitignored; only script + report
committed.
Experiment 2 (OpenRouter calibration script, ~$0.001 total):
- One-shot validation that Gemini Flash V2 strict prompt actually
produces schema-conforming JSON with verbatim grounding
- Requires OPENROUTER_API_KEY at runtime; not run yet
- Will calibrate the $0.00009/call estimate in PR #6
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent c7e0ec3 commit 79077aa
3 files changed
Lines changed: 743 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 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 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
0 commit comments