← Search

Christian Herold

8 accepted papers

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

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

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…

2023

Improving Language Model Integration for Neural Machine Translation

ACL 2023findings

The integration of language models for neural machine translation has been extensively studied in the past. It has been shown that an external language model, trained on additional target-side monolingual data, can help improve translation quality. However, there has always been the assumption that…

Cited by 4SourcePDFScholar
2022

Detecting Various Types of Noise for Neural Machine Translation

ACL 2022findings

The filtering and/or selection of training data is one of the core aspects to be considered when building a strong machine translation system. In their influential work, Khayrallah and Koehn (2018) investigated the impact of different types of noise on the performance of machine translation systems.…

Cited by 13SourcePDFScholar
2022

Does Joint Training Really Help Cascaded Speech Translation?

EMNLP 2022main

Currently, in speech translation, the straightforward approach - cascading a recognition system with a translation system - delivers state-of-the-art results.However, fundamental challenges such as error propagation from the automatic speech recognition system still remain.To mitigate these problems…

2021

Data Filtering using Cross-Lingual Word Embeddings

NAACL 2021long

Data filtering for machine translation (MT) describes the task of selecting a subset of a given, possibly noisy corpus with the aim to maximize the performance of an MT system trained on this selected data. Over the years, many different filtering approaches have been proposed. However, varying task…