Datasets:

Modalities:
Text
Formats:
text
ArXiv:
Libraries:
Datasets
License:
ffjasonyu commited on
Commit
734b566
·
verified ·
1 Parent(s): 3d30bab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -3
README.md CHANGED
@@ -1,3 +1,47 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - Automated Peer Reviewing
5
+ - SFT
6
+ - Dataset
7
+ ---
8
+
9
+ ## Automated Peer Reviewing in Paper SEA: Standardization, Evaluation, and Analysis
10
+
11
+ Paper Link: https://arxiv.org/abs/2311.09278
12
+
13
+ Project Page: https://ecnu-sea.github.io/
14
+
15
+
16
+ ## Dataset Details
17
+
18
+ Each dataset contains four types of files as follows:
19
+
20
+ - **paper_raw_pdf:** Original paper in PDF format
21
+ - **paper_nougat_mmd:** The mmd files after parsed by [Nougat](https://github.com/facebookresearch/nougat)
22
+ - **review_raw_txt:** Crawled raw review text
23
+ - **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”.
24
+
25
+
26
+ ## Dataset Sources
27
+
28
+ We crawl the latest papers and their corresponding reviews from [OpenReview](https://openreview.net), including NeurIPS-2023 and ICLR-2024.
29
+
30
+
31
+
32
+ ## Citation
33
+
34
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
35
+
36
+ If you find our paper or models helpful, please consider cite as follows:
37
+
38
+ ```bibtex
39
+ @misc{yu2024sea,
40
+ title={Automated Peer Reviewing in Paper SEA: Standardization, Evaluation, and Analysis},
41
+ author={Jianxiang Yu and Zichen Ding and Jiaqi Tan and Kangyang Luo and Zhenmin Weng and Chegnhua Gong and Long Zeng and Renjing Cui and Chengcheng Han and Qiushi Sun and Zhiyong Wu and Yunshi Lan and Xiang Li},
42
+ year={2024},
43
+ eprint={2406.26456},
44
+ archivePrefix={arXiv},
45
+ primaryClass={cs.AI}
46
+ }
47
+ ```