← Search

Philipp Koehn

28 accepted papers

2025

HiMATE: A Hierarchical Multi-Agent Framework for Machine Translation Evaluation

EMNLP 2025

The advancement of Large Language Models (LLMs) enables flexible and interpretable automatic evaluations. In the field of machine translation evaluation, utilizing LLMs with translation error annotations based on Multidimensional Quality Metrics (MQM) yields more human-aligned judgments. However, cu

2025

Seeing is Believing: Emotion-Aware Audio-Visual Language Modeling for Expressive Speech Generation

EMNLP 2025

We present an Audio-Visual Language Model (AVLM) for expressive speech generation by integrating full-face visual cues into a pre-trained expressive speech model. We explore multiple visual encoders and multimodal fusion strategies during pre-training to identify the most effective integration appro

2025

X-ALMA: Plug & Play Modules and Adaptive Rejection for Quality Translation at Scale

ICLR 2025spotlight

Large language models (LLMs) have achieved remarkable success across various NLP tasks with a focus on English due to English-centric pre-training and limited multilingual data. In this work, we focus on the problem of translation, and while some multilingual LLMs claim to support for hundreds of l…

Cited by 7SourcePDFScholar
2024

DiffNorm: Self-Supervised Normalization for Non-autoregressive Speech-to-speech Translation

NeurIPS 2024poster

Non-autoregressive Transformers (NATs) are recently applied in direct speech-to-speech translation systems, which convert speech across different languages without intermediate text data. Although NATs generate high-quality outputs and offer faster inference than autoregressive models, they tend to…

2024

Error Norm Truncation: Robust Training in the Presence of Data Noise for Text Generation Models

ICLR 2024spotlight

Text generation models are notoriously vulnerable to errors in the training data. With the wide-spread availability of massive amounts of web-crawled data becoming more commonplace, how can we enhance the robustness of models trained on a massive amount of noisy web-crawled text? In our work, we pro…

Cited by 4SourcePDFScholar
2024

Narrowing the Gap between Zero- and Few-shot Machine Translation by Matching Styles

NAACL 2024findings

Large language models trained primarily in a monolingual setting have demonstrated their ability to generalize to machine translation using zero- and few-shot examples with in-context learning. However, even though zero-shot translations are relatively good, there remains a discernible gap comparing…

Cited by 5SourcePDFScholar
2024

The Language Barrier: Dissecting Safety Challenges of LLMs in Multilingual Contexts

ACL 2024findings

As the influence of large language models (LLMs) spans across global communities, their safety challenges in multilingual settings become paramount for alignment research. This paper examines the variations in safety challenges faced by LLMs across different languages and discusses approaches to all…

Cited by 55SourcePDFScholar
2024

Where are you from? Geolocating Speech and Applications to Language Identification

NAACL 2024long

We train models to answer the question, Where are you from? and show how such models can be repurposed for language identification (LID). To our knowledge, this paper is the first to introduce data sources, methods and models to tackle the task of geolocation of speech at a global scale, and the fir…

Cited by 1SourcePDFScholar
2023

Condensing Multilingual Knowledge with Lightweight Language-Specific Modules

EMNLP 2023long main

