paper-with-me

홈 › Papers

Identifying the Source of Vulnerability in Explanation Discrepancy: A Case Study in Neural Text Classification

2022-12-10 · Ruixuan Tang, Hanjie Chen, Yangfeng Ji

Some recent works observed the instability of post-hoc explanations when input side perturbations are applied to the model. This raises the interest and concern in the stability of post-hoc explanations. However, the remaining question is: is the instability caused by the neural network model or the post-hoc explanation method? This work explores the potential source that leads to unstable post-hoc explanations. To separate the influence from the model, we propose a simple output probability perturbation method. Compared to prior input side perturbation methods, the output probability perturbation method can circumvent the neural model's potential effect on the explanations and allow the analysis on the explanation method. We evaluate the proposed method with three widely-used post-hoc explanation methods (LIME (Ribeiro et al., 2016), Kernel Shapley (Lundberg and Lee, 2017a), and Sample Shapley (Strumbelj and Kononenko, 2010)). The results demonstrate that the post-hoc methods are stable, barely producing discrepant explanations under output probability perturbations. The observation suggests that neural network models may be the primary source of fragile explanations.

📄 PDF Abstract BibTeX arXiv:2212.05327

Code (0)

등록된 구현이 없습니다.

Tasks

text-classificationText Classification

Similar Papers 제목 키워드 기반

Be Careful When Evaluating Explanations Regarding Ground Truth

2023-11-08 · Hubert Baniecki, Maciej Chrabaszcz, Andreas Holzinger, Bastian Pfeifer 외

Evaluating explanations of image classifiers regarding ground truth, e.g. segmentation masks defined by human perception, primarily evaluates the quality of the models under consideration rather than the explanation meth…

Medical Image Analysis

VADER: A Human-Evaluated Benchmark for Vulnerability Assessment, Detection, Explanation, and Remediation

2025-05-26 · Ethan TS. Liu, Austin Wang, Spencer Mateega, Carlos Georgescu 외

Ensuring that large language models (LLMs) can effectively assess, detect, explain, and remediate software vulnerabilities is critical for building robust and secure software systems. We introduce VADER, a human-evaluate…

SAEL: Leveraging Large Language Models with Adaptive Mixture-of-Experts for Smart Contract Vulnerability Detection

2025-07-30 · Lei Yu, Shiqi Cheng, Zhirong Huang, Jingyuan Zhang 외 arxiv

With the increasing security issues in blockchain, smart contract vulnerability detection has become a research focus. Existing vulnerability detection methods have their limitations: 1) Static analysis methods struggle …

Vulnerability Detection

Closing the Gap: A User Study on the Real-world Usefulness of AI-powered Vulnerability Detection & Repair in the IDE

2024-12-18 · Benjamin Steenhoek, Kalpathy Sivaraman, Renata Saldivar Gonzalez, Yevhen Mohylevskyy 외

This paper presents the first empirical study of a vulnerability detection and fix tool with professional software developers on real projects that they own. We implemented DeepVulGuard, an IDE-integrated tool based on s…

Vulnerability Detection

Vul-RAG: Enhancing LLM-based Vulnerability Detection via Knowledge-level RAG

2024-06-17 · Xueying Du, Geng Zheng, Kaixin Wang, Yi Zou 외

Although LLMs have shown promising potential in vulnerability detection, this study reveals their limitations in distinguishing between vulnerable and similar-but-benign patched code (only 0.06 - 0.14 accuracy). It shows…

RAGRetrieval-augmented GenerationVulnerability Detection