← Search

Qiong Tang

4 accepted papers

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
2023

CodeIE: Large Code Generation Models are Better Few-Shot Information Extractors

ACL 2023long

Large language models (LLMs) pre-trained on massive corpora have demonstrated impressive few-shot learning ability on many NLP tasks. A common practice is to recast the task into a text-to-text format such that generative LLMs of natural language (NL-LLMs) like GPT-3 can be prompted to solve it. How…

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…