CLMay 24, 2023

SenteCon: Leveraging Lexicons to Learn Human-Interpretable Language Representations

arXiv:2305.14728v2222 citations
Originality Incremental advance
AI Analysis

This addresses the need for interpretable features in language models for users requiring transparency, though it is incremental as it builds on existing interpretable representation methods.

The paper tackles the problem of making deep language representations interpretable by introducing SenteCon, a method that encodes text into interpretable categories, and finds it maintains predictive performance while improving interpretability and human agreement.

Although deep language representations have become the dominant form of language featurization in recent years, in many settings it is important to understand a model's decision-making process. This necessitates not only an interpretable model but also interpretable features. In particular, language must be featurized in a way that is interpretable while still characterizing the original text well. We present SenteCon, a method for introducing human interpretability in deep language representations. Given a passage of text, SenteCon encodes the text as a layer of interpretable categories in which each dimension corresponds to the relevance of a specific category. Our empirical evaluations indicate that encoding language with SenteCon provides high-level interpretability at little to no cost to predictive performance on downstream tasks. Moreover, we find that SenteCon outperforms existing interpretable language representations with respect to both its downstream performance and its agreement with human characterizations of the text.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes