CLAIOct 13, 2020

ReviewRobot: Explainable Paper Review Generation based on Knowledge Synthesis

arXiv:2010.06119v31010 citations
AI Analysis

This addresses the need for efficient and constructive review assistance for paper reviewers, program chairs, and authors, though it is incremental in automating an existing human task.

The paper tackles the problem of automating the paper review process by developing ReviewRobot, which assigns review scores and generates explainable comments based on knowledge synthesis from multiple sources, achieving 71.4%-100% accuracy in score prediction and 41.7%-70.5% validity in generated comments.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes