paper-with-me

Papers

Self-Regularization with Latent Space Explanations for Controllable LLM-based Classification

2025-02-19 · Xuansheng Wu, Wenhao Yu, Xiaoming Zhai, Ninghao Liu

Modern text classification methods heavily rely on contextual embeddings from large language models (LLMs). Compared to human-engineered features, these embeddings provide automatic and effective representations for classification model training. However, they also introduce a challenge: we lose the ability to manually remove unintended features, such as sensitive or task-irrelevant features, to guarantee regulatory compliance or improve the generalizability of classification models. This limitation arises because LLM embeddings are opaque and difficult to interpret. In this paper, we propose a novel framework to identify and regularize unintended features in the LLM latent space. Specifically, we first pre-train a sparse autoencoder (SAE) to extract interpretable features from LLM latent spaces. To ensure the SAE can capture task-specific features, we further fine-tune it on task-specific datasets. In training the classification model, we propose a simple and effective regularizer, by minimizing the similarity between the classifier weights and the identified unintended feature, to remove the impacts of these unintended features toward classification. We evaluate the proposed framework on three real-world tasks, including toxic chat detection, reward modeling, and disease diagnosis. Results show that the proposed framework can significantly improve the classifier's generalizability by regularizing those features that are not semantically correlated to each task. This work pioneers controllable text classification on LLM latent spaces by leveraging interpreted features to address generalizability, fairness, and privacy challenges. We will release our code and data once accepted.

📄 PDF Abstract BibTeX arXiv:2502.14133

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationFairnesstext-classificationText Classification

Methods 이 논문이 사용한 방법론

Sparse Autoencoder A Sparse Autoencoder is a type of autoencoder that employs sparsity to achieve an information bottleneck. Specifically the loss function is constructed so that activations are…

Similar Papers 제목 키워드 기반

Generative Auto-Encoder: Non-adversarial Controllable Synthesis with Disentangled Exploration

2021-01-01 · Yunhao Ge, Gan Xin, Zhi Xu, Yao Xiao 외

Autoencoders perform a powerful information compression framework with are construction loss and can be a regularization module in different tasks, which has no generative ability itself. We wondering if an autoencoder g…

AttributeData AugmentationDecoderDisentanglement+1

Encouraging Disentangled and Convex Representation with Controllable Interpolation Regularization

2021-12-06 · Yunhao Ge, Zhi Xu, Yao Xiao, Gan Xin 외

We focus on controllable disentangled representation learning (C-Dis-RL), where users can control the partition of the disentangled latent space to factorize dataset attributes (concepts) for downstream tasks. Two genera…

Data AugmentationDisentanglementFairnessImage Generation+1

Why Self-Inconsistency Arises in GNN Explanations and How to Exploit It

2026-05-08 · Wenxin Tai, Yaqian Liu, Ting Zhong, Fan Zhou arxiv

Recent work has observed that explanations produced by Self-Interpretable Graph Neural Networks (SI-GNNs) can be self-inconsistent: when the model is reapplied to its own explanatory graph subset, it may produce a differ…

GLANCE: Global to Local Architecture-Neutral Concept-based Explanations

2022-07-05 · Avinash Kori, Ben Glocker, Francesca Toni

Most of the current explainability techniques focus on capturing the importance of features in input space. However, given the complexity of models and data-generating processes, the resulting explanations are far from b…

DisentanglementFeature ImportanceKnowledge Distillation

Self-CTRL: Self-Consistency Training with Reinforcement Learning

2026-06-16 · Itamar Pres, Laura Ruis, Melat Ghebreselassie, Belinda Z. Li 외 arxiv

Language models (LMs) that faithfully describe their own behavior can more easily be audited, understood, and trusted by users. This paper describes Self-Consistency Training with Reinforcement Learning (Self-CTRL), a me…

Reinforcement Learning