← Search

Marius Mosbach

13 accepted papers

2026

LatentLens: Revealing Highly Interpretable Visual Tokens in LLMs

ICML 2026poster

Transforming a large language model (LLM) into a vision-language model (VLM) can be achieved by mapping the visual tokens from a vision encoder into the embedding space of an LLM. Intriguingly, this mapping can be as simple as a shallow MLP transformation. To understand why LLMs can so readily proce…

Cited by 0SourceScholar
2026

Operationalizing the Superficial Alignment Hypothesis via Task Complexity

ICML 2026poster

The superficial alignment hypothesis (SAH) posits that large language models learn most of their knowledge during pre-training, and that post-training merely surfaces this knowledge. The SAH, however, lacks a precise definition, which has led to (i) different and seemingly orthogonal arguments suppo…

Cited by 0SourceScholar
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

Understanding the Influence of Synthetic Data for Text Embedders

ACL 2025finding

Recent progress in developing general purpose text embedders has been driven by training on ever-growing corpora of synthetic LLM-generated data. Nonetheless, no publicly available synthetic dataset exists, posing a barrier to studying its role for generalization. To address this issue, we first rep…

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

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…

2024

The Impact of Demonstrations on Multilingual In-Context Learning: A Multidimensional Analysis

ACL 2024findings

In-context learning is a popular inference strategy where large language models solve a task using only a few labeled demonstrations without needing any parameter updates. Although there have been extensive studies on English in-context learning, multilingual in-context learning remains under-explor…

2023

Few-shot Fine-tuning vs. In-context Learning: A Fair Comparison and Evaluation

ACL 2023findings

Few-shot fine-tuning and in-context learning are two alternative strategies for task adaptation of pre-trained language models. Recently, in-context learning has gained popularity over fine-tuning due to its simplicity and improved out-of-domain generalization, and because extensive evidence shows t…

2023

Weaker Than You Think: A Critical Look at Weakly Supervised Learning

ACL 2023long

Weakly supervised learning is a popular approach for training machine learning models in low-resource settings. Instead of requesting high-quality yet costly human annotations, it allows training models with noisy annotations obtained from various weak sources. Recently, many sophisticated approache…

2022

Adapting Pre-trained Language Models to African Languages via Multilingual Adaptive Fine-Tuning

COLING 2022main

Multilingual pre-trained language models (PLMs) have demonstrated impressive performance on several downstream tasks for both high-resourced and low-resourced languages. However, there is still a large performance drop for languages unseen during pre-training, especially African languages. One of th…

2022

MCSE: Multimodal Contrastive Learning of Sentence Embeddings

NAACL 2022long

Learning semantically meaningful sentence embeddings is an open problem in natural language processing. In this work, we propose a sentence embedding learning approach that exploits both visual and textual information via a multimodal contrastive objective. Through experiments on a variety of semant…

2021

On the Stability of Fine-tuning BERT: Misconceptions, Explanations, and Strong Baselines

ICLR 2021poster

Fine-tuning pre-trained transformer-based language models such as BERT has become a common practice dominating leaderboards across various NLP benchmarks. Despite the strong empirical performance of fine-tuned models, fine-tuning is an unstable process: training the same model with multiple random s…

2020

A Closer Look at Linguistic Knowledge in Masked Language Models: The Case of Relative Clauses in American English

COLING 2020main

Transformer-based language models achieve high performance on various tasks, but we still lack understanding of the kind of linguistic knowledge they learn and rely on. We evaluate three models (BERT, RoBERTa, and ALBERT), testing their grammatical and semantic knowledge by sentence-level probing, d…