Driver metadata
- Slug
- bigbird
- Status
- active
- Protocol match
- unknownDriver measures a metric the paper does not directly report. Validator C1 auto-downgrades not_reproduced to pending.
- Agent version
- v0.1.0-bigbird-wikitext2-3slice6
- Paper
- Big Bird: Transformers for Longer Sequences
- Model
- google/bigbird-roberta-base
Claim citation
This is the exact paper claim the driver compares against before the Verdict Validator allows any public WRONG path.
- Location
- Section 4 · BigBird-RoBERTa-base
- Metric
- WikiText-2 MLM perplexity (probe)(perplexity)
- Reported value
- 25
- PDF page
- 6
- Quoted text
- “BigBird”
Source
Every driver is a TypeScript orchestration script that routes the result through the Verdict Validator. Drivers with runnable public checkpoints also link the hermetic Modal job that loads the model and measures the paper claim.
- scripts/run-reproduction-bigbird.ts ↗— TS orchestrator (claim citation, DB write, validator wiring)
- modal/reproduce_bigbird.py ↗— Python Modal job (HF model load, evaluation harness, measurement)