ZeroHour
arXiv cs.CRpublished ()ingested Aashiq Muhamed
Part of a story covered by 2 sources: “Pick Your Poison: Learning to Select Poison Sets for Stronger LLM Backdoor Attacks” — merged summary and timeline →

Pick Your Poison: Learning to Select Poison Sets for Stronger LLM Backdoor Attacks

infoAI safety & securityimportance 42
AI summary · glm-5.3

SAILS learns to select poison sets for LLM backdoor attacks, showing attack success ranges 3% to 80% at fixed poison counts across LLaMA-3-8B settings.

The paper shows existing backdoor evaluations that randomly sample a fixed number of poisoned examples severely underestimate worst-case vulnerability: across three LLaMA-3-8B settings, attack success ranges from 3% to 80% depending only on which poison set is chosen. SAILS formalizes poison selection as oracle-budgeted set optimization, learning a set scorer from a few hundred finetune-and-evaluate runs to rank millions of candidate sets and audit a small shortlist. It improves held-out attack success by 30 percentage points over the strongest influence baselines and transfers from small-scale to full-scale finetuning, extending to code-generation, agentic, and API-only backdoors.

  • Attack success swings 3%-80% at fixed poison count depending solely on poison set choice
  • SAILS learns set scorer from a few hundred finetune-and-evaluate runs, ranks millions of candidates
  • +30 points held-out attack success over strongest influence baselines
  • Transfers to full-scale finetuning plus code-generation, agentic, and API-only backdoors
Full article151 words · extracted from arxiv.org · click to collapse

Backdoor poisoning attacks add poisoned examples to otherwise-clean finetuning data, pairing a trigger with a target behavior that the model learns to produce when the trigger appears. Existing evaluations typically fix the number of poisoned examples and sample them at random from a candidate pool. We show that this can severely underestimate worst-case vulnerability: across three LLaMA-3-8B backdoor settings, holding the model, clean data, and poison count fixed, attack success ranges from 3% to 80% depending only on which poison set is chosen. We formalize poison selection as oracle-budgeted set optimization and introduce SAILS (Set-level Audit-Informed Iterative Learned Selection), which learns a set scorer from a few hundred finetune-and-evaluate runs, ranks millions of candidate sets, and audits only a small shortlist. SAILS improves held-out attack success by 30 percentage points on average over the strongest influence baselines, transfers from small-scale to full-scale finetuning, and extends to code-generation, agentic, and API-only backdoors.

Text extracted automatically; images, tables and formatting may be missing. Original: https://arxiv.org/abs/2609.15029