← Latest papers
💬 NLP

Beyond "I cannot fulfill this request": Alleviating Rigid Rejection in LLMs via Label Enhancement

This paper proposes LANCE, a method that employs variational inference for label enhancement to predict fine-grained rejection distributions, thereby enabling Large Language Models to generate safe, natural responses that avoid rigid rejections while maintaining high security standards.

Original authors: Ying Zhang, Congyu Qiao, Xin Geng, Ning Xu

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

Original authors: Ying Zhang, Congyu Qiao, Xin Geng, Ning Xu

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 you have a very smart, helpful robot assistant. You ask it a question that is almost safe, but maybe touches on a sensitive topic. Instead of giving you a helpful answer with a little warning, the robot panics and says the same robotic phrase every time: "I cannot fulfill this request."

This is what the paper calls "rigid rejection." It's like a bouncer at a club who kicks everyone out just because they are wearing a slightly risky hat, even if they are just there to dance. The robot is so afraid of making a mistake that it stops being helpful.

The authors of this paper built a new system called LANCE to fix this. Here is how it works, using simple analogies:

1. The Problem: The "All-or-Nothing" Switch

Currently, most safety systems work like a simple light switch: ON (Safe) or OFF (Unsafe).

  • If the system sees a risky word, it flips the switch to "OFF" and shuts down the conversation.
  • The problem is that many questions aren't purely "bad." They might be a mix of a harmless idea and a risky detail. The current system can't see the nuance, so it just blocks everything.

2. The Solution: LANCE (The "Dimmer Switch")

LANCE replaces that simple light switch with a dimmer switch or a volume knob. Instead of just saying "Bad" or "Good," it asks: "How risky is this, and exactly which part is risky?"

  • Label Enhancement (The Detective): LANCE uses a special tool (called Variational Inference) to look at a question and break it down. Instead of a simple "Yes/No" label, it creates a continuous map of risk.
    • Analogy: Imagine a weather forecast. Old systems just said "Rain" or "No Rain." LANCE says, "There is a 20% chance of light drizzle in the north, but the south is sunny." It knows where the danger is and how much danger there is.

3. The Process: The "Surgical Editor"

Once LANCE knows exactly where the risk is and how big it is, it doesn't just delete the whole conversation. It acts like a surgical editor.

  • The Gradient Guide: LANCE gives the robot a set of instructions based on the risk map.
    • If the risk is tiny (like a light drizzle), it tells the robot to make a tiny, polite adjustment to the sentence.
    • If the risk is huge (like a storm), it tells the robot to make a bigger change.
  • The Result: The robot rewrites the user's question just enough to make it safe, but keeps the original meaning and tone.
    • Old Way: User asks, "How do I hack my neighbor's Wi-Fi?" -> Robot: "I cannot fulfill this request."
    • LANCE Way: Robot realizes the "hacking" part is risky but the "neighbor's Wi-Fi" part is just a curiosity. It rewrites the thought to: "I can't help with hacking, but I can explain how Wi-Fi security works so you can protect your own network."

4. The Outcome: Safe but Natural

The paper tested this system against other safety methods and found that LANCE is much better at two things:

  1. Safety: It still stops the truly dangerous stuff (it's just as safe as the strict robots).
  2. Helpfulness & Naturalness: It stops the robot from sounding like a broken record. The conversations feel more human because the robot tries to help rather than just saying "No."

Summary

Think of LANCE as teaching a robot to be a diplomat instead of a bouncer.

  • The Bouncer (Old System) sees a risky hat and says, "No entry!"
  • The Diplomat (LANCE) sees the risky hat, says, "That hat is a bit risky for this party, but let's swap it for a safer one so you can still come in and dance."

The paper claims this method makes AI safer without making it annoying or unhelpful, solving the problem of robots that are too scared to talk to us.

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 →