← Search

Jonas Pfeiffer

16 accepted papers

2025

Deliberation in Latent Space via Differentiable Cache Augmentation

ICML 2025poster

Techniques enabling large language models (LLMs) to "think more" by generating and attending to intermediate reasoning steps have shown promise in solving complex problems. However, the standard approaches generate sequences of discrete tokens immediately before responding, and so they can incur sig…

Cited by 3SourcePDFScholar
2024

FUN with Fisher: Improving Generalization of Adapter-Based Cross-lingual Transfer with Scheduled Unfreezing

NAACL 2024long

Standard fine-tuning of language models typically performs well on in-distribution data, but suffers with generalization to distribution shifts. In this work, we aim to improve the generalization of adapter-based cross-lingual task transfer where such cross-language distribution shifts are imminent.…

2024

M2QA: Multi-domain Multilingual Question Answering

EMNLP 2024finding

Generalization and robustness to input variation are core desiderata of machine learning research. Language varies along several axes, most importantly, language instance (e.g. French) and domain (e.g. news). While adapting NLP models to new languages within a single domain, or to new domains within…

2023

CompoundPiece: Evaluating and Improving Decompounding Performance of Language Models

EMNLP 2023long main

While many languages possess processes of joining two or more words to create compound words, previous studies have been typically limited only to languages with excessively productive compound formation (e.g., German, Dutch) and there is no public dataset containing compound and non-compound words…

Cited by 0SourcecodeScholar
2023

Romanization-based Large-scale Adaptation of Multilingual Language Models

EMNLP 2023short findings

Large multilingual pretrained language models (mPLMs) have become the de facto state of the art for cross-lingual transfer in NLP. However, their large-scale deployment to many languages, besides pretraining data scarcity, is also hindered by the increase in vocabulary size and limitations in their…

Cited by 0SourceScholar
2023

Where’s the Point? Self-Supervised Multilingual Punctuation-Agnostic Sentence Segmentation

ACL 2023long

Many NLP pipelines split text into sentences as one of the crucial preprocessing steps. Prior sentence segmentation tools either rely on punctuation or require a considerable amount of sentence-segmented training data: both central assumptions might fail when porting sentence segmenters to diverse l…

2023

mmT5: Modular Multilingual Pre-Training Solves Source Language Hallucinations

EMNLP 2023long findings

Multilingual sequence-to-sequence models perform poorly with increased language coverage and fail to consistently generate text in the correct target language in few-shot settings. To address these challenges, we propose mmT5, a modular multilingual sequence-to-sequence model. mmT5 utilizes language…

Cited by 0SourceScholar
2022

IGLUE: A Benchmark for Transfer Learning across Modalities, Tasks, and Languages

ICML 2022spotlight

Reliable evaluation benchmarks designed for replicability and comprehensiveness have driven progress in machine learning. Due to the lack of a multilingual benchmark, however, vision-and-language research has mostly focused on English language tasks. To fill this gap, we introduce the Image-Grounded…

2022

Lifting the Curse of Multilinguality by Pre-training Modular Transformers

NAACL 2022long

Multilingual pre-trained models are known to suffer from the curse of multilinguality, which causes per-language performance to drop as they cover more languages. We address this issue by introducing language-specific modules, which allows us to grow the total capacity of the model, while keeping th…

2022

xGQA: Cross-Lingual Visual Question Answering

ACL 2022findings

Recent advances in multimodal vision and language modeling have predominantly focused on the English language, mostly due to the lack of multilingual multimodal datasets to steer modeling efforts. In this work, we address this gap and provide xGQA, a new multilingual evaluation benchmark for the vis…

2021

AdapterDrop: On the Efficiency of Adapters in Transformers

EMNLP 2021main

Transformer models are expensive to fine-tune, slow for inference, and have large storage requirements. Recent approaches tackle these shortcomings by training smaller models, dynamically reducing the model size, and by training light-weight adapters. In this paper, we propose AdapterDrop, removing…

Cited by 268SourcePDFScholar
2021

How Good is Your Tokenizer? On the Monolingual Performance of Multilingual Language Models

ACL 2021long

In this work, we provide a systematic and comprehensive empirical comparison of pretrained multilingual language models versus their monolingual counterparts with regard to their monolingual task performance. We study a set of nine typologically diverse languages with readily available pretrained mo…

2021

MAD-G: Multilingual Adapter Generation for Efficient Cross-Lingual Transfer

EMNLP 2021finding

Adapter modules have emerged as a general parameter-efficient means to specialize a pretrained encoder to new domains. Massively multilingual transformers (MMTs) have particularly benefited from additional training of language-specific adapters. However, this approach is not viable for the vast majo…

Cited by 87SourcePDFScholar
2021

Smelting Gold and Silver for Improved Multilingual AMR-to-Text Generation

EMNLP 2021main

Recent work on multilingual AMR-to-text generation has exclusively focused on data augmentation strategies that utilize silver AMR. However, this assumes a high quality of generated AMRs, potentially limiting the transferability to the target task. In this paper, we investigate different techniques…

2021

UNKs Everywhere: Adapting Multilingual Language Models to New Scripts

EMNLP 2021main

Massively multilingual language models such as multilingual BERT offer state-of-the-art cross-lingual transfer performance on a range of NLP tasks. However, due to limited capacity and large differences in pretraining data sizes, there is a profound performance gap between resource-rich and resource…

2021

What to Pre-Train on? Efficient Intermediate Task Selection

EMNLP 2021main

Intermediate task fine-tuning has been shown to culminate in large transfer gains across many NLP tasks. With an abundance of candidate datasets as well as pre-trained language models, it has become infeasible to experiment with all combinations to find the best transfer setting. In this work, we pr…