English

ReviewRobot: Explainable Paper Review Generation based on Knowledge Synthesis

Computation and Language 2025-06-11 v3 Artificial Intelligence

Abstract

To assist human review process, we build a novel ReviewRobot to automatically assign a review score and write comments for multiple categories such as novelty and meaningful comparison. A good review needs to be knowledgeable, namely that the comments should be constructive and informative to help improve the paper; and explainable by providing detailed evidence. ReviewRobot achieves these goals via three steps: (1) We perform domain-specific Information Extraction to construct a knowledge graph (KG) from the target paper under review, a related work KG from the papers cited by the target paper, and a background KG from a large collection of previous papers in the domain. (2) By comparing these three KGs, we predict a review score and detailed structured knowledge as evidence for each review category. (3) We carefully select and generalize human review sentences into templates, and apply these templates to transform the review scores and evidence into natural language comments. Experimental results show that our review score predictor reaches 71.4%-100% accuracy. Human assessment by domain experts shows that 41.7%-70.5% of the comments generated by ReviewRobot are valid and constructive, and better than human-written ones for 20% of the time. Thus, ReviewRobot can serve as an assistant for paper reviewers, program chairs and authors.

Keywords

Cite

@article{arxiv.2010.06119,
  title  = {ReviewRobot: Explainable Paper Review Generation based on Knowledge Synthesis},
  author = {Qingyun Wang and Qi Zeng and Lifu Huang and Kevin Knight and Heng Ji and Nazneen Fatema Rajani},
  journal= {arXiv preprint arXiv:2010.06119},
  year   = {2025}
}

Comments

14 pages. Accepted by The 14th International Conference on Natural Language Generation (INLG 2020) Code and resource is available at https://github.com/EagleW/ReviewRobot

R2 v1 2026-06-23T19:17:52.237Z