paper-with-me

홈 › Papers

RoPE-LIME: RoPE-Space Locality + Sparse-K Sampling for Efficient LLM Attribution

2026-02-06 · Isaac Picov, Ritesh Goru arxiv

Explaining closed-source Large Language Model (LLM) outputs is challenging because API access prevents gradient-based attribution, while perturbation methods are costly and noisy when they depend on regenerated text. We introduce \textbf{Rotary Positional Embedding Linear Local Interpretable Model-agnostic Explanations (RoPE-LIME)}, an open-source extension of gSMILE that decouples reasoning from explanation: given a fixed output from a closed model, a smaller open-source surrogate computes token-level attributions from probability-based objectives (negative log-likelihood and divergence targets) under input perturbations. RoPE-LIME incorporates (i) a locality kernel based on Relaxed Word Mover's Distance computed in \textbf{RoPE embedding space} for stable similarity under masking, and (ii) \textbf{Sparse-$K$} sampling, an efficient perturbation strategy that improves interaction coverage under limited budgets. Experiments on HotpotQA (sentence features) and a hand-labeled MMLU subset (word features) show that RoPE-LIME produces more informative attributions than leave-one-out sampling and improves over gSMILE while substantially reducing closed-model API calls.

📄 PDF Abstract BibTeX arXiv:2602.06275

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Joint Subspace Recovery and Enhanced Locality Driven Robust Flexible Discriminative Dictionary Learning

2019-06-11 · Zhao Zhang, Jiahuan Ren, Weiming Jiang, Zheng Zhang 외

We propose a joint subspace recovery and enhanced locality based robust flexible label consistent dictionary learning method called Robust Flexible Discriminative Dictionary Learning (RFDDL). RFDDL mainly improves the da…

Dictionary Learning

Locality Constrained Analysis Dictionary Learning via K-SVD Algorithm

2021-04-29 · Kun Jiang, Zhaoli Liu, Zheng Liu, Qindong Sun

Recent years, analysis dictionary learning (ADL) and its applications for classification have been well developed, due to its flexible projective ability and low classification complexity. With the learned analysis dicti…

ClassificationDictionary LearningGeneral Classificationimage-classification+1

s-LIME: Reconciling Locality and Fidelity in Linear Explanations

2022-08-02 · Romaric Gaudel, Luis Galárraga, Julien Delaunay, Laurence Rozé 외

The benefit of locality is one of the major premises of LIME, one of the most prominent methods to explain black-box machine learning models. This emphasis relies on the postulate that the more locally we look at the vic…

On the Bias-Variance Characteristics of LIME and SHAP in High Sparsity Movie Recommendation Explanation Tasks

2022-06-09 · Claudia V. Roberts, Ehtsham Elahi, Ashok Chandrashekar

We evaluate two popular local explainability techniques, LIME and SHAP, on a movie recommendation task. We discover that the two methods behave very differently depending on the sparsity of the data set. LIME does better…

AttributeMovie Recommendation

MASALA: Model-Agnostic Surrogate Explanations by Locality Adaptation

2024-08-19 · Saif Anwar, Nathan Griffiths, Abhir Bhalerao, Thomas Popham

Existing local Explainable AI (XAI) methods, such as LIME, select a region of the input space in the vicinity of a given input instance, for which they approximate the behaviour of a model using a simpler and more interp…

model