paper-with-me

홈 › Papers

ProtoryNet - Interpretable Text Classification Via Prototype Trajectories

2020-07-03 · Dat Hong, Tong Wang, Stephen S. Baek

We propose a novel interpretable deep neural network for text classification, called ProtoryNet, based on a new concept of prototype trajectories. Motivated by the prototype theory in modern linguistics, ProtoryNet makes a prediction by finding the most similar prototype for each sentence in a text sequence and feeding an RNN backbone with the proximity of each sentence to the corresponding active prototype. The RNN backbone then captures the temporal pattern of the prototypes, which we refer to as prototype trajectories. Prototype trajectories enable intuitive and fine-grained interpretation of the reasoning process of the RNN model, in resemblance to how humans analyze texts. We also design a prototype pruning procedure to reduce the total number of prototypes used by the model for better interpretability. Experiments on multiple public data sets show that ProtoryNet is more accurate than the baseline prototype-based deep neural net and reduces the performance gap compared to state-of-the-art black-box models. In addition, after prototype pruning, the resulting ProtoryNet models only need less than or around 20 prototypes for all datasets, which significantly benefits interpretability. Furthermore, we report a survey result indicating that human users find ProtoryNet more intuitive and easier to understand than other prototype-based methods.

📄 PDF Abstract BibTeX arXiv:2007.01777

Code (1)

dathong/ProtoryNet 공식 구현 tf

Tasks

ClassificationGeneral ClassificationSentencetext-classificationText Classification

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

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

Advancing Interpretability in Text Classification through Prototype Learning

2024-10-23 · Bowen Wei, Ziwei Zhu

Deep neural networks have achieved remarkable performance in various text-based tasks but often lack interpretability, making them less suitable for applications where transparency is critical. To address this, we propos…

ClassificationSentencetext-classificationText Classification

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…

ClassificationContrastive LearningDocument ClassificationGraph Attention+6

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

Interpretable Image Classification with Adaptive Prototype-based Vision Transformers

2024-10-28 · Chiyu Ma, Jon Donnelly, Wenjun Liu, Soroush Vosoughi 외

We present ProtoViT, a method for interpretable image classification combining deep learning and case-based reasoning. This method classifies an image by comparing it to a set of learned prototypes, providing explanation…

image-classificationImage Classification