ffjasonyu commited on
Commit
352a037
1 Parent(s): 52450cc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -8
README.md CHANGED
@@ -25,13 +25,11 @@ Project Page: https://ecnu-sea.github.io/
25
  The SEA-S model aims to integrate all reviews for each paper into one to eliminate redundancy and errors, focusing on the major advantages and disadvantages of the paper. Specifically, we first utilize GPT-4 to integrate multiple reviews of a paper into one (From [ECNU-SEA/SEA_data](https://huggingface.co/datasets/ECNU-SEA/SEA_data)) that is in a unified format and criterion with constructive contents, and form an instruction dataset for SFT. After that, we fine-tune [Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) to distill the knowledge of GPT-4. Therefore, SEA-S provides a novel paradigm for integrating peer review data in an unified format across various conferences.
26
 
27
  ```bibtex
28
- @misc{yu2024automatedpeerreviewingpaper,
29
- title={Automated Peer Reviewing in Paper SEA: Standardization, Evaluation, and Analysis},
30
- 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},
31
- year={2024},
32
- eprint={2407.12857},
33
- archivePrefix={arXiv},
34
- primaryClass={cs.CL},
35
- url={https://arxiv.org/abs/2407.12857},
36
  }
37
  ```
 
25
  The SEA-S model aims to integrate all reviews for each paper into one to eliminate redundancy and errors, focusing on the major advantages and disadvantages of the paper. Specifically, we first utilize GPT-4 to integrate multiple reviews of a paper into one (From [ECNU-SEA/SEA_data](https://huggingface.co/datasets/ECNU-SEA/SEA_data)) that is in a unified format and criterion with constructive contents, and form an instruction dataset for SFT. After that, we fine-tune [Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) to distill the knowledge of GPT-4. Therefore, SEA-S provides a novel paradigm for integrating peer review data in an unified format across various conferences.
26
 
27
  ```bibtex
28
+ @inproceedings{yu2024automated,
29
+ title={Automated Peer Reviewing in Paper SEA: Standardization, Evaluation, and Analysis},
30
+ 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},
31
+ booktitle={Findings of the Association for Computational Linguistics: EMNLP 2024},
32
+ pages={10164--10184},
33
+ year={2024}
 
 
34
  }
35
  ```