paper-with-me

Papers

Robust Text Classification: Analyzing Prototype-Based Networks

2023-11-11 · Zhivar Sourati, Darshan Deshpande, Filip Ilievski, Kiril Gashteovski, Sascha Saralajew

Downstream applications often require text classification models to be accurate and robust. While the accuracy of the state-of-the-art Language Models (LMs) approximates human performance, they often exhibit a drop in performance on noisy data found in the real world. This lack of robustness can be concerning, as even small perturbations in the text, irrelevant to the target task, can cause classifiers to incorrectly change their predictions. A potential solution can be the family of Prototype-Based Networks (PBNs) that classifies examples based on their similarity to prototypical examples of a class (prototypes) and has been shown to be robust to noise for computer vision tasks. In this paper, we study whether the robustness properties of PBNs transfer to text classification tasks under both targeted and static adversarial attack settings. Our results show that PBNs, as a mere architectural variation of vanilla LMs, offer more robustness compared to vanilla LMs under both targeted and static settings. We showcase how PBNs' interpretability can help us to understand PBNs' robustness properties. Finally, our ablation studies reveal the sensitivity of PBNs' robustness to how strictly clustering is done in the training phase, as tighter clustering results in less robust PBNs.

📄 PDF Abstract BibTeX arXiv:2311.06647

Code (1)

zhpinkman/robust-prototype-learning 공식 구현 pytorch

Tasks

Adversarial AttackClassificationClusteringSentencetext-classificationText Classification

Similar Papers 제목 키워드 기반

A probabilistic framework for crystal structure denoising, phase classification, and order parameters

2025-12-11 · Hyuna Kwon, Babak Sadigh, Sebastien Hamel, Vincenzo Lordi 외 arxiv

Atomistic simulations generate large volumes of noisy structural data, yet extracting phase labels and continuous order parameters (OPs) in a robust and general manner remains challenging. Existing tools are often specia…

Analyzing different prototype selection techniques for dynamic classifier and ensemble selection

2018-11-01 · Rafael M. O. Cruz, Robert Sabourin, George D. C. Cavalcanti

In dynamic selection (DS) techniques, only the most competent classifiers, for the classification of a specific test sample are selected to predict the sample's class labels. The more important step in DES techniques is …

ClassificationGeneral ClassificationPrototype Selection

Cross-Modal Prototype Alignment and Mixing for Training-Free Few-Shot Classification

2026-03-25 · Dipam Goswami, Simone Magistri, Gido M. van de Ven, Bartłomiej Twardowski 외 arxiv

Vision-language models (VLMs) like CLIP are trained with the objective of aligning text and image pairs. To improve CLIP-based few-shot image classification, recent works have observed that, along with text embeddings, i…

Few-Shot Image 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

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