← Search

Carsten Eickhoff

27 accepted papers

2026

When Silence Is Golden: Can LLMs Learn to Abstain in Temporal QA and Beyond?

ICLR 2026poster

Large language models (LLMs) rarely admit uncertainty, often producing fluent but misleading answers, rather than abstaining (i.e., refusing to answer). This weakness is even evident in temporal question answering (QA), where models frequently ignore time-sensitive evidence and conflate facts across…

Cited by 0SourcecodeScholar
2025

Beyond Contrastive Learning: Synthetic Data Enables List-wise Training with Multiple Levels of Relevance

EMNLP 2025

Although synthetic data has changed various aspects of information retrieval (IR) pipelines, the main training paradigm remains: contrastive learning with binary relevance labels, where one positive document is compared against several negatives using the InfoNCE loss. This objective treats all docu

2025

Enhancing Retrieval-Augmented Generation: A Study of Best Practices

COLING 2025main

Retrieval-Augmented Generation (RAG) systems have recently shown remarkable advancements by integrating retrieval mechanisms into language models, enhancing their ability to produce more accurate and contextually relevant responses. However, the influence of various components and configurations wit…

2025

Forgotten Polygons: Multimodal Large Language Models are Shape-Blind

ACL 2025finding

Despite strong performance on vision-language tasks, Multimodal Large Language Models (MLLMs) struggle with mathematical problem-solving, with both open-source and state-of-the-art models falling short of human performance on visual-math benchmarks. To systematically examine visual-mathematical reas…

2025

Interpretability Analysis of Arithmetic In-Context Learning in Large Language Models

EMNLP 2025

Large language models (LLMs) exhibit sophisticated behavior, notably solving arithmetic with only a few in-context examples (ICEs). Yet the computations that connect those examples to the answer remain opaque. We probe four open-weight LLMs, Pythia-12B, Llama-3.1-8B, MPT-7B, and OPT-6.7B, on basic a

2025

Paths Not Taken: Understanding and Mending the Multilingual Factual Recall Pipeline

EMNLP 2025

Multilingual large language models (LLMs) often exhibit factual inconsistencies across languages, usually with better performance in factual recall tasks in high-resource languages than in other languages. The causes of these failures, however, remain poorly understood. Using mechanistic analysis te

Cited by 0SourcePDFScholar
2025

Pixels Versus Priors: Controlling Knowledge Priors in Vision-Language Models through Visual Counterfacts

EMNLP 2025

Multimodal Large Language Models (MLLMs) perform well on tasks such as visual question answering, but it remains unclear whether their reasoning relies more on memorized world knowledge or on the visual information present in the input image. To investigate this, we introduce Visual CounterFact, a n

2025

Position: Benchmarking is Broken - Don't Let AI be Its Own Judge

NeurIPS 2025poster

The meteoric rise of Artificial Intelligence (AI), with its rapidly expanding market capitalization, presents both transformative opportunities and critical challenges. Chief among these is the urgent need for a new, unified paradigm for trustworthy evaluation, as current benchmarks increasingly rev…

Cited by 0SourceScholar
2025

The Same but Different: Structural Similarities and Differences in Multilingual Language Modeling

ICLR 2025poster

We employ new tools from mechanistic interpretability to ask whether the internal structure of large language models (LLMs) shows correspondence to the linguistic structures which underlie the languages on which they are trained. In particular, we ask (1) when two languages employ the same morphosyn…

Cited by 2SourcePDFScholar
2025

What Do VLMs NOTICE? A Mechanistic Interpretability Pipeline for Gaussian-Noise-free Text-Image Corruption and Evaluation

NAACL 2025long

Vision-Language Models (VLMs) have gained prominence due to their success in solving complex cross-modal tasks. However, the internal mechanisms of VLMs, particularly the roles of cross-attention and self-attention in multimodal integration, are not fully understood. To address this gap, we introduc…

2024

Circuit Component Reuse Across Tasks in Transformer Language Models

ICLR 2024spotlight

