Daoze commited on
Commit
c2a1823
Β·
verified Β·
1 Parent(s): ae0b3da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -1
README.md CHANGED
@@ -6,4 +6,37 @@ language:
6
  - en
7
  size_categories:
8
  - 100K<n<1M
9
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  - en
7
  size_categories:
8
  - 100K<n<1M
9
+ ---
10
+
11
+
12
+ ### Introduction
13
+
14
+ This dataset is the largest real-world consistency-ensured dataset for peer review, which features the widest range of conferences and the most complete review stages, including initial submissions, reviews, ratings and confidence, aspect ratings, rebuttals, discussions, score changes, meta-reviews, and final decisions.
15
+
16
+
17
+
18
+ ### Comparison with Existing Datasets
19
+
20
+ The comparison between our proposed dataset and existing peer review datasets is given below. **Only the datasets in [bold] can guarantee all provided papers are initial submissions, which is critical for the consistency and quality of the review data.** For the β€œTask” column, AP is the abbreviation for Acceptance Prediction, SP for Score Prediction, RA refers to Review Analysis tasks, RG stands for Review Generation, and MG denotes Meta-review Generation. In the three columns representing numbers, β€œ-” means please refer to the original dataset for the number.
21
+
22
+ | Dataset Name | Data Source | Task | Reviews | Aspect Scores | Rebuttal | Score Changes | Meta-reviews | Final Decision | #Paper | #Review Comments | #Rebuttal |
23
+ | ----------------- | --------------------------------------------- | ------------------ | ------- | ------------- | -------- | ------------- | ------------ | -------------- | ---------- | ---------------- | ---------- |
24
+ | PeerRead | ICLR 17, ACL 17, NeurIPS 13-17 | AP, SP | βœ“ | βœ“ | βœ“ | βœ“ | βœ“ | βœ“ | 14,700 | 10,700 | 0 |
25
+ | DISAPERE | ICLR 19-20 | RA | βœ“ | βœ“ | βœ“ | | | | 0 | 506 | 506 |
26
+ | PEERAssist | ICLR 17-20 | AP | βœ“ | βœ“ | | | | | 4,467 | 13,401 | 0 |
27
+ | **[MReD]** | **ICLR 18-21** | **MG** | **βœ“** | **βœ“** | | **βœ“** | **βœ“** | **βœ“** | **7,894** | **30,764** | **0** |
28
+ | ASAP-Review | ICLR 17-20, NeurIPS 16-19 | RG | βœ“ | βœ“ | βœ“ | βœ“ | | | 8,877 | 28,119 | 0 |
29
+ | **[NLPeer]** | **ACL 17, ARR 22, COLING 20, CONLL 16** | **RA** | **βœ“** | **βœ“** | **βœ“** | **βœ“** | | | **5,672** | **11,515** | **0** |
30
+ | PRRCA | ICLR 17-21 | MG | βœ“ | βœ“ | βœ“ | βœ“ | βœ“ | βœ“ | 7,627 | 25,316 | - |
31
+ | Zhang et al. | ICLR 17-22 | RA | βœ“ | βœ“ | βœ“ | βœ“ | βœ“ | βœ“ | 10,289 | 36,453 | 68,721 |
32
+ | **[ARIES]** | **OpenReview** | **RG** | **βœ“** | **βœ“** | **βœ“** | **βœ“** | **βœ“** | **βœ“** | **1,720** | **4,088** | **0** |
33
+ | AgentReview | ICLR 20-23 | RG, MG | βœ“ | βœ“ | βœ“ | βœ“ | βœ“ | βœ“ | 500 | 10,460 | - |
34
+ | Reviewer2 | ICLR 17-23, NeurIPS 16-22 (PeerRead & NLPeer) | RG | βœ“ | βœ“ | βœ“ | βœ“ | βœ“ | βœ“ | 27,805 | 99,727 | 0 |
35
+ | RR-MCQ | ICLR 17 (from PeerRead) | RG | βœ“ | βœ“ | | | | | 14 | 55 | 0 |
36
+ | ReviewMT | ICLR 17-24 | RG | βœ“ | βœ“ | βœ“ | βœ“ | βœ“ | βœ“ | 26,841 | 92,017 | 0 |
37
+ | Review-5K | ICLR 24 | RG | βœ“ | βœ“ | βœ“ | βœ“ | βœ“ | βœ“ | 4,991 | 16,000 | 0 |
38
+ | DeepReview-13K | ICLR 24-25 | RG | βœ“ | βœ“ | βœ“ | βœ“ | βœ“ | βœ“ | 13,378 | 13,378 | 0 |
39
+ | **[Our dataset]** | **45 venues from 2017 to 2025** | **RG, MG, AP, SP** | **βœ“** | **βœ“** | **βœ“** | **βœ“** | **βœ“** | **βœ“** | **19,926** | **70,668** | **53,818** |
40
+
41
+
42
+