AICLLGFeb 12

Prototype Transformer: Towards Language Model Architectures Interpretable by Design

arXiv:2602.11852v12 citationsh-index: 17
Originality Incremental advance
AI Analysis

This addresses the issue of trust and safety in AI for users by offering a more interpretable alternative to standard transformers, though it is incremental as it builds on existing autoregressive models.

The paper tackles the problem of opaque reasoning in state-of-the-art language models by introducing the Prototype Transformer (ProtoT), an autoregressive architecture that uses prototypes to capture nameable concepts, enabling interpretability and targeted edits while scaling linearly with sequence length and performing competitively on tasks like GLUE.

While state-of-the-art language models (LMs) surpass the vast majority of humans in certain domains, their reasoning remains largely opaque, undermining trust in their output. Furthermore, while autoregressive LMs can output explicit reasoning, their true reasoning process is opaque, which introduces risks like deception and hallucination. In this work, we introduce the Prototype Transformer (ProtoT) -- an autoregressive LM architecture based on prototypes (parameter vectors), posed as an alternative to the standard self-attention-based transformers. ProtoT works by means of two-way communication between the input sequence and the prototypes, and we show that this leads to the prototypes automatically capturing nameable concepts (e.g. "woman") during training. They provide the potential to interpret the model's reasoning and allow for targeted edits of its behavior. Furthermore, by design, the prototypes create communication channels that aggregate contextual information at different time scales, aiding interpretability. In terms of computation scalability, ProtoT scales linearly with sequence length vs the quadratic scalability of SOTA self-attention transformers. Compared to baselines, ProtoT scales well with model and data size, and performs well on text generation and downstream tasks (GLUE). ProtoT exhibits robustness to input perturbations on par or better than some baselines, but differs from them by providing interpretable pathways showing how robustness and sensitivity arises. Reaching close to the performance of state-of-the-art architectures, ProtoT paves the way to creating well-performing autoregressive LMs interpretable by design.

Foundations

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

Your Notes