paper-with-me

Papers

Disentangling Uncertainty in Machine Translation Evaluation

2022-04-13 · Chrysoula Zerva, Taisiya Glushkova, Ricardo Rei, André F. T. Martins

Trainable evaluation metrics for machine translation (MT) exhibit strong correlation with human judgements, but they are often hard to interpret and might produce unreliable scores under noisy or out-of-domain data. Recent work has attempted to mitigate this with simple uncertainty quantification techniques (Monte Carlo dropout and deep ensembles), however these techniques (as we show) are limited in several ways -- for example, they are unable to distinguish between different kinds of uncertainty, and they are time and memory consuming. In this paper, we propose more powerful and efficient uncertainty predictors for MT evaluation, and we assess their ability to target different sources of aleatoric and epistemic uncertainty. To this end, we develop and compare training objectives for the COMET metric to enhance it with an uncertainty prediction output, including heteroscedastic regression, divergence minimization, and direct uncertainty prediction. Our experiments show improved results on uncertainty prediction for the WMT metrics task datasets, with a substantial reduction in computational costs. Moreover, they demonstrate the ability of these predictors to address specific uncertainty causes in MT evaluation, such as low quality references and out-of-domain data.

📄 PDF Abstract BibTeX arXiv:2204.06546

Code (1)

deep-spin/uncertainties_mt_eval 공식 구현 pytorch

Tasks

Machine TranslationPredictionTranslationUncertainty Quantification

Methods 이 논문이 사용한 방법론

Deep Ensembles 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Monte Carlo Dropout 설명 없음

Similar Papers 제목 키워드 기반

Uncertainty-Aware Machine Translation Evaluation

2021-09-13 · Findings (EMNLP) 2021 11 · Taisiya Glushkova, Chrysoula Zerva, Ricardo Rei, André F. T. Martins

Several neural-based metrics have been recently proposed to evaluate machine translation quality. However, all of them resort to point estimates, which provide limited information at segment level. This is made worse as …

Machine TranslationTranslation

Flexible Non-Autoregressive Neural Machine Translation via Repositioning Edit Operations

2020-07-01 · WS 2020 7 · Weijia Xu, Marine Carpuat

We introduce an iterative text refinement model to reduce the decoding space of non-autoregressive models by disentangling the token prediction and relative position prediction. We show that our model achieves promising …

Machine TranslationPositionPredictionTranslation

Adversarial Training on Disentangling Meaning and Language Representations for Unsupervised Quality Estimation

2022-10-01 · COLING 2022 10 · Yuto Kuroda, Tomoyuki Kajiwara, Yuki Arase, Takashi Ninomiya

We propose a method to distill language-agnostic meaning embeddings from multilingual sentence encoders for unsupervised quality estimation of machine translation. Our method facilitates that the meaning embeddings focus…

Machine TranslationSentenceTranslation

Improving Multilingual Neural Machine Translation by Utilizing Semantic and Linguistic Features

2024-08-02 · Mengyu Bu, Shuhao Gu, Yang Feng

The many-to-many multilingual neural machine translation can be regarded as the process of integrating semantic features from the source sentences and linguistic features from the target sentences. To enhance zero-shot t…

DecoderMachine TranslationText GenerationTransfer Learning+1

Better Uncertainty Quantification for Machine Translation Evaluation

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Neural-based machine translation (MT) evaluation metrics are progressing fast. However, they are often hard to interpret and might produce unreliable scores when human references or assessments are noisy or when data is …

Machine TranslationTranslationUncertainty Quantification