← Search

Madhur Panwar

4 accepted papers

2025

For Better or for Worse, Transformers Seek Patterns for Memorization

NeurIPS 2025poster

Memorization in language models is a critical yet poorly understood phenomenon. In this work, we investigate memorization in transformer-based language models by analyzing their memorization dynamics during training over multiple epochs. We find that memorization is neither a constant accumulation o…

Cited by 0SourcecodeScholar
2024

InversionView: A General-Purpose Method for Reading Information from Neural Activations

NeurIPS 2024poster

The inner workings of neural networks can be better understood if we can fully decipher the information encoded in neural activations. In this paper, we argue that this information is embodied by the subset of inputs that give rise to similar activations. We propose InversionView, which allows us t…

2021

TAN-NTM: Topic Attention Networks for Neural Topic Modeling

ACL 2021long

Topic models have been widely used to learn text representations and gain insight into document corpora. To perform topic discovery, most existing neural models either take document bag-of-words (BoW) or sequence of tokens as input followed by variational inference and BoW reconstruction to learn to…