REVIEW 2 major objections 7 minor 1 cited by
Vulnerability of Text-Matching in ML/AI Conference Reviewer Assignments to Collusions
T0 review · 2 major / 7 minor · reviewed 2026-08-11 · deepseek-v4-flash
Pith's one-line read Colluding author-reviewer pairs can steer text-based reviewer assignment, lifting a target reviewer from rank 101 to the top 5 about 92% of the time on NeurIPS 2023 data.
desk verdict SPECTER text-matching is gameable at scale; the 'get assigned' headline outruns the ranking-based evidence. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The machinery is the cosine similarity in SPECTER's embedding space between a paper's title or abstract and each paper in a reviewer's archive, aggregated by either maximum or mean and then ranked across all reviewers. The attack exploits two control surfaces: the reviewer can adversarially shrink the archive to the single paper most similar to the target paper, and the author can add abstract sentences about the reviewer's themes and greedily selected keywords, both implemented with an LLM. These operations increase the embedding similarity without obviously changing what the paper is about.
What would settle it
Run the same attack on a venue's actual assignment solver, with reviewer load caps, conflict lists, and any randomization included, and measure the fraction of manipulated top-5 pairs that are actually assigned; if that fraction is far below the reported 92%, the practical consequence of the claim would fail even though the ranking shift itself is real.
Extended reading notes
Core claim
The central claim is that SPECTER, the text-embedding model used for reviewer-paper matching at major ML/AI venues, is practically manipulable by a colluding author-reviewer pair. Using only the publicly available model weights, the reviewer's past-publication profile, and the previous year's reviewer pool, the pair can substantially increase the colluding reviewer's similarity ranking for the target paper. In fully automatic experiments on 3,218 NeurIPS 2023 papers and 7,900 reviewers, the attack lifts a reviewer with natural rank 101 to top-5 in 93% of cases; with human oversight and early stopping the top-5 rate is 92%. Even without touching the abstract, selecting the single most similar past paper raises the reviewer to top-5 in 41% of cases. The paper interprets these numbers as evidence that the assumption that text matching is robust to manipulation is false.
Load-bearing premise
The load-bearing premise is that moving the colluding reviewer into the top-1, top-3, or top-5 similarity rankings is a faithful proxy for being assigned to review the paper, since the paper does not run the full assignment optimization with load limits, conflicts of interest, and randomization.
Editorial extensions
If this is right
- Venues that removed bidding to thwart collusion rings can still be attacked through text matching alone.
- Reviewer archive curation is a standalone vulnerability: keeping one highly similar paper can put the colluding reviewer in the top 5 about 41% of the time.
- Max-pooling aggregation is more attack-prone than mean pooling, and imposing a minimum archive size or switching aggregation reduces success rates.
- Attackers can tune their modifications on publicly available prior-year reviewer pools, because manipulated rankings correlate strongly (Spearman 0.62 to 0.93) between two consecutive NeurIPS editions.
- Human reviewers rarely flag the manipulated abstracts as malicious, and LLM-paraphrased benign abstracts draw similar coherence complaints, giving colluders plausible deniability.
Reading between the lines
- If assignment optimizers add randomization or strict load and conflict constraints, the real-world assignment-level success rate could be lower than the reported top-5 ranking success, because the paper evaluates rankings rather than final assignments.
- The same abstract-plus-profile manipulation could transfer to other text-based matching systems, such as journal or grant reviewer matching, that use comparable embedding models, though success rates would need to be measured.
- A defense that averages similarity and caps how few papers a reviewer may keep may only shift attacks toward more sophisticated abstract edits, since the paper's evidence suggests a trade-off between robustness and matching quality.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper studies whether the SPECTER-based text-matching component used in automated reviewer assignment at ML/AI venues can be manipulated by colluding author-reviewer pairs. The proposed attack combines adversarial archive curation by the reviewer with LLM-based abstract modifications (IncludeThemes and InsertKeywords), in both human-in-the-loop and fully automatic modes. Experiments on NeurIPS 2022/2023 measure the colluding reviewer's similarity rank among all reviewers, reporting high top-1/3/5 success rates (e.g., 92% top-5 for natural rank 101), strong cross-year correlations, and sensitivity to archive length and pooling method. A preregistered human-subject study examines whether adversarial abstracts are detectable. The paper concludes that text matching is vulnerable and proposes defenses such as minimum archive lengths, average pooling, and randomized assignment.
Significance. The main technical finding—that SPECTER embeddings are susceptible to simple, LLM-assisted textual manipulation—is credible and well supported by out-of-sample evaluation: hyperparameters are tuned on NeurIPS 2022 and evaluated on held-out NeurIPS 2023 data, with standard errors reported and code, data, and adversarial examples released. The threat model is realistic, and the cross-year correlation analysis is a useful contribution. If the similarity-ranking results translate to actual assignments, the implications are substantial because the affected algorithms are used at multiple venues. The central gap is that the headline 'get assigned' claim is supported only by a ranking proxy, not by assignment-level simulation; the paper's own Section 6.2 concedes that load, conflict, and geographic constraints were not factored in. This gap must be addressed before the full significance of the claim can be accepted.
major comments (2)
- [Abstract; §2.1; §5.1; §6.2] The abstract and introduction claim that colluders can 'get assigned their target paper,' but the experiments measure only the colluding reviewer's top-1/3/5 similarity rank among all reviewers, not whether the assignment optimization actually selects that reviewer. Section 5.1 defines success rates as ranking-based, Section 2.1 justifies rankings as a proxy for general applicability, and Section 6.2 explicitly states that constraints such as reviewer and paper load limits, conflicts of interest, and geographical considerations were not factored in. Thus the reported 92% figure in Tables 1 and 2 is the fraction of attacks reaching top-5 similarity, not the fraction of papers assigned to the colluding reviewer. Please either simulate the actual assignment optimization with realistic constraints, or consistently rephrase the central claim as 'achieve top-k similarity ranking' and avoid the unqualified 'get assigned' language. The current wording overstates the evidence.
- [§5.7.2; §6.2] The human-subject experiment used attack budgets and prompts that were 'erroneously tuned on the NeurIPS 2023 test data' rather than the NeurIPS 2022 training data. The manuscript argues that this should not affect the outcome because the manipulated abstracts in that experiment were edited more heavily than those in the automatic attacks. This is plausible but not demonstrated, and the detectability results are the only evidence for the paper's 'plausible deniability' conclusion. The limitations section mentions the error, but the conclusions in Section 5.7.6 should either be explicitly qualified as conditional on this tuning issue or supported by a robustness check using abstracts generated with training-data-tuned budgets.
minor comments (7)
- [§5.1] There is a typo in 'Similarily, we also sample'—it should be 'Similarly.'
- [§5.2] The 25 human-in-the-loop evaluations were not a random sample: the authors write that they 'keep the first 25 samples with paper topics we are familiar enough with.' This selection rule could bias the high success rates in Table 1; please report the number of samples excluded by this familiarity criterion and comment on the potential direction of bias.
- [§3, Related Work, fourth bullet] The sentence 'While [CFB+20] has only released three adversarial samples' appears to cite the wrong paper; the context indicates that the prior attack paper [EQM+23] released three samples, not the SPECTER paper [CFB+20].
- [§5.7.1] The preregistration URL 'https://aspredicted.org/HXF Z92' contains an erroneous space and should be corrected.
- [Table 6] There is a typo: 'reponses' should be 'responses.' Also, the rows for 'Irregularities related to IncludeThemes' and 'Irregularities related to InsertKeywords' should specify that the percentages are computed over the 67 experimental reviews, since the table currently mixes group sizes.
- [Figure 4] The x-axis label 'Target Archive Length' is ambiguous; it should be 'Reviewer archive length |Qadv_r|' or 'Required archive length' to indicate that this is the number of papers the reviewer is forced to retain.
- [§2.3] The threat model should state explicitly how the colluding pair avoids being flagged by conflict-of-interest screening; if the attack assumes colluders are not co-authors or institutional affiliates, that assumption should be stated and justified.
Circularity Check
No circular derivation in the central attack evaluation: hyperparameters are tuned on NeurIPS 2022 and success is measured on held-out NeurIPS 2023 rankings; the only disclosed leakage is in the secondary human-subject experiment, where test-set tuning does not determine the measured detectability outcome.
full rationale
The paper's main claim is supported by an out-of-sample evaluation rather than by a fitted constant or a self-citation. Section 5.1 states: "We explore the attack success rates under different N, M, K with the NeurIPS 2022 dataset and select the highest performing combination N = 5, M = 2, K = 5." The success rates in Tables 1 and 2 are then computed against the NeurIPS 2023 reviewer pool, so the attack does not tune on the data on which success is reported. The transferability result in Section 5.6 computes the same manipulated abstracts' rankings against both the 2022 and 2023 pools, which is a genuine external check rather than a circular reuse. The only leakage is explicitly disclosed in Section 5.7.2: "The budgets and prompts in this experiment are tuned the same way as those in the rest of this paper, but they were erroneously tuned on the NeurIPS 2023 test data instead of the NeurIPS 2022 training data." That leakage affects the secondary human-subject detectability experiment, not the headline attack-success claim, and the paper states that it is not measuring attack success in that experiment. The ranking-versus-assignment limitation (Sections 2.1 and 6.2) is an external-validity caveat, not a circular reduction: the paper explicitly defines the attacker objective as achieving top-k similarity ranking. Citations to the authors' prior work on bidding and randomized assignment are background or defensive suggestions, not load-bearing premises. I therefore find no step in which a prediction is equivalent to its input by construction.
Assumptions & free parameters
free parameters (4)
- N (number of generated abstract versions in IncludeThemes) =
5 (default), 10 (human-in-the-loop)
- M (number of keyword insertion batches) =
2
- K (max keywords per batch) =
5
- delta (similarity tolerance in IncludeThemes) =
0.01
assumptions (5)
- domain assumption SPECTER model weights are publicly available so attackers can compute exact embeddings and query similarity.
- domain assumption The assignment similarity score is computed from title and abstract only and uses SPECTER, with max or average pooling over the reviewer archive.
- domain assumption Achieving a top-5 similarity ranking among all reviewers is a meaningful proxy for getting assigned, because papers are typically assigned 3-6 reviewers.
- domain assumption Reviewers can curate their archive down to one paper in the evaluated threat model.
- domain assumption Large language model edits can preserve enough coherence and consistency to escape reliable detection; supported only partially by the underpowered human study.
Cite this review
Pith. "Pith review of Vulnerability of Text-Matching in ML/AI Conference Reviewer Assignments to Collusions." pith.science (2026). https://pith.science/paper/KDT7JZ36
@misc{pith2026241206606,
author = {Pith},
title = {Pith review of: Vulnerability of Text-Matching in ML/AI Conference Reviewer Assignments to Collusions},
year = {2026},
howpublished = {\url{https://pith.science/paper/KDT7JZ36}},
note = {Machine review of arXiv:2412.06606}
}
read the original abstract
In the peer review process of top-tier machine learning (ML) and artificial intelligence (AI) conferences, reviewers are assigned to papers through automated methods. These assignment algorithms consider two main factors: (1) reviewers' expressed interests indicated by their bids for papers, and (2) reviewers' domain expertise inferred from the similarity between the text of their previously published papers and the submitted manuscripts. A significant challenge these conferences face is the existence of collusion rings, where groups of researchers manipulate the assignment process to review each other's papers, providing positive evaluations regardless of their actual quality. Most efforts to combat collusion rings have focused on preventing bid manipulation, under the assumption that the text similarity component is secure. In this paper, we demonstrate that even in the absence of bidding, colluding reviewers and authors can exploit the machine learning based text-matching component of reviewer assignment used at top ML/AI venues to get assigned their target paper. We also highlight specific vulnerabilities within this system and offer suggestions to enhance its robustness.
Figures
Figures from the paper (5 more)
Forward citations
Cited by 1 Pith paper
-
Identity Theft in AI Conference Peer Review
OpenReview staff report 94 fraudulent reviewer profiles in AI conferences, used by dishonest researchers to favorably review their own papers.
Reference graph
Works this paper leans on
-
[1]
The sigmod 2019 research track reviewing system
Anastasia Ailamaki, Periklis Chrysogelos, Amol Deshpande, and Tim Kraska. The sigmod 2019 research track reviewing system. ACM SIGMOD Record , 48(2):47--54, 2019
work page 2019
-
[2]
Combating collusion rings is hard but possible
Niclas Boehmer, Robert Bredereck, and Andr \'e Nichterlein. Combating collusion rings is hard but possible. In Proceedings of the AAAI Conference on Artificial Intelligence , volume 36, pages 4843--4850, 2022
work page 2022
-
[3]
Controlling the false discovery rate: a practical and powerful approach to multiple testing
Yoav Benjamini and Yosef Hochberg. Controlling the false discovery rate: a practical and powerful approach to multiple testing. Journal of the Royal statistical society: series B (Methodological) , 57(1):289--300, 1995
1995
-
[4]
SPECTER : Document-level representation learning using citation-informed transformers
Arman Cohan, Sergey Feldman, Iz Beltagy, Doug Downey, and Daniel S Weld. SPECTER : Document-level representation learning using citation-informed transformers. arXiv preprint arXiv:2004.07180 , 2020
arXiv 2004
-
[5]
L. Charlin and R. S. Zemel. The T oronto P aper M atching S ystem: An automated paper-reviewer assignment system. In ICML Workshop on Peer Reviewing and Publishing Models , 2013
work page 2013
-
[6]
The toronto paper matching system: an automated paper-reviewer assignment system
Laurent Charlin and Richard Zemel. The toronto paper matching system: an automated paper-reviewer assignment system. The International Conference on Learning Representations , 2013
work page 2013
-
[7]
No more reviewer\# 2: Subverting automatic paper-reviewer assignment using adversarial learning
Thorsten Eisenhofer, Erwin Quiring, Jonas M \"o ller, Doreen Riepel, Thorsten Holz, and Konrad Rieck. No more reviewer\# 2: Subverting automatic paper-reviewer assignment using adversarial learning. In 32nd USENIX Security Symposium (USENIX Security 23) , pages 5109--5126, 2023
work page 2023
-
[8]
HotFlip : White-box adversarial examples for text classification
Javid Ebrahimi, Anyi Rao, Daniel Lowd, and Dejing Dou. HotFlip : White-box adversarial examples for text classification. arXiv preprint arXiv:1712.06751 , 2017
arXiv 2017
Show all 34 references
-
[9]
K-loop free assignment in conference review systems
Longhua Guo, Jie Wu, Wei Chang, Jun Wu, and Jianhua Li. K-loop free assignment in conference review systems. In 2018 International Conference on Computing, Networking and Communications (ICNC) , pages 542--547. IEEE, 2018
2018
-
[10]
Knuth: Computers and typesetting, 2021
Andrew McCallum Haw-Shiuan Chang. Knuth: Computers and typesetting, 2021. https://www.overleaf.com/project/5f359923225f06000134ea95. Last accessed 14 April 2024
2021
-
[11]
Is BERT really robust? a strong baseline for natural language attack on text classification and entailment
Di Jin, Zhijing Jin, Joey Tianyi Zhou, and Peter Szolovits. Is BERT really robust? a strong baseline for natural language attack on text classification and entailment. In Proceedings of the AAAI conference on artificial intelligence , volume 34, pages 8018--8025, 2020
2020
-
[12]
On the detection of reviewer-author collusion rings from paper bidding
Steven Jecmen, Nihar B Shah, Fei Fang, and Leman Akoglu. On the detection of reviewer-author collusion rings from paper bidding. arXiv preprint arXiv:2402.07860 , 2024
2024 arXiv
-
[13]
Tradeoffs in preventing manipulation in paper bidding for reviewer assignment
Steven Jecmen, Nihar B Shah, Fei Fang, and Vincent Conitzer. Tradeoffs in preventing manipulation in paper bidding for reviewer assignment. In ICLR workshop on ML Evaluation Standards , 2022
2022
-
[14]
Shah, and Fei Fang
Steven Jecmen, Minji Yoon, Vincent Conitzer, Nihar B. Shah, and Fei Fang. A dataset on malicious paper bidding in peer review. In TheWebConf , 2023
2023
-
[15]
Mitigating manipulation in peer review via randomized reviewer assignments
Steven Jecmen, Hanrui Zhang, Ryan Liu, Nihar Shah, Vincent Conitzer, and Fei Fang. Mitigating manipulation in peer review via randomized reviewer assignments. Advances in Neural Information Processing Systems , 33:12533--12545, 2020
2020
-
[16]
Paper matching with local fairness constraints
Ari Kobren, Barna Saha, and Andrew McCallum. Paper matching with local fairness constraints. In ACM KDD , 2019
2019
-
[17]
Matching papers and reviewers at large conferences
Kevin Leyton-Brown, Yatin Nandwani, Hedayat Zarkoob, Chris Cameron, Neil Newman, and Dinesh Raghu. Matching papers and reviewers at large conferences. Artificial Intelligence , 331:104119, 2024
2024
-
[18]
Collusion rings threaten the integrity of computer science research
Michael L Littman. Collusion rings threaten the integrity of computer science research. Communications of the ACM , 64(6):43--44, 2021
2021
-
[19]
Bert-attack: Adversarial attack against bert using bert
Linyang Li, Ruotian Ma, Qipeng Guo, Xiangyang Xue, and Xipeng Qiu. Bert-attack: Adversarial attack against bert using bert. arXiv preprint arXiv:2004.09984 , 2020
2004 arXiv
-
[20]
Editable user profiles for controllable text recommendation
Sheshera Mysore, Mahmood Jasim, Andrew McCallum, and Hamed Zamani. Editable user profiles for controllable text recommendation. arXiv preprint arXiv:2304.04250 , 2023
2023 arXiv
-
[21]
Expertise modeling for matching papers with reviewers
David Mimno and Andrew McCallum. Expertise modeling for matching papers with reviewers. In KDD , 2007
2007
-
[22]
PDF mirage: Content masking attack against Information-Based online services
Ian Markwood, Dakun Shen, Yao Liu, and Zhuo Lu. PDF mirage: Content masking attack against Information-Based online services. In 26th USENIX Security Symposium (USENIX Security 17) , pages 833--847, Vancouver, BC, August 2017. USENIX Association
2017
-
[23]
Neighborhood contrastive learning for scientific document representations with citation embeddings
M Ostendorff, N Rethmeier, I Augenstein, et al. Neighborhood contrastive learning for scientific document representations with citation embeddings. arXiv preprint arXiv:2202.06671 , 2022
2022 arXiv
-
[24]
Slide from ICLR 2024 program chair presentation, 2024
ICLR 2024 P rogram C hairs. Slide from ICLR 2024 program chair presentation, 2024. https://twitter.com/chriswolfvision/status/1787886748434878769. Last accessed 16 May 2024
2024
-
[25]
I will have order! optimizing orders for fair reviewer assignment
Justin Payan and Yair Zick. I will have order! optimizing orders for fair reviewer assignment. In Proceedings of the 21st International Conference on Autonomous Agents and Multiagent Systems , pages 1711--1713, 2022
2022
-
[26]
Scirepeval: A multi-format benchmark for scientific document representations
Amanpreet Singh, Mike D'Arcy, Arman Cohan, Doug Downey, and Sergey Feldman. Scirepeval: A multi-format benchmark for scientific document representations. arXiv preprint arXiv:2211.13308 , 2022
2022 arXiv
-
[27]
Challenges, experiments, and computational solutions in peer review
Nihar B Shah. Challenges, experiments, and computational solutions in peer review. Communications of the ACM. Preprint available at https://www.cs.cmu.edu/ nihars/preprints/SurveyPeerReview.pdf, June 2022
2022
-
[28]
PeerReview4All : Fair and accurate reviewer assignment in peer review
Ivan Stelmakh, Nihar Shah, and Aarti Singh. PeerReview4All : Fair and accurate reviewer assignment in peer review. Journal of Machine Learning Research , 2021
2021
-
[29]
PDFPhantom : Exploiting pdf attacks against academic conferences' paper submission process with counterattack
Dat Tran and Chetan Jaiswal. PDFPhantom : Exploiting pdf attacks against academic conferences' paper submission process with counterattack. In 2019 IEEE 10th Annual Ubiquitous Computing, Electronics & Mobile Communication Conference (UEMCON) , pages 0736--0743, 2019
2019
-
[30]
T. N. Vijaykumar. Potential organized fraud in ACM / IEEE computer architecture conferences, 2020. https://medium.com/@tnvijayk/potential-organized-fraud-in-acm-ieee-computer-architecture-conferences-ccd61169370d. Last accessed 29 April 2024
2020
-
[31]
T. N. Vijaykumar. Potential organized fraud in on-going ASPLOS reviews, 2020. https://medium.com/@tnvijayk/potential-organized-fraud-in-on-going-asplos-reviews-874ce14a3ebe. Last accessed 29 April 2024
2020
-
[32]
Simple and effective paraphrastic similarity from parallel translations
John Wieting, Kevin Gimpel, Graham Neubig, and Taylor Berg-Kirkpatrick. Simple and effective paraphrastic similarity from parallel translations. In ACL , pages 4602--4608, Florence, Italy, July 2019
2019
-
[33]
Making paper reviewing robust to bid manipulation attacks
Ruihan Wu, Chuan Guo, Felix Wu, Rahul Kidambi, Laurens Van Der Maaten, and Kilian Weinberger. Making paper reviewing robust to bid manipulation attacks. In International Conference on Machine Learning , pages 11240--11250. PMLR, 2021
2021
-
[34]
A one-size-fits-all approach to improving randomness in paper assignment
Yixuan Xu, Steven Jecmen, Zimeng Song, and Fei Fang. A one-size-fits-all approach to improving randomness in paper assignment. Advances in Neural Information Processing Systems , 36, 2024
2024
Reviewed August 11, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.