PulseAugur
EN
LIVE 07:05:38

New SentAttack method targets dense retrieval models in AI systems

Researchers have developed SentAttack, a novel sentence-level black-box adversarial attack method specifically designed for dense retrieval (DR) models within retrieval-augmented generation (RAG) systems. This method addresses the limitations of existing word-level attacks by generating low-ranked, irrelevant documents that can mislead DR models. SentAttack operates in two stages: first, it trains a surrogate DR model using data from the black-box RAG system, and second, it uses this surrogate model to create adversarial documents by concatenating sentence-level clusters with the target query. AI

IMPACT This research could lead to more robust dense retrieval models by highlighting vulnerabilities to sentence-level adversarial attacks.

RANK_REASON The item is an academic paper detailing a new method for attacking AI models. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.IR (Information Retrieval) →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

New SentAttack method targets dense retrieval models in AI systems

COVERAGE [1]

  1. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Wenjian Luo ·

    SentAttack: A Sentence-Level Black-Box Adversarial Attack Method for Dense Retrieval Models

    Retrieval-Augmented Generation (RAG) systems typically consist of a dense retrieval (DR) model for initial retrieval and a neural ranking model (NRM) for re-ranking.Existing robustness studies in RAG mainly focus on NRMs, while adversarial attacks on DR models are mostly limited …