pith. sign in

arxiv: 2606.12716 · v2 · pith:BJXCV7DEnew · submitted 2026-06-10 · 💻 cs.CL

Does AI Reviewer See the Full Picture? Attacking and Defending Multimodal Peer Review

Pith reviewed 2026-06-27 09:29 UTC · model grok-4.3

classification 💻 cs.CL
keywords AI peer reviewmultimodal attacksadversarial robustnessprompt injectionfigure perturbationsLLM defensescholarly publishingbenchmark dataset
0
0 comments X

The pith

AI peer reviewers are vulnerable to targeted multimodal attacks on both text and figures.

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The paper sets out to demonstrate that AI systems reviewing scientific papers can be manipulated into specific failures, such as inflating scores, through hidden instructions in text or alterations to figures. This matters because peer review shapes what counts as reliable knowledge, and shifting to AI without addressing these risks could allow adversarial influence over published results. The authors build PaperGuard as a benchmark that includes a dataset of papers from multiple domains, a collection of attacks using prompt injections and perturbations on text and images, and a defense that searches paper chunks by embedding similarity to spot and remove harmful parts. Experiments across leading models show these vulnerabilities appear consistently. The work positions the benchmark and defense as a starting point for making AI review processes more resistant to domain-specific manipulation.

Core claim

The paper claims that multimodal AI reviewers for scientific papers are pervasively vulnerable to domain-specific attacks that induce targeted failures such as score inflation, distinct from general jailbreaking, and that a chunk-based embedding search defense can localize and mitigate the harmful instructions without major degradation to legitimate review quality.

What carries the argument

PaperGuard benchmark, consisting of a multimodal peer-review dataset, unified attack suite (black-box prompt injections, white-box GCG on text, PGD on figures), and chunk-based embedding search defense that localizes harmful instructions in long papers.

If this is right

  • AI reviewers across state-of-the-art models show consistent vulnerability to the cross-modal attacks.
  • The chunk-based defense provides a practical way to mitigate harmful instructions in long academic papers.
  • The attacks target domain-specific outcomes like score changes rather than broad safety violations.
  • PaperGuard supplies the dataset, attack protocols, and defense as a foundation for future work on attack-resilient AI reviewing.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • The same attack patterns could be tested on AI systems that summarize or extract claims from papers, where figure manipulation might alter extracted data.
  • Defenses might need to be combined with figure-specific verification methods to handle cases where visual evidence is altered.
  • If the defense scales, it could be adapted to other long-context scientific tasks such as literature synthesis.
  • Real deployment would require testing whether attackers can craft instructions that evade the embedding search by mimicking legitimate review language.

Load-bearing premise

The chunk-based embedding search defense can efficiently localize and mitigate harmful instructions without degrading legitimate review quality or introducing new attack surfaces.

What would settle it

Running the proposed defense on the PaperGuard dataset and finding that it either fails to block a majority of the attacks or produces measurably lower-quality reviews on clean papers compared to undefended models.

Figures

Figures reproduced from arXiv: 2606.12716 by Rana Muhammad Shahroz Khan, Tianlong Chen, Xinyu Zhao, Zhen Tan, Zhen Xu.

