← Search

Yonatan Belinkov

63 accepted papers

2026

DeLeaker: Dynamic Inference-Time Reweighting For Semantic Leakage Mitigation in Text-to-Image Models

ICLR 2026poster

Text-to-Image (T2I) models have advanced rapidly, yet they remain vulnerable to semantic leakage, the unintended transfer of semantically related features between distinct entities. Existing mitigation strategies are often optimization-based or dependent on external inputs. We introduce **DeLeaker**…

Cited by 0SourceScholar
2026

Decomposing Query-Key Feature Interactions Using Contrastive Covariances

ICML 2026poster

Despite the central role of attention heads in Transformers, we lack tools to understand why a model attends to a particular token. To address this, we study the query-key (QK) space -- the bilinear joint embedding space between queries and keys. We present a contrastive covariance method to decompo…

Cited by 0SourceScholar
2026

Induction Meets Biology: Mechanisms of Repeat Detection in Protein Language Models

ICML 2026poster

Protein sequences are abundant in repeating segments, both as exact copies and as approximate segments with mutations. These repeats are important for protein structure and function, motivating decades of algorithmic work on repeat identification. Recent work has shown that protein language models (…

Cited by 0SourceScholar
2026

Language Models Use Lookbacks to Track Beliefs

ICLR 2026poster

How do language models (LMs) represent characters’ beliefs, especially when those beliefs may differ from reality? This question lies at the heart of understanding the Theory of Mind (ToM) capabilities of LMs. We analyze LMs' ability to reason about characters’ beliefs using causal mediation and abs…

Cited by 0SourceScholar
2026

ManagerBench: Evaluating the Safety-Pragmatism Trade-off in Autonomous LLMs

ICLR 2026poster

As large language models (LLMs) evolve from conversational assistants into autonomous agents, evaluating the safety of their actions becomes critical. Prior safety benchmarks have primarily focused on preventing generation of harmful content, such as toxic text. However, they overlook the challenge…

Cited by 0SourcecodeScholar
2026

Old Habits Die Hard: How Conversational History Geometrically Traps LLMs

ICML 2026poster

How does the conversational past of large language models (LLMs) influence their future performance? Recent work suggests that LLMs are affected by their conversational history in unexpected ways. For instance, hallucinations in prior interactions may influence subsequent model responses. In this wo…

Cited by 0SourceScholar
2025

Answer, Assemble, Ace: Understanding How LMs Answer Multiple Choice Questions

ICLR 2025spotlight

Multiple-choice question answering (MCQA) is a key competence of performant transformer language models that is tested by mainstream benchmarks. However, recent evidence shows that models can have quite a range of performance, particularly when the task format is diversified slightly (such as by shu…

Cited by 0SourcePDFScholar
2025

Arithmetic Without Algorithms: Language Models Solve Math with a Bag of Heuristics

ICLR 2025poster

Do large language models (LLMs) solve reasoning tasks by learning robust generalizable algorithms, or do they memorize training data? To investigate this question, we use arithmetic reasoning as a representative task. Using causal analysis, we identify a subset of the model (a circuit) that explains…

2025

Back Attention: Understanding and Enhancing Multi-Hop Reasoning in Large Language Models

EMNLP 2025

We investigate how large language models (LLMs) perform latent multi-hop reasoning in prompts like “Wolfgang Amadeus Mozart’s mother’s spouse is”. To analyze this process, we introduce logit flow, an interpretability method that traces how logits propagate across layers and positions toward the fina

2025

Jamba: Hybrid Transformer-Mamba Language Models

ICLR 2025poster

We present Jamba, a novel hybrid Transformer-Mamba mixture-of-experts (MoE) architecture. Jamba interleaves blocks of Transformer and Mamba layers, enjoying the benefits of both model families. MoE is added in some of these layers to increase model capacity while keeping active parameter usage manag…

Cited by 3SourcePDFScholar
2025

LLMs Know More Than They Show: On the Intrinsic Representation of LLM Hallucinations

ICLR 2025poster

Large language models (LLMs) often produce errors, including factual inaccuracies, biases, and reasoning failures, collectively referred to as "hallucinations". Recent studies have demonstrated that LLMs' internal states encode information regarding the truthfulness of their outputs, and that this i…

2025

MIB: A Mechanistic Interpretability Benchmark

ICML 2025poster

How can we know whether new mechanistic interpretability methods achieve real improvements? In pursuit of lasting evaluation standards, we propose MIB, a Mechanistic Interpretability Benchmark, with two tracks spanning four tasks and five models. MIB favors methods that precisely and concisely recov…

2025

Measuring Chain of Thought Faithfulness by Unlearning Reasoning Steps

EMNLP 2025

When prompted to think step-by-step, language models (LMs) produce a chain of thought (CoT), a sequence of reasoning steps that the model supposedly used to produce its prediction. Despite much work on CoT prompting, it is unclear if reasoning verbalized in a CoT is faithful to the models’ parametri

Cited by 0SourcePDFScholar
2025

Padding Tone: A Mechanistic Analysis of Padding Tokens in T2I Models

NAACL 2025long

Text-to-image (T2I) diffusion models rely on encoded prompts to guide the image generation process. Typically, these prompts are extended to a fixed length by appending padding tokens to the input. Despite being a default practice, the influence of padding tokens on the image generation process has…

Cited by 1SourcePDFScholar
2025

Position-aware Automatic Circuit Discovery

ACL 2025long

A widely used strategy to discover and understand language model mechanisms is circuit analysis. A circuit is a minimal subgraph of a model’s computation graph that executes a specific task. We identify a gap in existing circuit discovery methods: they assume circuits are position-invariant, treatin…

2025

REVS: Unlearning Sensitive Information in Language Models via Rank Editing in the Vocabulary Space

ACL 2025finding

Language models (LMs) risk inadvertently memorizing and divulging sensitive or personally identifiable information (PII) seen in training data, causing privacy concerns. Current approaches to address this issue involve costly dataset scrubbing, or model filtering through unlearning and model editing…

Cited by 0SourcePDFScholar
2025

Same Task, Different Circuits: Disentangling Modality-Specific Mechanisms in VLMs

NeurIPS 2025poster

Vision-Language models (VLMs) show impressive abilities to answer questions on visual inputs (e.g., counting objects in an image), yet demonstrate higher accuracies when performing an analogous task on text (e.g., counting words in a text). We investigate this accuracy gap by identifying and compari…

Cited by 0SourcecodeScholar
2025

Sparse Feature Circuits: Discovering and Editing Interpretable Causal Graphs in Language Models

ICLR 2025oral

We introduce methods for discovering and applying **sparse feature circuits**. These are causally implicated subnetworks of human-interpretable features for explaining language model behaviors. Circuits identified in prior work consist of polysemantic and difficult-to-interpret units like attention…

2025

Trust Me, I’m Wrong: LLMs Hallucinate with Certainty Despite Knowing the Answer

EMNLP 2025

Prior work on large language model (LLM) hallucinations has associated them with model uncertainty or inaccurate knowledge. In this work, we define and investigate a distinct type of hallucination, where a model can consistently answer a question correctly, but a seemingly trivial perturbation, whic

2025

Unsupervised Translation of Emergent Communication

AAAI 2025technical

Emergent Communication (EC) provides a unique window into the language systems that emerge autonomously when agents are trained to jointly achieve shared goals. However, it is difficult to interpret EC and evaluate its relationship with natural languages (NL). This study employs unsupervised neural…

Cited by 0SourcePDFScholar
2024

Backward Lens: Projecting Language Model Gradients into the Vocabulary Space

EMNLP 2024main

Understanding how Transformer-based Language Models (LMs) learn and recall information is a key goal of the deep learning community. Recent interpretability methods project weights and hidden states obtained from the forward pass to the models’ vocabularies, helping to uncover how information flows…

2024

Concept-Best-Matching: Evaluating Compositionality In Emergent Communication

ACL 2024findings

Artificial agents that learn to communicate in order to accomplish a given task acquire communication protocols that are typically opaque to a human. A large body of work has attempted to evaluate the emergent communication via various evaluation measures, with **compositionality** featuring as a pr…

2024

Confidence Regulation Neurons in Language Models

NeurIPS 2024poster

Despite their widespread use, the mechanisms by which large language models (LLMs) represent and regulate uncertainty in next-token predictions remain largely unexplored. This study investigates two critical components believed to influence this uncertainty: the recently discovered entropy neurons a…

2024

ContraSim – Analyzing Neural Representations Based on Contrastive Learning

NAACL 2024long

Recent work has compared neural network representations via similarity-based analyses to improve model interpretation. The quality of a similarity measure is typically evaluated by its success in assigning a high score to representations that are expected to be matched. However, existing similarity…

2024

Diffusion Lens: Interpreting Text Encoders in Text-to-Image Pipelines

ACL 2024long

Text-to-image diffusion models (T2I) use a latent representation of a text prompt to guide the image generation process. However, the process by which the encoder produces the text representation is unknown. We propose the Diffusion Lens, a method for analyzing the text encoder of T2I models by gene…

Cited by 8SourcePDFScholar
2024

Fine-Tuning Enhances Existing Mechanisms: A Case Study on Entity Tracking

ICLR 2024poster

Fine-tuning on generalized tasks such as instruction following, code generation, and mathematics has been shown to enhance language models' performance on a range of tasks. Nevertheless, explanations of how such fine-tuning influences the internal computations in these models remain elusive. We stud…

Cited by 43SourcePDFScholar
2024

Leveraging Prototypical Representations for Mitigating Social Bias without Demographic Information

NAACL 2024short

Mitigating social biases typically requires identifying the social groups associated with each data sample. In this paper, we present DAFair, a novel approach to address social bias in language models. Unlike traditional methods that rely on explicit demographic labels, our approach does not require…

2024

Linearity of Relation Decoding in Transformer Language Models

ICLR 2024spotlight

Much of the knowledge encoded in transformer language models (LMs) may be expressed in terms of relations: relations between words and their synonyms, entities and their attributes, etc. We show that, for a subset of relations, this computation is well-approximated by a single linear transformation…

Cited by 76SourcePDFScholar
2024

ReFACT: Updating Text-to-Image Models by Editing the Text Encoder

NAACL 2024long

Our world is marked by unprecedented technological, global, and socio-political transformations, posing a significant challenge to textto-image generative models. These models encode factual associations within their parameters that can quickly become outdated, diminishing their utility for end-user…

2024

Semantics and Spatiality of Emergent Communication

NeurIPS 2024poster

When artificial agents are jointly trained to perform collaborative tasks using a communication channel, they develop opaque goal-oriented communication protocols. Good task performance is often considered sufficient evidence that meaningful communication is taking place, but existing empirical resu…

2023

A Mechanistic Interpretation of Arithmetic Reasoning in Language Models using Causal Mediation Analysis

EMNLP 2023long main

Mathematical reasoning in large language models (LMs) has garnered significant attention in recent work, but there is a limited understanding of how these models process and store information related to arithmetic tasks within their architecture. In order to improve our understanding of this aspect…

Cited by 0SourcecodeScholar
2023

Mass-Editing Memory in a Transformer

ICLR 2023top-25%

Recent work has shown exciting promise in updating large language models with new memories, so as to replace obsolete information or add specialized knowledge. However, this line of work is predominantly limited to updating single associations. We develop MEMIT, a method for directly updating a lang…

2023

Multiple sequence alignment as a sequence-to-sequence learning problem

ICLR 2023poster

The sequence alignment problem is one of the most fundamental problems in bioinformatics and a plethora of methods were devised to tackle it. Here we introduce BetaAlign, a methodology for aligning sequences using an NLP approach. BetaAlign accounts for the possible variability of the evolutionary p…

Cited by 7SourcePDFScholar
2023

Parallel Context Windows for Large Language Models

ACL 2023long

When applied to processing long text, Large Language Models (LLMs) are limited by their context window. Existing efforts to address this limitation involve training specialized architectures, and cannot be easily applied to off- the-shelf LLMs. We present Parallel Context Windows (PCW), a method tha…

2023

Shielded Representations: Protecting Sensitive Attributes Through Iterative Gradient-Based Projection

ACL 2023findings

Natural language processing models tend to learn and encode social biases present in the data. One popular approach for addressing such biases is to eliminate encoded information from the model’s representations. However, current methods are restricted to removing only linearly encoded information.…

2023

What Are You Token About? Dense Retrieval as Distributions Over the Vocabulary

ACL 2023long

Dual encoders are now the dominant architecture for dense retrieval. Yet, we have little understanding of how they represent text, and why this leads to good performance. In this work, we shed light on this question via distributions over the vocabulary. We propose to interpret the vector representa…

2023

When Language Models Fall in Love: Animacy Processing in Transformer Language Models

EMNLP 2023long main

Animacy—whether an entity is alive and sentient—is fundamental to cognitive processing, impacting areas such as memory, vision, and language. However, animacy is not always expressed directly in language: in English it often manifests indirectly, in the form of selectional constraints on verbs and a…

Cited by 0SourcecodeScholar
2022

A Multilingual Perspective Towards the Evaluation of Attribution Methods in Natural Language Inference

EMNLP 2022main

Most evaluations of attribution methods focus on the English language. In this work, we present a multilingual approach for evaluating attribution methods for the Natural Language Inference (NLI) task in terms of faithfulness and plausibility.First, we introduce a novel cross-lingual strategy to mea…

2022

How Gender Debiasing Affects Internal Model Representations, and Why It Matters

NAACL 2022long

Common studies of gender bias in NLP focus either on extrinsic bias measured by model performance on a downstream task or on intrinsic bias found in models’ internal representations. However, the relationship between extrinsic and intrinsic bias is relatively unknown. In this work, we illuminate thi…

Cited by 37SourcePDFScholar
2022

Locating and Editing Factual Associations in GPT

NeurIPS 2022accept

We analyze the storage and recall of factual associations in autoregressive transformer language models, finding evidence that these associations correspond to localized, directly-editable computations. We first develop a causal intervention for identifying neuron activations that are decisive in a…

2022

Supervising Model Attention with Human Explanations for Robust Natural Language Inference

AAAI 2022technical

Natural Language Inference (NLI) models are known to learn from biases and artefacts within their training data, impacting how well they generalise to other unseen datasets. Existing de-biasing approaches focus on preventing the models from learning these biases, which can result in restrictive mode…

2021

Causal Analysis of Syntactic Agreement Mechanisms in Neural Language Models

ACL 2021long

Targeted syntactic evaluations have demonstrated the ability of language models to perform subject-verb agreement given difficult contexts. To elucidate the mechanisms by which the models accomplish this behavior, this study applies causal mediation analysis to pre-trained neural language models. We…

2021

Debiasing Methods in Natural Language Understanding Make Bias More Accessible

EMNLP 2021main

Model robustness to bias is often determined by the generalization on carefully designed out-of-distribution datasets. Recent debiasing methods in natural language understanding (NLU) improve performance on such datasets by pressuring models into making unbiased predictions. An underlying assumption…

2021

IRM—when it works and when it doesn't: A test case of natural language inference

NeurIPS 2021poster

Invariant Risk Minimization (IRM) is a recently proposed framework for out-of-distribution (o.o.d) generalization. Most of the studies on IRM so far have focused on theoretical results, toy problems, and simple models. In this work, we investigate the applicability of IRM to bias mitigation-a speci…

Cited by 16SourcePDFScholar
2021

Learning from others' mistakes: Avoiding dataset biases without modeling them

ICLR 2021poster

State-of-the-art natural language processing (NLP) models often learn to model dataset biases and surface form correlations instead of features that target the intended underlying task. Previous work has demonstrated effective methods to circumvent these issues when knowledge of the bias is availabl…

Cited by 118SourcePDFScholar
2021

Variational Information Bottleneck for Effective Low-Resource Fine-Tuning

ICLR 2021poster

While large-scale pretrained language models have obtained impressive results when fine-tuned on a wide variety of tasks, they still often suffer from overfitting in low-resource scenarios. Since such models are general-purpose feature extractors, many of these features are inevitably irrelevant for…

2020

A Constructive Prediction of the Generalization Error Across Scales

ICLR 2020poster

The dependency of the generalization error of neural networks on model and dataset size is of critical importance both in practice and for understanding the theory of neural networks. Nevertheless, the functional form of this dependency remains elusive. In this work, we present a functional form whi…

Cited by 223SourceScholar
2020

Investigating Gender Bias in Language Models Using Causal Mediation Analysis

NeurIPS 2020spotlight

Many interpretation methods for neural models in natural language processing investigate how information is encoded inside hidden representations. However, these methods can only measure whether the information exists, not whether it is actually used by the model. We propose a methodology grounded…

2019

Identifying and Controlling Important Neurons in Neural Machine Translation

ICLR 2019poster

Neural machine translation (NMT) models learn representations containing substantial linguistic information. However, it is not clear if such information is fully distributed or if some of it can be attributed to individual neurons. We develop unsupervised methods for discovering important neurons i…

Cited by 218SourcePDFScholar
2017

Analyzing Hidden Representations in End-to-End Automatic Speech Recognition Systems

NeurIPS 2017poster

Neural networks have become ubiquitous in automatic speech recognition systems. While neural networks are typically used as acoustic models in more complex systems, recent studies have explored end-to-end speech recognition systems based on neural networks, which can be trained to directly predict t…

2017

Fine-grained Analysis of Sentence Embeddings Using Auxiliary Prediction Tasks

ICLR 2017poster

There is a lot of research interest in encoding variable length sentences into fixed length vectors, in a way that preserves the sentence meanings. Two common methods include representations based on averaging word vectors, and representations based on the hidden states of recurrent neural networks…

Cited by 664SourceScholar