← Search

Zhengfu He

9 accepted papers

2026

A Distributional View for Visual Mechanistic Interpretability: KL-Minimal Soft-Constraint Principle

ICML 2026spotlight

Most current paradigms in visual mechanistic interpretability (MI) remain confined to interpreting internal units of the vision model via heuristic methods (e.g., top-$K$ activation retrieval or optimization with regularization). In this work, we establish a theoretical distributional view for visua…

Cited by 0SourceScholar
2026

Dimensional Collapse in Transformer Attention Outputs: A Challenge for Sparse Dictionary Learning

ICML 2026poster

Transformer architectures, and their attention mechanisms in particular, form the foundation of modern large language models. While transformer models are widely believed to operate in high-dimensional hidden spaces, we show that attention outputs are confined to a surprisingly low-dimensional subsp…

Cited by 0SourceScholar
2026

Evolution of Concepts in Language Model Pre-Training

ICLR 2026poster

Language models obtain extensive capabilities through pre-training. However, the pre-training dynamics remains a black box. In this work, we track linear interpretable feature evolution across pre-training snapshots using a sparse dictionary learning method called crosscoders. We find that most feat…

Cited by 0SourcecodeScholar
2026

Towards Understanding the Nature of Attention with Low-Rank Sparse Decomposition

ICLR 2026poster

We propose Low-Rank Sparse Attention (Lorsa), a sparse replacement model of Transformer attention layers to disentangle original Multi Head Self Attention (MHSA) into individually comprehensible components. Lorsa is designed to address the challenge of \textit{attention superposition} to understand…

Cited by 0SourcecodeScholar
2025

Towards Universality: Studying Mechanistic Similarity Across Language Model Architectures

ICLR 2025poster

The hypothesis of \textit{Universality} in interpretability suggests that different neural networks may converge to implement similar algorithms on similar tasks. In this work, we investigate two mainstream architectures for language modeling, namely Transformers and Mambas, to explore the extent of…

Cited by 3SourcePDFScholar
2024

Can AI Assistants Know What They Don't Know?

ICML 2024poster

AI assistants powered by Large Language Models (LLMs) have demonstrated impressive performance in various tasks. However, LLMs still make factual errors in knowledge-intensive tasks such as open-domain question answering. These untruthful responses from AI assistants can pose significant risks in pr…

2023

DiffusionBERT: Improving Generative Masked Language Models with Diffusion Models

ACL 2023long

We present DiffusionBERT, a new generative masked language model based on discrete dif- fusion models. Diffusion models and many pre- trained language models have a shared training objective, i.e., denoising, making it possible to combine the two powerful models and enjoy the best of both worlds. On…

2023

Multitask Pre-training of Modular Prompt for Chinese Few-Shot Learning

ACL 2023long

Prompt tuning is a parameter-efficient approach to adapting pre-trained language models to downstream tasks. Although prompt tuning has been shown to match the performance of full model tuning when training data is sufficient, it tends to struggle in few-shot learning settings. In this paper, we pre…

2022

BBTv2: Towards a Gradient-Free Future with Large Language Models

EMNLP 2022main

Most downstream adaptation methods tune all or part of the parameters of pre-trained models (PTMs) through gradient descent, where the tuning cost increases linearly with the growth of the model size.By contrast, gradient-free methods only require the forward computation of the PTM to tune the promp…