← Search

Mor Geva

38 accepted papers

2026

From Directions to Regions: Decomposing Activations in Language Models via Local Geometry

ICML 2026poster

Activation decomposition methods in language models are tightly coupled to geometric assumptions on how concepts are realized in activation space. Existing approaches search for individual global directions, implicitly assuming linear separability, which overlooks concepts with nonlinear or multi-di…

Cited by 0SourceScholar
2026

Mixing Mechanisms: How Language Models Retrieve Bound Entities In-Context

ICLR 2026poster

A key component of in-context reasoning is the ability of language models (LMs) to bind entities for later retrieval. For example, an LM might represent *Ann loves pie* by binding *Ann* to *pie*, allowing it to later retrieve *Ann* when asked *Who loves pie?* Prior research on short lists of bound…

Cited by 0SourcecodeScholar
2026

Position: Interpretability Can Be Actionable

ICML 2026poster

Interpretability aims to explain the behavior of deep neural networks. Despite rapid growth, there is mounting concern that much of this work has not translated into practical impact, raising questions about its relevance and utility. This position paper argues that the central missing ingredient is…

Cited by 0SourceScholar
2025

Do Large Language Models Perform Latent Multi-Hop Reasoning without Exploiting Shortcuts?

ACL 2025finding

We evaluate how well Large Language Models (LLMs) latently recall and compose facts to answer multi-hop queries like “In the year Scarlett Johansson was born, the Summer Olympics were hosted in the country of”. One major challenge in such evaluation is that LLMs may have developed shortcuts by encou…

Cited by 0SourcePDFScholar
2025

Eliciting Textual Descriptions from Representations of Continuous Prompts

ACL 2025finding

Continuous prompts, or “soft prompts”, are a widely-adopted parameter-efficient tuning strategy for large language models, but are often less favorable due to their opaque nature. Prior attempts to interpret continuous prompts relied on projecting individual prompt tokens onto the vocabulary space.…

2025

Enhancing Automated Interpretability with Output-Centric Feature Descriptions

ACL 2025long

Automated interpretability pipelines generate natural language descriptions for the concepts represented by features in large language models (LLMs), such as “plants” or “the first word in a sentence”. These descriptions are derived using inputs that activate the feature, which may be a dimension or…

2025

How Well Can Reasoning Models Identify and Recover from Unhelpful Thoughts?

EMNLP 2025

Recent reasoning models show the ability to reflect, backtrack, and self-validate their reasoning, which is crucial in spotting mistakes and arriving at accurate solutions. A natural question that arises is how effectively models can perform such self-reevaluation. We tackle this question by investi

2025

Intrinsic Test of Unlearning Using Parametric Knowledge Traces

EMNLP 2025

The task of “unlearning” certain concepts in large language models (LLMs) has gained attention for its role in mitigating harmful, private, or incorrect outputs. Current evaluations mostly rely on behavioral tests, without monitoring residual knowledge in model parameters, which can be adversarially

2025

Performance Gap in Entity Knowledge Extraction Across Modalities in Vision Language Models

ACL 2025long

Vision-language models (VLMs) excel at extracting and reasoning about information from images. Yet, their capacity to leverage internal knowledge about specific entities remains underexplored. This work investigates the disparity in model performance when answering factual questions about an entity…

2025

Precise In-Parameter Concept Erasure in Large Language Models

EMNLP 2025

Large language models (LLMs) often acquire knowledge during pretraining that is undesirable in downstream deployments, e.g., sensitive information or copyrighted content. Existing approaches for removing such knowledge rely on fine-tuning, training low-rank adapters or fact-level editing, but these

2025

Towards Interpreting Visual Information Processing in Vision-Language Models

ICLR 2025poster

Vision-Language Models (VLMs) are powerful tools for processing and understanding text and images. We study the processing of visual tokens in the language model component of LLaVA, a prominent VLM. Our approach focuses on analyzing the localization of object information, the evolution of visual tok…

2025

Why Is Spatial Reasoning Hard for VLMs? An Attention Mechanism Perspective on Focus Areas

ICML 2025poster

Large Vision Language Models (VLMs) have long struggled with spatial reasoning tasks. Surprisingly, even simple spatial reasoning tasks, such as recognizing “under” or “behind” relationships between only two objects, pose significant challenges for current VLMs. We believe it is crucial to use the l…

2024

A Chain-of-Thought Is as Strong as Its Weakest Link: A Benchmark for Verifiers of Reasoning Chains

ACL 2024long

Prompting language models to provide step-by-step answers (e.g., “Chain-of-Thought”) is the prominent approach for complex reasoning tasks, where more accurate reasoning chains typically improve downstream task performance. Recent literature discusses automatic methods to verify reasoning to evaluat…

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

Can Large Language Models Faithfully Express Their Intrinsic Uncertainty in Words?

EMNLP 2024main

We posit that large language models (LLMs) should be capable of expressing their intrinsic uncertainty in natural language. For example, if the LLM is equally likely to output two contradicting answers to the same question, then its generated response should reflect this uncertainty by hedging its a…

Cited by 18SourcePDFScholar
2024

Do Large Language Models Latently Perform Multi-Hop Reasoning?

ACL 2024long

We study whether Large Language Models (LLMs) latently perform multi-hop reasoning with complex prompts such as “The mother of the singer of ‘Superstition’ is”. We look for evidence of a latent reasoning pathway where an LLM (1) latently identifies “the singer of ‘Superstition’” as Stevie Wonder, th…

