← Search

Christof Monz

27 accepted papers

2025

Can LLMs Really Learn to Translate a Low-Resource Language from One Grammar Book?

ICLR 2025spotlight

Extremely low-resource (XLR) languages lack substantial corpora for training NLP models, motivating the use of all available resources such as dictionaries and grammar books. Machine Translation from One Book (Tanzer et al., 2024) suggests that prompting long-context LLMs with one grammar book enabl…

Cited by 5SourcePDFScholar
2025

ClusComp: A Simple Paradigm for Model Compression and Efficient Finetuning

ACL 2025finding

As large language models (LLMs) scale, model compression is crucial for edge deployment and accessibility. Weight-only quantization reduces model size but suffers from performance degradation at lower bit widths. Moreover, standard finetuning is incompatible with quantized models, and alternative me…

2025

How to Learn in a Noisy World? Self-Correcting the Real-World Data Noise in Machine Translation

NAACL 2025findings

The massive amounts of web-mined parallel data often contain large amounts of noise. Semantic misalignment, as the primary source of the noise, poses a challenge for training machine translation systems. In this paper, we first introduce a process for simulating misalignment controlled by semantic s…

2025

Please Translate Again: Two Simple Experiments on Whether Human-Like Reasoning Helps Translation

EMNLP 2025

Large Language Models (LLMs) demonstrate strong reasoning capabilities for many tasks, often by explicitly decomposing the task via Chain-of-Thought (CoT) reasoning. Recent work on LLM-based translation designs hand-crafted prompts to decompose translation, or trains models to incorporate intermedia

Cited by 0SourcePDFScholar
2025

ReMedy: Learning Machine Translation Evaluation from Human Preferences with Reward Modeling

EMNLP 2025

A key challenge in MT evaluation is the inherent noise and inconsistency of human ratings. Regression-based neural metrics struggle with this noise, while prompting LLMs shows promise at system-level evaluation but performs poorly at segment level. In this work, we propose ReMedy, a novel MT metric

2025

Reward-Guided Speculative Decoding for Efficient LLM Reasoning

ICML 2025poster

We introduce Reward-Guided Speculative Decoding (RSD), a novel framework aimed at improving the efficiency of inference in large language models (LLMs). RSD synergistically combines a lightweight draft model with a more powerful target model, incorporating a controlled bias to prioritize high-reward…

Cited by 14SourcePDFScholar
2025

Unilogit: Robust Machine Unlearning for LLMs Using Uniform-Target Self-Distillation

ACL 2025finding

This paper introduces Unilogit, a novel self-distillation method for machine unlearning in Large Language Models. Unilogit addresses the challenge of selectively forgetting specific information while maintaining overall model utility, a critical task in compliance with data privacy regulations like…

2024

3-in-1: 2D Rotary Adaptation for Efficient Finetuning, Efficient Batching and Composability

NeurIPS 2024poster

Parameter-efficient finetuning (PEFT) methods effectively adapt large language models (LLMs) to diverse downstream tasks, reducing storage and GPU memory demands. Despite these advantages, several applications pose new challenges to PEFT beyond mere parameter efficiency. One notable challenge involv…

2024

ApiQ: Finetuning of 2-Bit Quantized Large Language Model

EMNLP 2024main

Memory-efficient finetuning of large language models (LLMs) has recently attracted huge attention with the increasing size of LLMs, primarily due to the constraints posed by GPU memory limitations and the effectiveness of these methods compared to full finetuning. Despite the advancements, current s…

2024

Communicating with Speakers and Listeners of Different Pragmatic Levels

EMNLP 2024main

This paper explores the impact of variable pragmatic competence on communicative success through simulating language learning and conversing between speakers and listeners with different levels of reasoning abilities. Through studying this interaction, we hypothesize that matching levels of reasonin…

2024

How Far can 100 Samples Go? Unlocking Zero-Shot Translation with Tiny Multi-Parallel Data

ACL 2024findings

Zero-shot translation aims to translate between language pairs not seen during training in Multilingual Machine Translation (MMT) and is widely considered an open problem. A common, albeit resource-consuming, solution is to add as many related translation directions as possible to the training corpu…

2024

Neuron Specialization: Leveraging Intrinsic Task Modularity for Multilingual Machine Translation

EMNLP 2024main

