← Search

Benjamin Minixhofer

8 accepted papers

2025

Universal Cross-Tokenizer Distillation via Approximate Likelihood Matching

NeurIPS 2025poster

Distillation has shown remarkable success in transferring knowledge from a Large Language Model (LLM) teacher to a student LLM. However, current distillation methods require similar tokenizers between the teacher and the student, restricting their applicability to only a small subset of teacher--stu…

Cited by 0SourceScholar
2024

Segment Any Text: A Universal Approach for Robust, Efficient and Adaptable Sentence Segmentation

EMNLP 2024main

Segmenting text into sentences plays an early and crucial role in many NLP systems. This is commonly achieved by using rule-based or statistical methods relying on lexical features such as punctuation. Although some recent works no longer exclusively rely on punctuation, we find that no prior method…

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

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…

2022

HumSet: Dataset of Multilingual Information Extraction and Classification for Humanitarian Crises Response

EMNLP 2022finding

Timely and effective response to humanitarian crises requires quick and accurate analysis of large amounts of text data – a process that can highly benefit from expert-assisted NLP systems trained on validated and annotated data in the humanitarian response domain. To enable creation of such NLP sys…

2022

WECHSEL: Effective initialization of subword embeddings for cross-lingual transfer of monolingual language models

NAACL 2022long

Large pretrained language models (LMs) have become the central building block of many NLP applications. Training these models requires ever more computational resources and most of the existing models are trained on English text only. It is exceedingly expensive to train these models in other langua…