Incorporating language-specific (LS) modules or Mixture-of-Experts (MoE) are proven methods to boost performance in multilingual model performance, but the scalability of these approaches to hundreds of languages or experts tends to be hard to manage. We present Language-specific Matrix Synthesis (L…

Cited by 0SourcecodeScholar
2023

Multilingual Pixel Representations for Translation and Effective Cross-lingual Transfer

EMNLP 2023long main

We introduce and demonstrate how to effectively train multilingual machine translation models with pixel representations. We experiment with two different data settings with a variety of language and script coverage, demonstrating improved performance compared to subword embeddings. We explore vario…

Cited by 0SourceScholar
2023

Small Data, Big Impact: Leveraging Minimal Data for Effective Machine Translation

ACL 2023long

For many languages, machine translation progress is hindered by the lack of reliable training data. Models are trained on whatever pre-existing datasets may be available and then augmented with synthetic data, because it is often not economical to pay for the creation of large-scale datasets. But fo…

2022

Alternative Input Signals Ease Transfer in Multilingual Machine Translation

ACL 2022long

Recent work in multilingual machine translation (MMT) has focused on the potential of positive transfer between languages, particularly cases where higher-resourced languages can benefit lower-resourced ones. While training an MMT model, the supervision signals learned from one language pair can be…

Cited by 13SourcePDFScholar
2022

Bilingual Lexicon Induction for Low-Resource Languages using Graph Matching via Optimal Transport

EMNLP 2022main

Bilingual lexicons form a critical component of various natural language processing applications, including unsupervised and semisupervised machine translation and crosslingual information retrieval. In this work, we improve bilingual lexicon induction performance across 40 language pairs with a gra…

2022

Contrastive Clustering to Mine Pseudo Parallel Data for Unsupervised Translation

ICLR 2022poster

Modern unsupervised machine translation systems mostly train their models by generating synthetic parallel training data from large unlabeled monolingual corpora of different languages through various means, such as iterative back-translation. However, there may exist small amount of actual parallel…

Cited by 6SourcePDFScholar
2022

Data Selection Curriculum for Neural Machine Translation

EMNLP 2022finding

Neural Machine Translation (NMT) models are typically trained on heterogeneous data that are concatenated and randomly shuffled. However, not all of the training data are equally useful to the model. Curriculum training aims to present the data to the NMT models in a meaningful order. In this work,…

2022

IsoVec: Controlling the Relative Isomorphism of Word Embedding Spaces

EMNLP 2022main

The ability to extract high-quality translation dictionaries from monolingual word embedding spaces depends critically on the geometric similarity of the spaces—their degree of “isomorphism.” We address the root-cause of faulty cross-lingual mapping: that word embedding training resulted in the unde…

2022

Learn To Remember: Transformer with Recurrent Memory for Document-Level Machine Translation

NAACL 2022findings

The Transformer architecture has led to significant gains in machine translation. However, most studies focus on only sentence-level translation without considering the context dependency within documents, leading to the inadequacy of document-level coherence. Some recent research tried to mitigate…

Cited by 20SourcePDFScholar
2022

The Importance of Being Parameters: An Intra-Distillation Method for Serious Gains

EMNLP 2022main

Recent model pruning methods have demonstrated the ability to remove redundant parameters without sacrificing model performance. Common methods remove redundant parameters according to the parameter sensitivity, a gradient-based measure reflecting the contribution of the parameters. In this paper, h…

2021

Adapting High-resource NMT Models to Translate Low-resource Related Languages without Parallel Data

ACL 2021long

The scarcity of parallel data is a major obstacle for training high-quality machine translation systems for low-resource languages. Fortunately, some low-resource languages are linguistically related or similar to high-resource languages; these related languages may share many lexical or syntactic s…

2021

An Analysis of Euclidean vs. Graph-Based Framing for Bilingual Lexicon Induction from Word Embedding Spaces

EMNLP 2021finding

Much recent work in bilingual lexicon induction (BLI) views word embeddings as vectors in Euclidean space. As such, BLI is typically solved by finding a linear transformation that maps embeddings to a common space. Alternatively, word embeddings may be understood as nodes in a weighted graph. This f…

2021

Levenshtein Training for Word-level Quality Estimation

EMNLP 2021main

We propose a novel scheme to use the Levenshtein Transformer to perform the task of word-level quality estimation. A Levenshtein Transformer is a natural fit for this task: trained to perform decoding in an iterative manner, a Levenshtein Transformer can learn to post-edit without explicit supervisi…

2021

Streaming Simultaneous Speech Translation with Augmented Memory Transformer

ICASSP 2021accepted

Transformer-based models have achieved state-of-the-art performance on speech translation tasks. However, the model architecture is not efficient enough for streaming scenarios since self-attention is computed over an entire input sequence and the computational cost grows quadratically with the leng…

Cited by 0SourceScholar
2021

XLEnt: Mining a Large Cross-lingual Entity Dataset with Lexical-Semantic-Phonetic Word Alignment

EMNLP 2021main

Cross-lingual named-entity lexica are an important resource to multilingual NLP tasks such as machine translation and cross-lingual wikification. While knowledge bases contain a large number of entities in high-resource languages such as English and French, corresponding entities for lower-resource…

Cited by 14SourcePDFScholar