Data & Code
A single place for starter code, core QANTA datasets, and paper-specific resources.
Competition / Tutorial Code
The best way to quickly get started with these data and this format is to use the CodaLab starter system and run it locally.
| Resource | Link | Description |
|---|---|---|
| Competition baseline | Pinafore/qanta-codalab | Simplified system for quick setup, inspection, and leaderboard submission |
| Full research codebase | Pinafore/qb | Main QA system used in exhibition matches and research prototypes |
| Leaderboard | CodaLab | Submit and compare systems |
QANTA Data
Computer-friendly data derived directly from quiz bowl data:
- Normal Questions
- Human responses
- Naturalized Questions
- Adversarial Questions (in the same format as the normal questions)
| Data Direct Download | Huggingface Link | Description | Code |
|---|---|---|---|
| QANTA main datasets | QANTA_dataset | Canonical QANTA question data and related dataset docs | Pinafore/qb |
| Raw Protobowl · Sample buzzes | - | Human gameplay traces grouped by user, plus normalized question references and preview statistics | |
| - | Clustered Protobowl Responses | Human answer traces and response behavior data | maharshi95/neural-irt |
| QB_2021 2018 | QB2NQ | Naturalized questions derived from trivia-style QA | Pinafore/qb2nq |
| Adversarial questions JSON | - | Adversarial examples in compatible QA format | Eric-Wallace/trickme-interface |
Protobowl Human Gameplay Preview
The Protobowl release includes normalized question records, user-grouped buzz traces, a small sample file for inspection, and a manifest documenting the sharded gzip archives.
This dataset supports work on incremental answering, opponent modeling, and human behavior in quiz bowl systems.
Full Dataset Catalog
The 2021 tossup release is the main benchmark dataset for modern QANTA work:
QANTA Tossup Dataset
~100k pyramid-style quiz bowl tossup questions with full text, answers, and metadata (category, tournament, year).
2021
| Split | Download |
|---|---|
| Train | Download |
| Dev | Download |
2018
| Split | Download |
|---|---|
| Train | Download |
| Dev | Download |
Code: github.com/Pinafore/qb
Historical releases: http://cs.umd.edu/~miyyer/qblearn/
Code / Data from Papers
Contact
For dataset access or questions: qanta@googlegroups.com