Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
License:
Haixx commited on
Commit
3a0f201
·
verified ·
1 Parent(s): 426cd24

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +178 -101
README.md CHANGED
@@ -1,110 +1,187 @@
1
  ---
2
  dataset_info:
3
  features:
4
- - name: paper_id
5
- dtype: string
6
- - name: arxiv_id
7
- dtype: string
8
- - name: title
9
- dtype: string
10
- - name: markdown
11
- struct:
12
- - name: content
13
  dtype: string
14
- - name: metadata
15
- struct:
16
- - name: authors
17
- list: string
18
- - name: title
19
- dtype: string
20
- - name: total_chars
21
- dtype: int64
22
- - name: total_lines
23
- dtype: int64
24
- - name: updated_at
25
- dtype: string
26
- - name: reviews
27
- list:
28
- - name: confidence
29
- dtype: int64
30
- - name: contribution
31
- dtype: int64
32
- - name: id
33
- dtype: string
34
- - name: initial_rating
35
- dtype: int64
36
- - name: presentation
37
- dtype: int64
38
- - name: questions
39
- dtype: string
40
- - name: soundness
41
- dtype: int64
42
- - name: strengths
43
- dtype: string
44
- - name: summary
45
- dtype: string
46
- - name: weaknesses
47
- dtype: string
48
- - name: scores
49
- struct:
50
- - name: confidence
51
- dtype: string
52
- - name: confidence_avg
53
- dtype: float64
54
- - name: contribution
55
- dtype: string
56
- - name: contribution_avg
57
- dtype: float64
58
- - name: presentation
59
- dtype: string
60
- - name: presentation_avg
61
- dtype: float64
62
- - name: rating
63
- dtype: string
64
- - name: rating_avg
65
- dtype: float64
66
- - name: soundness
67
- dtype: string
68
- - name: soundness_avg
69
- dtype: float64
70
- - name: metadata
71
- struct:
72
- - name: primary_area
73
- dtype: string
74
- - name: processed_at
75
  dtype: string
76
- - name: track
77
  dtype: string
78
- - name: venue
79
- dtype: string
80
- - name: venueid
81
- dtype: string
82
- - name: meta_review
83
- struct:
84
- - name: additional_comments
85
- dtype: string
86
- - name: id
87
- dtype: string
88
- - name: metareview
89
- dtype: string
90
- - name: decision
91
- struct:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
92
  - name: decision
93
- dtype: string
 
 
94
  splits:
95
- - name: train
96
- num_bytes: 309430749
97
- num_examples: 4011
98
- - name: test
99
- num_bytes: 92010709
100
- num_examples: 1000
101
- download_size: 190049084
102
- dataset_size: 401441458
103
- configs:
104
- - config_name: default
105
- data_files:
106
- - split: train
107
- path: data/train-*
108
- - split: test
109
- path: data/test-*
 
 
 
110
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  dataset_info:
3
  features:
4
+ - name: paper_id
 
 
 
 
 
 
 
 
5
  dtype: string
6
+ - name: arxiv_id
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  dtype: string
8
+ - name: title
9
  dtype: string
10
+ - name: markdown
11
+ struct:
12
+ - name: content
13
+ dtype: string
14
+ - name: metadata
15
+ struct:
16
+ - name: authors
17
+ sequence: string
18
+ - name: title
19
+ dtype: string
20
+ - name: total_chars
21
+ dtype: int64
22
+ - name: total_lines
23
+ dtype: int64
24
+ - name: updated_at
25
+ dtype: string
26
+ - name: reviews
27
+ list:
28
+ - name: id
29
+ dtype: string
30
+ - name: initial_rating
31
+ dtype: int64
32
+ - name: confidence
33
+ dtype: int64
34
+ - name: soundness
35
+ dtype: int64
36
+ - name: contribution
37
+ dtype: int64
38
+ - name: presentation
39
+ dtype: int64
40
+ - name: summary
41
+ dtype: string
42
+ - name: strengths
43
+ dtype: string
44
+ - name: weaknesses
45
+ dtype: string
46
+ - name: questions
47
+ dtype: string
48
+ - name: scores
49
+ struct:
50
+ - name: rating
51
+ dtype: string
52
+ - name: rating_avg
53
+ dtype: float64
54
+ - name: confidence
55
+ dtype: string
56
+ - name: confidence_avg
57
+ dtype: float64
58
+ - name: soundness
59
+ dtype: string
60
+ - name: soundness_avg
61
+ dtype: float64
62
+ - name: contribution
63
+ dtype: string
64
+ - name: contribution_avg
65
+ dtype: float64
66
+ - name: presentation
67
+ dtype: string
68
+ - name: presentation_avg
69
+ dtype: float64
70
+ - name: metadata
71
+ struct:
72
+ - name: primary_area
73
+ dtype: string
74
+ - name: track
75
+ dtype: string
76
+ - name: venue
77
+ dtype: string
78
+ - name: venueid
79
+ dtype: string
80
+ - name: processed_at
81
+ dtype: string
82
+ - name: meta_review
83
+ struct:
84
+ - name: id
85
+ dtype: string
86
+ - name: metareview
87
+ dtype: string
88
+ - name: additional_comments
89
+ dtype: string
90
  - name: decision
