paper-with-me

Papers

Counterfactual Data Augmentation for Neural Machine Translation

2021-06-01 · NAACL 2021 4 · Qi Liu, Matt Kusner, Phil Blunsom

We propose a data augmentation method for neural machine translation. It works by interpreting language models and phrasal alignment causally. Specifically, it creates augmented parallel translation corpora by generating (path-specific) counterfactual aligned phrases. We generate these by sampling new source phrases from a masked language model, then sampling an aligned counterfactual target phrase by noting that a translation language model can be interpreted as a Gumbel-Max Structural Causal Model (Oberst and Sontag, 2019). Compared to previous work, our method takes both context and alignment into account to maintain the symmetry between source and target sequences. Experiments on IWSLT{'}15 English → Vietnamese, WMT{'}17 English → German, WMT{'}18 English → Turkish, and WMT{'}19 robust English → French show that the method can improve the performance of translation, backtranslation and translation robustness.

📄 PDF Abstract BibTeX

Code (1)

marziehf/DataAugmentationNMT 공식 구현 torch

Tasks

counterfactualData AugmentationLanguage ModelingLanguage ModellingMachine TranslationTranslation

Similar Papers 제목 키워드 기반

Bias Challenges in Counterfactual Data Augmentation

2022-09-12 · S Chandra Mouli, Yangze Zhou, Bruno Ribeiro

Deep learning models tend not to be out-of-distribution robust primarily due to their reliance on spurious features to solve the task. Counterfactual data augmentations provide a general way of (approximately) achieving …

counterfactualData Augmentation

Counterfactual Learning from Bandit Feedback under Deterministic Logging: A Case Study in Statistical Machine Translation

2017-07-28 · Carolin Lawrence, Artem Sokolov, Stefan Riezler

The goal of counterfactual learning for statistical machine translation (SMT) is to optimize a target SMT system from logged data that consist of user feedback to translations that were predicted by another, historic SMT…

counterfactualMachine TranslationTranslation

Counterfactual Learning for Machine Translation: Degeneracies and Solutions

2017-11-23 · Carolin Lawrence, Pratik Gajane, Stefan Riezler

Counterfactual learning is a natural scenario to improve web-based machine translation services by offline learning from feedback logged during user interactions. In order to avoid the risk of showing inferior translatio…

counterfactualMachine TranslationTranslation

Counterfactual Learning from Bandit Feedback under Deterministic Logging : A Case Study in Statistical Machine Translation

2017-09-01 · EMNLP 2017 9 · Carolin Lawrence, Artem Sokolov, Stefan Riezler

The goal of counterfactual learning for statistical machine translation (SMT) is to optimize a target SMT system from logged data that consist of user feedback to translations that were predicted by another, historic SMT…

counterfactualMachine TranslationStructured PredictionTranslation

Counterfactual Augmentation for Multimodal Learning Under Presentation Bias

2023-05-23 · Victoria Lin, Louis-Philippe Morency, Dimitrios Dimitriadis, Srinagesh Sharma

In real-world machine learning systems, labels are often derived from user behaviors that the system wishes to encourage. Over time, new models must be trained as new training examples and features become available. Howe…

counterfactual