← Search

Benjamin Heinzerling

10 accepted papers

2025

How a Bilingual LM Becomes Bilingual: Tracing Internal Representations with Sparse Autoencoders

EMNLP 2025

This study explores how bilingual language models develop complex internal representations.We employ sparse autoencoders to analyze internal representations of bilingual language models with a focus on the effects of training steps, layers, and model sizes.Our analysis shows that language models fir

Cited by 0SourcePDFScholar
2025

Library-Like Behavior In Language Models is Enhanced by Self-Referencing Causal Cycles

ACL 2025long

We introduce the concept of the self-referencing causal cycle (abbreviated ReCall )—a mechanism that enables large language models (LLMs) to bypass the limitations of unidirectional causality, which underlies a phenomenon known as the reversal curse. When an LLM is prompted with sequential data, it…

2025

On Entity Identification in Language Models

ACL 2025finding

We analyze the extent to which internal representations of language models (LMs) identify and distinguish mentions of named entities, focusing on the many-to-many correspondence between entities and their mentions.We first formulate two problems of entity mentions — ambiguity and variability — and p…

2025

The Geometry of Numerical Reasoning: Language Models Compare Numeric Properties in Linear Subspaces

NAACL 2025short

This paper investigates whether large language models (LLMs) utilize numerical attributes encoded in a low-dimensional subspace of theembedding space when answering questions involving numeric comparisons, e.g., Was Cristiano born before Messi? We first identified,using partial least squares regress…

Cited by 1SourcePDFScholar
2025

Weight-based Analysis of Detokenization in Language Models: Understanding the First Stage of Inference Without Inference

NAACL 2025findings

According to the stages-of-inference hypothesis, early layers of language models map their subword-tokenized input, which does not necessarily correspond to a linguistically meaningful segmentation, to more meaningful representations that form the model’s “inner vocabulary”.Prior analysis of this *d…

2023

Test-time Augmentation for Factual Probing

EMNLP 2023short findings

Factual probing is a method that uses prompts to test if a language model ``knows'' certain world knowledge facts. A problem in factual probing is that small changes to the prompt can lead to large changes in model output. Previous work aimed to alleviate this problem by optimizing prompts via text…

Cited by 0SourcecodeScholar
2022

Cross-stitching Text and Knowledge Graph Encoders for Distantly Supervised Relation Extraction

EMNLP 2022main

Bi-encoder architectures for distantly-supervised relation extraction are designed to make use of the complementary information found in text and knowledge graphs (KG).However, current architectures suffer from two drawbacks. They either do not allow any sharing between the text encoder and the KG e…

2021

Learning to Learn to be Right for the Right Reasons

NAACL 2021long

Improving model generalization on held-out data is one of the core objectives in common- sense reasoning. Recent work has shown that models trained on the dataset with superficial cues tend to perform well on the easy test set with superficial cues but perform poorly on the hard test set without sup…