RECO-Rank: A Compensatory Multi-Evidence Ranking Model for Cross-Domain Reviewer Recommendation
This paper proposes RECO-Rank, a compensatory multi-evidence ranking model that integrates semantic, topic, and citation signals to overcome the limitations of semantic-first filtering in cross-domain reviewer recommendation, thereby improving the identification of suitable reviewers with divergent terminology while maintaining top-ranked precision.
Original paper licensed under CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine you are trying to find the perfect person to judge a science fair project. You have a giant list of experts, but you need to pick the top few who can actually understand the student's work. Usually, computers do this by looking for "word matches." If the student's project is about "space rockets," the computer looks for experts who have written about "rockets" and "space." This works great when everyone speaks the same language. But what if the student's project is a mix of two different worlds? Maybe it's about "using rocket fuel to power a new kind of video game." A computer looking only for the word "rocket" might miss a brilliant game designer who knows everything about fuel systems but never uses the word "rocket" in their old papers. They might also miss a fuel expert who talks about "propulsion" instead of "rockets." If the computer throws these people out too early because their words don't match perfectly, the student loses a great judge. This is the tricky problem of "cross-domain" matching: finding experts who are perfect for a job but sound like they are from a different planet because they use different vocabulary.
This is exactly the puzzle tackled by a new method called RECO-Rank, created by researchers Jiahao Chen, Jinying Xu, and Zhijian Fang. They realized that the old way of picking reviewers is like a strict bouncer at a club who only checks your ID for one specific photo. If your face looks slightly different than the photo, you get kicked out before you can even show your other credentials. The researchers suggest that instead of kicking people out immediately, we should let them in and then look at all their evidence. They built a system that doesn't just listen to the words; it also checks the "topic" (what the work is actually about) and the "citation" (who the person has worked with or studied). Their goal was to save the "boundary cases"—those perfect experts who get rejected by simple word-matching but are actually the best fit.
The Problem: The "Word-Match" Trap
The paper starts by pointing out a flaw in how we currently find reviewers for scientific papers. Most systems use a "semantic-first" approach. This means they first check if the words in the new paper match the words in a reviewer's past papers. If the match is weak, the reviewer is eliminated immediately.
The authors argue this is dangerous for "cross-domain" papers—those that mix ideas from different fields. Imagine a paper that combines biology and computer science. A pure biology expert might use words like "cells" and "DNA," while a computer scientist might use "algorithms" and "data." If the new paper uses a mix of both, a system looking only for "DNA" might miss the computer scientist, and a system looking only for "algorithms" might miss the biologist. Even worse, if the new paper uses fancy, modern words that don't match the older, simpler words in a reviewer's history, that reviewer gets kicked out before the system can realize they are actually an expert.
The paper explicitly rules out the idea that we should just throw away the old "word-matching" systems entirely. Instead, they argue that word-matching is still the most important "anchor." You still need to make sure the reviewer can understand the basic question. The problem is that we shouldn't stop there. We shouldn't let a single mismatch in vocabulary erase a reviewer who has strong proof of expertise in other ways.
The Solution: RECO-Rank's "Two-Path" Strategy
The researchers propose RECO-Rank, which stands for a "Compensatory Multi-Evidence Ranking Model." Think of it as a smart hiring manager who uses a two-step interview process instead of a single quick glance.
1. The Calibration (Getting the Rulers Straight)
First, the system realizes that different types of evidence (words, topics, and citations) are measured on different scales. It's like trying to compare a ruler, a scale, and a thermometer. You can't just add the numbers together. RECO-Rank first "calibrates" these scores so they are all on the same playing field. It adjusts the scores based on the specific paper being reviewed, ensuring that a high score in "topic" is comparable to a high score in "words."
2. The Two-Path System (Main Path vs. Compensation)
This is the core of the invention. The system splits the decision-making into two paths:
- The Main Path: This path sticks to the "semantic" (word) evidence. It makes sure the reviewer is anchored to the core topic. If a reviewer doesn't understand the basic words of the paper, they shouldn't be recommended, no matter how famous they are. This path keeps the system from getting confused by noise.
- The Compensation Branch: This is the hero of the story. If a reviewer has a low "word" score but a very high "topic" or "citation" score, this branch says, "Wait a minute!" It looks for papers in the reviewer's history that might not use the exact same words but are clearly about the same underlying problem. It gives these reviewers a second chance.
3. The Safety Gate (Reliability Control)
The authors are careful not to let the system get too wild. Just because someone has a high "topic" score doesn't mean they are a good fit; sometimes the data is just noisy. So, RECO-Rank includes a "Reliability Gate." This gate checks if the compensation is trustworthy. It asks: "Is this high topic score consistent? Is it based on a lot of evidence, or just one weird paper?" If the evidence looks shaky, the gate closes, and the compensation is ignored. This prevents the system from promoting the wrong people just because they have a few lucky matches.
What They Found: Saving the "Missed" Experts
The researchers tested RECO-Rank on four different datasets of scientific papers (from conferences like SIGIR, KDD, NIPS, and SciRepEval). They compared their new system against the old "chain-based" filtering methods (like the CoF system) and other standard models.
The results suggest that RECO-Rank is very good at finding the experts who were previously getting kicked out.
- On the SIGIR dataset: The new system improved the "Hard P@5" metric (which measures how many of the top 5 recommended reviewers are actually the perfect match) from 22.47 to 35.62. That is a huge jump, meaning the system found many more correct experts that the old method missed.
- On the KDD dataset: It also saw clear improvements, lifting the Hard P@5 score from 16.13 to 17.70 and the Hard P@10 from 13.08 to 14.83.
The paper notes that the improvements were most dramatic on datasets where "cross-domain" mismatches were common. On datasets where the papers were more straightforward, the gains were smaller but still competitive. This suggests the system works best exactly where it was designed to work: when the right expert is hiding behind a vocabulary mismatch.
A Real-Life Example: The "Personalized Query" Paper
To show how this works in real life, the authors looked at a specific paper titled "Personalized Query Expansion for the Web." This paper is about improving how people search the internet using adaptive learning.
- The Problem: The paper uses modern, adaptive-learning words.
- The Expert: There was a ground-truth expert (Reviewer 1) who had spent years working on "Web search" and "query reformulation." However, their old papers used older, traditional terms like "evaluation" and "n-gram."
- The Old Way: The old system saw the word mismatch. The expert's "semantic score" was 577.35, which was just below the cutoff for the top 34 candidates. The system kicked them out immediately. The topic and citation evidence that proved they were an expert were never even looked at.
- The RECO-Rank Way: The new system kept the expert in the pool. It saw that while the words didn't match perfectly, the "topic" score was 579.87 and the "citation" score was 577.51. The system recognized this as a "compensatory" signal. It applied its reliability gate, confirmed the evidence was solid, and boosted the expert's final ranking.
- The Result: The expert jumped from being ranked outside the top 50 to being ranked 4th in the final list. The system successfully "recovered" a perfect expert that the old method had thrown away.
Why This Matters
The paper concludes that RECO-Rank doesn't need to rebuild the entire database of experts. It works as a "re-ranker," taking a list of candidates that has already been filtered and sorting them better. It suggests that by adding a "compensatory" layer that respects the reliability of the evidence, we can stop losing great reviewers just because they don't speak the exact same vocabulary as the paper.
The authors are careful to note that this is a step forward, not a final solution. They suggest that future work could combine this with other factors like balancing the workload of reviewers or avoiding conflicts of interest. But for now, they have shown that a little bit of "controlled compensation" can go a long way in making sure the right people get to read the right papers.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.