paper-with-me

홈 › Papers

Which Words Matter in Defining Phrase Reordering Behavior in Statistical Machine Translation?

2016-10-01 · AMTA 2016 10 · Hamidreza Ghader, Christof Monz

Lexicalized and hierarchical reordering models use relative frequencies of fully lexicalized phrase pairs to learn phrase reordering distributions. This results in unreliable estimation for infrequent phrase pairs which also tend to be longer phrases. There are some smoothing techniques used to smooth the distributions in these models. But these techniques are unable to address the similarities between phrase pairs and their reordering distributions. We propose two models to use shorter sub-phrase pairs of an original phrase pair to smooth the phrase reordering distributions. In the first model we follow the classic idea of backing off to shorter histories commonly used in language model smoothing. In the second model, we use syntactic dependencies to identify the most relevant words in a phrase to back off to. We show how these models can be easily applied to existing lexicalized and hierarchical reordering models. Our models achieve improvements of up to 0.40 BLEU points in Chinese-English translation compared to a baseline which uses a regular lexicalized reordering model and a hierarchical reordering model. The results show that not all the words inside a phrase pair are equally important in defining phrase reordering behavior and shortening towards important words will decrease the sparsity problem for long phrase pairs.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModellingMachine TranslationTranslation

Similar Papers 제목 키워드 기반

An empirical analysis of phrase-based and neural machine translation

2021-03-04 · Hamidreza Ghader

Two popular types of machine translation (MT) are phrase-based and neural machine translation systems. Both of these types of systems are composed of multiple complex models or layers. Each of these models and layers lea…

Machine TranslationTranslation

Dynamically Shaping the Reordering Search Space of Phrase-Based Statistical Machine Translation

2013-01-01 · TACL 2013 1 · Arianna Bisazza, Marcello Federico

Defining the reordering search space is a crucial issue in phrase-based SMT between distant languages. In fact, the optimal trade-off between accuracy and complexity of decoding is nowadays reached by harshly limiting th…

DecoderMachine TranslationTranslation

Phrase Based Language Model for Statistical Machine Translation: Empirical Study

2015-01-21 · Geliang Chen

Reordering is a challenge to machine translation (MT) systems. In MT, the widely used approach is to apply word based language model (LM) which considers the constituent units of a sentence as words. In speech recognitio…

Language ModelingLanguage ModellingMachine TranslationRe-Ranking+4

Reordering rules for English-Hindi SMT

2016-10-24 · WS 2013 8 · Raj Nath Patel, Rohit Gupta, Prakash B. Pimpale, Sasikumar M

Reordering is a preprocessing stage for Statistical Machine Translation (SMT) system where the words of the source sentence are reordered as per the syntax of the target language. We are proposing a rich set of rules for…

Machine TranslationPositionSentenceTranslation

Neural Reordering Model Considering Phrase Translation and Word Alignment for Phrase-based Translation

2016-12-01 · WS 2016 12 · Shin Kanouchi, Katsuhito Sudoh, Mamoru Komachi

This paper presents an improved lexicalized reordering model for phrase-based statistical machine translation using a deep neural network. Lexicalized reordering suffers from reordering ambiguity, data sparseness and noi…

Machine TranslationTranslationWord Alignment