paper-with-me

홈 › Papers

Syntax-based Multi-system Machine Translation

2016-05-01 · LREC 2016 5 · Mat{\=\i}ss Rikters, Inguna Skadi{\c{n}}a

This paper describes a hybrid machine translation system that explores a parser to acquire syntactic chunks of a source sentence, translates the chunks with multiple online machine translation (MT) system application program interfaces (APIs) and creates output by combining translated chunks to obtain the best possible translation. The selection of the best translation hypothesis is performed by calculating the perplexity for each translated chunk. The goal of this approach is to enhance the baseline multi-system hybrid translation (MHyT) system that uses only a language model to select best translation from translations obtained with different APIs and to improve overall English ― Latvian machine translation quality over each of the individual MT APIs. The presented syntax-based multi-system translation (SyMHyT) system demonstrates an improvement in terms of BLEU and NIST scores compared to the baseline system. Improvements reach from 1.74 up to 2.54 BLEU points.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingMachine TranslationSentenceTranslation

Similar Papers 제목 키워드 기반

Large aligned treebanks for syntax-based machine translation

2012-05-01 · LREC 2012 5 · Gideon Kotz{\'e}, V, Vincent eghinste, Scott Martens 외

We present a collection of parallel treebanks that have been automatically aligned on both the terminal and the nonterminal constituent level for use in syntax-based machine translation. We describe how they were constru…

Language ModellingMachine TranslationTranslation

Towards String-to-Tree Neural Machine Translation

2017-04-16 · ACL 2017 7 · Roee Aharoni, Yoav Goldberg

We present a simple method to incorporate syntactic information about the target language in a neural machine translation system by translating into linearized, lexicalized constituency trees. An experiment on the WMT16 …

Machine TranslationNMTTranslation

Inducing Grammars with and for Neural Machine Translation

2018-05-28 · ACL 2018 7 · Ke Tran, Yonatan Bisk

Machine translation systems require semantic knowledge and grammatical understanding. Neural machine translation (NMT) systems often assume this information is captured by an attention mechanism and a decoder that ensure…

DecoderMachine TranslationNMTTranslation

The CMU Machine Translation Systems at WMT 2013: Syntax, Synthetic Translation Options, and Pseudo-References

2013-08-01 · WS 2013 8 · Waleed Ammar, Victor Chahuneau, Michael Denkowski, Greg Hanneman 외
Language ModellingMachine TranslationTranslationTransliteration

Predicting Target Language CCG Supertags Improves Neural Machine Translation

2017-02-03 · WS 2017 9 · Maria Nadejde, Siva Reddy, Rico Sennrich, Tomasz Dwojak 외

Neural machine translation (NMT) models are able to partially learn syntactic information from sequential lexical information. Still, some complex syntactic phenomena such as prepositional phrase attachment are poorly mo…

DecoderMachine TranslationNMTPrepositional Phrase Attachment+1