paper-with-me

Papers

Model Explainability in Deep Learning Based Natural Language Processing

2021-06-14 · Shafie Gholizadeh, Nengfeng Zhou

Machine learning (ML) model explainability has received growing attention, especially in the area related to model risk and regulations. In this paper, we reviewed and compared some popular ML model explainability methodologies, especially those related to Natural Language Processing (NLP) models. We then applied one of the NLP explainability methods Layer-wise Relevance Propagation (LRP) to a NLP classification model. We used the LRP method to derive a relevance score for each word in an instance, which is a local explainability. The relevance scores are then aggregated together to achieve global variable importance of the model. Through the case study, we also demonstrated how to apply the local explainability method to false positive and false negative instances to discover the weakness of a NLP model. These analysis can help us to understand NLP models better and reduce the risk due to the black-box nature of NLP models. We also identified some common issues due to the special natures of NLP models and discussed how explainability analysis can act as a control to detect these issues after the model has been trained.

📄 PDF Abstract BibTeX arXiv:2106.07410

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Learning

Similar Papers 제목 키워드 기반

Integrating AI Planning with Natural Language Processing: A Combination of Explicit and Tacit Knowledge

2022-02-15 · Kebing Jin, Hankz Hankui Zhuo

Natural language processing (NLP) aims at investigating the interactions between agents and humans, processing and analyzing large amounts of natural language data. Large-scale language models play an important role in c…

Text Generation

When Explainability Meets Privacy: An Investigation at the Intersection of Post-hoc Explainability and Differential Privacy in the Context of Natural Language Processing

2025-08-14 · Mahdi Dhaini, Stephen Meisenbacher, Ege Erdogan, Florian Matthes 외 arxiv

In the study of trustworthy Natural Language Processing (NLP), a number of important research fields have emerged, including that of explainability and privacy. While research interest in both explainable and privacy-pre…

Explainability of Text Processing and Retrieval Methods: A Critical Survey

2022-12-14 · Sourav Saha, Debapriyo Majumdar, Mandar Mitra

Deep Learning and Machine Learning based models have become extremely popular in text processing and information retrieval. However, the non-linear structures present inside the networks make these models largely inscrut…

Document RankingInformation RetrievalRetrievalSurvey+1

Deep Learning, Natural Language Processing, and Explainable Artificial Intelligence in the Biomedical Domain

2022-02-25 · Milad Moradi, Matthias Samwald

In this article, we first give an introduction to artificial intelligence and its applications in biology and medicine in Section 1. Deep learning methods are then described in Section 2. We narrow down the focus of the …

Explainable artificial intelligence

From Text to Graph: Leveraging Graph Neural Networks for Enhanced Explainability in NLP

2025-04-02 · Fabio Yáñez-Romero, Andrés Montoyo, Armando Suárez, Yoan Gutiérrez 외

Researchers have relegated natural language processing tasks to Transformer-type models, particularly generative models, because these models exhibit high versatility when performing generation and classification tasks. …