REVIEW 2 major objections 5 minor 53 references
This paper claims that presentation-only, truth-preserving edits to retrieved documents—the salience channel—can flip multi-hop RAG agents to wrong answers at an 83.3% success rate, and that a zero-cost input normalizer can cut that to 15.3
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
2026-08-01 17:41 UTC pith:KSHLHD4H
load-bearing objection Solid new attack surface with careful empirical backing; the truth-preservation caveat is real but the core result survives it. the 2 major comments →
Salience Induction against Multi-Hop RAG Agents: Threat and Defense
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The central discovery is that LLM agents resolve object–value bindings from free-form text by using presentation cues as proxies for relevance, and that an adversary can break the normal correlation between salience and relevance without altering any fact. The paper models binding as a salience-weighted decision, B = αR + βS, where R is semantic relevance and S is textual salience; when the adversarial salience margin βΔS exceeds the relevance margin αΔR, the binding flips. In multi-hop chains, one flipped binding changes the next retrieval query, so downstream evidence gets gathered around the decoy and a self-consistent but wrong reasoning chain emerges. The result is an answer that is wro
What carries the argument
The load-bearing mechanism is the salience–relevance decoupling of the binding process, formalized by the decomposition B(e) = α·R(e) + β·S(e) and the flip condition α·ΔR < β·ΔS. This makes S an independently manipulable factor that the attacker can drive up for a decoy entity and down for the gold entity while R stays fixed under the paper's constraints. The attack is operationalized by six Salience-Editing operators (Promote, Demote, Assert, Hedge, Emphasize, Bridge) run through a closed-loop proposer–verifier pipeline with an NLI-based factual verifier, and the defense is Salience Normalization (SN-1), which atomizes, reorders, strips formatting, neutralizes epistemic markers, and attenua
Load-bearing premise
The central claim stands or falls on whether the edited documents really contain no false or unsupported claims: the automatic verifier is approximate (~97% fact-preservation at its threshold), so if a meaningful share of successful attacks actually depend on false edits, Salience Induction collapses into ordinary content poisoning.
What would settle it
Select the 120 successful adversarial documents from the 144-sample test set, have independent annotators verify each inserted/reordered claim against the source corpus, and rerun the attack with a strict human-verified truth-preservation filter. If a non-trivial fraction (say >5%) of successful edits are found to be false, unsupported, or entail a slot-filling claim, or if the strict filter collapses the 83.3% ASR toward the content-poisoning baseline, then the paper's core claim—that presentation alone, with all facts true, flips binding—is refuted.
If this is right
- Fact-checking and instruction filtering become necessary but insufficient controls: retrieved documents with zero false claims and zero directives can still redirect agent answers.
- Multi-hop cascades amplify single binding errors, so effective defenses must intervene at binding time rather than at final-answer verification.
- Attacks transfer across five frontier model families and three agent architectures without re-optimization, indicating salience sensitivity is a systemic property of document-conditioned binding.
- Salience Normalization (SN-1) cuts ASR from 83.3% to 15.3% (23.6% against a white-box adaptive attacker) with zero LLM calls, sub-50 ms per document, and only a 5.6 pp neutral-accuracy cost.
Where Pith is reading between the lines
- The authors leave implicit that the salience–relevance decoupling likely extends beyond RAG: any LLM that fills slots from free-form context—tool selection, structured extraction, long-context reasoning—could be redirected by presentation-only edits.
- The flip condition suggests a quantitative calibration experiment the authors did not run: measuring each model's effective β/α ratio could predict which deployments are most vulnerable and whether training on decoy-heavy contexts shifts the ratio toward relevance.
- The residual 8.3 pp adaptive-attack gap implies an arms race; a stronger defense would replace lexicon-based normalization with semantic canonicalization into structured triples, an option the paper mentions only briefly.
- The decoy-annotated benchmark could serve as a general salience-robustness evaluation suite, independent of the attack pipeline.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces Salience Induction, a third attack surface for agentic multi-hop RAG. It argues that presentation-level cues (position, structure, tone, semantic proximity) can redirect an agent's object–value bindings even when every retrieved claim is true and no directives are present. The authors define six editing operators, a closed-loop proposer–verifier pipeline under factual, instruction, and budget constraints, and a decoy-annotated benchmark (SalientWiki-MH) with 524 samples and a 144-sample stratified test set. On GPT-5.1 ReAct they report 83.3% untargeted binding-level ASR at a 30% edit budget, transfer across five model families and three agent architectures, and a zero-LLM-call input-side defense (Salience Normalization, SN-1) reducing ASR to 15.3% under standard attacks and 23.6% under an adaptive attacker. The main conceptual claim is that factuality and instruction-filtering defenses are insufficient because they ignore the salience channel.
Significance. If the central claim holds, this paper identifies a genuinely new attack surface for agentic RAG and demonstrates it with a rigorous empirical protocol. Strengths include the use of neutral-clean eligible denominators, deterministic greedy decoding, Wilson intervals, an end-to-end dense-retrieval validation (within 8.3 pp of oracle at top-3), sensitivity analyses over budget/NLI threshold/operators/proposer, and a binding-model prediction confirmed on held-out stratification. The SalientWiki-MH benchmark and the zero-LLM-call SN-1 defense are useful artifacts. The key caveat is that the truth-preservation guarantee — the property that separates this attack from content poisoning — is enforced and measured only by an approximate NLI model, so the headline result is not yet cleanly attributable to salience alone. This is a fixable but essential gap.
major comments (2)
- [§4.2, §7.6.1, Fig. 3b] The 'truth-preserving/no-false-claim' guarantee rests solely on an NLI verifier (P_entail>0.70, P_contra<0.10). Fig. 3b shows only ~97% fact-preservation at that threshold, so ~3% of accepted Bridge edits may be false or unsupported. Successful attacks are not independently audited (Appendix J audits benchmark items, not edited documents), so the 83.3% ASR may partly be ordinary content poisoning, eroding the claimed distinction. The τ=0.90 result (61.1% ASR) suggests a residual salience effect, but the paper must (i) define fact-preservation and whether the same NLI model measures it, (ii) report ASR on edits passing an independent fact-check, and (iii) confirm no successful attack relies on a verifier-accepted false claim.
- [Appendix E (Bridge)] The Bridge verifier accepts an inserted sentence if it is NLI-entailed by a support passage, which may come from 'the same corpus snapshot or another trusted source.' Entailment to a source is consistency, not truth: if the source itself is inaccurate, a false inserted sentence passes C_fact. Since Bridge is the most used operator (31.7% usage) and its removal causes the largest ASR drop (−25.0 pp), this gap is load-bearing. The paper should either restrict support passages to a verifiably trusted knowledge base or add an independent truth check for inserted sentences.
minor comments (5)
- [§3.2, §7.6.3] Equation (2) introduces α and β but they are never estimated, and ΔR/ΔS are not directly measured; the role-compatibility stratification is a proxy. Please present the flip-condition validation as consistency with the framework rather than confirmation of the specific linear form.
- [§4.2 (C_fact)] 'NER invariance' is mentioned but not operationalized. Bridge inserts new entities and sentences, so clarify how NER invariance is evaluated when the entity set changes.
- [§7.2, Table 5] Because the run is stopped at the first non-gold search, binding-level ASR (83.3%) is 20 pp higher than final-answer flips (63.2%). Add a note explaining whether these early binding errors persist or are eventually corrected, or report a persistence metric.
- [Appendix A] The artifacts are promised but no repository URL is given; include one for the review version.
- [Fig. 3b] The x-axis label is rendered incompletely ('NLI threshold ( )'). Also clarify in the caption whether the fact-preservation curve uses the same NLI model as the verifier (related to Major Comment 1).
Circularity Check
No significant circularity: binding model predictions are tested post hoc, no fitted-parameter renaming, and no self-citation chain.
full rationale
The derivation chain is self-contained. The binding model (Eq. 2) is explicitly introduced as an operational abstraction with symbolic coefficients alpha and beta; no coefficients are fitted to the test set. The flip condition (Eq. 3) is derived algebraically from Eqs. 1-2 but is then tested empirically on the held-out 144-sample stratification (Section 7.6.3), with the paper reporting p<0.001 for the monotonic ASR-DeltaR trend; the result is not used to set attack constants. The attack pipeline (Algorithm 1) uses a proposer-verifier loop and black-box victim queries; the success metric (first post-exposure non-gold binding) is the same event the search optimizes, but this is an attack-search procedure, not a circular prediction. No load-bearing self-citations appear; the salience phenomena are grounded in external, independent prior work (refs 9, 16, 18, 21, 26, 39), and the defense is evaluated against a white-box adaptive attacker under Kerckhoffs's principle. The NLI threshold at tau=0.70 admits ~3% fact-preservation error (paper's own Fig. 3b): this is a correctness or threat-model limitation about whether all edits are truly truth-preserving, not a definitional equivalence or fitted-input-as-prediction. The paper's Limitations section also acknowledges Eq. 2 is an abstraction, further reducing the risk of overclaiming a first-principles derivation. Under the hard rules (quote a specific Eq.-to-Eq. reduction or fitted-renaming), no circular step can be exhibited.
Axiom & Free-Parameter Ledger
free parameters (5)
- NLI entailment threshold τ =
0.70
- Edit budget B =
30% of document length
- NLI non-contradiction threshold =
P_contra < 0.10
- SN-1 epistemic-marker lexicon =
40 entries
- SN-1 relational-pattern lexicon =
22 regex templates
axioms (5)
- domain assumption LLM agents resolve object–value bindings from local textual cues rather than an explicit schema registry.
- domain assumption NLI entailment (P_entail>0.70, deberta-v3-large) plus NER invariance faithfully captures 'truth-preserving edits'.
- ad hoc to paper Binding score decomposes as B = α·R + β·S with S independently manipulable (Eq. 2).
- domain assumption The conditional-evaluation setting isolates binding from retrieval; oracle retrieval combined with a BGE-m3 check is representative.
- domain assumption Benchmark cross-validation (≥2/3 of GPT-5.1, Claude Haiku 4.5, Gemini 3 Flash recover the gold chain) selects well-posed samples without biasing vulnerability.
Cite this review
Pith. "Pith review of Salience Induction against Multi-Hop RAG Agents: Threat and Defense." pith.science (2026). https://pith.science/paper/KSHLHD4H
@misc{pith2026260717535,
author = {Pith},
title = {Pith review of: Salience Induction against Multi-Hop RAG Agents: Threat and Defense},
year = {2026},
howpublished = {\url{https://pith.science/paper/KSHLHD4H}},
note = {Machine review of arXiv:2607.17535}
}
read the original abstract
Agentic retrieval-augmented generation (RAG) systems increasingly retrieve external evidence and orchestrate tools for knowledge-intensive applications. In Multi-Hop question answering, agents chain facts across documents. Existing defenses focus on content poisoning, which injects false facts, and prompt injection, which embeds directives. We identify a third attack surface: the salience channel, through which fact position, emphasis, framing, and semantic proximity can redirect reasoning even when all retrieved claims are true and no instructions are present. We formalize Salience Induction as truth-preserving edits that redirect Multi-Hop attribute binding while leaving the retrieval trace semantically intact. We define six Salience-Editing operator classes and build an iterative proposer-verifier pipeline under factual and stealth constraints. We also introduce SalientWiki-MH, a decoy-annotated Multi-Hop benchmark. Evaluations across five frontier model families (GPT, Claude, Gemini, DeepSeek, and Qwen) and three agent architectures (ReAct, Reflexion, and tool-calling) show broad generalization. Under a 30% edit budget, Salience Induction achieves an 83.3% attack success rate; the strongest evaluated baseline defense leaves 75.7% post-defense ASR. Untargeted rewriting further reduces attacks only by degrading neutral task success. Our lightweight input-side defense, Salience Normalization, reduces attack success to 15.3% under standard attacks and 23.6% under an adaptive attack. These results show that truthfulness and instruction filtering alone are insufficient: robust agentic RAG also requires defenses against salience-relevance decoupling.
Figures
Reference graph
Works this paper leans on
-
[1]
Pranjal Aggarwal, Vishvak Murahari, Tanmay Rajpurohit, Ashwin Kalyan, Karthik Narasimhan, and Ameet Deshpande. 2024. GEO: Generative Engine Optimization. InProceedings of the 30th ACM SIGKDD Conference on Knowledge Discovery and Data Mining (KDD ’24). ACM, Barcelona, Spain, 5–16
2024
-
[2]
Chen Amiraz, Florin Cuconasu, Simone Filice, and Zohar Karnin. 2025. The Distracting Effect: Understanding Irrelevant Passages in RAG. InProceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Vol- ume 1: Long Papers). Association for Computational Linguistics, Vienna, Austria, 18228–18258. https://aclanthology.org/2025.ac...
2025
-
[3]
Harsh Chaudhari, Giorgio Severi, John Abascal, et al. 2025. Phantom: Gen- eral Backdoor Attacks on Retrieval-Augmented Language Generation.arXiv preprint arXiv:2405.20485(2025)
arXiv 2025
-
[4]
Jianlv Chen, Shitao Xiao, Peitian Zhang, Kun Luo, Defu Lian, and Zheng Liu. 2024. BGE M3-Embedding: Multi-Lingual, Multi-Functionality, Multi- Granularity Text Embeddings Through Self-Knowledge Distillation.arXiv preprint arXiv:2402.03216(2024)
Pith/arXiv arXiv 2024
-
[5]
Pengzhou Cheng, Yidong Ding, Tianjie Ju, Zongru Wu, Wei Du, Haodong Zhao, Ping Yi, Zhuosheng Zhang, and Gongshen Liu. 2024. TrojanRAG: Retrieval- Augmented Generation Can Be Backdoor Driver in Large Language Models. arXiv preprint arXiv:2405.13401(2024)
Pith/arXiv arXiv 2024
-
[6]
Zico Kolter
Jeremy Cohen, Elan Rosenfeld, and J. Zico Kolter. 2019. Certified Adversarial Robustness via Randomized Smoothing. InProceedings of the 36th International Conference on Machine Learning (ICML). 1310–1320
2019
-
[7]
Jiahai Feng and Jacob Steinhardt. 2024. How Do Language Models Bind Entities in Context?. InInternational Conference on Learning Representations (ICLR). OpenReview.net, Vienna, Austria. https://openreview.net/forum?id= zb3b6oKO77
2024
-
[8]
Kai Greshake, Sahar Abdelnabi, Shailesh Mishra, Christoph Endres, Thorsten Holz, and Mario Fritz. 2023. Not What You’ve Signed Up For: Compromising Real-World LLM-Integrated Applications with Indirect Prompt Injection. InPro- ceedings of the 16th ACM Workshop on Artificial Intelligence and Security
2023
-
[9]
Xiaobo Guo and Soroush Vosoughi. 2025. Serial Position Effects of Large Language Models. InFindings of the Association for Computational Linguistics: ACL 2025. Association for Computational Linguistics, Vienna, Austria, 927–953. https://aclanthology.org/2025.findings-acl.52/
2025
-
[10]
Zoltán Gyöngyi and Hector Garcia-Molina. 2005. Web Spam Taxonomy. InPro- ceedings of the First International Workshop on Adversarial Information Retrieval on the Web (AIRWeb 2005). AIRWeb, Chiba, Japan, 39–47
2005
-
[11]
Yixuan Ho, Yankai Lin, Zhiyuan Liu, and Maosong Sun. 2020. Constructing A Multi-hop QA Dataset for Comprehensive Evaluation of Reasoning Steps. InPro- ceedings of the 28th International Conference on Computational Linguistics (COL- ING)
2020
-
[12]
Jie Huang, Xinyun Chen, Swaroop Mishra, Huaixiu Steven Zheng, Adams Wei Yu, Xinying Peng, and Denny Zhou. 2024. Large Language Models Cannot Self- Correct Reasoning Yet. InInternational Conference on Learning Representations (ICLR)
2024
-
[13]
Neel Jain, Avi Schwarzschild, Yuxin Wen, Sven Gowal, Cinjon Bansal, Divyansh Saha, Micah Goldblum, and Tom Goldstein. 2023. Baseline Defenses for Adver- sarial Attacks Against Aligned Language Models. InAdvances in Neural Infor- mation Processing Systems (NeurIPS)
2023
-
[14]
Robin Jia and Percy Liang. 2017. Adversarial Examples for Evaluating Read- ing Comprehension Systems. InProceedings of the 2017 Conference on Empiri- cal Methods in Natural Language Processing (EMNLP). Association for Compu- tational Linguistics, Copenhagen, Denmark, 2021–2031. https://aclanthology. org/D17-1215/
2017
-
[15]
Auguste Kerckhoffs. 1883. La cryptographie militaire.Journal des sciences mili- taires9 (1883), 5–38
-
[16]
Liu, Kevin Lin, John Hewitt, Ashwin Paranjape, Michele Bevilacqua, Fabio Petroni, and Percy Liang
Nelson F. Liu, Kevin Lin, John Hewitt, Ashwin Paranjape, Michele Bevilacqua, Fabio Petroni, and Percy Liang. 2024. Lost in the Middle: How Language Models Use Long Contexts.Transactions of the Association for Computational Linguistics (TACL)12 (2024), 157–173
2024
-
[17]
Yi Liu, Gelei Deng, Zhengzi Xu, Yuemura Li, Yaowen Zheng, Ying Zhang, and Petr Stakhanov. 2023. Prompt Injection Attack and Defense in LLM-Integrated Applications.arXiv preprint arXiv:2310.12836(2023)
Pith/arXiv arXiv 2023
-
[18]
Sewon Min, Xinxi Lyu, Ari Holtzman, Mikel Artetxe, Mike Lewis, Hannaneh Hajishirzi, and Luke Zettlemoyer. 2022. Rethinking the Role of Demonstrations: What Makes In-Context Learning Work?. InProceedings of the 2022 Conference on Empirical Methods in Natural Language Processing (EMNLP). 11048–11064
2022
-
[19]
Yujia Qin, Shihao Liang, Yining Ye, Kunlun Zhu, Lan Yan, Yaxi Lu, Yankai Lin, Xin Cong, Xiangru Tang, Bill Qian, et al. 2023. ToolLLM: Facilitating Large Language Models to Master 16000+ Real-World APIs.arXiv preprint arXiv:2307.16789(2023)
Pith/arXiv arXiv 2023
-
[20]
Oscar Sainz, Jon Ander Campos, Iker García-Ferrero, Julen Etxaniz, Oier Lopez de Lacalle, and Eneko Agirre. 2023. NLP Evaluation in Trouble: On the Need to Measure LLM Data Contamination for Each Benchmark. InFindings of the Association for Computational Linguistics: EMNLP 2023. 10776–10787
2023
-
[21]
Melanie Sclar, Yejin Choi, Yulia Tsvetkov, and Alane Suhr. 2024. Quantifying Language Models’ Sensitivity to Spurious Features in Prompt Design or: How I Learned to Start Worrying about Prompt Formatting. InInternational Conference on Learning Representations (ICLR). OpenReview.net, Vienna, Austria. https: //openreview.net/forum?id=RIu5lyNXjT
2024
-
[22]
Avital Shafran and Vitaly Shmatikov. 2025. Machine Against the RAG: Jamming Retrieval-Augmented Generation with Blocker Documents. In34th USENIX Se- curity Symposium (USENIX Security 25). 3787–3806
2025
-
[23]
Chi, Nathanael Schärli, and Denny Zhou
Freda Shi, Xinyun Chen, Kanishka Misra, Nathan Scales, David Dohan, Ed H. Chi, Nathanael Schärli, and Denny Zhou. 2023. Large Language Models Can Be Easily Distracted by Irrelevant Context. InProceedings of the 40th Interna- tional Conference on Machine Learning (ICML) (Proceedings of Machine Learn- ing Research, Vol. 202). PMLR, Honolulu, Hawaii, USA, 31...
2023
-
[24]
Noah Shinn, Federico Cassano, Ashwin Gopinath, Karthik Narasimhan, and Shunyu Yao. 2024. Reflexion: Language Agents with Verbal Reinforcement Learning. InAdvances in Neural Information Processing Systems (NeurIPS)
2024
-
[25]
Harsh Trivedi, Niranjan Balasubramanian, Tushar Khot, and Ashish Sabharwal
-
[26]
Miles Turpin, Julian Michael, Ethan Perez, and Samuel R. Bowman. 2023. Lan- guage Models Don’t Always Say What They Think: Unfaithful Explanations in Chain-of-Thought Prompting. InAdvances in Neural Information Processing Systems (NeurIPS), Vol. 36
2023
-
[27]
Amos Tversky and Daniel Kahneman. 1981. The Framing of Decisions and the Psychology of Choice.Science211, 4481 (1981), 453–458
1981
-
[28]
Le, Ed H
Xuezhi Wang, Jason Wei, Dale Schuurmans, Quoc V. Le, Ed H. Chi, Sharan Narang, Aakanksha Chowdhery, and Denny Zhou. 2023. Self-Consistency Im- proves Chain of Thought Reasoning in Language Models. InProceedings of the 11th International Conference on Learning Representations (ICLR)
2023
-
[29]
Wikidata contributors. 2024. Wikidata: A Free Collaborative Knowledge Base. https://www.wikidata.org
2024
-
[30]
Kevin Wu, Yixuan Li, Han Zhang, and Pin-Yu Chen. 2025. PIGuard: A Robust Guardrail Against Instruction Injection in Large Language Models. InProceed- ings of the 63rd Annual Meeting of the Association for Computational Linguistics (ACL)
2025
-
[31]
Chong Xiang, Tong Wu, Zhirui Zhang, et al. 2024. Certifiably Robust RAG Against Retrieval Corruption.arXiv preprint arXiv:2405.15556(2024)
arXiv 2024
-
[32]
Miller, and Sijia Liu
Zhen Xiang, Guanhong Feng, Haibo Zhang, David J. Miller, and Sijia Liu. 2024. BadChain: Backdoor Chain-of-Thought Prompting for Large Language Models. InInternational Conference on Learning Representations (ICLR)
2024
-
[33]
Jiaqi Xue, Mengxin Zheng, Yebowen Hu, Fei Liu, Xun Chen, and Qian Lou
-
[34]
Cohen, Rus- lan Salakhutdinov, and Christopher D
Zhilin Yang, Peng Qi, Saizheng Zhang, Yoshua Bengio, William W. Cohen, Rus- lan Salakhutdinov, and Christopher D. Manning. 2018. HotpotQA: A Dataset for Diverse, Explainable Multi-hop Question Answering. InProceedings of the 2018 Conference on Empirical Methods in Natural Language Processing (EMNLP)
2018
-
[35]
Shunyu Yao, Jeffrey Zhao, Dian Yu, Nan Du, Izhak Shafran, Karthik Narasimhan, and Yuan Cao. 2023. ReAct: Synergizing Reasoning and Acting in Language Models. InInternational Conference on Learning Representations (ICLR)
2023
-
[36]
Ori Yoran, Tomer Wolfson, Ori Ram, and Jonathan Berant. 2024. Making Retrieval-Augmented Language Models Robust to Irrelevant Context. InInter- national Conference on Learning Representations (ICLR). Zhou et al
2024
-
[37]
Qingjie Zhang, Di Wang, Haoting Qian, Yiming Li, Tianwei Zhang, Minlie Huang, Ke Xu, Hewu Li, Liu Yan, and Han Qiu. 2025. Understanding the Dark Side of LLMs’ Intrinsic Self-Correction. InProceedings of the 63rd Annual Meet- ing of the Association for Computational Linguistics (ACL)
2025
-
[38]
Jianli Zhao, Tingchen Fu, Rylan Schaeffer, Mrinank Sharma, and Fazl Barez. 2025. Chain-of-Thought Hijacking: Exploiting Large Reasoning Models via Benign Reasoning Sequences.arXiv preprint arXiv:2510.26418(2025)
Pith/arXiv arXiv 2025
-
[39]
Kaitlyn Zhou, Dan Jurafsky, and Tatsunori Hashimoto. 2023. Navigating the Grey Area: How Expressions of Uncertainty and Overconfidence Affect Lan- guage Models. InProceedings of the 2023 Conference on Empirical Methods in Natural Language Processing (EMNLP). Association for Computational Linguis- tics, Singapore, 5506–5524. https://aclanthology.org/2023.e...
2023
-
[40]
Zico Kolter, and Matt Fredrikson
Andy Zou, Zifan Wang, J. Zico Kolter, and Matt Fredrikson. 2023. Universal and Transferable Adversarial Attacks on Aligned Language Models. InarXiv preprint arXiv:2307.15043
Pith/arXiv arXiv 2023
-
[41]
parent company,
Wei Zou, Runpeng Geng, Binghui Wang, and Jinyuan Jia. 2025. PoisonedRAG: Knowledge Corruption Attacks to Retrieval-Augmented Generation of Large Language Models. In34th USENIX Security Symposium (USENIX Security 25). USENIX Association, Seattle, WA. A Open Science We release the following artifacts: •SalientWiki-MH benchmark (524 validated question-level ...
2025
-
[44]
Every fact in the original document must remain true in the edited version
-
[45]
BRIDGE sentences must be verifiably true and supported by a source passage
No new false claims. BRIDGE sentences must be verifiably true and supported by a source passage
-
[46]
No imperative directives or meta-commentary
-
[47]
{target_decoy}
The edited document must not exceed the {budget_cap}-word edit-distance cap relative to the original document. AVAILABLE OPERATORS (choose exactly ONE per turn): POSITIONAL: PROMOTE <idx>: Move sentence to a more prominent position (paragraph opening, section start). DEMOTE <idx>: Move sentence to a less prominent position (trailing paragraph). Zhou et al...
-
[48]
Read the observable action trace to infer which entity it currently binds
-
[49]
If the agent mentions but rejects the decoy: use ASSERT + HEDGE
-
[50]
If the agent never considers the decoy: use BRIDGE first, then PROMOTE
-
[51]
If the agent uses positional cues: use PROMOTE for decoy + DEMOTE for gold
-
[52]
Combine operators across turns
-
[53]
definitively
If previous proposals were rejected, try a different operator or target sentence. RESPOND: OPERATOR: [name] TARGET_SENTENCE: [index or NEW] EDIT: [specific change] SUPPORT: [source passage for BRIDGE; empty otherwise] REASONING: [one sentence] G Regex Blacklist The following case-insensitive patterns are used inC instr to detect imperative or meta-directi...
2025
-
[2022]
InTransactions of the Association for Computational Linguistics (TACL), Vol
MuSiQue: Multihop Questions via Single Hop Question Composition. InTransactions of the Association for Computational Linguistics (TACL), Vol. 10. 539–554
-
[2024]
BadRAG: Identifying Vulnerabilities in Retrieval Augmented Generation of Large Language Models.arXiv preprint arXiv:2406.00083(2024)
Pith/arXiv arXiv 2024
This paper was first reviewed by deepseek-v4-flash on August 1, 2026.
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.