← Search

Matt Post

9 accepted papers

2024

Navigating the Metrics Maze: Reconciling Score Magnitudes and Accuracies

ACL 2024long

Ten years ago a single metric, BLEU, governed progress in machine translation research. For better or worse, there is no such consensus today, and consequently it is difficult for researchers to develop and retain intuitions about metric deltas that drove earlier research and deployment decisions. T…

2024

SLIDE: Reference-free Evaluation for Machine Translation using a Sliding Document Window

NAACL 2024short

Reference-based metrics that operate at the sentence-level typically outperform quality estimation metrics, which have access only to the source and system output.This is unsurprising, since references resolve ambiguities that may be present in the source.In this paper, we investigate whether additi…

Cited by 3SourcePDFScholar
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
2022

SALTED: A Framework for SAlient Long-tail Translation Error Detection

EMNLP 2022finding

Traditional machine translation (MT) metrics provide an average measure of translation quality that is insensitive to the long tail of behavioral problems. Examples include translation of numbers, physical units, dropped content and hallucinations. These errors, which occur rarely and unpredictably…

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

Robust Open-Vocabulary Translation from Visual Text Representations

EMNLP 2021main

Machine translation models have discrete vocabularies and commonly use subword segmentation techniques to achieve an ‘open vocabulary.’ This approach relies on consistent and correct underlying unicode sequences, and makes models susceptible to degradation from common types of noise and variation. M…