File size: 3,722 Bytes
4b85845 8014293 4b85845 8014293 4b85845 8014293 4b85845 8014293 4b85845 8014293 4b85845 8014293 4b85845 8014293 | 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 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 | ---
dataset_info:
features:
- name: forum_id
dtype: string
- name: forum_title
dtype: string
- name: forum_authors
sequence: string
- name: forum_abstract
dtype: string
- name: forum_keywords
sequence: string
- name: forum_pdf_url
dtype: string
- name: forum_url
dtype: string
- name: note_id
dtype: string
- name: note_type
dtype: string
- name: note_created
dtype: int64
- name: note_replyto
dtype: string
- name: note_readers
sequence: string
- name: note_signatures
sequence: string
- name: venue
dtype: string
- name: year
dtype: string
- name: note_text
dtype: string
splits:
- name: train
num_bytes: 2565679898
num_examples: 626430
download_size: 758998779
dataset_size: 2565679898
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
license: odc-by
language:
- en
tags:
- peer-review
- openreview
- scientific-reviews
size_categories:
- 100K<n<1M
---
# OpenReview Raw
Raw peer review data from OpenReview, covering major ML/AI venues (ICLR, NeurIPS, EMNLP, COLM, ACM MM, and more). Includes reviews, official comments, meta-reviews, and decisions for 49,023 unique papers.
Originally from [`sumukshashidhar-archive/openreview_raw`](https://huggingface.co/datasets/sumukshashidhar-archive/openreview_raw).
This dataset is a compilation of publicly available data from OpenReview. All original content and data rights belong to OpenReview. This compilation is made available under the Open Data Commons Attribution License (ODC-By). Users must attribute both this compilation and the original source (OpenReview) in any use of this dataset.
## Dataset Statistics
| Statistic | Value |
|-----------|-------|
| Total rows | 626,430 |
| Unique papers | 49,023 |
| Unique venues | 349 |
| Year range | 2013–2025 |
### Note Types
| Type | Count | % |
|------|-------|---|
| official_comment | 349,653 | 55.8% |
| official_review | 186,462 | 29.8% |
| decision | 31,450 | 5.0% |
| review | 28,616 | 4.6% |
| comment | 16,753 | 2.7% |
| meta_review | 13,496 | 2.2% |
### Top Venues
| Venue | Count |
|-------|-------|
| ICLR 2025 | 198,960 |
| ICLR 2024 | 110,570 |
| NeurIPS 2024 | 75,555 |
| NeurIPS 2023 | 64,562 |
| EMNLP 2023 | 22,742 |
| NeurIPS 2022 | 16,278 |
| ICLR 2022 | 14,593 |
| NeurIPS 2021 | 13,605 |
| ICLR 2021 | 12,275 |
| ICLR 2019 | 11,916 |
### Year Distribution
| Year | Count |
|------|-------|
| 2013 | 373 |
| 2014 | 651 |
| 2016 | 295 |
| 2017 | 626 |
| 2018 | 1,158 |
| 2019 | 14,284 |
| 2020 | 12,979 |
| 2021 | 35,943 |
| 2022 | 44,621 |
| 2023 | 96,525 |
| 2024 | 219,635 |
| 2025 | 199,340 |
### Note Text Length (characters)
| Statistic | Value |
|-----------|-------|
| Mean | 2,268 |
| Median | 2,023 |
| Min | 10 |
| Max | 56,453 |
## Schema
- **forum_id** — OpenReview forum identifier (one per paper)
- **forum_title** — Paper title
- **forum_authors** — List of paper authors
- **forum_abstract** — Paper abstract
- **forum_keywords** — Paper keywords
- **forum_pdf_url** — Link to PDF on OpenReview
- **forum_url** — Link to forum on OpenReview
- **note_id** — Unique identifier for this note (review/comment/decision)
- **note_type** — One of: `official_review`, `official_comment`, `decision`, `review`, `comment`, `meta_review`
- **note_created** — Unix timestamp (milliseconds) of note creation
- **note_replyto** — ID of the note this is replying to
- **note_readers** — List of reader groups with access
- **note_signatures** — List of note author signatures
- **venue** — Conference/venue identifier
- **year** — Publication year
- **note_text** — Full text content of the note
|