paper-with-me

Papers

PRADA: Practical Black-Box Adversarial Attacks against Neural Ranking Models

2022-04-04 · Chen Wu, Ruqing Zhang, Jiafeng Guo, Maarten de Rijke, Yixing Fan, Xueqi Cheng

Neural ranking models (NRMs) have shown remarkable success in recent years, especially with pre-trained language models. However, deep neural models are notorious for their vulnerability to adversarial examples. Adversarial attacks may become a new type of web spamming technique given our increased reliance on neural information retrieval models. Therefore, it is important to study potential adversarial attacks to identify vulnerabilities of NRMs before they are deployed. In this paper, we introduce the Word Substitution Ranking Attack (WSRA) task against NRMs, which aims to promote a target document in rankings by adding adversarial perturbations to its text. We focus on the decision-based black-box attack setting, where the attackers cannot directly get access to the model information, but can only query the target model to obtain the rank positions of the partial retrieved list. This attack setting is realistic in real-world search engines. We propose a novel Pseudo Relevance-based ADversarial ranking Attack method (PRADA) that learns a surrogate model based on Pseudo Relevance Feedback (PRF) to generate gradients for finding the adversarial perturbations. Experiments on two web search benchmark datasets show that PRADA can outperform existing attack strategies and successfully fool the NRM with small indiscernible perturbations of text.

📄 PDF Abstract BibTeX arXiv:2204.01321

Code (0)

등록된 구현이 없습니다.

Tasks

Document RankingInformation RetrievalRetrieval

Similar Papers 제목 키워드 기반

Prada: Black-Box LLM Adaptation with Private Data on Resource-Constrained Devices

2025-03-19 · Ziyao Wang, Yexiao He, Zheyu Shen, Yu Li 외

In recent years, Large Language Models (LLMs) have demonstrated remarkable abilities in various natural language processing tasks. However, adapting these models to specialized domains using private datasets stored on re…

Privacy Preserving

Blacklight: Scalable Defense for Neural Networks against Query-Based Black-Box Attacks

2020-06-24 · Huiying Li, Shawn Shan, Emily Wenger, Jiayun Zhang 외

Deep learning systems are known to be vulnerable to adversarial examples. In particular, query-based black-box attacks do not require knowledge of the deep learning model, but can compute adversarial examples over the ne…

image-classificationImage Classificationtext-classificationText Classification

Practical Black-box Attacks on Deep Neural Networks using Efficient Query Mechanisms

2018-09-01 · ECCV 2018 9 · Arjun Nitin Bhagoji, Warren He, Bo Li, Dawn Song

Existing black-box attacks on deep neural networks (DNNs) have largely focused on transferability, where an adversarial instance generated for a locally trained model can “transfer” to attack other learning models. I…

DeRAG: Black-box Adversarial Attacks on Multiple Retrieval-Augmented Generation Applications via Prompt Injection

2025-07-20 · Jerry Wang, Fang Yu arxiv

Adversarial prompt attacks can significantly alter the reliability of Retrieval-Augmented Generation (RAG) systems by re-ranking them to produce incorrect outputs. In this paper, we present a novel method that applies Di…

Question Answering

Query-Efficient Black-box Adversarial Examples (superceded)

2017-12-19 · Andrew Ilyas, Logan Engstrom, Anish Athalye, Jessy Lin

Note that this paper is superceded by "Black-Box Adversarial Attacks with Limited Queries and Information." Current neural network-based image classifiers are susceptible to adversarial examples, even in the black-box …

Adversarial Attack