← Latest papers
🤖 AI

LLM-VA: Resolving the Jailbreak-Overrefusal Trade-off via Vector Alignment

LLM-VA resolves the trade-off between jailbreak vulnerabilities and over-refusal in safety-aligned LLMs by aligning the model's answer and safety assessment vectors through closed-form weight updates, thereby making the willingness to answer causally dependent on safety judgments without requiring fine-tuning.

Original authors: Haonan Zhang, Dongxia Wang, Yi Liu, Kexin Chen, Wenhai Wang

Published 2026-05-06
📖 4 min read☕ Coffee break read

Original authors: Haonan Zhang, Dongxia Wang, Yi Liu, Kexin Chen, Wenhai Wang

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine a large language model (LLM) as a very smart, but slightly confused, librarian. This librarian has two distinct jobs:

  1. The "Answer" Job: Deciding whether to give you a book (answer a question) or keep it on the shelf (refuse).
  2. The "Safety" Job: Deciding if the book you're asking for is safe to read (benign) or dangerous (toxic).

The Problem: Two Separate Brains

The paper argues that in current AI models, these two jobs are handled by two completely separate "brains" that don't talk to each other.

  • The "Answer" Brain is like a helpful robot that just wants to give you a book. It doesn't care what's in the book; it just wants to be helpful.
  • The "Safety" Brain is like a security guard checking if the book is dangerous.

In the current setup, these two brains are orthogonal (at a 90-degree angle to each other). They are completely independent.

  • The "Jailbreak" Failure: A bad actor tricks the librarian. The "Safety" guard might be asleep, but the "Answer" robot is so eager to help that it hands over the dangerous book anyway.
  • The "Over-Refusal" Failure: A regular person asks a harmless question. The "Answer" robot wants to help, but the "Safety" guard gets paranoid and yells "STOP!" so loudly that the robot refuses to hand over the book, even though it's safe.

The Old Solution (Vector Steering):
Previous methods tried to fix this by turning a single "volume knob" on the "Answer" robot.

  • If you turn the volume down, the robot is less likely to give out dangerous books (fewer jailbreaks), but it also stops giving out safe books (more over-refusal).
  • If you turn the volume up, it gives out more books, but now it accidentally gives out dangerous ones too.
  • The Catch: You can't win. You can't have a robot that is both helpful and safe just by turning one knob.

The New Solution: LLM-VA (Vector Alignment)

The authors, Haonan Zhang and his team, propose a new way to fix the librarian: Make the two brains talk to each other.

Instead of just turning a volume knob, they physically align the "Answer" robot's brain with the "Safety" guard's brain.

Here is how they do it, using a simple analogy:

  1. Mapping the Brains: They use a tool called an SVM (think of it as a very precise scanner) to find the exact "direction" in the model's mind where it decides to answer, and the "direction" where it decides if something is safe.
  2. The Alignment: They perform a mathematical "surgery" (using closed-form weight updates) to rotate the "Answer" direction so it points in the same direction as the "Safety" direction.
  3. The Result: Now, the librarian's willingness to answer is causally dependent on the safety check.
    • If the Safety Guard says "This is safe," the Answer Robot is now geometrically forced to say "Yes, I will answer."
    • If the Safety Guard says "This is dangerous," the Answer Robot is now geometrically forced to say "No, I will not answer."

Why This is a Big Deal

  • No Heavy Lifting: Unlike other methods that require retraining the whole model (like teaching the librarian a new language from scratch), this method just tweaks the existing weights. It's like giving the librarian a new pair of glasses rather than a new brain.
  • Automatic Tuning: The method is smart enough to figure out what the librarian needs.
    • If the librarian is too reckless (jailbreaks a lot), the alignment tightens the safety leash.
    • If the librarian is too scared (refuses everything), the alignment loosens the leash just enough to be helpful.
  • The Results: They tested this on 12 different AI models. The new method solved the trade-off problem much better than previous methods (improving the "F1 score" by 11.45%) while keeping the librarian's general knowledge and helpfulness almost exactly the same (preserving 95.92% of its utility).

In Summary

The paper claims that current AI safety methods are like trying to fix a car by only adjusting the gas pedal. If you press it less, you go slower but might not get anywhere; if you press it more, you go fast but might crash.

LLM-VA fixes this by connecting the gas pedal directly to the steering wheel. Now, you can only go forward (answer) if the road is clear (safe). If the road is blocked, the car simply won't move, no matter how much you press the pedal. This makes the AI both safer and more useful, without needing to rebuild the engine.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →