OpenReviewer: A Specialized Large Language Model for Generating Critical Scientific Paper Reviews
Maximilian Idahl, Zahra Ahmadi
TL;DR
OpenReviewer presents a specialized long-context 8B-parameter model (Llama-OpenReviewer-8B) fine-tuned on 79K expert ML conference reviews to generate structured, critical pre-submission reviews. It integrates a PDF-to-markdown extraction pipeline (Marker) and a templated, streaming review generation workflow implemented in an open-source demo on HuggingFace Spaces, designed to follow venue guidelines. In a 400-paper evaluation against baselines including GPT-4o and Claude-3.5-Sonnet, OpenReviewer aligns more closely with human reviewers and produces less overly-positive recommendations, indicating the value of domain-specific fine-tuning for review quality. The system is intended as a pre-submission feedback tool to aid authors and complement human peer review, with future work proposed on expanding venues, incorporating citations, and improving evaluation metrics, while addressing ethical considerations.
Abstract
We present OpenReviewer, an open-source system for generating high-quality peer reviews of machine learning and AI conference papers. At its core is Llama-OpenReviewer-8B, an 8B parameter language model specifically fine-tuned on 79,000 expert reviews from top conferences. Given a PDF paper submission and review template as input, OpenReviewer extracts the full text, including technical content like equations and tables, and generates a structured review following conference-specific guidelines. Our evaluation on 400 test papers shows that OpenReviewer produces considerably more critical and realistic reviews compared to general-purpose LLMs like GPT-4 and Claude-3.5. While other LLMs tend toward overly positive assessments, OpenReviewer's recommendations closely match the distribution of human reviewer ratings. The system provides authors with rapid, constructive feedback to improve their manuscripts before submission, though it is not intended to replace human peer review. OpenReviewer is available as an online demo and open-source tool.
