Zihan Luo
2026
Can AI Revise Research Papers with Human Review Feedback? An Empirical Study and Benchmark
Zihan Luo | Hong Huang | Jianxun Lian | Yu Chang | Xing Xie | Hai Jin
Findings of the Association for Computational Linguistics: ACL 2026
Zihan Luo | Hong Huang | Jianxun Lian | Yu Chang | Xing Xie | Hai Jin
Findings of the Association for Computational Linguistics: ACL 2026
The rise of Human-AI collaboration can effectively speed up the research process for experts and allow anyone with critical thinking skills to conduct innovative work. A key part of this collaboration is the AI’s ability to improve a paper with human feedback—updating both the text and experiments to meet high standards. To evaluate this skill, we introduce ReviseBench, an extensible benchmark built on real academic data that can be easily scaled via agent-driven automated data collection. It tests the skills of Large Language Models (LLMs) on paper interpretation, experimental implementation, and paper formulation, using authors’ camera-ready versions as natural human baselines. To facilitate a fine-grained assessment, we further propose ReviseArena, a platform supporting pair-wise comparisons between different AI-revised papers. Our initial evaluation results on ReviseBench reveal that even state-of-the-art foundation LLMs struggle significantly in this domain, achieving a win rate of less than 10% against human experts, and facing issues like incremental revision, unprofessional revision, and potential data fabrication. Our code and data are released publicly at: https://github.com/CGCL-codes/ReviseBench.