paper-with-me

Papers

Interpretable Textual Neuron Representations for NLP

2018-09-19 · WS 2018 11 · Nina Poerner, Benjamin Roth, Hinrich Schütze

Input optimization methods, such as Google Deep Dream, create interpretable representations of neurons for computer vision DNNs. We propose and evaluate ways of transferring this technology to NLP. Our results suggest that gradient ascent with a gumbel softmax layer produces n-gram representations that outperform naive corpus search in terms of target neuron activation. The representations highlight differences in syntax awareness between the language and visual models of the Imaginet architecture.

📄 PDF Abstract BibTeX arXiv:1809.07291

Code (2)

NPoe/input-optimization-nlp 공식 구현
phnk/D7047E pytorch

Methods 이 논문이 사용한 방법론

Gumbel Softmax 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Investigating the Encoding of Words in BERT's Neurons using Feature Textualization

2023-11-14 · Tanja Baeumel, Soniya Vijayakumar, Josef van Genabith, Guenter Neumann 외

Pretrained language models (PLMs) form the basis of most state-of-the-art NLP technologies. Nevertheless, they are essentially black boxes: Humans do not have a clear understanding of what knowledge is encoded in differe…

N2G: A Scalable Approach for Quantifying Interpretable Neuron Representations in Large Language Models

2023-04-22 · Alex Foote, Neel Nanda, Esben Kran, Ionnis Konstas 외

Understanding the function of individual neurons within language models is essential for mechanistic interpretability research. We propose $\textbf{Neuron to Graph (N2G)}$, a tool which takes a neuron and its dataset exa…

In Search of Grandmother Cells: Tracing Interpretable Neurons in Tabular Representations

2026-01-07 · Ricardo Knauer, Erik Rodner arxiv

Foundation models are powerful yet often opaque in their decision-making. A topic of continued interest in both neuroscience and artificial intelligence is whether some neurons behave like grandmother cells, i.e., neuron…

Towards Interpretable Deep Neural Networks by Leveraging Adversarial Examples

2017-08-18 · Yinpeng Dong, Hang Su, Jun Zhu, Fan Bao

Deep neural networks (DNNs) have demonstrated impressive performance on a wide array of tasks, but they are usually considered opaque since internal structure and learned parameters are not interpretable. In this paper, …

Finding Neurons in a Haystack: Case Studies with Sparse Probing

2023-05-02 · Wes Gurnee, Neel Nanda, Matthew Pauly, Katherine Harvey 외

Despite rapid adoption and deployment of large language models (LLMs), the internal computations of these models remain opaque and poorly understood. In this work, we seek to understand how high-level human-interpretable…