demfier/reviewertoo-iclr2025
ICLR 2025 — Submissions, Reviews & Metareviews ICLR 2025 submissions with metadata, the program decision, reviewer ratings, the human peer-review/rebuttal discussion, and the human metareview. Sourced from OpenReview. Two configs: iclr2025_2k — the curated 1,962-paper evaluation subset used by ReviewerToo (the exact set behind Meta-all 83.4%). iclr2025_full — the full 11,672-paper ICLR 2025 submission pool. Decision breakdown iclr2025_2k iclr2025_full… See the full description on the dataset page: https://huggingface.co/datasets/demfier/reviewertoo-iclr2025.
ICLR 2025 — Submissions, Reviews & Metareviews
ICLR 2025 submissions with metadata, the program decision, reviewer ratings, the human peer-review/rebuttal discussion, and the human metareview. Sourced from OpenReview. Two configs:
- `iclr2025_2k` — the curated 1,962-paper evaluation subset used by ReviewerToo (the exact set behind Meta-all 83.4%).
- `iclr2025_full` — the full 11,672-paper ICLR 2025 submission pool.
Decision breakdown
Reviews are present for 1,812 / 11,520 papers respectively; metareviews for 1,423 / 8,727 (rejected and withdrawn papers often have neither).
Fields
Both configs share one schema, one row per paper:
reviews holds the official reviews and the author/reviewer discussion; metareview holds the area chair's metareview on its own.
Collection
scrape_iclr2025.py (included) pulls the submissions, decisions, and discussion from the OpenReview API. Supply your own credentials via the OPENREVIEW_USERNAME and OPENREVIEW_PASSWORD environment variables.
Loading
from datasets import load_dataset
twok = load_dataset("demfier/reviewertoo-iclr2025-2k", "iclr2025_2k", split="train")
full = load_dataset("demfier/reviewertoo-iclr2025-2k", "iclr2025_full", split="train")License
Content originates from OpenReview (ICLR 2025), released under CC BY 4.0.
