paper-with-me

Papers

Does Transformer Interpretability Transfer to RNNs?

2024-04-09 · Gonçalo Paulo, Thomas Marshall, Nora Belrose

Recent advances in recurrent neural network architectures, such as Mamba and RWKV, have enabled RNNs to match or exceed the performance of equal-size transformers in terms of language modeling perplexity and downstream evaluations, suggesting that future systems may be built on completely new architectures. In this paper, we examine if selected interpretability methods originally designed for transformer language models will transfer to these up-and-coming recurrent architectures. Specifically, we focus on steering model outputs via contrastive activation addition, on eliciting latent predictions via the tuned lens, and eliciting latent knowledge from models fine-tuned to produce false outputs under certain conditions. Our results show that most of these techniques are effective when applied to RNNs, and we show that it is possible to improve some of them by taking advantage of RNNs' compressed state.

📄 PDF Abstract BibTeX arXiv:2404.05971

Code (1)

EleutherAI/rnngineering 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingMamba

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

How Does Momentum Benefit Deep Neural Networks Architecture Design? A Few Case Studies

2021-10-13 · Bao Wang, Hedi Xia, Tan Nguyen, Stanley Osher

We present and review an algorithmic and theoretical framework for improving neural network architecture design via momentum. As case studies, we consider how momentum can improve the architecture design for recurrent ne…

Computational Efficiency

Linguistic Knowledge and Transferability of Contextual Representations

2019-03-21 · NAACL 2019 6 · Nelson F. Liu, Matt Gardner, Yonatan Belinkov, Matthew E. Peters 외

Contextual word representations derived from large-scale neural language models are successful across a diverse set of NLP tasks, suggesting that they encode useful and transferable features of language. To shed light on…

Language ModelingLanguage Modelling

Language Models Need Inductive Biases to Count Inductively

2024-05-30 · Yingshan Chang, Yonatan Bisk

Counting is a fundamental example of generalization, whether viewed through the mathematical lens of Peano's axioms defining the natural numbers or the cognitive science literature for children learning to count. The arg…

State Space Models

Identifying Information-Transfer Nodes in a Recurrent Neural Network Reveals Dynamic Representations

2025-09-29 · Arend Hintze, Asadullah Najam, Jory Schossau arxiv

Understanding the internal dynamics of Recurrent Neural Networks (RNNs) is crucial for advancing their interpretability and improving their design. This study introduces an innovative information-theoretic method to iden…

Time Series Classification

RNNs are not Transformers (Yet): The Key Bottleneck on In-context Retrieval

2024-02-28 · Kaiyue Wen, Xingyu Dang, Kaifeng Lyu

This paper investigates the gap in representation powers of Recurrent Neural Networks (RNNs) and Transformers in the context of solving algorithmic problems. We focus on understanding whether RNNs, known for their memory…

RAGRetrievalRetrieval-augmented Generation