IRCLDLLGOct 23, 2023

Chain-of-Factors Paper-Reviewer Matching

arXiv:2310.14483v412 citationsh-index: 21
Originality Incremental advance
AI Analysis

This addresses the critical need for accurate reviewer assignment in academic conferences, though it is incremental as it builds on existing factors by combining them.

The paper tackles the problem of automated paper-reviewer matching by proposing a unified model that jointly considers semantic, topic, and citation factors, achieving consistent effectiveness across four datasets compared to state-of-the-art methods.

With the rapid increase in paper submissions to academic conferences, the need for automated and accurate paper-reviewer matching is more critical than ever. Previous efforts in this area have considered various factors to assess the relevance of a reviewer's expertise to a paper, such as the semantic similarity, shared topics, and citation connections between the paper and the reviewer's previous works. However, most of these studies focus on only one factor, resulting in an incomplete evaluation of the paper-reviewer relevance. To address this issue, we propose a unified model for paper-reviewer matching that jointly considers semantic, topic, and citation factors. To be specific, during training, we instruction-tune a contextualized language model shared across all factors to capture their commonalities and characteristics; during inference, we chain the three factors to enable step-by-step, coarse-to-fine search for qualified reviewers given a submission. Experiments on four datasets (one of which is newly contributed by us) spanning various fields such as machine learning, computer vision, information retrieval, and data mining consistently demonstrate the effectiveness of our proposed Chain-of-Factors model in comparison with state-of-the-art paper-reviewer matching methods and scientific pre-trained language models.

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