Skip to content
OpenTrain AIFor AI Companies

Neural Machine Translation by Jointly Learning to Align and Translate

Dzmitry BahdanauPublished Sep 1, 2014
DOI Publisher
Researcher verdict
Context only
Use as context only
Benchmark evidence
Missing
Not verified yet
Time to first repro
A few days
Plan setup time
Risk flags
1
Review before use

Abstract

Domain fit: AI-core · Core AI workload signals detected from paper context and implementation/artifact evidence.

Neural machine translation is a recently proposed approach to machine translation. Unlike the traditional statistical machine translation, the neural machine translation aims at building a single neural network that can be jointly tuned to maximize the translation performance. The models proposed recently for neural machine translation often belong to a family of encoder-decoders and consists of an encoder that encodes a source sentence into a fixed-length vector from which a decoder generates a translation. In this paper, we conjecture that the use of a fixed-length vector is a bottleneck in improving the performance of this basic encoder-decoder architecture, and propose to extend this by allowing a model to automatically (soft-)search for parts of a source sentence that are relevant to predicting a target word, without having to form these parts as a hard segment explicitly. With this new approach, we achieve a translation performance comparable to the existing state-of-the-art phrase-based system on the task of English-to-French translation. Furthermore, qualitative analysis reveals that the (soft-)alignments found by the model agree well with our intuition.

Results and benchmarks

Freshness tier: hot
Neural machine translation is a recently proposed approach to machine translation.

Implementation

No direct implementation yet

Maintained implementation evidence is not confirmed for this paper yet.

Use the implementation status and reproduction sections for the current action plan.

Implementation evidence summary
Confidence: low

NiuTrans/NiuTrans.SMT is the closest maintained adjacent implementation (Matches contextual method/domain keyword: machine translation). It is not paper-verified; validate algorithm and evaluation setup against the paper before trusting reported metrics. Community adoption signal: 163 GitHub stars.

Reproduction risks
  • Adjacent implementations are not paper-verified
  • Recommended repository is adjacent and not paper-verified.
  • Adjacent implementation match confidence is low.

Reproduction readiness

Time to first repro: days
Last checked: Aug 23, 2026

No repo

No verified implementation available

  • No maintained repository has been identified for this paper. Check adjacent implementations or HF artifacts below.

Hardware requirements

  • Expect multi-day setup/compute for meaningful reproduction based on current guidance.

Framework baselines

Repositories and ecosystem

Closest related implementations

These are not paper-verified. Use them as reference points when no direct implementation is available.

  • NiuTrans/NiuTrans.SMT Adjacent · Confidence: Low · 163 stars

    Matches contextual method/domain keyword: machine translation

  • Aryia-Behroziuan/neurons Adjacent · Confidence: Low · 93 stars

    Matches contextual method/domain keyword: machine translation

  • Aryia-Behroziuan/References Adjacent · Confidence: Low · 65 stars

    Matches contextual method/domain keyword: machine translation

  • lemmonation/jm-nat Adjacent · Confidence: Low · 39 stars

    Matches contextual method/domain keyword: machine translation

No additional verified repositories beyond the primary recommendation.

Hugging Face artifacts

No trustworthy direct or curated related Hugging Face artifacts were found yet. Use targeted searches to quickly locate candidate models, datasets, and demos.

Tip: start with models, then check datasets and spaces if you need evaluation data or demos.

Research context

14,617

Citations

22

References

Tasks

Machine translation, Computer science, Transfer-based machine translation, Example-based machine translation, Sentence, Bottleneck, Translation (biology), Artificial neural network

Methods

Transformer

Domains

Artificial intelligence, Natural language processing, Speech recognition

Evaluation and human feedback data

Open this paper in HFEPX to review benchmark signals, evaluation modes, and human-feedback protocol context.

Open in HFEPX
Explore similar papers