# Non-Parametric Adaptation for Neural Machine Translation

**Authors:** Ankur Bapna, Orhan Firat

arXiv: 1903.00058 · 2019-06-20

## TL;DR

This paper introduces a semi-parametric neural machine translation method that combines n-gram retrieval with neural networks to improve translation across diverse datasets and enables domain adaptation without retraining.

## Contribution

The paper presents a novel n-gram retrieval approach integrated with neural networks for NMT, enhancing performance on heterogeneous datasets and facilitating inference-time domain adaptation.

## Key findings

- Improved translation quality on multiple datasets.
- Effective domain adaptation without parameter updates.
- Robustness to low sentence similarity scenarios.

## Abstract

Neural Networks trained with gradient descent are known to be susceptible to catastrophic forgetting caused by parameter shift during the training process. In the context of Neural Machine Translation (NMT) this results in poor performance on heterogeneous datasets and on sub-tasks like rare phrase translation. On the other hand, non-parametric approaches are immune to forgetting, perfectly complementing the generalization ability of NMT. However, attempts to combine non-parametric or retrieval based approaches with NMT have only been successful on narrow domains, possibly due to over-reliance on sentence level retrieval. We propose a novel n-gram level retrieval approach that relies on local phrase level similarities, allowing us to retrieve neighbors that are useful for translation even when overall sentence similarity is low. We complement this with an expressive neural network, allowing our model to extract information from the noisy retrieved context. We evaluate our semi-parametric NMT approach on a heterogeneous dataset composed of WMT, IWSLT, JRC-Acquis and OpenSubtitles, and demonstrate gains on all 4 evaluation sets. The semi-parametric nature of our approach opens the door for non-parametric domain adaptation, demonstrating strong inference-time adaptation performance on new domains without the need for any parameter updates.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1903.00058/full.md

## Figures

2 figures with captions in the complete paper: https://tomesphere.com/paper/1903.00058/full.md

## References

47 references — full list in the complete paper: https://tomesphere.com/paper/1903.00058/full.md

---
Source: https://tomesphere.com/paper/1903.00058