[EMNLP 2024 Findings] SEA is an automated paper review framework capable of generating comprehensive and high-quality review feedback with high consistency for papers, thereby assisting researchers in improving the quality of their work.
Unsure about the shortcomings in your work? Hereโs what you can do....
https://github.com/ecnu-sea/sea/assets/52284163/2473418b-be94-4691-96d8-7ba79ab4690b
๐ฅ News
- 2024.09: ๐ SEA is accepted by EMNLP2024 ! ๐ฅณ๐ฅณ๐ฅณ๐ฅ๐ฅ๐ฅ
- 2024.06: ๐ We have made SEA series models and dataset public !
โ What is SEA
SEA is a novel framework for automated paper reviewing based on three modules: Standardization, Evaluation, and Analysis. SEA is capable of generating comprehensive and high-quality review feedback with high consistency for papers, thereby assisting researchers in improving the quality of their work.
โก๏ธ Quickstart
- Clone the GitHub Repository:
git clone https://github.com/ecnu-sea/SEA.git
- Set Up Python Environment:
conda create -n sea python=3.10 -y
conda activate sea
- Install SEA Dependencies:
cd SEA
pip install -r requirements.txt
- Download SEA-E model:
python webui/downloadmodel.py
- Now you are ready to have fun:
cd web_ui
bash run_webui.sh
Tips: You can set the model path downloaded from Hugging Face in the webui/runwebui.sh file.
๐ก Disclaimer
It must be underscored that the primary objective of SEA is to provide informative reviews for authors to furnish authors with insightful critiques aimed at refining their works, rather than directly influencing decisions regarding the acceptance or rejection of the papers. Commercial use is not allowed., and we have emphasized this point in the supplementary clauses of the model's license.
๐ Citation
@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}
}
๐ฌ Contact
If you have any inquiries, suggestions, or wish to contact us for any reason, we warmly invite you to email us at sea.ecnu@gmail.com.
Automated Peer Reviewing in Paper SEA: Standardization, Evaluation, and Analysis