paper-with-me

Papers

LIME-LLM: Probing Models with Fluent Counterfactuals, Not Broken Text

2026-01-16 · George Mihaila, Suleyman Olcay Polat, Poli Nemkova, Himanshu Sharma, Namratha V. Urs, Mark V. Albert arxiv

Local explanation methods such as LIME (Ribeiro et al., 2016) remain fundamental to trustworthy AI, yet their application to NLP is limited by a reliance on random token masking. These heuristic perturbations frequently generate semantically invalid, out-of-distribution inputs that weaken the fidelity of local surrogate models. While recent generative approaches such as LLiMe (Angiulli et al., 2025b) attempt to mitigate this by employing Large Language Models for neighborhood generation, they rely on unconstrained paraphrasing that introduces confounding variables, making it difficult to isolate specific feature contributions. We introduce LIME-LLM, a framework that replaces random noise with hypothesis-driven, controlled perturbations. By enforcing a strict "Single Mask-Single Sample" protocol and employing distinct neutral infill and boundary infill strategies, LIME-LLM constructs fluent, on-manifold neighborhoods that rigorously isolate feature effects. We evaluate our method against established baselines (LIME, SHAP, Integrated Gradients) and the generative LLiMe baseline across three diverse benchmarks: CoLA, SST-2, and HateXplain using human-annotated rationales as ground truth. Empirical results demonstrate that LIME-LLM establishes a new benchmark for black-box NLP explainability, achieving significant improvements in local explanation fidelity compared to both traditional perturbation-based methods and recent generative alternatives.

📄 PDF Abstract BibTeX arXiv:2601.11746

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Counterfactual Explanation Algorithms for Behavioral and Textual Data

2019-12-04 · Yanou Ramon, David Martens, Foster Provost, Theodoros Evgeniou

We study the interpretability of predictive systems that use high-dimensonal behavioral and textual data. Examples include predicting product interest based on online browsing data and detecting spam emails or objectiona…

counterfactualCounterfactual ExplanationHeuristic Search

SocialCounterfactuals: Probing and Mitigating Intersectional Social Biases in Vision-Language Models with Counterfactual Examples

2023-11-30 · CVPR 2024 1 · Phillip Howard, Avinash Madasu, Tiep Le, Gustavo Lujan Moreno 외

While vision-language models (VLMs) have achieved remarkable performance improvements recently, there is growing evidence that these models also posses harmful biases with respect to social attributes such as gender and …

counterfactual

Flexible text generation for counterfactual fairness probing

2022-06-28 · NAACL (WOAH) 2022 7 · Zee Fryer, Vera Axelrod, Ben Packer, Alex Beutel 외

A common approach for testing fairness issues in text-based classifiers is through the use of counterfactuals: does the classifier output change if a sensitive attribute in the input is changed? Existing counterfactual g…

AttributecounterfactualFairnessText Generation

Double Trouble: How to not explain a text classifier's decisions using counterfactuals synthesized by masked language models?

2021-10-22 · Thang M. Pham, Trung Bui, Long Mai, Anh Nguyen

A principle behind dozens of attribution methods is to take the prediction difference between before-and-after an input feature (here, a token) is removed as its attribution. A popular Input Marginalization (IM) method (…

Causal Inference

Defending Large Language Models Against Jailbreak Attacks via In-Decoding Safety-Awareness Probing

2026-01-15 · Yinzhi Zhao, Ming Wang, Shi Feng, Xiaocui Yang 외 arxiv

Large language models (LLMs) have achieved impressive performance across natural language tasks and are increasingly deployed in real-world applications. Despite extensive safety alignment efforts, recent studies show th…