paper-with-me

홈 › Papers

Illusions of Relevance: Using Content Injection Attacks to Deceive Retrievers, Rerankers, and LLM Judges

2025-01-30 · Manveer Singh Tamber, Jimmy Lin

Consider a scenario in which a user searches for information, only to encounter texts flooded with misleading or non-relevant content. This scenario exemplifies a simple yet potent vulnerability in neural Information Retrieval (IR) pipelines: content injection attacks. We find that embedding models for retrieval, rerankers, and large language model (LLM) relevance judges are vulnerable to these attacks, in which adversaries insert misleading text into passages to manipulate model judgements. We identify two primary threats: (1) inserting unrelated or harmful content within passages that still appear deceptively "relevant", and (2) inserting entire queries or key query terms into passages to boost their perceived relevance. While the second tactic has been explored in prior research, we present, to our knowledge, the first empirical analysis of the first threat, demonstrating how state-of-the-art models can be easily misled. Our study systematically examines the factors that influence an attack's success, such as the placement of injected content and the balance between relevant and non-relevant material. Additionally, we explore various defense strategies, including adversarial passage classifiers, retriever fine-tuning to discount manipulated content, and prompting LLM judges to adopt a more cautious approach. However, we find that these countermeasures often involve trade-offs, sacrificing effectiveness for attack robustness and sometimes penalizing legitimate documents in the process. Our findings highlight the need for stronger defenses against these evolving adversarial strategies to maintain the trustworthiness of IR systems. We release our code and scripts to facilitate further research.

📄 PDF Abstract BibTeX arXiv:2501.18536

Code (1)

manveertamber/content_injection_attacks 공식 구현

Tasks

Information RetrievalLarge Language ModelRetrieval

Methods 이 논문이 사용한 방법론

ADOPT Please enter a description about the method here

Similar Papers 제목 키워드 기반

Hidden You Malicious Goal Into Benign Narratives: Jailbreak Large Language Models through Logic Chain Injection

2024-04-07 · Zhilong Wang, Yebo Cao, Peng Liu

Jailbreak attacks on Language Model Models (LLMs) entail crafting prompts aimed at exploiting the models to generate malicious content. Existing jailbreak attacks can successfully deceive the LLMs, however they cannot de…

Language ModelingLanguage Modelling

Visual Illusions Also Deceive Convolutional Neural Networks: Analysis and Implications

2019-12-03 · A. Gomez-Villa, A. Martín, J. Vazquez-Corral, M. Bertalmío 외

Visual illusions allow researchers to devise and test new models of visual perception. Here we show that artificial neural networks trained for basic visual tasks in natural images are deceived by brightness and color il…

Convolutional Neural Networks Can Be Deceived by Visual Illusions

2019-06-01 · CVPR 2019 6 · Alexander Gomez-Villa, Adrian Martin, Javier Vazquez-Corral, Marcelo Bertalmio

Visual illusions teach us that what we see is not always what is represented in the physical world. Their special nature make them a fascinating tool to test and validate any new vision model proposed. In general, curren…

Color ConstancyDeblurringDenoisingImage Deblurring+1

Embedding-based classifiers can detect prompt injection attacks

2024-10-29 · Md. Ahsan Ayub, Subhabrata Majumdar

Large Language Models (LLMs) are seeing significant adoption in every type of organization due to their exceptional generative capabilities. However, LLMs are found to be vulnerable to various adversarial attacks, partic…

Optimization-based Prompt Injection Attack to LLM-as-a-Judge

2024-03-26 · Jiawen Shi, Zenghui Yuan, Yinuo Liu, Yue Huang 외

LLM-as-a-Judge uses a large language model (LLM) to select the best response from a set of candidates for a given question. LLM-as-a-Judge has many applications such as LLM-powered search, reinforcement learning with AI …

Decision MakingLanguage ModellingLarge Language Model