Training a unified multilingual model promotes knowledge transfer but inevitably introduces negative interference. Language-specific modeling methods show promise in reducing interference. However, they often rely on heuristics to distribute capacity and struggle to foster cross-lingual transfer via…

2024

Representational Isomorphism and Alignment of Multilingual Large Language Models

EMNLP 2024finding

In this paper, we investigate the capability of Large Language Models (LLMs) to represent texts in multilingual contexts. Our findings show that sentence representations derived from LLMs exhibit a high degree of isomorphism across languages.This existing isomorphism can facilitate representational…

Cited by 1SourcePDFScholar
2024

The Fine-Tuning Paradox: Boosting Translation Quality Without Sacrificing LLM Abilities

ACL 2024long

Fine-tuning large language models (LLMs) for machine translation has shown improvements in overall translation quality. However, it is unclear what is the impact of fine-tuning on desirable LLM behaviors that are not present in neural machine translation models, such as steerability, inherent docume…

2024

The SIFo Benchmark: Investigating the Sequential Instruction Following Ability of Large Language Models

EMNLP 2024finding

Following multiple instructions is a crucial ability for large language models (LLMs). Evaluating this ability comes with significant challenges: (i) limited coherence between multiple instructions, (ii) positional bias where the order of instructions affects model performance, and (iii) a lack of o…

2023

Aligning Predictive Uncertainty with Clarification Questions in Grounded Dialog

EMNLP 2023long findings

Asking for clarification is fundamental to effective collaboration. An interactive artificial agent must know when to ask a human instructor for more information in order to ascertain their goals. Previous work bases the timing of questions on supervised models learned from interactions between hu…

Cited by 0SourceScholar
2023

Ask Language Model to Clean Your Noisy Translation Data

EMNLP 2023long findings

TTransformer models have demonstrated remarkable performance in neural machine translation (NMT). However, their vulnerability to noisy input poses a significant challenge in practical implementation, where generating clean output from noisy input is crucial. The MTNT dataset is widely used as a ben…

Cited by 0SourceScholar
2023

Beyond Shared Vocabulary: Increasing Representational Word Similarities across Languages for Multilingual Machine Translation

EMNLP 2023long main

Using a shared vocabulary is common practice in Multilingual Neural Machine Translation (MNMT). In addition to its simple design, shared tokens play an important role in positive knowledge transfer, which manifests naturally when the shared tokens refer to similar meanings across languages. However,…

Cited by 0SourcecodeScholar
2023

Make Pre-trained Model Reversible: From Parameter to Memory Efficient Fine-Tuning

NeurIPS 2023poster

Parameter-efficient fine-tuning (PEFT) of pre-trained language models (PLMs) has emerged as a highly successful approach, with training only a small number of parameters without sacrificing performance and becoming the de-facto learning paradigm with the increasing size of PLMs. However, existing PE…

2023

NonFactS: NonFactual Summary Generation for Factuality Evaluation in Document Summarization

ACL 2023findings

Pre-trained abstractive summarization models can generate fluent summaries and achieve high ROUGE scores. Previous research has found that these models often generate summaries that are inconsistent with their context document and contain nonfactual information. To evaluate factuality in document su…

2023

Towards a Better Understanding of Variations in Zero-Shot Neural Machine Translation Performance

EMNLP 2023long main

Multilingual Neural Machine Translation (MNMT) facilitates knowledge sharing but often suffers from poor zero-shot (ZS) translation qualities. While prior work has explored the causes of overall low zero-shot translation qualities, our work introduces a fresh perspective: the presence of significant…

Cited by 0SourcecodeScholar
2023

Viewing Knowledge Transfer in Multilingual Machine Translation Through a Representational Lens

EMNLP 2023long findings

We argue that translation quality alone is not a sufficient metric for measuring knowledge transfer in multilingual neural machine translation. To support this claim, we introduce Representational Transfer Potential (RTP), which measures representational similarities between languages. We show that…

Cited by 0SourceScholar
2022

Mask More and Mask Later: Efficient Pre-training of Masked Language Models by Disentangling the [MASK] Token

EMNLP 2022finding

The pre-training of masked language models (MLMs) consumes massive computation to achieve good results on downstream NLP tasks, resulting in a large carbon footprint. In the vanilla MLM, the virtual tokens, [MASK]s, act as placeholders and gather the contextualized information from unmasked tokens t…