File size: 1,651 Bytes
734b566 be6fa6e 734b566 94332f1 734b566 be6fa6e 8fdd13b 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 |
---
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
@inproceedings{yu2024automated,
title={Automated Peer Reviewing in Paper SEA: Standardization, Evaluation, and Analysis},
author={Yu, Jianxiang and Ding, Zichen and Tan, Jiaqi and Luo, Kangyang and Weng, Zhenmin and Gong, Chenghua and Zeng, Long and Cui, RenJing and Han, Chengcheng and Sun, Qiushi and others},
booktitle={Findings of the Association for Computational Linguistics: EMNLP 2024},
pages={10164--10184},
year={2024}
}
``` |