Figure 1
Figure 1. Figure 1: Effectiveness analysis across datasets Dpro and Dreal under three defense mechanisms: Per￾plexity Detection, Perturbation, and LLM-as-Judge. Values in parentheses denote performance degradation (∆) relative to the No Defense baseline. Underlined values indicate the best robustness (lowest degradation) within each column. summarizing contributions, and supporting editorial decisions (Zhou et al., 2024a; Du … view at source ↗
Figure 2
Figure 2. Figure 2: The overall pipeline of our proposed PaperGuard framework. The framework first processes diverse multi-platform papers, then formulates cross-modal attack tasks (e.g., prompt injection, image perturbation) designed to mislead AI reviewers, and finally proposes defense strategies (e.g., LLM-as￾Judge, chunk-based embedding search) to detect and mitigate these attacks. 2024; Lu et al., 2024; Zhuang et al., 20… view at source ↗
Figure 3
Figure 3. Figure 3: Qualitative visualization of the three distinct attack modalities evaluated in PaperGuard. (a) [PITH_FULL_IMAGE:figures/full_fig_p012_3.png] view at source ↗
Figure 4
Figure 4. Figure 4: Example prompts for each prompt injection attack type. [PITH_FULL_IMAGE:figures/full_fig_p028_4.png] view at source ↗
Figure 5
Figure 5. Figure 5: The standardized prompt template used for AI-generated reviews. [PITH_FULL_IMAGE:figures/full_fig_p029_5.png] view at source ↗
read the original abstract

The integration of Large Language Models (LLMs) and Multimodal LLMs (MLLMs) into scientific peer-review workflows introduces novel and significant risks for adversarial manipulation, especially given the multimodal nature of scientific papers where figures, not just text, convey core evidence. This creates a significant gap: current robustness studies on AI peer-review are overwhelmingly text-only. Moreover, the problem is distinct from standard jailbreaking, as a peer-review attack seeks to induce a domain-specific, targeted failure (e.g., "inflate this score") rather than a general safety policy violation, for which no practical defenses exist. To address this, we introduce PaperGuard, the first comprehensive benchmark designed to systematically evaluate and defend AI-generated peer-review against these domain-specific, cross-modal attacks. Our framework is built on three pillars: (1) a new multimodal peer-review dataset spanning multiple scientific domains; (2) a unified suite of attacks, including black-box prompt injections and white-box perturbations, specifically designed to target both text (GCG) and figures (PGD); and (3) a practical defense, motivated by the long-context challenge of academic papers, that uses chunk-based embedding search to efficiently localize and mitigate harmful instructions. Our extensive experiments, conducted across state-of-the-art models, confirm that AI reviewers are pervasively vulnerable. PaperGuard establishes the foundational benchmark, protocols, and actionable defense necessary to pioneer trustworthy, attack-resilient AI-assisted scholarly reviewing.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

1 major / 1 minor

Summary. The paper introduces PaperGuard as the first benchmark for evaluating and defending AI-generated peer reviews against domain-specific, cross-modal adversarial attacks on multimodal LLMs. It includes a new multimodal peer-review dataset across scientific domains, a unified attack suite with black-box prompt injections and white-box perturbations targeting text (via GCG) and figures (via PGD), and a practical defense using chunk-based embedding search to localize harmful instructions in long-context papers. Extensive experiments on state-of-the-art models are said to confirm pervasive vulnerability of AI reviewers, positioning PaperGuard as establishing foundational benchmarks, protocols, and defenses for trustworthy AI-assisted reviewing.

Significance. If the empirical results and defense hold under scrutiny, the work would be significant as the first systematic treatment of multimodal (text+figure) attacks tailored to peer-review objectives rather than generic jailbreaking. The distinction between domain-specific targeted failures and general safety violations, combined with the new dataset and attack suite, could provide a useful reference point for robustness research in scholarly AI applications.

major comments (1)
  1. [Abstract] Abstract, description of the practical defense: the chunk-based embedding search is motivated by long-context text and localizes/mitigates harmful instructions via text chunks and embeddings. No mechanism is described for handling figure perturbations via PGD, which inject no text instructions and operate directly on image inputs. This is load-bearing for the claim of an 'actionable defense' against the 'full suite of cross-modal attacks' (text GCG + figure PGD) and for positioning PaperGuard as sufficient for 'trustworthy, attack-resilient AI-assisted scholarly reviewing'.
minor comments (1)
  1. [Abstract] Abstract: the claims of 'pervasive vulnerability' and 'extensive experiments' are stated without any quantitative metrics, attack success rates, error bars, or dataset statistics; these details are needed to evaluate support for the central claims even if present in later sections.

Simulated Author's Rebuttal

1 responses · 0 unresolved

We thank the referee for their careful reading and for identifying a key point of clarification regarding the scope of our proposed defense. We address this comment directly below.

read point-by-point responses
  1. Referee: [Abstract] Abstract, description of the practical defense: the chunk-based embedding search is motivated by long-context text and localizes/mitigates harmful instructions via text chunks and embeddings. No mechanism is described for handling figure perturbations via PGD, which inject no text instructions and operate directly on image inputs. This is load-bearing for the claim of an 'actionable defense' against the 'full suite of cross-modal attacks' (text GCG + figure PGD) and for positioning PaperGuard as sufficient for 'trustworthy, attack-resilient AI-assisted scholarly reviewing'.

    Authors: We agree with the referee that the chunk-based embedding defense targets text-based attacks (prompt injections and harmful instructions localized via embeddings of text chunks). It provides no mechanism for figure perturbations via PGD, which modify image pixels directly without textual content. This distinction is important, and our current abstract and claims could overstate the defense's coverage of the full cross-modal attack suite. We will revise the abstract, introduction, and defense section to explicitly state that the defense addresses text attacks while figure attacks remain an open challenge (potentially requiring separate vision-side mitigations). We will also add a limitations paragraph discussing this gap and its implications for the 'actionable defense' framing. revision: yes

Circularity Check

0 steps flagged

Empirical benchmark construction with no self-referential derivations

full rationale

The paper presents PaperGuard as a new multimodal dataset, attack suite (GCG text + PGD figure), and chunk-based embedding defense, validated through experiments on existing models. No equations, fitted parameters renamed as predictions, or self-citations appear in the abstract or description to support central claims. All elements are introduced as novel contributions rather than derived from prior author results by construction, making the work self-contained against external benchmarks.

Axiom & Free-Parameter Ledger

0 free parameters · 2 axioms · 1 invented entities

The contribution rests on creating a new dataset, attack methods, and defense; it draws on standard assumptions about LLM susceptibility to prompt and image perturbations without introducing new physical or mathematical entities.

axioms (2)
  • domain assumption Multimodal LLMs process figures as core evidence in peer review and can be targeted separately from text
    Invoked in the setup of figure attacks (PGD) and the claim that the problem is distinct from text-only jailbreaking.
  • domain assumption Targeted prompt injections and perturbations can induce specific review-score failures rather than general policy violations
    Central premise distinguishing peer-review attacks from standard jailbreaking.
invented entities (1)
  • PaperGuard benchmark no independent evidence
    purpose: Systematic evaluation and defense of AI peer review against cross-modal attacks
    Newly constructed dataset, attack suite, and chunk-based defense introduced as the core contribution.

pith-pipeline@v0.9.1-grok · 5804 in / 1467 out tokens · 21871 ms · 2026-06-27T09:29:19.076009+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

13 extracted references · 5 canonical work pages · 2 internal anchors

  1. [1]

    Obfuscated gradients give a false sense of security: Circumventing defenses to adversarial examples

    2 Athalye, A., Carlini, N., and Wagner, D. Obfuscated gradients give a false sense of security: Circumventing defenses to adversarial examples. InInternational conference on machine learning, pp. 274–283. PMLR, 2018. 8, 21 Belinkov, Y. and Bisk, Y. Synthetic and natural noise both break neural machine translation. arXiv preprint arXiv:1711.02173, 2017. 4 ...

  2. [2]

    MARG: Multi-Agent Review Generation for Scientific Papers, January 2024

    8, 21, 22 D’Arcy, M., Hope, T., Birnbaum, L., and Downey, D. MARG: Multi-Agent Review Generation for Scientific Papers, January 2024. URLhttp://arxiv.org/abs/2401.04259. 4 Devlin, J., Chang, M.-W., Lee, K., and Toutanova, K. Bert: Pre-training of deep bidirectional transformers for language understanding. InProceedings of the 2019 conference of the North ...

  3. [3]

    doi: 10.18653/v1/n18-1149

    Association for Computational Linguistics, 2018a. doi: 10.18653/v1/n18-1149. URL https://doi.org/10.18653/v1/n18-1149. 19 Kang, D., Ammar, W., Dalvi, B., van Zuylen, M., Kohlmeier, S., Hovy, E., and Schwartz, R. A Dataset of Peer Reviews (PeerRead): Collection, Insights and NLP Applications. In Walker, M., Ji, H., andStent, A.(eds.),Proceedings of the 201...

  4. [4]

    Towards General Text Embeddings with Multi-stage Contrastive Learning

    4 Li, Z., Zhang, X., Zhang, Y., Long, D., Xie, P., and Zhang, M. Towards general text embeddings with multi-stage contrastive learning.arXiv preprint arXiv:2308.03281, 2023. 10 Liang, W., Zhang, Y., Cao, H., Wang, B., Ding, D., Yang, X., Vodrahalli, K., He, S., Smith, D., Yin, Y., McFarland, D., and Zou, J. Can large language models provide useful feedbac...

  5. [5]

    In: Muresan, S., Nakov, P., Villavicencio, A

    3 Qi, F., Chen, Y., Zhang, X., Li, M., Liu, Z., and Sun, M. Mind the style of text! adversarial and backdoor attacks based on text style transfer. InProceedings of the 2021 Conference on Empirical Methods in Natural Language Processing, 2021a. 5 16 Does AI Reviewer See the Full Picture? Attacking and Defending Multimodal Peer Review Qi, F., Li, M., Chen, ...

  6. [6]

    BERTScore: Evaluating Text Generation with BERT

    10 Yao, Y., Duan, J., Xu, K., Cai, Y., Sun, Z., and Zhang, Y. A survey on large language model (llm) security and privacy: The good, the bad, and the ugly.High-Confidence Computing, 2024. 2, 5 Yu, J., Ding, Z., Tan, J., Luo, K., Weng, Z., Gong, C., Zeng, L., Cui, R., Han, C., Sun, Q., et al. Automated peer reviewing in paper sea: Standardization, evaluati...

  7. [7]

    1. REVIEW:

    20 18 Does AI Reviewer See the Full Picture? Attacking and Defending Multimodal Peer Review Appendix A Dataset Construction 19 B Prompt Injection Attack Details 19 C Text Learnable Attack Details 20 D Multimodal Learnable Attack Details 21 E Model Implementation Details 22 E.1 Experiment Setup and Evaluation Protocol . . . . . . . . . . . . . . . . . . . ...

  8. [8]

    20 Does AI Reviewer See the Full Picture? Attacking and Defending Multimodal Peer Review

    Gradient Search:Compute the gradient ∇esi LGCG for each token positioni in the adver- sarial string. 20 Does AI Reviewer See the Full Picture? Attacking and Defending Multimodal Peer Review

  9. [9]

    Candidate Generation:Select the top-k token substitutions with the largest negative gradients and create a batch of candidate sequences (of sizeB) by randomly swapping tokens from this set

  10. [10]

    projecting

    Greedy Selection:Evaluate the loss for allB candidates in a forward pass and select the sequence with the minimum loss for the next iteration. We implement the attack using the nanoGCG library. To ensure a fair evaluation across different models, we standardize the optimization configuration. The adversarial string is initialized with a placeholder and op...

  11. [11]

    REVIEW : tagged s e q u e n c e s

  12. [12]

    REVIEW SCORE : OVERALL : score , S U B S T A N C E : score , A P P R O P R I A T E N E S S : score , M E A N I N G F U L _ C O M P A R I S O N : score , S O U N D N E S S _ C O R R E C T N E S S : score , O R I G I N A L I T Y : score , CLARITY : score , IMPACT : score

  13. [13]

    Figure 5: The standardized prompt template used for AI-generated reviews

    REVIEW SCORE E X P L A N A T I O N : OVERALL : explanation , S U B S T A N C E : explanation , [ etc ]... Figure 5: The standardized prompt template used for AI-generated reviews. 29