Datasets:

Modalities:
Text
Formats:
text
ArXiv:
Libraries:
Datasets
License:
File size: 1,718 Bytes
734b566
 
 
 
 
 
 
 
 
 
be6fa6e
734b566
 
 
 
 
 
 
 
94332f1
 
 
734b566
 
 
 
 
 
 
 
 
 
 
 
 
 
 
be6fa6e
 
 
 
 
 
 
 
 
734b566
be6fa6e
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
---
license: apache-2.0
tags:
- Automated Peer Reviewing
- SFT
- Dataset
---

## Automated Peer Reviewing in Paper SEA: Standardization, Evaluation, and Analysis

Paper Link: https://arxiv.org/abs/2407.12857

Project Page: https://ecnu-sea.github.io/


## Dataset Details

Each dataset contains four types of files as follows:

- **paper_raw_pdf:** Original paper in PDF format.
- **paper_nougat_mmd:** The mmd files after parsed by [Nougat](https://github.com/facebookresearch/nougat).
- **review_raw_txt:** Crawled raw review text.
- **review_json:** The processed review JSON file, including “Decision”, “Meta Review”, and for each review, “Summary”, “Strengths”, “Weaknesses”, “Questions”, “Soundness”, “Presentation”, “Contribution”, “Confidence”, and “Rating”.


## Dataset Sources

We crawl the latest papers and their corresponding reviews from [OpenReview](https://openreview.net), including NeurIPS-2023 and ICLR-2024.



## Citation

<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->

If you find our paper or models helpful, please consider cite as follows:

```bibtex
@misc{yu2024automatedpeerreviewingpaper,
      title={Automated Peer Reviewing in Paper SEA: Standardization, Evaluation, and Analysis}, 
      author={Jianxiang Yu and Zichen Ding and Jiaqi Tan and Kangyang Luo and Zhenmin Weng and Chenghua Gong and Long Zeng and Renjing Cui and Chengcheng Han and Qiushi Sun and Zhiyong Wu and Yunshi Lan and Xiang Li},
      year={2024},
      eprint={2407.12857},
      archivePrefix={arXiv},
      primaryClass={cs.CL},
      url={https://arxiv.org/abs/2407.12857}, 
}
```