| { |
| "paper_id": "N09-1013", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T14:42:45.211114Z" |
| }, |
| "title": "Context-Dependent Alignment Models for Statistical Machine Translation", |
| "authors": [ |
| { |
| "first": "Jamie", |
| "middle": [], |
| "last": "Brunning", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "Machine Intelligence Laboratory", |
| "institution": "Cambridge University Trumpington Street", |
| "location": { |
| "postCode": "CB2 1PZ", |
| "settlement": "Cambridge", |
| "country": "U.K" |
| } |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Adri\u00e0", |
| "middle": [], |
| "last": "De Gispert", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "Machine Intelligence Laboratory", |
| "institution": "Cambridge University Trumpington Street", |
| "location": { |
| "postCode": "CB2 1PZ", |
| "settlement": "Cambridge", |
| "country": "U.K" |
| } |
| }, |
| "email": "" |
| }, |
| { |
| "first": "William", |
| "middle": [], |
| "last": "Byrne", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "Machine Intelligence Laboratory", |
| "institution": "Cambridge University Trumpington Street", |
| "location": { |
| "postCode": "CB2 1PZ", |
| "settlement": "Cambridge", |
| "country": "U.K" |
| } |
| }, |
| "email": "" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "We introduce alignment models for Machine Translation that take into account the context of a source word when determining its translation. Since the use of these contexts alone causes data sparsity problems, we develop a decision tree algorithm for clustering the contexts based on optimisation of the EM auxiliary function. We show that our contextdependent models lead to an improvement in alignment quality, and an increase in translation quality when the alignments are used in Arabic-English and Chinese-English translation.", |
| "pdf_parse": { |
| "paper_id": "N09-1013", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "We introduce alignment models for Machine Translation that take into account the context of a source word when determining its translation. Since the use of these contexts alone causes data sparsity problems, we develop a decision tree algorithm for clustering the contexts based on optimisation of the EM auxiliary function. We show that our contextdependent models lead to an improvement in alignment quality, and an increase in translation quality when the alignments are used in Arabic-English and Chinese-English translation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Alignment modelling for Statistical Machine Translation (SMT) is the task of determining translational correspondences between the words in pairs of sentences in parallel text. Given a source language word sequence f J 1 and a target language word sequence e I 1 , we model the translation probability as P(e I 1 |f J 1 ) and introduce a hidden variable a I 1 representing a mapping from the target word positions to source word positions such that e i is aligned to f ai . Then P(e I 1 |f j 1 ) = a I 1 P(e I 1 , a I 1 |f j 1 ) (Brown et al., 1993) .", |
| "cite_spans": [ |
| { |
| "start": 529, |
| "end": 549, |
| "text": "(Brown et al., 1993)", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Previous work on statistical alignment modelling has not taken into account the source word context when determining translations of that word. It is intuitive that a word in one context, with a particular part-of-speech and particular words surrounding it, may translate differently when in a different context. We aim to take advantage of this information to provide a better estimate of the word's translation. The challenge of incorporating context information is maintaining computational tractability of estimation and alignment, and we develop algorithms to overcome this.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The development of efficient estimation procedures for context-dependent acoustic models revolutionised the field of Automatic Speech Recognition (ASR) (Young et al., 1994) . Clustering is used extensively for improving parameter estimation of triphone (and higher order) acoustic models, enabling robust estimation of parameters and reducing the computation required for recognition. Kannan et al. (1994) introduce a binary treegrowing procedure for clustering Gaussian models for triphone contexts based on the value of a likelihood ratio. We adopt a similar approach to estimate contextdependent translation probabilities.", |
| "cite_spans": [ |
| { |
| "start": 152, |
| "end": 172, |
| "text": "(Young et al., 1994)", |
| "ref_id": "BIBREF30" |
| }, |
| { |
| "start": 385, |
| "end": 405, |
| "text": "Kannan et al. (1994)", |
| "ref_id": "BIBREF13" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "We focus on alignment with IBM Model 1 and HMMs. HMMs are commonly used to generate alignments from which state of the art SMT systems are built. Model 1 is used as an intermediate step in the creation of more powerful alignment models, such as HMMs and further IBM models. In addition, it is used in SMT as a feature in Minimum Error Training (Och et al., 2004) and for rescoring lattices of translation hypotheses (Blackwood et al., 2008) . It is also used for lexically-weighted phrase extraction (Costa-juss\u00e0 and Fonollosa, 2005) and sentence segmentation of parallel text (Deng et al., 2007) prior to machine translation.", |
| "cite_spans": [ |
| { |
| "start": 344, |
| "end": 362, |
| "text": "(Och et al., 2004)", |
| "ref_id": "BIBREF19" |
| }, |
| { |
| "start": 416, |
| "end": 440, |
| "text": "(Blackwood et al., 2008)", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 500, |
| "end": 533, |
| "text": "(Costa-juss\u00e0 and Fonollosa, 2005)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 577, |
| "end": 596, |
| "text": "(Deng et al., 2007)", |
| "ref_id": "BIBREF8" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "We first develop an extension to Model 1 that allows the use of arbitrary context information about a source word to estimate context-dependent word-to-word translation probabilities. Since there is insufficient training data to accurately estimate translation probabilities for less frequently occurring contexts, we develop a decision tree clustering algorithm to form context classes. We go on to develop a context-dependent HMM model for alignment.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Overview", |
| "sec_num": "1.1" |
| }, |
| { |
| "text": "In Section 3, we evaluate our context-dependent models on Arabic-English parallel text, comparing them to our baseline context-independent models. We perform morphological decomposition of the Arabic text using MADA, and use part-of-speech taggers on both languages. Alignment quality is measured using Alignment Error Rate (AER) measured against a manually-aligned parallel text. Section 4 uses alignments produced by our improved alignment models to initialise a statistical machine translation system and evaluate the quality of translation on several data sets. We also apply part-ofspeech tagging and decision tree clustering of contexts to Chinese-English parallel text; translation results for these languages are presented in Section 4.2. Brown et al. (1993) introduce IBM Models 1-5 for alignment modelling; Vogel et al. (1996) propose a Hidden Markov Model (HMM) model for word-to-word alignment, where the words of the source sentence are viewed as states of an HMM and emit target sentence words; Deng and Byrne (2005a) extend this to an HMM word-tophrase model which allows many-to-one alignments and can capture dependencies within target phrases. Habash and Sadat (2006) perform morphological decomposition of Arabic words, such as splitting of prefixes and suffixes. This leads to gains in machine translation quality when systems are trained on parallel text containing the modified Arabic and processing of Arabic text is carried out prior to translation. Nie\u00dfen and Ney (2001a) perform pre-processing of German and English text before translation; Nie\u00dfen and Ney (2001b) use morphological information of the current word to estimate hierarchical translation probabilities. Berger et al. (1996) introduce maximum entropy models for machine translation, and use a window either side of the target word as context information. Varea et al. (2002) test for the presence of specific words within a window of the current source word to form features for use inside a maximum entropy model of alignment. Toutanova et al. (2002) use part-of-speech information in both the source and target languages to estimate alignment probabilities, but this information is not incorporated into translation probabilities. Popovi\u0107 and Ney (2004) use the base form of a word and its part-ofspeech tag during the estimation of word-to-word translation probabilities for IBM models and HMMs, but do not defined context-dependent estimates of translation probabilities. Stroppa et al. (2007) consider context-informed features of phrases as components of the log-linear model during phrase-based translation, but do not address alignment.", |
| "cite_spans": [ |
| { |
| "start": 747, |
| "end": 766, |
| "text": "Brown et al. (1993)", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 817, |
| "end": 836, |
| "text": "Vogel et al. (1996)", |
| "ref_id": "BIBREF29" |
| }, |
| { |
| "start": 1009, |
| "end": 1031, |
| "text": "Deng and Byrne (2005a)", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 1162, |
| "end": 1185, |
| "text": "Habash and Sadat (2006)", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 1474, |
| "end": 1496, |
| "text": "Nie\u00dfen and Ney (2001a)", |
| "ref_id": "BIBREF16" |
| }, |
| { |
| "start": 1567, |
| "end": 1589, |
| "text": "Nie\u00dfen and Ney (2001b)", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 1692, |
| "end": 1712, |
| "text": "Berger et al. (1996)", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 1843, |
| "end": 1862, |
| "text": "Varea et al. (2002)", |
| "ref_id": "BIBREF28" |
| }, |
| { |
| "start": 2016, |
| "end": 2039, |
| "text": "Toutanova et al. (2002)", |
| "ref_id": "BIBREF27" |
| }, |
| { |
| "start": 2221, |
| "end": 2243, |
| "text": "Popovi\u0107 and Ney (2004)", |
| "ref_id": "BIBREF23" |
| }, |
| { |
| "start": 2464, |
| "end": 2485, |
| "text": "Stroppa et al. (2007)", |
| "ref_id": "BIBREF26" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Overview", |
| "sec_num": "1.1" |
| }, |
| { |
| "text": "Consider the alignment of the target sentence e = e I 1 with the source sentence f = f J 1 . Let a = a I 1 be the alignments of the target words to the source words. Let c j be the context information of f j for j = 1, . . . , J. This context information can be any information about the word, e.g. part-of-speech, previous and next words, part-ofspeech of previous and next words, or longer range context information.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Use of source language context in alignment modelling", |
| "sec_num": "2" |
| }, |
| { |
| "text": "We follow Brown et al. (1993) , but extend their modelling framework to include information about the source word from which a target word is emitted. We model the alignment process as:", |
| "cite_spans": [ |
| { |
| "start": 10, |
| "end": 29, |
| "text": "Brown et al. (1993)", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Use of source language context in alignment modelling", |
| "sec_num": "2" |
| }, |
| { |
| "text": "P(e I 1 , a I 1 , I|f J 1 , c J 1 ) = P(I|f J 1 , c J 1 ) I i=1 P(e i |a i 1 , e i\u22121 1 , f J 1 , c J 1 , I) \u00d7 P(a i |e i\u22121 1 , a i\u22121 1 , f J 1 , c J 1 , I) (1)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Use of source language context in alignment modelling", |
| "sec_num": "2" |
| }, |
| { |
| "text": "We introduce word-to-word translation tables that depend on the source language context for each word, i.e. the probability that f translates to e given f has context c is t(e|f, c). We assume that the context sequence is given for a source word sequence. This assumption can be relaxed to allow for multiple tag sequences as hidden processes, but we assume here that a tagger generates a single context sequence c J 1 for a word sequence f J 1 . This corresponds to the assumption that, for a context se-", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Use of source language context in alignment modelling", |
| "sec_num": "2" |
| }, |
| { |
| "text": "quencec J 1 , P(c J 1 |f J 1 ) = \u03b4 c J 1 (c J 1 ); hence P(e I 1 , a I 1 |f J 1 ) = c J 1 P(e I 1 , a I 1 ,c J 1 |f J 1 ) = P(e I 1 , a I 1 |c J 1 , f J 1 )", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Use of source language context in alignment modelling", |
| "sec_num": "2" |
| }, |
| { |
| "text": "For Model 1, ignoring the sentence length distribution,", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Use of source language context in alignment modelling", |
| "sec_num": "2" |
| }, |
| { |
| "text": "P M1 (e I 1 , a I 1 |f J 1 , c J 1 ) = 1 (J + 1) I I i=1 t(e i |f ai , c ai ). (2)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Use of source language context in alignment modelling", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Estimating translation probabilities separately for every possible context of a source word individually leads to problems with data sparsity and rapid growth of the translation table. We therefore wish to cluster source contexts which lead to similar probability distributions. Let C f denote the set of all observed contexts of source word f . A particular clustering is denoted", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Use of source language context in alignment modelling", |
| "sec_num": "2" |
| }, |
| { |
| "text": "K f = {K f,1 , . . . , K f,N f },", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Use of source language context in alignment modelling", |
| "sec_num": "2" |
| }, |
| { |
| "text": "where K f is a partition of C f . We define a class membership function \u00b5 f such that for any context c, \u00b5 f (c) is the cluster containing c. We assume that all contexts in a cluster give rise to the same translation probability distribution for that source word, i.e. for a cluster K, t(e|f, c) = t(e|f, c ) for all contexts c, c \u2208 K and all target words e; we write this shared translation probability as t(e|f, K).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Use of source language context in alignment modelling", |
| "sec_num": "2" |
| }, |
| { |
| "text": "The Model 1 sentence translation probability for a given alignment (Equation 2) becomes", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Use of source language context in alignment modelling", |
| "sec_num": "2" |
| }, |
| { |
| "text": "P M1 (e I 1 , a I 1 |f J 1 , c J 1 ) = 1 (J + 1) I I i=1 t(e i |f ai , \u00b5 f (c ai )).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Use of source language context in alignment modelling", |
| "sec_num": "2" |
| }, |
| { |
| "text": "( 3)For HMM alignment, we assume that the transition probabilities a(a i |a i\u22121 ) are independent of the word contexts and the sentence translation probability is", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Use of source language context in alignment modelling", |
| "sec_num": "2" |
| }, |
| { |
| "text": "P H (e I 1 , a I 1 |f J 1 , c J 1 ) = I i=1 a(a i |a i\u22121 , J)t(e i |f ai , \u00b5 f (c ai )).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Use of source language context in alignment modelling", |
| "sec_num": "2" |
| }, |
| { |
| "text": "(4) Section 2.1.1 describes how the context classes are determined by optimisation of the EM auxiliary function. Although the translation model is significantly more complex than that of context-independent models, once class membership is fixed, alignment and parameter estimation use the standard algorithms.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Use of source language context in alignment modelling", |
| "sec_num": "2" |
| }, |
| { |
| "text": "We train using Expectation Maximisation (EM), optimising the log probability of the training set Brown et al., 1993) . Given model parameters \u03b8 , we estimate new parameters \u03b8 by maximisation of the EM auxiliary function", |
| "cite_spans": [ |
| { |
| "start": 97, |
| "end": 116, |
| "text": "Brown et al., 1993)", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "EM parameter estimation", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "{e (s) , f (s) } S s=1 (", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "EM parameter estimation", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "s,a P \u03b8 (a|f (s) , c (s) , e (s) ) log P \u03b8 (e (s) , a, I (s) |f (s) , c (s) ).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "EM parameter estimation", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "We assume the sentence length distribution and alignment probabilities do not depend on the contexts of the source words; hence the relevant part of the auxiliary function is", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "EM parameter estimation", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "e f c\u2208C f \u03b3 (e|f, c) log t(e|f, c),", |
| "eq_num": "(5)" |
| } |
| ], |
| "section": "EM parameter estimation", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "where", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "EM parameter estimation", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "\u03b3 (e|f, c) = s I (s) i=1 J (s) j=1 \u03b4 c (c (s) j )\u03b4 e (e (s) i )\u03b4 f (f (s) j ) \u00d7 P \u03b8 (a i = j|e (s) , f (s) , c (s) )", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "EM parameter estimation", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "Here \u03b3 can be computed under Model 1 or the HMM, and is calculated using the forward-backward algorithm for the HMM.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "EM parameter estimation", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "We can re-write the EM auxiliary function (Equation 5) in terms of the cluster-specific translation probabilities:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Parameter estimation with clustered contexts", |
| "sec_num": "2.1.1" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "e f |K f | l=1 c\u2208K f,l \u03b3 (e|f, c) log t(e|f, c) = e f K\u2208K f \u03b3 (e|f, K) log t(e|f, K)", |
| "eq_num": "(6)" |
| } |
| ], |
| "section": "Parameter estimation with clustered contexts", |
| "sec_num": "2.1.1" |
| }, |
| { |
| "text": "where", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Parameter estimation with clustered contexts", |
| "sec_num": "2.1.1" |
| }, |
| { |
| "text": "\u03b3 (e|f, K) = c\u2208K \u03b3 (e|f, c)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Parameter estimation with clustered contexts", |
| "sec_num": "2.1.1" |
| }, |
| { |
| "text": "Following the usual derivation, the EM update for the class-specific translation probabilities become\u015d", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Parameter estimation with clustered contexts", |
| "sec_num": "2.1.1" |
| }, |
| { |
| "text": "t(e|f, K) = \u03b3 (e|f, K)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Parameter estimation with clustered contexts", |
| "sec_num": "2.1.1" |
| }, |
| { |
| "text": "e \u03b3 (e |f, K)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Parameter estimation with clustered contexts", |
| "sec_num": "2.1.1" |
| }, |
| { |
| "text": ". 7Standard EM training can be viewed a special case of this, with every context of a source word grouped into a single cluster. Another way to view these clustered contextdependent models is that contexts belonging to the same cluster are tied and share a common translation probability distribution, which is estimated from all training examples in which any of the contexts occur.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Parameter estimation with clustered contexts", |
| "sec_num": "2.1.1" |
| }, |
| { |
| "text": "The objective for each source word is to split the contexts into classes to maximise the likelihood of the training data. Since it is not feasible to maximise the likelihood of the observations directly, we maximise the expected log likelihood by considering the EM auxiliary function, in a similar manner to that used for modelling contextual variations of phones for ASR (Young et al., 1994; Singer and Ostendorf, 1996) . We perform divisive clustering independently for each source word f , by building a binary decision tree which forms classes of contexts which maximise the EM auxiliary function. Questions for the tree are drawn from a set of questions Q = {q 1 , . . . , q |Q| } concerning the context information of f . Let K be any set of contexts of f , and define . This is the contribution to the EM auxiliary function of source word f occurring in the contexts of K. Let q be a binary question about the context of f , and consider the effect on the partial auxiliary function (Equation 6) of splitting K into two clusters using question q. Define K q be the set of contexts in K which answer 'yes' to q and Kq be the contexts which answer 'no'. Define the objective function", |
| "cite_spans": [ |
| { |
| "start": 373, |
| "end": 393, |
| "text": "(Young et al., 1994;", |
| "ref_id": "BIBREF30" |
| }, |
| { |
| "start": 394, |
| "end": 421, |
| "text": "Singer and Ostendorf, 1996)", |
| "ref_id": "BIBREF25" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Decision trees for context clustering", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "L(K) =", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Decision trees for context clustering", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "Q f,q (K) = e c\u2208Kq \u03b3 (e|f, c) log t(e|f, c) + e c\u2208Kq \u03b3 (e|f, c) log t(e|f, c) = L(K q ) + L(Kq)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Decision trees for context clustering", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "When the node is split using question q, the increase in objective function is given by", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Decision trees for context clustering", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "Q f,q (K) \u2212 L(K) = L(Kq) + L(K q ) \u2212 L(K).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Decision trees for context clustering", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "We choose q to maximise this. In order to build the decision tree for f , we take the set of all contexts C f as the initial cluster at the root node. We then find the questionq such that Q f,q (C f ) is maximal, i.e.q = arg max", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Decision trees for context clustering", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "q\u2208Q Q f,q (C f )", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Decision trees for context clustering", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "This splits C f , so our decision tree now has two nodes. We iterate this process, at each iteration splitting (into two further nodes) the leaf node that leads to the greatest increase in objective function. This leads to a greedy search to optimise the log likelihood over possible state clusterings.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Decision trees for context clustering", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "In order to control the growth of the tree, we put in place two thresholds:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Decision trees for context clustering", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "\u2022 T imp is the minimum improvement in objective function required for a node to be split; without it, we would continue splitting nodes until each contained only one context, even though doing so would cause data sparsity problems. \u2022 T occ is the minimum occupancy of a node, based on how often the contexts at that node occur in the training data; we want to ensure that there are enough examples of a context in the training data to estimate accurately the translation probability distribution for that cluster.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Decision trees for context clustering", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "For each leaf node l and set of contexts K l at that node, we find the question q l that, when used to split K l , produces the largest gain in objective function:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Decision trees for context clustering", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "q l = arg max q\u2208Q [L(K l,q ) + L(K l,q ) \u2212 L(K l )] = arg max q\u2208Q [L(K l,q ) + L(K l,q )]", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Decision trees for context clustering", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "We then find the leaf node for which splitting gives the largest improvement:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Decision trees for context clustering", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "l = arg max l [L(K l,q l ) + L(K l,q l ) \u2212 L(K l )]", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Decision trees for context clustering", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "If the following criteria are both satisfied at that node, we split the node into two parts, creating two leaf nodes in its place:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Decision trees for context clustering", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "\u2022 The objective function increases sufficiently", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Decision trees for context clustering", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "L(K l,q l ) + L(K l,q l ) \u2212 L(K l ) > T imp", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Decision trees for context clustering", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "\u2022 The occupancy threshold is exceeded for both child nodes:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Decision trees for context clustering", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "e c\u2208K l,x \u03b3 (e|f, c) > T occ for x = q,q", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Decision trees for context clustering", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "We perform such clustering for every source word in the parallel text. Figure 1 : Alignment of the English selling in different contexts.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 71, |
| "end": 79, |
| "text": "Figure 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Decision trees for context clustering", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "shares NNS \u2022 \u2022 \u2022 \u2022 \u2022 \u2022 bank NN \u2022 \u2022 \u2022 \u2022 \u2022 \u2022 the DT \u2022 \u2022 \u2022 \u2022 \u2022 \u2022 of IN \u2022 \u2022 \u2022 \u2022 \u2022 \u2022 % PUNC \u2022 \u2022 \u2022 \u2022 \u2022 \u2022 12 NN \u2022 \u2022 \u2022 \u2022 \u2022 \u2022 selling VBG \u2022 \u2022 \u2022 \u2022 \u2022 \u2022 of IN \u2022 \u2022 \u2022 \u2022 \u2022 \u2022 \u2022 deal NN \u2022 \u2022 \u2022 \u2022 \u2022 \u2022 the DT \u2022 \u2022 \u2022 \u2022 \u2022 \u2022 \u2022 Sfqp NN byE NN 12 NN % PUNC mn IN >shm NN Albnk NN city NN \u2022 \u2022 \u2022 \u2022 \u2022 \u2022 \u2022 the DT \u2022 \u2022 \u2022 \u2022 \u2022 \u2022 \u2022 in IN \u2022 \u2022 \u2022 \u2022 \u2022 \u2022 \u2022 liquor NN \u2022 \u2022 \u2022 \u2022 \u2022 \u2022 \u2022 selling VBG \u2022 \u2022 \u2022 \u2022 \u2022 \u2022 \u2022 were VBD \u2022 \u2022 \u2022 \u2022 \u2022 \u2022 \u2022 owners NNS \u2022 \u2022 \u2022 \u2022 \u2022 \u2022 \u2022 whose WP$ \u2022 \u2022 \u2022 \u2022 \u2022 \u2022 \u2022 houses NNS \u2022 \u2022 \u2022 \u2022 \u2022 \u2022 \u2022 several JJ \u2022 \u2022 \u2022 \u2022 \u2022 \u2022 \u2022 and CC \u2022 \u2022 \u2022 \u2022 \u2022 \u2022 \u2022 w+ CC mnAzl NN Edp JJ >SHAbhA NN ybyEwn VBP Alxmwr NN fy IN Almdynp NN", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Decision trees for context clustering", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "In the first, it is preceded by of and links to the infinitive of the Arabic verb byE; in the second, it is preceded by were and links to an inflected form of the same Arabic verb, ybyEwn.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Decision trees for context clustering", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "Our models were built using the MTTK toolkit (Deng and Byrne, 2005b) . Decision tree clustering was implemented and the process parallelised to enable thousands of decision trees to be built. Our context-dependent (CD) Model 1 models trained on context-annotated data were compared to the baseline context-independent (CI) models trained on untagged data. The models were trained using data allowed for the NIST 08 Arabic-English evaluation 1 , excluding the UN collections, comprising 300k parallel sentence pairs, a total of 8.4M words of Arabic and 9.5M words of English.", |
| "cite_spans": [ |
| { |
| "start": 45, |
| "end": 68, |
| "text": "(Deng and Byrne, 2005b)", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation of alignment quality", |
| "sec_num": "3" |
| }, |
| { |
| "text": "The Arabic language incorporates into its words several prefixes and suffixes which determine grammatical features such as gender, number, person and voice. The MADA toolkit (Habash and Sadat, 2006) was used to perform Arabic morphological word decomposition and part-of-speech tagging. It determines the best analysis for each word in a sentence and splits word prefixes and suffixes, based on the alternative analyses provided by BAMA (Buckwalter, 2002) . We use tokenisation scheme 'D2', which splits certain prefixes and has been reported to improve machine translation performance (Habash and Sadat, 2006) . The alignment models are trained on this processed data, and the prefixes and suffixes are treated as words in their own right; in particular their contexts are examined and clustered.", |
| "cite_spans": [ |
| { |
| "start": 174, |
| "end": 198, |
| "text": "(Habash and Sadat, 2006)", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 437, |
| "end": 455, |
| "text": "(Buckwalter, 2002)", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 586, |
| "end": 610, |
| "text": "(Habash and Sadat, 2006)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation of alignment quality", |
| "sec_num": "3" |
| }, |
| { |
| "text": "The TnT tagger (Brants, 2000) , used as distributed with its model trained on the Wall Street Journal portion of the Penn treebank, was used to obtain part-of-speech tags for the English side of the parallel text. Marcus et al. (1993) gives a complete list of part-of-speech tags produced. No morphological analysis is performed for English.", |
| "cite_spans": [ |
| { |
| "start": 15, |
| "end": 29, |
| "text": "(Brants, 2000)", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 214, |
| "end": 234, |
| "text": "Marcus et al. (1993)", |
| "ref_id": "BIBREF15" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation of alignment quality", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Automatic word alignments were compared to a manually-aligned corpus made up of the IBM Arabic-English Word Alignment Corpus (Ittycheriah et al., 2006) and the word alignment corpora LDC2006E86 and LDC2006E93. This contains 28k parallel text sentences pairs: 724k words of Arabic and 847k words of English. The alignment links were modified to reflect the MADA tokenisation; after modification, there are 946k word-toword alignment links.", |
| "cite_spans": [ |
| { |
| "start": 125, |
| "end": 151, |
| "text": "(Ittycheriah et al., 2006)", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation of alignment quality", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Alignment quality was evaluated by computing Alignment Error Rate (AER) (Och and Ney, 2000) relative to the manual alignments. Since the links supplied contain only 'sure' links and no 'possible' links, we use the following formula for computing AER given reference alignment links S and hypothesised alignment links A:", |
| "cite_spans": [ |
| { |
| "start": 72, |
| "end": 91, |
| "text": "(Och and Ney, 2000)", |
| "ref_id": "BIBREF18" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation of alignment quality", |
| "sec_num": "3" |
| }, |
| { |
| "text": "AER = 1 \u2212 2|S\u2229A| |S|+|A| .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation of alignment quality", |
| "sec_num": "3" |
| }, |
| { |
| "text": "The algorithm presented in Section 2 allows for any information about the context of the source word to be considered. We could consider general questions of the form 'Is the previous word x?' and 'Does word y occur within n words of this one?'. To maintain computational tractability, we restrict the questions to those concerning the partof-speech tag assigned to the current, previous and next words. We do not ask questions about the identities of the words themselves. For each part-of-speech tag T , we ask the question 'Does w have tag T?'. In addition, we group part-of-speech tags to ask more general questions: e.g. the set of contexts which satisfies 'Is w a noun?' contains those that satisfy 'Is w a proper noun?' and 'Is w a singular or mass noun?'. We also ask the same questions of the previous and next words in the source sentence. In English, this gives a total of 152 distinct questions, each of which is considered when splitting a leaf node. The MADA part-of-speech tagger uses a reduced tag set, which produces a total of 68 distinct questions. Figure 1 shows the links of the English source word selling in two different contexts where it links to different words in Arabic, which are both forms of the same verb. The part-of-speech of the previous word is useful for dis- criminating between the two cases, whereas a contextindependent model would assign the same probability to both Arabic words.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 1068, |
| "end": 1076, |
| "text": "Figure 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Questions about contexts", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "Training is carried out in both translation directions. For Arabic to English, the Arabic side of the parallel text is tagged and the English side remains untagged; we view the English words as being generated from the Arabic words and questions are asked about the context of the Arabic words to determine clusters for the translation table. For English to Arabic, the situation is reversed: we used tagged English text as the source language and untagged Arabic text, with morphological decomposition, as the target language.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Training Model 1", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Standard CI Model 1 training, initialised with a uniform translation table so that t(e|f ) is constant for all source/target word pairs (f, e), was run on untagged data for 10 iterations in each direction (Brown et al., 1993; Deng and Byrne, 2005b) . A decision tree was built to cluster the contexts and a further 10 iterations of training were carried out using the tagged words-with-context to produce context-dependent models (CD Model 1). The models were then evaluated using AER at each training iteration. A number of improvement thresholds T imp were tested, and performance compared to that of models found after further iterations of CI Model 1 training on the untagged data. In both alignment directions, the log probability of the training data increases during training (see Figure 2 ). As expected, the training set likelihood increases as the threshold T imp is reduced, allowing more clusters and closer fitting to the data. Table 1 shows the questions used most frequently at the root node of the decision tree when clustering contexts in English and Arabic. Because they are used first, these are the questions that individually give the greatest ability to discriminate between the different contexts of a word. The list shows the importance of the left and right contexts of the word in predicting its translation: of the most common 50 questions, 25 concern the previous word, 19 concern the next, and only 6 concern the partof-speech of the current word. For Arabic, of the most frequent 50 questions, 21 concern the previous word, 20 concern the next and 9 the current word.", |
| "cite_spans": [ |
| { |
| "start": 205, |
| "end": 225, |
| "text": "(Brown et al., 1993;", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 226, |
| "end": 248, |
| "text": "Deng and Byrne, 2005b)", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 788, |
| "end": 796, |
| "text": "Figure 2", |
| "ref_id": "FIGREF2" |
| }, |
| { |
| "start": 941, |
| "end": 948, |
| "text": "Table 1", |
| "ref_id": "TABREF2" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Training Model 1", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Since MT systems are usually built on the union of the two sets of alignments (Koehn et al., 2003) , we consider the union of alignments in the two directions as well as those in each direction. Figure 3 shows the change in AER of the alignments in each direction, as well as the alignment formed by taking their union at corresponding thresholds and training iterations. ", |
| "cite_spans": [ |
| { |
| "start": 78, |
| "end": 98, |
| "text": "(Koehn et al., 2003)", |
| "ref_id": "BIBREF14" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 195, |
| "end": 203, |
| "text": "Figure 3", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Alignment Error Rate", |
| "sec_num": "3.2.2" |
| }, |
| { |
| "text": "There is a trade-off between modelling the data accurately, which requires more clusters, and eliminating data sparsity problems, which requires each cluster to contain contexts that occur frequently enough in the training data to estimate the translation probabilities accurately. Use of a smaller threshold T imp leads to more clusters per word and an improved ability to fit to the data, but this can lead to reduced alignment quality if there is insufficient data to estimate the translation probability distribution accurately for each cluster. For lower thresholds, we observe over-fitting and the AER rises after the second iteration of CD training, similar to the behaviour seen in Och (2002) . Setting T imp = 0 results in each context of a word having its own cluster, which leads to data sparsity problems. Table 2 shows the percentage of words for which the contexts are split into multiple clusters for CD Model 1 with varying improvement thresholds. This occurs when there are enough training data examples and sufficient variability between the contexts of a word that splitting the contexts into more than one cluster increases the EM auxiliary function. For words where the contexts are not split, all the contexts remain in the same cluster and parameter estimation is exactly the same as for the unclustered context-independent models.", |
| "cite_spans": [ |
| { |
| "start": 690, |
| "end": 700, |
| "text": "Och (2002)", |
| "ref_id": "BIBREF20" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 818, |
| "end": 825, |
| "text": "Table 2", |
| "ref_id": "TABREF4" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Variation of improvement threshold T imp", |
| "sec_num": "3.2.3" |
| }, |
| { |
| "text": "Adding source word context to translation has so far led to improvements in AER for Model 1, but the performance does not match that of HMMs trained on untagged data; we therefore train HMMs on tagged data.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Training HMMs", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "We proceed with Model 1 and Model 2 trained in the usual way, and context-independent (CI) HMMs were trained for 5 iterations on the untagged data. Statistics were then gathered for clustering at various thresholds, after which 5 further EM iterations were performed with tagged data to produce context-dependent (CD) HMMs. The HMMs were trained in both the Arabic to English and the English to Arabic directions. The log likelihood of the training set varies with T imp in much the same way as for Model 1, increasing at each iteration, with greater likelihood at lower thresholds. Figure 4 shows how the AER of the union alignment varies with T imp during training. As with Model 1, the clustered HMM models produce alignments with a lower AER than the baseline model, and there is evidence of over-fitting to the training data.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 583, |
| "end": 591, |
| "text": "Figure 4", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Training HMMs", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "The HMM models include a null transition probability, p 0 , which can be modified to adjust the number of alignments to the null token (Deng and Byrne, 2005a) . Where a target word is emitted from null, it is not included in the alignment links, so this target word is viewed as not being aligned to any source word; this affects the precision and recall. The results reported above use p 0 = 0.2 for English-Arabic and p 0 = 0.4 for Arabic-English; we can tune these values to produce alignments with the lowest AER. Figure 5 shows precision-recall curves for the CD HMMs compared to the CI HMMs for both translation directions. For a given value of precision, the CD HMM has higher recall; for a given value of recall, the CD HMM has higher precision. We do not report F-score (Fraser and Marcu, 2006 ) since in our experiments we have not found strong correlation with translation performance, but we note that these results for precision and recall should lead to improved F-scores as well.", |
| "cite_spans": [ |
| { |
| "start": 135, |
| "end": 158, |
| "text": "(Deng and Byrne, 2005a)", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 779, |
| "end": 802, |
| "text": "(Fraser and Marcu, 2006", |
| "ref_id": "BIBREF9" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 518, |
| "end": 526, |
| "text": "Figure 5", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Alignment precision and recall", |
| "sec_num": "3.3.1" |
| }, |
| { |
| "text": "We have shown that the context-dependent models produce a decrease in AER measured on manually-aligned data; we wish to show this improved model performance leads to an increase in translation quality, measured by BLEU score (Papineni et al., 2001) . In addition to the Arabic systems already evaluated by AER, we also report results for a Chinese-English translation system. Alignment models were evaluated by aligning the training data using the models in each translation direc-tion. HiFST, a WFST-based hierarchical translation system described in (Iglesias et al., 2009) , was trained on the union of these alignments. MET (Och, 2003) was carried out using a development set, and the BLEU score evaluated on two test sets. Decoding used a 4-gram language model estimated from the English side of the entire MT08 parallel text, and a 965M word subset of monolingual data from the English Gigaword Third Edition.", |
| "cite_spans": [ |
| { |
| "start": 225, |
| "end": 248, |
| "text": "(Papineni et al., 2001)", |
| "ref_id": "BIBREF22" |
| }, |
| { |
| "start": 552, |
| "end": 575, |
| "text": "(Iglesias et al., 2009)", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 628, |
| "end": 639, |
| "text": "(Och, 2003)", |
| "ref_id": "BIBREF21" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation of translation quality", |
| "sec_num": "4" |
| }, |
| { |
| "text": "For both Arabic and English, the CD HMM models were evaluated as follows. Iteration 5 of the CI HMM was used to produce alignments for the parallel text training data: these were used to train the baseline system. The same data is aligned using CD HMMs after two further iterations of training and a second WFST-based translation system built from these alignments. The models are evaluated by comparing BLEU scores with those of the baseline model.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation of translation quality", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Alignment models were trained on the NIST MT08 Arabic-English parallel text, excluding the UN portion. The null alignment probability was chosen based on the AER, resulting in values of p 0 = 0.05 for Arabic to English and p 0 = 0.10 for English to Arabic. We perform experiments on the NIST Arabic-English translation task. The mt02 05 tune and mt02 05 test data sets are formed from the odd and even numbered sentences of the NIST MT02 to MT05 evaluation sets respectively; each contains 2k sentences and 60k words. We use mt02 05 tune as a development set and evaluate the system on mt02 05 test and the newswire portion of the MT08 set, MT08-nw. Table 3 shows a comparison of the system trained using CD HMMs with the baseline system, which was trained using CI HMM models on untagged data. The context-dependent models result in a gain in BLEU score of 0.3 for mt02 05 test and 0.6 for MT08-nw.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 650, |
| "end": 657, |
| "text": "Table 3", |
| "ref_id": "TABREF7" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Arabic to English translation", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "The Chinese training set was 600k random parallel text sentences of the newswire LDC collection allowed for NIST MT08, a total of 15.2M words of Chinese and 16.6M words of English. The Chinese text was tagged using the MXPOST maximum-entropy part of speech tagging tool (Ratnaparkhi, 1996) trained on the Penn Chinese Treebank 5.1; the English text was tagged using the TnT part of speech tagger (Brants, 2000) trained on the Wall Street Journal portion of the English Penn treebank.", |
| "cite_spans": [ |
| { |
| "start": 270, |
| "end": 289, |
| "text": "(Ratnaparkhi, 1996)", |
| "ref_id": "BIBREF24" |
| }, |
| { |
| "start": 396, |
| "end": 410, |
| "text": "(Brants, 2000)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Chinese to English translation", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "The development set tune-nw and validation set test-nw contain a mix of the newswire portions of MT02 through MT05 and additional developments sets created by translation within the GALE program. We also report results on the newswire portion of the MT08 set. Again we see an increase in BLEU score for both test sets: 0.5 for test- ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Chinese to English translation", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "We have introduced context-dependent Model 1 and HMM alignment models, which use context information in the source language to improve estimates of wordto-word translation probabilities. Estimation of parameters using these contexts without smoothing leads to data sparsity problems; therefore we have developed decision tree clustering algorithms to cluster source word contexts based on optimisation of the EM auxiliary function. Context information is incorporated by the use of part-ofspeech tags in both languages of the parallel text, and the EM algorithm is used for parameter estimation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions and future work", |
| "sec_num": "5" |
| }, |
| { |
| "text": "We have shown that these improvements to the model lead to decreased AER compared to context-independent models. Finally, we compare machine translation systems built using our context-dependent alignments. For both Arabic-and Chinese-to-English translation, we report an increase in translation quality measured by BLEU score compared to a system built using contextindependent alignments. This paper describes an initial investigation into context-sensitive alignment models, and there are many possible directions for future research. Clustering the probability distributions of infrequently occurring may produce improvements in alignment quality, different model training schemes and extensions of the contextdependence to more sophisticated alignment models will be investigated. Further translation experiments will be carried out.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions and future work", |
| "sec_num": "5" |
| }, |
| { |
| "text": "http://nist.gov/speech/tests/mt/2008", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "This work was supported in part by the GALE program of the Defense Advanced Research Projects Agency, Contract No. HR0011-06-C-0022. J. Brunning is supported by a Schiff Foundation graduate studentship. Thanks to Yanjun Ma, Dublin City University, for training the Chinese part of speech tagger.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgements", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "A maximum entropy approach to natural language processing", |
| "authors": [ |
| { |
| "first": "A", |
| "middle": [ |
| "L" |
| ], |
| "last": "Berger", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [ |
| "Della" |
| ], |
| "last": "Pietra", |
| "suffix": "" |
| }, |
| { |
| "first": "V", |
| "middle": [ |
| "J" |
| ], |
| "last": "Della Pietra", |
| "suffix": "" |
| } |
| ], |
| "year": 1996, |
| "venue": "Computational Linguistics", |
| "volume": "22", |
| "issue": "1", |
| "pages": "39--71", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "A. L. Berger, S. Della Pietra, and V. J. Della Pietra. 1996. A maximum entropy approach to natural language processing. Computational Linguistics, 22(1):39-71.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "European language translation with weighted finite state transducers: The CUED MT system for the 2008 ACL workshop on SMT", |
| "authors": [ |
| { |
| "first": "Graeme", |
| "middle": [], |
| "last": "Blackwood", |
| "suffix": "" |
| }, |
| { |
| "first": "Adri\u00e0", |
| "middle": [], |
| "last": "De Gispert", |
| "suffix": "" |
| }, |
| { |
| "first": "Jamie", |
| "middle": [], |
| "last": "Brunning", |
| "suffix": "" |
| }, |
| { |
| "first": "William", |
| "middle": [], |
| "last": "Byrne", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proceedings of the Third Workshop on Statistical Machine Translation", |
| "volume": "", |
| "issue": "", |
| "pages": "131--134", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Graeme Blackwood, Adri\u00e0 de Gispert, Jamie Brunning, and William Byrne. 2008. European language translation with weighted finite state transducers: The CUED MT system for the 2008 ACL workshop on SMT. In Proceedings of the Third Workshop on Statistical Machine Translation, pages 131-134, Columbus, Ohio, June. Association for Computa- tional Linguistics.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "TnT -a statistical part-of-speech tagger", |
| "authors": [ |
| { |
| "first": "Thorsten", |
| "middle": [], |
| "last": "Brants", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Proceedings of the 6th Applied Natural Language Processing Conference: ANLP-2000", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Thorsten Brants. 2000. TnT -a statistical part-of-speech tag- ger. In Proceedings of the 6th Applied Natural Language Processing Conference: ANLP-2000, Seattle, USA.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "The mathematics of statistical machine translation: parameter estimation", |
| "authors": [ |
| { |
| "first": "F", |
| "middle": [], |
| "last": "Peter", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Brown", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [ |
| "Della" |
| ], |
| "last": "Vincent", |
| "suffix": "" |
| }, |
| { |
| "first": "Stephen", |
| "middle": [ |
| "A" |
| ], |
| "last": "Pietra", |
| "suffix": "" |
| }, |
| { |
| "first": "Robert", |
| "middle": [ |
| "L" |
| ], |
| "last": "Della Pietra", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Mercer", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Computational Linguistics", |
| "volume": "19", |
| "issue": "2", |
| "pages": "263--311", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Peter F. Brown, Vincent J. Della Pietra, Stephen A. Della Pietra, and Robert L. Mercer. 1993. The mathematics of statistical machine translation: parameter estimation. Computational Linguistics, 19(2):263-311.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Buckwalter Arabic morphological analyzer", |
| "authors": [ |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Buckwalter", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "T. Buckwalter. 2002. Buckwalter Arabic morphological ana- lyzer.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Improving phrase-based statistical translation by modifying phrase extraction and including several features", |
| "authors": [ |
| { |
| "first": "Marta", |
| "middle": [], |
| "last": "Ruiz Costa-Juss\u00e0", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [ |
| "R" |
| ], |
| "last": "Jos\u00b4e", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Fonollosa", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proceedings of the ACL Workshop on Building and Using Parallel Texts", |
| "volume": "", |
| "issue": "", |
| "pages": "149--154", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Marta Ruiz Costa-juss\u00e0 and Jos\u00b4e A. R. Fonollosa. 2005. Improving phrase-based statistical translation by modifying phrase extraction and including several features. In Proceed- ings of the ACL Workshop on Building and Using Parallel Texts, pages 149-154, June.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "HMM word and phrase alignment for statistical machine translation", |
| "authors": [ |
| { |
| "first": "Yonggang", |
| "middle": [], |
| "last": "Deng", |
| "suffix": "" |
| }, |
| { |
| "first": "William", |
| "middle": [], |
| "last": "Byrne", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proc. of HLT-EMNLP", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yonggang Deng and William Byrne. 2005a. HMM word and phrase alignment for statistical machine translation. In Proc. of HLT-EMNLP.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "JHU-Cambridge statistical machine translation toolkit (MTTK) user manual", |
| "authors": [ |
| { |
| "first": "Yonggang", |
| "middle": [], |
| "last": "Deng", |
| "suffix": "" |
| }, |
| { |
| "first": "William", |
| "middle": [], |
| "last": "Byrne", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yonggang Deng and William Byrne. 2005b. JHU-Cambridge statistical machine translation toolkit (MTTK) user manual.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Segmentation and alignment of parallel text for statistical machine translation", |
| "authors": [ |
| { |
| "first": "Yonggang", |
| "middle": [], |
| "last": "Deng", |
| "suffix": "" |
| }, |
| { |
| "first": "Shankhar", |
| "middle": [], |
| "last": "Kumar", |
| "suffix": "" |
| }, |
| { |
| "first": "William", |
| "middle": [], |
| "last": "Byrne", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Journal of Natural Language Engineering", |
| "volume": "13", |
| "issue": "", |
| "pages": "235--260", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yonggang Deng, Shankhar Kumar, and William Byrne. 2007. Segmentation and alignment of parallel text for statistical machine translation. Journal of Natural Language Engineer- ing, 13:3:235-260.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Measuring word alignment quality for statistical machine translation", |
| "authors": [ |
| { |
| "first": "Alexander", |
| "middle": [], |
| "last": "Fraser", |
| "suffix": "" |
| }, |
| { |
| "first": "Daniel", |
| "middle": [], |
| "last": "Marcu", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Alexander Fraser and Daniel Marcu. 2006. Measuring word alignment quality for statistical machine translation. Tech- nical Report ISI-TR-616, ISI/University of Southern Califor- nia, May.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Arabic preprocessing schemes for statistical machine translation", |
| "authors": [ |
| { |
| "first": "Nizar", |
| "middle": [], |
| "last": "Habash", |
| "suffix": "" |
| }, |
| { |
| "first": "Fatiha", |
| "middle": [], |
| "last": "Sadat", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "HLT-NAACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Nizar Habash and Fatiha Sadat. 2006. Arabic preprocessing schemes for statistical machine translation. In HLT-NAACL.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Hierarchical phrase-based translation with weighted finite state transducers", |
| "authors": [ |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Iglesias", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Gispert", |
| "suffix": "" |
| }, |
| { |
| "first": "E", |
| "middle": [ |
| "R" |
| ], |
| "last": "Banga", |
| "suffix": "" |
| }, |
| { |
| "first": "W", |
| "middle": [], |
| "last": "Byrne", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Procedings of NAACL-HLT", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "G. Iglesias, A. de Gispert, E. R. Banga, and W. Byrne. 2009. Hierarchical phrase-based translation with weighted finite state transducers. In Procedings of NAACL-HLT, 2009, Boulder, Colorado.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "The IBM Arabic-English word alignment corpus", |
| "authors": [ |
| { |
| "first": "Abraham", |
| "middle": [], |
| "last": "Ittycheriah", |
| "suffix": "" |
| }, |
| { |
| "first": "Yaser", |
| "middle": [], |
| "last": "Al-Onaizan", |
| "suffix": "" |
| }, |
| { |
| "first": "Salim", |
| "middle": [], |
| "last": "Roukos", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Abraham Ittycheriah, Yaser Al-Onaizan, and Salim Roukos. 2006. The IBM Arabic-English word alignment corpus, Au- gust.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Maximum likelihood clustering of Gaussians for speech recognition. Speech and Audio Processing", |
| "authors": [ |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Kannan", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Ostendorf", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [ |
| "R" |
| ], |
| "last": "Rohlicek", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "IEEE Transactions on", |
| "volume": "2", |
| "issue": "3", |
| "pages": "453--455", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "A. Kannan, M. Ostendorf, and J. R. Rohlicek. 1994. Maxi- mum likelihood clustering of Gaussians for speech recogni- tion. Speech and Audio Processing, IEEE Transactions on, 2(3):453-455, July.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Statistical phrase-based translation", |
| "authors": [ |
| { |
| "first": "Philipp", |
| "middle": [], |
| "last": "Koehn", |
| "suffix": "" |
| }, |
| { |
| "first": "Franz", |
| "middle": [ |
| "Josef" |
| ], |
| "last": "Och", |
| "suffix": "" |
| }, |
| { |
| "first": "Daniel", |
| "middle": [], |
| "last": "Marcu", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "NAACL '03: Proceedings of the 2003 Conference of the North American Chapter of the Association for Computational Linguistics on Human Language Technology", |
| "volume": "", |
| "issue": "", |
| "pages": "48--54", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Philipp Koehn, Franz Josef Och, and Daniel Marcu. 2003. Sta- tistical phrase-based translation. In NAACL '03: Proceed- ings of the 2003 Conference of the North American Chapter of the Association for Computational Linguistics on Human Language Technology, pages 48-54.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "Building a large annotated corpus of English: the Penn Treebank", |
| "authors": [ |
| { |
| "first": "Mitchell", |
| "middle": [ |
| "P" |
| ], |
| "last": "Marcus", |
| "suffix": "" |
| }, |
| { |
| "first": "Mary", |
| "middle": [ |
| "Ann" |
| ], |
| "last": "Marcinkiewicz", |
| "suffix": "" |
| }, |
| { |
| "first": "Beatrice", |
| "middle": [], |
| "last": "Santorini", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Computational Linguistics", |
| "volume": "19", |
| "issue": "2", |
| "pages": "313--330", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mitchell P. Marcus, Mary Ann Marcinkiewicz, and Beatrice Santorini. 1993. Building a large annotated corpus of English: the Penn Treebank. Computational Linguistics, 19(2):313-330.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Morpho-syntactic analysis for reordering in statistical machine translation", |
| "authors": [ |
| { |
| "first": "Sonja", |
| "middle": [], |
| "last": "Nie\u00dfen", |
| "suffix": "" |
| }, |
| { |
| "first": "Hermann", |
| "middle": [], |
| "last": "Ney", |
| "suffix": "" |
| } |
| ], |
| "year": 2001, |
| "venue": "Proceedings of MT Summit VIII", |
| "volume": "", |
| "issue": "", |
| "pages": "247--252", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Sonja Nie\u00dfen and Hermann Ney. 2001a. Morpho-syntactic analysis for reordering in statistical machine translation. In Proceedings of MT Summit VIII, pages 247-252, September.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Toward hierarchical models for statistical machine translation of inflected languages", |
| "authors": [ |
| { |
| "first": "Sonja", |
| "middle": [], |
| "last": "Nie\u00dfen", |
| "suffix": "" |
| }, |
| { |
| "first": "Hermann", |
| "middle": [], |
| "last": "Ney", |
| "suffix": "" |
| } |
| ], |
| "year": 2001, |
| "venue": "Proceedings of the workshop on Data-driven methods in machine translation", |
| "volume": "", |
| "issue": "", |
| "pages": "1--8", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Sonja Nie\u00dfen and Hermann Ney. 2001b. Toward hierarchical models for statistical machine translation of inflected lan- guages. In Proceedings of the workshop on Data-driven methods in machine translation, pages 1-8, Morristown, NJ, USA. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "A comparison of alignment models for statistical machine translation", |
| "authors": [ |
| { |
| "first": "Josef", |
| "middle": [], |
| "last": "Franz", |
| "suffix": "" |
| }, |
| { |
| "first": "Hermann", |
| "middle": [], |
| "last": "Och", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Ney", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Proceedings of the 18th conference on Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "1086--1090", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Franz Josef Och and Hermann Ney. 2000. A comparison of alignment models for statistical machine translation. In Pro- ceedings of the 18th conference on Computational Linguis- tics, pages 1086-1090.", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "title": "A smorgasbord of features for statistical machine translation", |
| "authors": [ |
| { |
| "first": "F", |
| "middle": [], |
| "last": "Och", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Gildea", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Khudanpur", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Sarkar", |
| "suffix": "" |
| }, |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Yamada", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Fraser", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Kumar", |
| "suffix": "" |
| }, |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Shen", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Smith", |
| "suffix": "" |
| }, |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Eng", |
| "suffix": "" |
| }, |
| { |
| "first": "V", |
| "middle": [], |
| "last": "Jain", |
| "suffix": "" |
| }, |
| { |
| "first": "Z", |
| "middle": [], |
| "last": "Jin", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Radev", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Proceedings of NAACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "F. Och, D. Gildea, S. Khudanpur, A. Sarkar, K. Yamada, A. Fraser, S. Kumar, L. Shen, D. Smith, K. Eng, V. Jain, Z. Jin, and D. Radev. 2004. A smorgasbord of features for statistical machine translation. In Proceedings of NAACL.", |
| "links": null |
| }, |
| "BIBREF20": { |
| "ref_id": "b20", |
| "title": "Statistical Machine Translation: From Single Word Models to Alignment Templates", |
| "authors": [ |
| { |
| "first": "Franz Josef", |
| "middle": [], |
| "last": "Och", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Franz Josef Och. 2002. Statistical Machine Translation: From Single Word Models to Alignment Templates. Ph.D. thesis, Franz Josef Och.", |
| "links": null |
| }, |
| "BIBREF21": { |
| "ref_id": "b21", |
| "title": "Minimum error rate training in statistical machine translation", |
| "authors": [ |
| { |
| "first": "Franz Josef", |
| "middle": [], |
| "last": "Och", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "ACL '03: Proceedings of the 41st Annual Meeting on Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "160--167", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Franz Josef Och. 2003. Minimum error rate training in statisti- cal machine translation. In ACL '03: Proceedings of the 41st Annual Meeting on Association for Computational Linguis- tics, pages 160-167.", |
| "links": null |
| }, |
| "BIBREF22": { |
| "ref_id": "b22", |
| "title": "Bleu: a method for automatic evaluation of machine translation", |
| "authors": [ |
| { |
| "first": "Kishore", |
| "middle": [], |
| "last": "Papineni", |
| "suffix": "" |
| }, |
| { |
| "first": "Salim", |
| "middle": [], |
| "last": "Roukos", |
| "suffix": "" |
| }, |
| { |
| "first": "Todd", |
| "middle": [], |
| "last": "Ward", |
| "suffix": "" |
| }, |
| { |
| "first": "Wei-Jing", |
| "middle": [], |
| "last": "Zhu", |
| "suffix": "" |
| } |
| ], |
| "year": 2001, |
| "venue": "Proceedings of ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "311--318", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kishore Papineni, Salim Roukos, Todd Ward, and Wei-Jing Zhu. 2001. Bleu: a method for automatic evaluation of ma- chine translation. In Proceedings of ACL, pages 311-318.", |
| "links": null |
| }, |
| "BIBREF23": { |
| "ref_id": "b23", |
| "title": "Improving word alignment quality using morpho-syntactic information", |
| "authors": [ |
| { |
| "first": "Maja", |
| "middle": [], |
| "last": "Popovi\u0107", |
| "suffix": "" |
| }, |
| { |
| "first": "Hermann", |
| "middle": [], |
| "last": "Ney", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Proceedings of COLING", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Maja Popovi\u0107 and Hermann Ney. 2004. Improving word align- ment quality using morpho-syntactic information. In In Pro- ceedings of COLING, page 310.", |
| "links": null |
| }, |
| "BIBREF24": { |
| "ref_id": "b24", |
| "title": "A maximum entropy model for part-of-speech tagging", |
| "authors": [ |
| { |
| "first": "Adwait", |
| "middle": [], |
| "last": "Ratnaparkhi", |
| "suffix": "" |
| } |
| ], |
| "year": 1996, |
| "venue": "Proceedings of the Conference on Empirical Methods in Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "133--142", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Adwait Ratnaparkhi. 1996. A maximum entropy model for part-of-speech tagging. In In Proceedings of the Confer- ence on Empirical Methods in Natural Language Processing, pages 133-142.", |
| "links": null |
| }, |
| "BIBREF25": { |
| "ref_id": "b25", |
| "title": "Maximum likelihood successive state splitting", |
| "authors": [ |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Singer", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Ostendorf", |
| "suffix": "" |
| } |
| ], |
| "year": 1996, |
| "venue": "Proceedings of ICASSP", |
| "volume": "2", |
| "issue": "", |
| "pages": "601--604", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "H. Singer and M. Ostendorf. 1996. Maximum likelihood suc- cessive state splitting. Proceedings of ICASSP, 2:601-604.", |
| "links": null |
| }, |
| "BIBREF26": { |
| "ref_id": "b26", |
| "title": "Exploiting source similarity for SMT using context-informed features", |
| "authors": [ |
| { |
| "first": "Nicolas", |
| "middle": [], |
| "last": "Stroppa", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Van Den", |
| "suffix": "" |
| }, |
| { |
| "first": "Andy", |
| "middle": [], |
| "last": "Bosch", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Way", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proceedings of the 11th Conference on Theoretical and Methodological Issues in Machine Translation (TMI 2007)", |
| "volume": "", |
| "issue": "", |
| "pages": "231--240", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Nicolas Stroppa, Antal van den Bosch, and Andy Way. 2007. Exploiting source similarity for SMT using context-informed features. In Proceedings of the 11th Conference on Theoreti- cal and Methodological Issues in Machine Translation (TMI 2007), pages 231 -240.", |
| "links": null |
| }, |
| "BIBREF27": { |
| "ref_id": "b27", |
| "title": "Extensions to HMM-based statistical word alignment models", |
| "authors": [ |
| { |
| "first": "Kristina", |
| "middle": [], |
| "last": "Toutanova", |
| "suffix": "" |
| }, |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Tolga Ilhan", |
| "suffix": "" |
| }, |
| { |
| "first": "Christopher", |
| "middle": [ |
| "D" |
| ], |
| "last": "Manning", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Proceedings of EMNLP", |
| "volume": "", |
| "issue": "", |
| "pages": "87--94", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kristina Toutanova, H. Tolga Ilhan, and Christopher D. Man- ning. 2002. Extensions to HMM-based statistical word alignment models. In Proceedings of EMNLP, pages 87-94.", |
| "links": null |
| }, |
| "BIBREF28": { |
| "ref_id": "b28", |
| "title": "Improving alignment quality in statistical machine translation using context-dependent maximum entropy models", |
| "authors": [ |
| { |
| "first": "Ismael", |
| "middle": [ |
| "Garc\u00eda" |
| ], |
| "last": "Varea", |
| "suffix": "" |
| }, |
| { |
| "first": "Franz", |
| "middle": [ |
| "J" |
| ], |
| "last": "Och", |
| "suffix": "" |
| }, |
| { |
| "first": "Hermann", |
| "middle": [], |
| "last": "Ney", |
| "suffix": "" |
| }, |
| { |
| "first": "Francisco", |
| "middle": [], |
| "last": "Casacuberta", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Proceedings of COLING", |
| "volume": "", |
| "issue": "", |
| "pages": "1--7", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ismael Garc\u00eda Varea, Franz J. Och, Hermann Ney, and Fran- cisco Casacuberta. 2002. Improving alignment quality in statistical machine translation using context-dependent max- imum entropy models. In Proceedings of COLING, pages 1-7.", |
| "links": null |
| }, |
| "BIBREF29": { |
| "ref_id": "b29", |
| "title": "HMM-based word alignment in statistical translation", |
| "authors": [ |
| { |
| "first": "Stephan", |
| "middle": [], |
| "last": "Vogel", |
| "suffix": "" |
| }, |
| { |
| "first": "Hermann", |
| "middle": [], |
| "last": "Ney", |
| "suffix": "" |
| }, |
| { |
| "first": "Christoph", |
| "middle": [], |
| "last": "Tillmann", |
| "suffix": "" |
| } |
| ], |
| "year": 1996, |
| "venue": "Proceedings of COLING", |
| "volume": "", |
| "issue": "", |
| "pages": "836--841", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Stephan Vogel, Hermann Ney, and Christoph Tillmann. 1996. HMM-based word alignment in statistical translation. In Proceedings of COLING, pages 836-841.", |
| "links": null |
| }, |
| "BIBREF30": { |
| "ref_id": "b30", |
| "title": "Tree-based state tying for high accuracy acoustic modelling", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [ |
| "J" |
| ], |
| "last": "Young", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [ |
| "J" |
| ], |
| "last": "Odell", |
| "suffix": "" |
| }, |
| { |
| "first": "P", |
| "middle": [ |
| "C" |
| ], |
| "last": "Woodland", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "HLT '94: Proceedings of the workshop on Human Language Technology", |
| "volume": "", |
| "issue": "", |
| "pages": "307--312", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "S. J. Young, J. J. Odell, and P. C. Woodland. 1994. Tree-based state tying for high accuracy acoustic modelling. In HLT '94: Proceedings of the workshop on Human Language Technol- ogy, pages 307-312.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "text": "e c\u2208K \u03b3 (e|f, c) log t(e|f, c) = e c\u2208K \u03b3 (e|f, c) log c\u2208K \u03b3 (e|f, c) e c\u2208K \u03b3 (e |f, c)", |
| "type_str": "figure", |
| "uris": null, |
| "num": null |
| }, |
| "FIGREF1": { |
| "text": "", |
| "type_str": "figure", |
| "uris": null, |
| "num": null |
| }, |
| "FIGREF2": { |
| "text": "Increase in log probability of training data during training for varying T imp , with Model 1, for Arabic to English (top) and English to Arabic (bottom)", |
| "type_str": "figure", |
| "uris": null, |
| "num": null |
| }, |
| "FIGREF3": { |
| "text": "AER of the union alignment for varying T imp with the HMM model Precision/recall curves for the context-dependent HMM and the baseline context-independent HMM, for Arabic to English and English to Arabic. p0 varies from 0.00 to 0.95 in steps of 0.05.", |
| "type_str": "figure", |
| "uris": null, |
| "num": null |
| }, |
| "TABREF2": { |
| "content": "<table/>", |
| "text": "", |
| "type_str": "table", |
| "num": null, |
| "html": null |
| }, |
| "TABREF4": { |
| "content": "<table><tr><td>: Words [number (percentage)] with context-dependent</td></tr><tr><td>translation for varying T imp</td></tr></table>", |
| "text": "", |
| "type_str": "table", |
| "num": null, |
| "html": null |
| }, |
| "TABREF7": { |
| "content": "<table/>", |
| "text": "Comparison, using BLEU score, of the CD HMM with the baseline CI HMM nw and 0.8 for MT08-nw.", |
| "type_str": "table", |
| "num": null, |
| "html": null |
| } |
| } |
| } |
| } |