paper-with-me

Papers

Language Model Meets Prototypes: Towards Interpretable Text Classification Models through Prototypical Networks

2024-12-04 · Ximing Wen

Pretrained transformer-based Language Models (LMs) are well-known for their ability to achieve significant improvement on NLP tasks, but their black-box nature, which leads to a lack of interpretability, has been a major concern. My dissertation focuses on developing intrinsically interpretable models when using LMs as encoders while maintaining their superior performance via prototypical networks. I initiated my research by investigating enhancements in performance for interpretable models of sarcasm detection. My proposed approach focuses on capturing sentiment incongruity to enhance accuracy while offering instance-based explanations for the classification decisions. Later, I developed a novel white-box multi-head graph attention-based prototype network designed to explain the decisions of text classification models without sacrificing the accuracy of the original black-box LMs. In addition, I am working on extending the attention-based prototype network with contrastive learning to redesign an interpretable graph neural network, aiming to enhance both the interpretability and performance of the model in document classification.

📄 PDF Abstract BibTeX arXiv:2412.03761

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationContrastive LearningDocument ClassificationGraph AttentionGraph Neural NetworkLanguage ModelingLanguage ModellingSarcasm Detectiontext-classificationText Classification

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
AM 설명 없음

Similar Papers 제목 키워드 기반

ProtoSiTex: Learning Semi-Interpretable Prototypes for Multi-label Text Classification

2025-10-14 · Utsav Kumar Nareti, Suraj Kumar, Soumya Pandey, Soumi Chattopadhyay 외 arxiv

The rapid growth of user-generated text across digital platforms has intensified the need for interpretable models capable of fine-grained text classification and explanation. Existing prototype-based models offer intuit…

Multi-Label Text Classification

This Looks Like That, Because ... Explaining Prototypes for Interpretable Image Recognition

2020-11-05 · Meike Nauta, Annemarie Jutte, Jesper Provoost, Christin Seifert

Image recognition with prototypes is considered an interpretable alternative for black box deep learning models. Classification depends on the extent to which a test image "looks like" a prototype. However, perceptual si…

ClassificationGeneral Classification

Uncertainty-Aware Concept Bottleneck Models with Enhanced Interpretability

2025-10-01 · Haifei Zhang, Patrick Barry, Eduardo Brandao arxiv

In the context of image classification, Concept Bottleneck Models (CBMs) first embed images into a set of human-understandable concepts, followed by an intrinsically interpretable classifier that predicts labels based on…

Image Classification

Prototypical Representation Learning for Relation Extraction

2021-03-22 · ICLR 2021 1 · Ning Ding, Xiaobin Wang, Yao Fu, Guangwei Xu 외

Recognizing relations between entities is a pivotal task of relational learning. Learning relation representations from distantly-labeled datasets is difficult because of the abundant label noise and complicated expressi…

Few-Shot LearningRelationRelational ReasoningRelation Extraction+1

Learning Support and Trivial Prototypes for Interpretable Image Classification

2023-01-08 · ICCV 2023 1 · Chong Wang, Yuyuan Liu, Yuanhong Chen, Fengbei Liu 외

Prototypical part network (ProtoPNet) methods have been designed to achieve interpretable classification by associating predictions with a set of training prototypes, which we refer to as trivial prototypes because they …

Explainable Artificial Intelligence (XAI)image-classificationImage ClassificationInterpretable Machine Learning