paper-with-me

홈 › Papers

Neural Machine Translation and Sequence-to-sequence Models: A Tutorial

2017-03-05 · Graham Neubig

This tutorial introduces a new and powerful set of techniques variously called "neural machine translation" or "neural sequence-to-sequence models". These techniques have been used in a number of tasks regarding the handling of human language, and can be a powerful tool in the toolbox of anyone who wants to model sequential data of some sort. The tutorial assumes that the reader knows the basics of math and programming, but does not assume any particular experience with neural networks or natural language processing. It attempts to explain the intuition behind the various methods covered, then delves into them with enough mathematical detail to understand them concretely, and culiminates with a suggestion for an implementation exercise, where readers can test that they understood the content in practice.

📄 PDF Abstract BibTeX arXiv:1703.01619

Code (2)

ScientiaEtVeritas/NeuralMachineTranslation pytorch
nier79/Machine-translation tf

Tasks

Machine TranslationMathTranslation

Similar Papers 제목 키워드 기반

A Tutorial Markov Analysis of Effective Human Tutorial Sessions

2018-07-01 · WS 2018 7 · Nabin Maharjan, Vasile Rus

This paper investigates what differentiates effective tutorial sessions from less effective sessions. Towards this end, we characterize and explore human tutors{'} actions in tutorial dialogue sessions by mapping the tut…

Forest-Based Neural Machine Translation

2018-07-01 · ACL 2018 7 · Chunpeng Ma, Akihiro Tamura, Masao Utiyama, Tiejun Zhao 외

Tree-based neural machine translation (NMT) approaches, although achieved impressive performance, suffer from a major drawback: they only use the 1-best parse tree to direct the translation, which potentially introduces …

Machine TranslationNMTTranslation

Practical Neural Machine Translation

2017-04-01 · EACL 2017 4 · Rico Sennrich, Barry Haddow

Neural Machine Translation (NMT) has achieved new breakthroughs in machine translation in recent years. It has dominated recent shared translation tasks in machine translation research, and is also being quickly adopted …

Machine TranslationNMTTranslation

Sequence-to-Dependency Neural Machine Translation

2017-07-01 · ACL 2017 7 · Shuangzhi Wu, Dong-dong Zhang, Nan Yang, Mu Li 외

Nowadays a typical Neural Machine Translation (NMT) model generates translations from left to right as a linear sequence, during which latent syntactic structures of the target sentences are not explicitly concerned. Ins…

Machine TranslationNMTTranslation

Using CollGram to Compare Formulaic Language in Human and Neural Machine Translation

2021-07-08 · Yves Bestgen

A comparison of formulaic sequences in human and neural machine translation of quality newspaper articles shows that neural machine translations contain less lower-frequency, but strongly-associated formulaic sequences, …

ArticlesMachine TranslationTranslation