CLAILGApr 13

Robust Explanations for User Trust in Enterprise NLP Systems

arXiv:2604.120698.61 citationsh-index: 6
Predicted impact top 83% in CL · last 90 daysOriginality Synthesis-oriented
AI Analysis

For enterprise NLP practitioners needing robust explanations for user trust, this work provides a practical evaluation protocol and empirical guidance on model selection, though it is incremental as it applies existing occlusion-based methods to a new cross-architecture comparison.

The paper proposes a black-box robustness evaluation framework for token-level explanations in enterprise NLP, finding that decoder LLMs produce 73% more stable explanations than encoder models, with stability improving 44% from 7B to 70B scale, and provides a cost-robustness tradeoff curve for pre-deployment model selection.

Robust explanations are increasingly required for user trust in enterprise NLP, yet pre-deployment validation is difficult in the common case of black-box deployment (API-only access) where representation-based explainers are infeasible and existing studies provide limited guidance on whether explanations remain stable under real user noise, especially when organizations migrate from encoder classifiers to decoder LLMs. To close this gap, we propose a unified black-box robustness evaluation framework for token-level explanations based on leave-one-out occlusion, and operationalize explanation robustness with top-token flip rate under realistic perturbations (swap, deletion, shuffling, and back-translation) at multiple severity levels. Using this protocol, we conduct a systematic cross-architecture comparison across three benchmark datasets and six models spanning encoder and decoder families (BERT, RoBERTa, Qwen 7B/14B, Llama 8B/70B; 64,800 cases). We find that decoder LLMs produce substantially more stable explanations than encoder baselines (73% lower flip rates on average), and that stability improves with model scale (44% gain from 7B to 70B). Finally, we relate robustness improvements to inference cost, yielding a practical cost-robustness tradeoff curve that supports model and explanation selection prior to deployment in compliance-sensitive applications.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes