# Semantic Neural Machine Translation using AMR

**Authors:** Linfeng Song, Daniel Gildea, Yue Zhang, Zhiguo Wang, Jinsong Su

arXiv: 1902.07282 · 2019-06-07

## TL;DR

This paper explores the integration of Abstract Meaning Representation (AMR) into neural machine translation to enhance meaning preservation and address data sparsity, demonstrating significant improvements in English-German translation.

## Contribution

It introduces a novel method of incorporating AMR into neural machine translation, which has been underexplored in prior work.

## Key findings

- AMR integration improves translation quality
- Significant gains over baseline models
- Effective use of semantic information in NMT

## Abstract

It is intuitive that semantic representations can be useful for machine translation, mainly because they can help in enforcing meaning preservation and handling data sparsity (many sentences correspond to one meaning) of machine translation models. On the other hand, little work has been done on leveraging semantics for neural machine translation (NMT). In this work, we study the usefulness of AMR (short for abstract meaning representation) on NMT. Experiments on a standard English-to-German dataset show that incorporating AMR as additional knowledge can significantly improve a strong attention-based sequence-to-sequence neural translation model.

## Full text

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

## Figures

6 figures with captions in the complete paper: https://tomesphere.com/paper/1902.07282/full.md

## References

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

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