2024

From Insights to Actions: The Impact of Interpretability and Analysis Research on NLP

EMNLP 2024main

Interpretability and analysis (IA) research is a growing subfield within NLP with the goal of developing a deeper understanding of the behavior or inner workings of NLP systems and methods. Despite growing interest in the subfield, a criticism of this work is that it lacks actionable insights and th…

2024

Hopping Too Late: Exploring the Limitations of Large Language Models on Multi-Hop Queries

EMNLP 2024main

Large language models (LLMs) can solve complex multi-step problems, but little is known about how these computations are implemented internally. Motivated by this, we study how LLMs answer multi-hop queries such as “The spouse of the performer of Imagine is”. These queries require two information ex…

2024

Jump to Conclusions: Short-Cutting Transformers with Linear Transformations

COLING 2024main

Transformer-based language models create hidden representations of their inputs at every layer, but only use final-layer representations for prediction. This obscures the internal decision-making process of the model and the utility of its intermediate representations. One way to elucidate this is t…

2024

Narrowing the Knowledge Evaluation Gap: Open-Domain Question Answering with Multi-Granularity Answers

ACL 2024long

Factual questions typically can be answered correctly at different levels of granularity. For example, both “August 4, 1961” and “1961” are correct answers to the question “When was Barack Obama born?”. Standard question answering (QA) evaluation protocols, however, do not explicitly take this into…

Cited by 15SourcePDFScholar
2024

Patchscopes: A Unifying Framework for Inspecting Hidden Representations of Language Models

ICML 2024poster

Understanding the internal representations of large language models (LLMs) can help explain models' behavior and verify their alignment with human values. Given the capabilities of LLMs in generating human-understandable text, we propose leveraging the model itself to explain its internal representa…

Cited by 64SourcePDFScholar
2024

RAVEL: Evaluating Interpretability Methods on Disentangling Language Model Representations

ACL 2024long

Individual neurons participate in the representation of multiple high-level concepts. To what extent can different interpretability methods successfully disentangle these roles? To help address this question, we introduce RAVEL (Resolving Attribute-Value Entanglements in Language Models), a dataset…

2024

The Hidden Language of Diffusion Models

ICLR 2024poster

Text-to-image diffusion models have demonstrated an unparalleled ability to generate high-quality, diverse images from a textual prompt. However, the internal representations learned by these models remain an enigma. In this work, we present Conceptor, a novel method to interpret the internal repres…

2024

The Hidden Space of Transformer Language Adapters

ACL 2024long

We analyze the operation of transformer language adapters, which are small modules trained on top of a frozen language model to adapt its predictions to new target languages. We show that adapted predictions mostly evolve in the source language the model was trained on, while the target language bec…

2023

A Comprehensive Evaluation of Tool-Assisted Generation Strategies

EMNLP 2023long findings

A growing area of research investigates augmenting language models with tools (e.g., search engines, calculators) to overcome their shortcomings (e.g., missing or incorrect knowledge, incorrect logical inferences). Various few-shot tool-usage strategies have been proposed. However, there is no syste…

Cited by 0SourceScholar
2023

CRoW: Benchmarking Commonsense Reasoning in Real-World Tasks

EMNLP 2023long main

Recent efforts in natural language processing (NLP) commonsense reasoning research have yielded a considerable number of new datasets and benchmarks. However, most of these datasets formulate commonsense reasoning challenges in artificial scenarios that are not reflective of the tasks which real-wor…

Cited by 0SourcecodeScholar
2023

Dissecting Recall of Factual Associations in Auto-Regressive Language Models

EMNLP 2023long main

Transformer-based language models (LMs) are known to capture factual knowledge in their parameters. While previous work looked into where factual associations are stored, only little is known about how they are retrieved internally during inference. We investigate this question through the lens of i…

Cited by 0SourceScholar
2022

Inferring Implicit Relations in Complex Questions with Language Models

EMNLP 2022finding

A prominent challenge for modern language understanding systems is the ability to answer implicit reasoning questions, where the required reasoning steps for answering the question are not mentioned in the text explicitly. In this work, we investigate why current models struggle with implicit reason…

2022

SCROLLS: Standardized CompaRison Over Long Language Sequences

EMNLP 2022main

NLP benchmarks have largely focused on short texts, such as sentences and paragraphs, even though long texts comprise a considerable amount of natural language in the wild. We introduce SCROLLS, a suite of tasks that require reasoning over long texts. We examine existing long-text datasets, and hand…

2022

Transformer Feed-Forward Layers Build Predictions by Promoting Concepts in the Vocabulary Space

EMNLP 2022main

Transformer-based language models (LMs) are at the core of modern NLP, but their internal prediction construction process is opaque and largely not understood. In this work, we make a substantial step towards unveiling this underlying prediction process, by reverse-engineering the operation of the f…

2021

Transformer Feed-Forward Layers Are Key-Value Memories

EMNLP 2021main

Feed-forward layers constitute two-thirds of a transformer model’s parameters, yet their role in the network remains under-explored. We show that feed-forward layers in transformer-based language models operate as key-value memories, where each key correlates with textual patterns in the training ex…

2021

What’s in Your Head? Emergent Behaviour in Multi-Task Transformer Models

EMNLP 2021main

The primary paradigm for multi-task training in natural language processing is to represent the input with a shared pre-trained language model, and add a small, thin network (head) per task. Given an input, a target head is the head that is selected for outputting the final prediction. In this work,…