91
+ struct:
92
+ - name: decision
93
+ dtype: string
94
  splits:
95
+ - name: train
96
+ num_examples: 4011
97
+ - name: test
98
+ num_examples: 1000
99
+ license: mit
100
+ task_categories:
101
+ - text-generation
102
+ - text2text-generation
103
+ language:
104
+ - en
105
+ tags:
106
+ - peer-review
107
+ - scientific-papers
108
+ - ICLR
109
+ - paper-review
110
+ - NLP
111
+ size_categories:
112
+ - 1K<n<10K
113
  ---
114
+
115
+ # ProReviewer Dataset
116
+
117
+ A version-matched dataset of ICLR paper submissions paired with their initial peer reviews and scores. Each sample contains the initial submission of a paper matched with the reviewers initial ratings (before the discussion phase), enabling research on automated scientific peer review.
118
+
119
+ ## Dataset Description
120
+
121
+ This dataset supports training and evaluating automated peer review systems. All papers and reviews are version-matched: the paper content corresponds to the initial submission, and the review scores reflect the initial ratings assigned before any author-reviewer discussion.
122
+
123
+ ### Splits
124
+
125
+ | Split | Source | Samples | Description |
126
+ |-------|--------|---------|-------------|
127
+ | train | ICLR 2025 | 4,011 | Training set for RL/SFT |
128
+ | test | ICLR 2026 | 1,000 | Held-out evaluation set |
129
+
130
+ ### Features
131
+
132
+ | Field | Type | Description |
133
+ |-------|------|-------------|
134
+ | paper_id | string | OpenReview paper ID |
135
+ | arxiv_id | string | arXiv identifier |
136
+ | title | string | Paper title |
137
+ | markdown | dict | Paper content (initial submission) in markdown with metadata (authors, char/line counts) |
138
+ | reviews | list | List of peer reviews (see below) |
139
+ | scores | dict | Aggregated initial scores across reviewers (rating_avg, confidence_avg, etc.) |
140
+ | metadata | dict | Submission metadata (primary_area, track, venue) |
141
+ | meta_review | dict | Area chair meta-review and additional comments |
142
+ | decision | dict | Final acceptance decision (e.g., Accept (Poster), Reject) |
143
+
144
+ Each review contains:
145
+
146
+ | Field | Type | Description |
147
+ |-------|------|-------------|
148
+ | id | string | Reviewer ID |
149
+ | initial_rating | int | Rating before discussion (1-10) |
150
+ | confidence | int | Reviewer confidence score |
151
+ | soundness | int | Technical soundness score |
152
+ | contribution | int | Contribution significance score |
153
+ | presentation | int | Presentation quality score |
154
+ | summary | string | Paper summary by reviewer |
155
+ | strengths | string | Identified strengths |
156
+ | weaknesses | string | Identified weaknesses |
157
+ | questions | string | Questions for the authors |
158
+
159
+ ## Usage
160
+
161
+
162
+
163
+ ## Version Matching
164
+
165
+ All data is version-matched to ensure consistency:
166
+
167
+ - **Paper content**: Corresponds to the initial submission (before any revisions in response to reviews)
168
+ - **Review scores**: Reflect the initial ratings assigned by reviewers (before the discussion/rebuttal phase)
169
+
170
+ This version matching is important for training review agents, as it ensures the model learns to evaluate papers as they were first submitted, with scores that reflect first impressions rather than post-discussion adjustments.
171
+
172
+ ## Source
173
+
174
+ Papers and reviews were collected from [OpenReview](https://openreview.net/) for the ICLR 2025 and ICLR 2026 venues.
175
+
176
+ ## Associated Resources
177
+
178
+ - **Paper**: [From Passive Generation to Investigation: A Proactive Scientific Peer Review Agent](https://arxiv.org/abs/2606.13349)
179
+ - **Code**: [UKPLab/arxiv2026-ProReviewer](https://github.com/UKPLab/arxiv2026-ProReviewer)
180
+
181
+ ## Citation
182
+
183
+
184
+
185
+ ## License
186
+
187
+ This dataset is released under the [MIT License](https://opensource.org/licenses/MIT).