Robust Explanations for User Trust in Enterprise NLP Systems
This paper proposes a unified black-box robustness evaluation framework for token-level explanations in enterprise NLP, demonstrating through a large-scale cross-architecture study that decoder-based LLMs offer significantly more stable explanations than encoder models, with stability improving alongside model scale, thereby enabling practical cost-robustness tradeoff decisions for compliance-sensitive deployments.
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 are the manager of a busy office. You have two types of assistants helping you make important decisions:
- The "Old School" Assistant (Encoder Models): They are fast, cheap, and great at reading short notes. But, if you slightly change a word in a sentence they just read, they might suddenly point to a completely different word as the reason for their decision.
- The "New Genie" Assistant (Decoder LLMs): These are the newer, more powerful AI models (like the ones powering advanced chatbots). They are a bit more expensive to run, but they seem to have a much steadier hand. Even if you shuffle the words around or make a typo, they usually stick to the same reason for their decision.
This paper is a report from Workday AI (a company that manages HR and finance software) testing exactly this scenario. They wanted to know: When we move from the old assistants to the new Genies, do the reasons they give us for their decisions become more reliable?
Here is the breakdown of their findings using simple analogies:
1. The Problem: The "Whimsical" Assistant
In the corporate world (like banks or HR departments), you can't just ask an AI, "Why did you reject this loan?" and hope for a consistent answer. You need a written record that makes sense.
The researchers found that the "Old School" assistants were whimsical.
- The Analogy: Imagine you ask the assistant, "Why is this employee a good fit?" They point to the word "creative." But if you delete the word "very" from the sentence or swap "creative" with "innovative," the assistant suddenly points to "punctual" instead.
- The Result: For the old models, nearly 50% of the time, a tiny change in the input caused the "main reason" to flip to something else. This is bad for trust. If an auditor asks, "Why did you change your mind?" and the AI says, "Because the text changed slightly," that's a compliance nightmare.
2. The Solution: The "Steady" Genie
The researchers tested the new "Genie" models (like Llama and Qwen).
- The Analogy: These assistants are like a seasoned judge. If you rephrase a question or make a small typo, the judge still looks at the same core evidence to make a ruling.
- The Result: The new models were 73% more stable. If you changed the input, they kept pointing to the same "main reason" most of the time.
- The "Size" Effect: They also found that bigger Genies are steadier. A "70 Billion parameter" model (a very large brain) was even more consistent than a "7 Billion parameter" one. It's like having a senior partner review the decision; they are less likely to be swayed by a typo.
3. The Test: How They Did It
Since these companies often can't see the "inside" of the AI (it's a "Black Box" accessed only via an API), they couldn't look at the code to see why the AI decided what it did.
So, they used a "Leave-One-Out" game:
- They showed the AI a sentence.
- They asked, "What is the most important word here?"
- Then, they secretly deleted that word (or swapped it, or shuffled the sentence) and asked again.
- The Metric: If the AI pointed to a different word as the most important one, that was a "Flip." They counted how many flips happened.
They ran this test 64,800 times across different types of text (short tweets, news articles, long reviews) to get a massive amount of data.
4. The Trade-Off: Cost vs. Trust
The paper acknowledges that the "Steady Genies" cost more money and take longer to run than the "Old School" assistants.
They propose a Three-Tier Strategy for companies to choose their AI:
- Tier 1: Speed First (The Old School): Use the cheap, fast models if you just need a quick guess and don't need to explain the "why" to a regulator. (e.g., "Is this email spam?")
- Tier 2: Balanced (The Mid-Size Genie): Use a medium-sized new model if you need to talk to customers and need a decent explanation. (e.g., "Why was this claim denied?")
- Tier 3: Regulatory Gold (The Big Genie): Use the massive, expensive models if you are dealing with high-stakes laws, audits, or legal risks. Here, stability is worth the extra cost because you need to prove your decision-making process is consistent.
The Bottom Line
If you are building an AI system for a bank, hospital, or HR department where trust and audits matter, don't just look at accuracy. Look at stability.
The paper concludes that switching to the newer, larger "Decoder" models is like upgrading from a fickle weather vane to a solid compass. It might cost a bit more to buy the compass, but when the wind (or user input) changes, you know exactly which way is North.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.