← Search

Dan Friedman

9 accepted papers

2024

Finding Transformer Circuits With Edge Pruning

NeurIPS 2024spotlight

The path to interpreting a language model often proceeds via analysis of circuits---sparse computational subgraphs of the model that capture specific aspects of its behavior. Recent work has automated the task of discovering circuits. Yet, these methods have practical limitations, as they either rel…

2024

Interpretability Illusions in the Generalization of Simplified Models

ICML 2024poster

A common method to study deep learning systems is to use simplified model representations—for example, using singular value decomposition to visualize the model’s hidden states in a lower dimensional space. This approach assumes that the results of these simplifications are faithful to the original…

Cited by 14SourcePDFScholar
2024

The Heuristic Core: Understanding Subnetwork Generalization in Pretrained Language Models

ACL 2024long

Prior work has found that pretrained language models (LMs) fine-tuned with different random seeds can achieve similar in-domain performance but generalize differently on tests of syntactic generalization. In this work, we show that, even within a single model, we can find multiple subnetworks that p…

2023

Measuring Inductive Biases of In-Context Learning with Underspecified Demonstrations

ACL 2023long

In-context learning (ICL) is an important paradigm for adapting large language models (LLMs) to new tasks, but the generalization behavior of ICL remains poorly understood. We investigate the inductive biases of ICL from the perspective of feature bias: which feature ICL is more likely to use given…