Recent work in mechanistic interpretability has shown that behaviors in language models can be successfully reverse-engineered through circuit analysis. A common criticism, however, is that each circuit is task-specific, and thus such analysis cannot contribute to understanding the models at a highe…

2024

CroCoSum: A Benchmark Dataset for Cross-Lingual Code-Switched Summarization

COLING 2024main

Cross-lingual summarization (CLS) has attracted increasing interest in recent years due to the availability of large-scale web-mined datasets and the advancements of multilingual language models. However, given the rareness of naturally occurring CLS resources, the majority of datasets are forced to…

2024

Language Models Implement Simple Word2Vec-style Vector Arithmetic

NAACL 2024long

A primary criticism towards language models (LMs) is their inscrutability. This paper presents evidence that, despite their size and complexity, LMs sometimes exploit a simple vector arithmetic style mechanism to solve some relational tasks using regularities encoded in the hidden space of the model…

2024

Re-Evaluating Evaluation for Multilingual Summarization

EMNLP 2024main

Automatic evaluation approaches (ROUGE, BERTScore, LLM-based evaluators) have been widely used to evaluate summarization tasks. Despite the complexities of script differences and tokenization, these approaches have been indiscriminately applied to summarization across multiple languages. While previ…

2024

Talking Heads: Understanding Inter-Layer Communication in Transformer Language Models

NeurIPS 2024poster

Although it is known that transformer language models (LMs) pass features from early layers to later layers, it is not well understood how this information is represented and routed by the model. We analyze a mechanism used in two LMs to selectively inhibit items in a context in one task, and find t…

Cited by 10SourcePDFScholar
2023

Enhancing the Ranking Context of Dense Retrieval through Reciprocal Nearest Neighbors

EMNLP 2023long main

Sparse annotation poses persistent challenges to training dense retrieval models; for example, it distorts the training signal when unlabeled relevant documents are used spuriously as negatives in contrastive learning. To alleviate this problem, we introduce evidence-based label smoothing, a novel,…

Cited by 0SourceScholar
2023

Linearly Mapping from Image to Text Space

ICLR 2023poster

The extent to which text-only language models (LMs) learn to represent the physical, non-linguistic world is an open question. Prior work has shown that pretrained LMs can be taught to ``understand'' visual inputs when the models' parameters are updated on image captioning tasks. We test a stronger…

2023

SIMSUM: Document-level Text Simplification via Simultaneous Summarization

ACL 2023long

Document-level text simplification is a specific type of simplification which involves simplifying documents consisting of several sentences by rewriting them into fewer or more sentences. In this paper, we propose a new two-stage framework SIMSUM for automated document-level text simplification. Ou…

2022

CODER: An efficient framework for improving retrieval through COntextual Document Embedding Reranking

EMNLP 2022main

Contrastive learning has been the dominant approach to training dense retrieval models. In this work, we investigate the impact of ranking context - an often overlooked aspect of learning dense retrieval models. In particular, we examine the effect of its constituent parts: jointly scoring a large n…

2022

IsoScore: Measuring the Uniformity of Embedding Space Utilization

ACL 2022findings

The recent success of distributed word representations has led to an increased interest in analyzing the properties of their spatial distribution. Several studies have suggested that contextualized word embedding models do not isotropically project tokens into vector space. However, current methods…

2022

NEWTS: A Corpus for News Topic-Focused Summarization

ACL 2022findings

Text summarization models are approaching human levels of fidelity. Existing benchmarking corpora provide concordant pairs of full and abridged versions of Web, news or professional content. To date, all summarization datasets operate under a one-size-fits-all paradigm that may not reflect the full…

2021

SOCCER: An Information-Sparse Discourse State Tracking Collection in the Sports Commentary Domain

NAACL 2021long

In the pursuit of natural language understanding, there has been a long standing interest in tracking state changes throughout narratives. Impressive progress has been made in modeling the state of transaction-centric dialogues and procedural texts. However, this problem has been less intensively st…

Cited by 8SourcePDFScholar