English

From Isolated Scoring to Collaborative Ranking: A Comparison-Native Framework for LLM-Based Paper Evaluation

Information Retrieval 2026-05-19 v2 Computation and Language

Abstract

Large language models (LLMs) are currently applied to scientific paper evaluation by assigning an absolute score to each paper independently. However, since score scales vary across conferences, time periods, and evaluation criteria, models trained on absolute scores are prone to fitting narrow, context-specific rules rather than developing robust scholarly judgment. To overcome this limitation, we propose shifting paper evaluation from isolated scoring to collaborative ranking. In particular, we design a C\textbf{C}omparison-N\textbf{N}ative framework for P\textbf{P}aper E\textbf{E}valuation (CNPE\textbf{CNPE}), integrating comparison into both data construction and model learning. We first propose a graph-based similarity ranking algorithm to facilitate the sampling of more informative and discriminative paper pairs from a collection. We then enhance relative quality judgment through supervised fine-tuning and reinforcement learning with comparison-based rewards. At inference, the model performs pairwise comparisons over sampled paper pairs and aggregates these preference signals into a global relative quality ranking. Experimental results demonstrate that our framework achieves an average relative improvement of 21.8% over the strong baseline DeepReview-14B, while exhibiting robust generalization to five previously unseen datasets. Our code is available at https://github.com/ECNU-Text-Computing/ComparisonReview.

Keywords

Cite

@article{arxiv.2603.17588,
  title  = {From Isolated Scoring to Collaborative Ranking: A Comparison-Native Framework for LLM-Based Paper Evaluation},
  author = {Pujun Zheng and Jiacheng Yao and Jinquan Zheng and Chenyang Gu and Guoxiu He and Jiawei Liu and Yong Huang and Tianrui Guo and Wei Lu},
  journal= {arXiv preprint arXiv:2603.17588},
  year   = {2026}
}

Comments

Accepted at Findings of ACL 2026

R2 v1 2026-07-01T11:25:56.804Z