| { |
| "paper_id": "E12-1013", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T10:36:13.080671Z" |
| }, |
| "title": "Computing Lattice BLEU Oracle Scores for Machine Translation", |
| "authors": [ |
| { |
| "first": "Artem", |
| "middle": [], |
| "last": "Sokolov", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "LIMSI-CNRS & Univ. Paris Sud", |
| "location": { |
| "addrLine": "BP-133", |
| "postCode": "91 403", |
| "settlement": "Orsay", |
| "country": "France" |
| } |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Guillaume", |
| "middle": [], |
| "last": "Wisniewski", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "LIMSI-CNRS & Univ. Paris Sud", |
| "location": { |
| "addrLine": "BP-133", |
| "postCode": "91 403", |
| "settlement": "Orsay", |
| "country": "France" |
| } |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Fran\u00e7ois", |
| "middle": [], |
| "last": "Yvon", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "LIMSI-CNRS & Univ. Paris Sud", |
| "location": { |
| "addrLine": "BP-133", |
| "postCode": "91 403", |
| "settlement": "Orsay", |
| "country": "France" |
| } |
| }, |
| "email": "" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "The search space of Phrase-Based Statistical Machine Translation (PBSMT) systems can be represented under the form of a directed acyclic graph (lattice). The quality of this search space can thus be evaluated by computing the best achievable hypothesis in the lattice, the so-called oracle hypothesis. For common SMT metrics, this problem is however NP-hard and can only be solved using heuristics. In this work, we present two new methods for efficiently computing BLEU oracles on lattices: the first one is based on a linear approximation of the corpus BLEU score and is solved using the FST formalism; the second one relies on integer linear programming formulation and is solved directly and using the Lagrangian relaxation framework. These new decoders are positively evaluated and compared with several alternatives from the literature for three language pairs, using lattices produced by two PBSMT systems.", |
| "pdf_parse": { |
| "paper_id": "E12-1013", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "The search space of Phrase-Based Statistical Machine Translation (PBSMT) systems can be represented under the form of a directed acyclic graph (lattice). The quality of this search space can thus be evaluated by computing the best achievable hypothesis in the lattice, the so-called oracle hypothesis. For common SMT metrics, this problem is however NP-hard and can only be solved using heuristics. In this work, we present two new methods for efficiently computing BLEU oracles on lattices: the first one is based on a linear approximation of the corpus BLEU score and is solved using the FST formalism; the second one relies on integer linear programming formulation and is solved directly and using the Lagrangian relaxation framework. These new decoders are positively evaluated and compared with several alternatives from the literature for three language pairs, using lattices produced by two PBSMT systems.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "The search space of Phrase-Based Statistical Machine Translation (PBSMT) systems has the form of a very large directed acyclic graph. In several softwares, an approximation of this search space can be outputted, either as a n-best list containing the n top hypotheses found by the decoder, or as a phrase or word graph (lattice) which compactly encodes those hypotheses that have survived search space pruning. Lattices usually contain much more hypotheses than n-best lists and better approximate the search space.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Exploring the PBSMT search space is one of the few means to perform diagnostic analysis and to better understand the behavior of the system (Turchi et al., 2008; Auli et al., 2009) . Useful diagnostics are, for instance, provided by looking at the best (oracle) hypotheses contained in the search space, i.e, those hypotheses that have the highest quality score with respect to one or several references. Such oracle hypotheses can be used for failure analysis and to better understand the bottlenecks of existing translation systems (Wisniewski et al., 2010) . Indeed, the inability to faithfully reproduce reference translations can have many causes, such as scantiness of the translation table, insufficient expressiveness of reordering models, inadequate scoring function, non-literal references, over-pruned lattices, etc. Oracle decoding has several other applications: for instance, in (Liang et al., 2006; Chiang et al., 2008) it is used as a work-around to the problem of non-reachability of the reference in discriminative training of MT systems. Lattice reranking (Li and Khudanpur, 2009) , a promising way to improve MT systems, also relies on oracle decoding to build the training data for a reranking algorithm.", |
| "cite_spans": [ |
| { |
| "start": 140, |
| "end": 161, |
| "text": "(Turchi et al., 2008;", |
| "ref_id": "BIBREF18" |
| }, |
| { |
| "start": 162, |
| "end": 180, |
| "text": "Auli et al., 2009)", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 534, |
| "end": 559, |
| "text": "(Wisniewski et al., 2010)", |
| "ref_id": "BIBREF19" |
| }, |
| { |
| "start": 893, |
| "end": 913, |
| "text": "(Liang et al., 2006;", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 914, |
| "end": 934, |
| "text": "Chiang et al., 2008)", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 1075, |
| "end": 1099, |
| "text": "(Li and Khudanpur, 2009)", |
| "ref_id": "BIBREF9" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "For sentence level metrics, finding oracle hypotheses in n-best lists is a simple issue; however, solving this problem on lattices proves much more challenging, due to the number of embedded hypotheses, which prevents the use of bruteforce approaches. When using BLEU, or rather sentence-level approximations thereof, the problem is in fact known to be NP-hard (Leusch et al., 2008) . This complexity stems from the fact that the contribution of a given edge to the total modified n-gram precision can not be computed without looking at all other edges on the path. Similar (or worse) complexity result are expected for other metrics such as METEOR (Banerjee and Lavie, 2005) or TER (Snover et al., 2006) . The exact computation of oracles under corpus level metrics, such as BLEU, poses supplementary combinatorial problems that will not be addressed in this work.", |
| "cite_spans": [ |
| { |
| "start": 361, |
| "end": 382, |
| "text": "(Leusch et al., 2008)", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 649, |
| "end": 675, |
| "text": "(Banerjee and Lavie, 2005)", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 683, |
| "end": 704, |
| "text": "(Snover et al., 2006)", |
| "ref_id": "BIBREF16" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "In this paper, we present two original methods for finding approximate oracle hypotheses on lattices. The first one is based on a linear approximation of the corpus BLEU, that was originally designed for efficient Minimum Bayesian Risk decoding on lattices (Tromble et al., 2008) . The second one, based on Integer Linear Programming, is an extension to lattices of a recent work on failure analysis for phrase-based decoders (Wisniewski et al., 2010) . In this framework, we study two decoding strategies: one based on a generic ILP solver, and one, based on Lagrangian relaxation.", |
| "cite_spans": [ |
| { |
| "start": 257, |
| "end": 279, |
| "text": "(Tromble et al., 2008)", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 426, |
| "end": 451, |
| "text": "(Wisniewski et al., 2010)", |
| "ref_id": "BIBREF19" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Our contribution is also experimental as we compare the quality of the BLEU approximations and the time performance of these new approaches with several existing methods, for different language pairs and using the lattice generation capacities of two publicly-available state-of-theart phrase-based decoders: Moses 1 and N-code 2 .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The rest of this paper is organized as follows. In Section 2, we formally define the oracle decoding task and recall the formalism of finite state automata on semirings. We then describe (Section 3) two existing approaches for solving this task, before detailing our new proposals in sections 4 and 5. We then report evaluations of the existing and new oracles on machine translation tasks.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "We assume that a phrase-based decoder is able to produce, for each source sentence f , a lattice L f = Q, \u039e , with # {Q} vertices (states) and # {\u039e} edges. Each edge carries a source phrase f i , an associated output phrase e i as well as a feature vectorh i , the components of which encode various compatibility measures between f i and e i .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Oracle Decoding Task", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "We further assume that L f is a word lattice, meaning that each e i carries a single word 3 and that it contains a unique initial state q 0 and a unique final state q F . Let \u03a0 f denote the set of all paths from q 0 to q F in L f . Each path \u03c0 \u2208 \u03a0 f corresponds to a possible translation e \u03c0 . The job of a (conventional) decoder is to find the best path(s) in L f using scores that combine the edges' feature vectors with the parameters\u03bb learned during tuning.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Oracle Decoding Task", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "In oracle decoding, the decoder's job is quite different, as we assume that at least a reference r f is provided to evaluate the quality of each individual hypothesis. The decoder therefore aims at finding the path \u03c0 * that generates the hypothesis that best matches r f . For this task, only the output labels e i will matter, the other informations can be left aside. 4 Oracle decoding assumes the definition of a measure of the similarity between a reference and a hypothesis. In this paper we will consider sentence-level approximations of the popular BLEU score (Papineni et al., 2002) . BLEU is formally defined for two parallel corpora, E = {e j } J j=1 and R = {r j } J j=1 , each containing J sentences as:", |
| "cite_spans": [ |
| { |
| "start": 370, |
| "end": 371, |
| "text": "4", |
| "ref_id": null |
| }, |
| { |
| "start": 567, |
| "end": 590, |
| "text": "(Papineni et al., 2002)", |
| "ref_id": "BIBREF14" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Oracle Decoding Task", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "n-BLEU(E, R) = BP \u2022 n m=1 p m 1/n , (1)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Oracle Decoding Task", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "where BP = min(1, e 1\u2212c 1 (R)/c 1 (E) ) is the brevity penalty and p m = c m (E, R)/c m (E) are clipped or modified m-gram precisions: c m (E) is the total number of word m-grams in E; c m (E, R) accumulates over sentences the number of mgrams in e j that also belong to r j . These counts are clipped, meaning that a m-gram that appears k times in E and l times in R, with k > l, is only counted l times. As it is well known, BLEU performs a compromise between precision, which is directly appears in Equation 1, and recall, which is indirectly taken into account via the brevity penalty. In most cases, Equation (1) is computed with n = 4 and we use BLEU as a synonym for 4-BLEU.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Oracle Decoding Task", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "BLEU is defined for a pair of corpora, but, as an oracle decoder is working at the sentence-level, it should rely on an approximation of BLEU that can linear chain of arcs. 4 The algorithms described below can be straightforwardly generalized to compute oracle hypotheses under combined metrics mixing model scores and quality measures (Chiang et al., 2008) , by weighting each edge with its model score and by using these weights down the pipe. evaluate the similarity between a single hypothesis and its reference. This approximation introduces a discrepancy as gathering sentences with the highest (local) approximation may not result in the highest possible (corpus-level) BLEU score. Let BLEU be such a sentence-level approximation of BLEU. Then lattice oracle decoding is the task of finding an optimal path \u03c0 * (f ) among all paths \u03a0 f for a given f , and amounts to the following optimization problem:", |
| "cite_spans": [ |
| { |
| "start": 173, |
| "end": 174, |
| "text": "4", |
| "ref_id": null |
| }, |
| { |
| "start": 336, |
| "end": 357, |
| "text": "(Chiang et al., 2008)", |
| "ref_id": "BIBREF6" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Oracle Decoding Task", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "\u03c0 * (f ) = arg max \u03c0\u2208\u03a0 f BLEU (e \u03c0 , r f ).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Oracle Decoding Task", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "(2)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Oracle Decoding Task", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "As proved by Leusch et al. (2008) , even with brevity penalty dropped, the problem of deciding whether a confusion network contains a hypothesis with clipped uni-and bigram precisions all equal to 1.0 is NP-complete (and so is the associated optimization problem of oracle decoding for 2-BLEU). The case of more general word and phrase lattices and 4-BLEU score is consequently also NP-complete. This complexity stems from chaining up of local unigram decisions that, due to the clipping constraints, have non-local effect on the bigram precision scores. It is consequently necessary to keep a possibly exponential number of non-recombinable hypotheses (characterized by counts for each n-gram in the reference) until very late states in the lattice. These complexity results imply that any oracle decoder has to waive either the form of the objective function, replacing BLEU with better-behaved scoring functions, or the exactness of the solution, relying on approximate heuristic search algorithms.", |
| "cite_spans": [ |
| { |
| "start": 13, |
| "end": 33, |
| "text": "Leusch et al. (2008)", |
| "ref_id": "BIBREF8" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Compromises of Oracle Decoding", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "In Table 1 , we summarize different compromises that the existing (section 3), as well as our novel (sections 4 and 5) oracle decoders, have to make. The \"target\" and \"target level\" columns specify the targeted score. None of the decoders optimizes it directly: their objective function is rather the approximation of BLEU given in the \"target replacement\" column. Column \"search\" details the accuracy of the target replacement optimization. Finally, columns \"clipping\" and \"brevity\" indicate whether the corresponding properties of BLEU score are considered in the target substitute and in the search algorithm.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 3, |
| "end": 10, |
| "text": "Table 1", |
| "ref_id": "TABREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Compromises of Oracle Decoding", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "The implementations of the oracles described in the first part of this work (sections 3 and 4) use the common formalism of finite state acceptors (FSA) over different semirings and are implemented using the generic OpenFST toolbox (Allauzen et al., 2007) .", |
| "cite_spans": [ |
| { |
| "start": 231, |
| "end": 254, |
| "text": "(Allauzen et al., 2007)", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Finite State Acceptors", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "A (\u2295, \u2297)-semiring K over a set K is a system K, \u2295, \u2297,0,1 , where K, \u2295,0 is a commutative monoid with identity element0, and K, \u2297,1 is a monoid with identity element1.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Finite State Acceptors", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "\u2297 distributes over \u2295, so that a \u2297 (b \u2295 c) = (a \u2297 b) \u2295 (a \u2297 c) and (b \u2295 c) \u2297 a = (b \u2297 a) \u2295 (c \u2297 a) and element 0 annihilates K (a \u22970 =0 \u2297 a =0).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Finite State Acceptors", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "Let A = (\u03a3, Q, I, F, E) be a weighted finitestate acceptor with labels in \u03a3 and weights in K, meaning that the transitions (q, \u03c3, q ) in A carry a weight w \u2208 K. Formally, E is a mapping from (Q \u00d7 \u03a3 \u00d7 Q) into K; likewise, initial I and final weight F functions are mappings from Q into K. We borrow the notations of Mohri (2009) :", |
| "cite_spans": [ |
| { |
| "start": 315, |
| "end": 327, |
| "text": "Mohri (2009)", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Finite State Acceptors", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "if \u03be = (q, a, q ) is a transition in domain(E), p(\u03be) = q (resp. n(\u03be) = q ) denotes its origin (resp. destination)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Finite State Acceptors", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "state, w(\u03be) = \u03c3 its label and E(\u03be) its weight. These notations extend to paths: if \u03c0 is a path in A, p(\u03c0) (resp. n(\u03c0)) is its initial (resp. ending) state and w(\u03c0) is the label along the path. A finite state transducer (FST) is an FSA with output alphabet, so that each transition carries a pair of input/output symbols.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Finite State Acceptors", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "As discussed in Sections 3 and 4, several oracle decoding algorithms can be expressed as shortestpath problems, provided a suitable definition of the underlying acceptor and associated semiring. In particular, quantities such as:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Finite State Acceptors", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "\u03c0\u2208\u03a0(A) E(\u03c0),", |
| "eq_num": "(3)" |
| } |
| ], |
| "section": "Finite State Acceptors", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "where the total weight of a successful path \u03c0 = \u03be 1 . . . \u03be l in A is computed as:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Finite State Acceptors", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "E(\u03c0) =I(p(\u03be 1 )) \u2297 l i=1 E(\u03be i ) \u2297 F (n(\u03be l ))", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Finite State Acceptors", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "can be efficiently found by generic shortest distance algorithms over acyclic graphs (Mohri, 2002) . For FSA-based implementations over semirings where \u2295 = max, the optimization problem (2) is thus reduced to Equation (3 ", |
| "cite_spans": [ |
| { |
| "start": 85, |
| "end": 98, |
| "text": "(Mohri, 2002)", |
| "ref_id": "BIBREF11" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Finite State Acceptors", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "In this section, we describe our reimplementation of two approximate search algorithms that have been proposed in the literature to solve the oracle decoding problem for BLEU. In addition to their approximate nature, none of them accounts for the fact that the count of each matching word has to be clipped.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Existing Algorithms", |
| "sec_num": "3" |
| }, |
| { |
| "text": "The simplest approach we consider is introduced in (Li and Khudanpur, 2009) , where oracle decoding is reduced to the problem of finding the most likely hypothesis under a n-gram language model trained with the sole reference translation. Let us suppose we have a n-gram language model that gives a probability P (e n |e 1 . . . e n\u22121 ) of word e n given the n \u2212 1 previous words. The probability of a hypothesis e is then P n (e|r) = i=1 P (e i+n |e i . . . e i+n\u22121 ). The language model can conveniently be represented as a FSA A LM , with each arc carrying a negative logprobability weight and with additional \u03c1-type failure transitions to accommodate for back-off arcs.", |
| "cite_spans": [ |
| { |
| "start": 51, |
| "end": 75, |
| "text": "(Li and Khudanpur, 2009)", |
| "ref_id": "BIBREF9" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Language Model Oracle (LM)", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "If we train, for each source sentence f , a separate language model A LM (r f ) using only the reference r f , oracle decoding amounts to finding a shortest (most probable) path in the weighted FSA resulting from the composition L \u2022 A LM (r f ) over the (min, +)-semiring:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Language Model Oracle (LM)", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "\u03c0 * LM (f ) = ShortestPath(L \u2022 A LM (r f )).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Language Model Oracle (LM)", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "This approach replaces the optimization of n-BLEU with a search for the most probable path under a simplistic n-gram language model. One may expect the most probable path to select frequent n-gram from the reference, thus augmenting n-BLEU.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Language Model Oracle (LM)", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "Another approach is put forward in (Dreyer et al., 2007) and used in (Li and Khudanpur, 2009) : oracle translations are shortest paths in a lattice L, where the weight of each path \u03c0 is the sentence level log BLEU(\u03c0) score of the corresponding complete or partial hypothesis:", |
| "cite_spans": [ |
| { |
| "start": 35, |
| "end": 56, |
| "text": "(Dreyer et al., 2007)", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 69, |
| "end": 93, |
| "text": "(Li and Khudanpur, 2009)", |
| "ref_id": "BIBREF9" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Partial BLEU Oracle (PB)", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "log BLEU(\u03c0) = 1 4 m=1...4 log p m .", |
| "eq_num": "(4)" |
| } |
| ], |
| "section": "Partial BLEU Oracle (PB)", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Here, the brevity penalty is ignored and ngram precisions are offset to avoid null counts:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Partial BLEU Oracle (PB)", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "p m = (c m (e \u03c0 , r) + 0.1)/(c m (e \u03c0 ) + 0.1).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Partial BLEU Oracle (PB)", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "This approach has been reimplemented using the FST formalism by defining a suitable semiring. Let each weight of the semiring keep a set of tuples accumulated up to the current state of the lattice. Each tuple contains three words of recent history, a partial hypothesis as well as current values of the length of the partial hypothesis, ngram counts (4 numbers) and the sentence-level log BLEU score defined by Equation (4). In the beginning each arc is initialized with a singleton set containing one tuple with a single word as the partial hypothesis. For the semiring operations we define one common \u2297-operation and two versions of the \u2295-operation:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Partial BLEU Oracle (PB)", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "\u2022 L 1 \u2297 P B L 2 -appends a word on the edge of L 2 to L 1 's hypotheses, shifts their recent histories and updates n-gram counts, lengths, and current score; \u2022 L 1 \u2295 P B L 2 -merges all sets from L 1 and L 2 and recombinates those having the same recent history; \u2022 L 1 \u2295 P B L 2 -merges all sets from L 1 and L 2 and recombinates those having the same recent history and the same hypothesis length.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Partial BLEU Oracle (PB)", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "If several hypotheses have the same recent history (and length in the case of \u2295 P B ), recombination removes all of them, but the one (c) \u22063 Figure 1 : Examples of the \u2206 n automata for \u03a3 = {0, 1} and n = 1 . . . 3. Initial and final states are marked, respectively, with bold and with double borders. Note that arcs between final states are weighted with 0, while in reality they will have this weight only if the corresponding n-gram does not appear in the reference.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 141, |
| "end": 149, |
| "text": "Figure 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Partial BLEU Oracle (PB)", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "with the largest current BLEU score. Optimal path is then found by launching the generic ShortestDistance(L) algorithm over one of the semirings above.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Partial BLEU Oracle (PB)", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "The (\u2295 P B , \u2297 P B )-semiring, in which the equal length requirement also implies equal brevity penalties, is more conservative in recombining hypotheses and should achieve final BLEU that is least as good as that obtained with the (\u2295 P B , \u2297 P B )-semiring 5 .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Partial BLEU Oracle (PB)", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "In this section, we propose a new oracle based on the linear approximation of the corpus BLEU introduced in (Tromble et al., 2008) . While this approximation was earlier used for Minimum Bayes Risk decoding in lattices (Tromble et al., 2008; Blackwood et al., 2010) , we show here how it can also be used to approximately compute an oracle translation.", |
| "cite_spans": [ |
| { |
| "start": 108, |
| "end": 130, |
| "text": "(Tromble et al., 2008)", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 219, |
| "end": 241, |
| "text": "(Tromble et al., 2008;", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 242, |
| "end": 265, |
| "text": "Blackwood et al., 2010)", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Linear BLEU Oracle (LB)", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Given five real parameters \u03b8 0...4 and a word vocabulary \u03a3, Tromble et al. (2008) showed that one can approximate the corpus-BLEU with its firstorder (linear) Taylor expansion:", |
| "cite_spans": [ |
| { |
| "start": 60, |
| "end": 81, |
| "text": "Tromble et al. (2008)", |
| "ref_id": "BIBREF17" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Linear BLEU Oracle (LB)", |
| "sec_num": "4" |
| }, |
| { |
| "text": "lin BLEU(\u03c0) = \u03b8 0 |e \u03c0 |+ 4 n=1 \u03b8 n u\u2208\u03a3 n c u (e \u03c0 )\u03b4 u (r), (5)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Linear BLEU Oracle (LB)", |
| "sec_num": "4" |
| }, |
| { |
| "text": "where c u (e) is the number of times the n-gram u appears in e, and \u03b4 u (r) is an indicator variable testing the presence of u in r.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Linear BLEU Oracle (LB)", |
| "sec_num": "4" |
| }, |
| { |
| "text": "To exploit this approximation for oracle decoding, we construct four weighted FSTs \u2206 n containing a (final) state for each possible (n \u2212 1)-gram, and all weighted transitions of the kind", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Linear BLEU Oracle (LB)", |
| "sec_num": "4" |
| }, |
| { |
| "text": "(\u03c3 n\u22121 1 , \u03c3 n : \u03c3 n 1 /\u03b8 n \u00d7 \u03b4 \u03c3 n 1 (r), \u03c3 n 2 )", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Linear BLEU Oracle (LB)", |
| "sec_num": "4" |
| }, |
| { |
| "text": ", where \u03c3s are in \u03a3, input word sequence \u03c3 n\u22121 1 and output sequence \u03c3 n 2 , are, respectively, the maximal prefix and suffix of an n-gram \u03c3 n 1 . In supplement, we add auxiliary states corresponding to m-grams (m < n \u2212 1), whose functional purpose is to help reach one of the main (n \u2212 1)-gram states. There are |\u03a3| n\u22121 \u22121 |\u03a3|\u22121 , n > 1, such supplementary states and their transitions are", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Linear BLEU Oracle (LB)", |
| "sec_num": "4" |
| }, |
| { |
| "text": "(\u03c3 k 1 , \u03c3 k+1 : \u03c3 k+1 1 /0, \u03c3 k+1 1 )", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Linear BLEU Oracle (LB)", |
| "sec_num": "4" |
| }, |
| { |
| "text": ", k = 1 . . . n\u22122. Apart from these auxiliary states, the rest of the graph (i.e., all final states) reproduces the structure of the well-known de Bruijn graph B(\u03a3, n) (see Figure 1) .", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 173, |
| "end": 182, |
| "text": "Figure 1)", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Linear BLEU Oracle (LB)", |
| "sec_num": "4" |
| }, |
| { |
| "text": "To actually compute the best hypothesis, we first weight all arcs in the input FSA L with \u03b8 0 to obtain \u2206 0 . This makes each word's weight equal in a hypothesis path, and the total weight of the path in \u2206 0 is proportional to the number of words in it. Then, by sequentially composing \u2206 0 with other \u2206 n s, we discount arcs whose output n-gram corresponds to a matching n-gram. The amount of discount is regulated by the ratio between \u03b8 n 's for n > 0.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Linear BLEU Oracle (LB)", |
| "sec_num": "4" |
| }, |
| { |
| "text": "With all operations performed over the (min, +)-semiring, the oracle translation is then given by:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Linear BLEU Oracle (LB)", |
| "sec_num": "4" |
| }, |
| { |
| "text": "\u03c0 * LB = ShortestPath(\u2206 0 \u2022\u2206 1 \u2022\u2206 2 \u2022\u2206 3 \u2022\u2206 4 ).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Linear BLEU Oracle (LB)", |
| "sec_num": "4" |
| }, |
| { |
| "text": "We set parameters \u03b8 n as in (Tromble et al., 2008) : \u03b8 0 = 1, roughly corresponding to the brevity penalty (each word in a hypothesis adds up equally to the final path length) and \u03b8 n = \u2212(4p \u2022 r n\u22121 ) \u22121 , which are increasing discounts for matching n-grams. The values of p and r were found by grid search with a 0.05 step value. A typical result of the grid evaluation of the LB oracle for German to English WMT'11 task is displayed on Figure 2 . The optimal values for the other pairs of languages were roughly in the same ballpark, with p \u2248 0.3 and r \u2248 0.2.", |
| "cite_spans": [ |
| { |
| "start": 28, |
| "end": 50, |
| "text": "(Tromble et al., 2008)", |
| "ref_id": "BIBREF17" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 438, |
| "end": 446, |
| "text": "Figure 2", |
| "ref_id": "FIGREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Linear BLEU Oracle (LB)", |
| "sec_num": "4" |
| }, |
| { |
| "text": "In this section, we describe two new oracle decoders that take n-gram clipping into account. These oracles leverage on the well-known fact that the shortest path problem, at the heart of all the oracles described so far, can be reduced straightforwardly to an Integer Linear Programming (ILP) problem (Wolsey, 1998) . Once oracle decoding is formulated as an ILP problem, it is relatively easy to introduce additional constraints, for instance to enforce n-gram clipping. We will first describe the optimization problem of oracle decoding and then present several ways to efficiently solve it.", |
| "cite_spans": [ |
| { |
| "start": 301, |
| "end": 315, |
| "text": "(Wolsey, 1998)", |
| "ref_id": "BIBREF20" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Oracles with n-gram Clipping", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Throughout this section, abusing the notations, we will also think of an edge \u03be i as a binary variable describing whether the edge is \"selected\" or not. The set {0, 1} #{\u039e} of all possible edge assignments will be denoted by P. Note that \u03a0, the set of all paths in the lattice is a subset of P: by enforcing some constraints on an assignment \u03be in P, it can be guaranteed that it will represent a path in the lattice. For the sake of presentation, we assume that each edge \u03be i generates a single word w(\u03be i ) and we focus first on finding the optimal hypothesis with respect to the sentence approximation of the 1-BLEU score.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Problem Description", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "As 1-BLEU is decomposable, it is possible to define, for every edge \u03be i , an associated reward, \u03b8 i that describes the edge's local contribution to the hypothesis score. For instance, for the sentence approximation of the 1-BLEU score, the rewards are defined as:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Problem Description", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "\u03b8 i = \u0398 1 if w(\u03be i ) is in the reference, \u2212\u0398 2 otherwise,", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Problem Description", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "where \u0398 1 and \u0398 2 are two positive constants chosen to maximize the corpus BLEU score 6 . Constant \u0398 1 (resp. \u0398 2 ) is a reward (resp. a penalty) for generating a word in the reference (resp. not in the reference). The score of an assignment \u03be \u2208 P is then defined as:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Problem Description", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "score(\u03be) = #{\u039e} i=1 \u03be i \u2022 \u03b8 i .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Problem Description", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "This score can be seen as a compromise between the number of common words in the hypothesis and the reference (accounting for recall) and the number of words of the hypothesis that do not appear in the reference (accounting for precision).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Problem Description", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "As explained in Section 2.3, finding the oracle hypothesis amounts to solving the shortest distance (or path) problem (3), which can be reformulated by a constrained optimization problem (Wolsey, 1998) :", |
| "cite_spans": [ |
| { |
| "start": 187, |
| "end": 201, |
| "text": "(Wolsey, 1998)", |
| "ref_id": "BIBREF20" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Problem Description", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "arg max \u03be\u2208P #{\u039e} i=1 \u03be i \u2022 \u03b8 i (6) s.t. \u03be\u2208\u039e \u2212 (q F ) \u03be = 1, \u03be\u2208\u039e + (q 0 ) \u03be = 1 \u03be\u2208\u039e + (q) \u03be \u2212 \u03be\u2208\u039e \u2212 (q) \u03be = 0, q \u2208 Q \\ {q 0 , q F }", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Problem Description", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "where q 0 (resp. q F ) is the initial (resp. final) state of the lattice and \u039e \u2212 (q) (resp. \u039e + (q)) denotes the set of incoming (resp. outgoing) edges of state q. These path constraints ensure that the solution of the problem is a valid path in the lattice. The optimization problem in Equation (6) can be further extended to take clipping into account. Let us introduce, for each word w, a variable \u03b3 w that denotes the number of times w appears in the hypothesis clipped to the number of times, it appears in the reference. Formally, \u03b3 w is defined by:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Problem Description", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "\u03b3 w = min \uf8f1 \uf8f2 \uf8f3 \u03be\u2208\u2126(w) \u03be, c w (r) \uf8fc \uf8fd \uf8fe", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Problem Description", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "where \u2126 (w) is the subset of edges generating w, and \u03be\u2208\u2126(w) \u03be is the number of occurrences of w in the solution and c w (r) is the number of occurrences of w in the reference r. Using the \u03b3 variables, we define a \"clipped\" approximation of 1-BLEU:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Problem Description", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "\u0398 1 \u2022 w \u03b3 w \u2212 \u0398 2 \u2022 \uf8eb \uf8ed #{\u039e} i=1 \u03be i \u2212 w \u03b3 w \uf8f6 \uf8f8", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Problem Description", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "Indeed, the clipped number of words in the hypothesis that appear in the reference is given by w \u03b3 w , and", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Problem Description", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "#{\u039e} i=1 \u03be i \u2212 w \u03b3 w", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Problem Description", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "corresponds to the number of words in the hypothesis that do not appear in the reference or that are surplus to the clipped count.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Problem Description", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "Finally, the clipped lattice oracle is defined by the following optimization problem:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Problem Description", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "arg max \u03be\u2208P,\u03b3w (\u0398 1 + \u0398 2 ) \u2022 w \u03b3 w \u2212 \u0398 2 \u2022 #{\u039e} i=1 \u03be i (7) s.t. \u03b3 w \u2265 0, \u03b3 w \u2264 c w (r), \u03b3 w \u2264 \u03be\u2208\u2126(w) \u03be \u03be\u2208\u039e \u2212 (q F ) \u03be = 1, \u03be\u2208\u039e + (q 0 ) \u03be = 1 \u03be\u2208\u039e + (q) \u03be \u2212 \u03be\u2208\u039e \u2212 (q) \u03be = 0, q \u2208 Q \\ {q 0 , q F }", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Problem Description", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "where the first three sets of constraints are the linearization of the definition of \u03b3 w , made possible by the positivity of \u0398 1 and \u0398 2 , and the last three sets of constraints are the path constraints. In our implementation we generalized this optimization problem to bigram lattices, in which each edge is labeled by the bigram it generates. Such bigram FSAs can be produced by composing the word lattice with \u2206 2 from Section 4. In this case, the reward of an edge will be defined as a combination of the (clipped) number of unigram matches and bigram matches, and solving the optimization problem yields a 2-BLEU optimal hypothesis. The approach can be further generalized to higher-order BLEU or other metrics, as long as the reward of an edge can be computed locally.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Problem Description", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "The constrained optimization problem (7) can be solved efficiently using off-the-shelf ILP solvers 7 .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Problem Description", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "As a trivial special class of the above formulation, we also define a Shortest Path Oracle (SP) that solves the optimization problem in (6). As no clipping constraints apply, it can be solved efficiently using the standard Bellman algorithm.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Shortest Path Oracle (SP)", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "In this section, we introduce another method to solve problem (7) without relying on an external ILP solver. Following (Rush et al., 2010; Chang and Collins, 2011) , we propose an original method for oracle decoding based on Lagrangian relaxation. This method relies on the idea of relaxing the clipping constraints: starting from an unconstrained problem, the counts clipping is enforced by incrementally strengthening the weight of paths satisfying the constraints.", |
| "cite_spans": [ |
| { |
| "start": 119, |
| "end": 138, |
| "text": "(Rush et al., 2010;", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 139, |
| "end": 163, |
| "text": "Chang and Collins, 2011)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Oracle Decoding through Lagrangian Relaxation (RLX)", |
| "sec_num": "5.3" |
| }, |
| { |
| "text": "The oracle decoding problem with clipping constraints amounts to solving:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Oracle Decoding through Lagrangian Relaxation (RLX)", |
| "sec_num": "5.3" |
| }, |
| { |
| "text": "arg min \u03be\u2208\u03a0 \u2212 #{\u039e} i=1 \u03be i \u2022 \u03b8 i (8) s.t. \u03be\u2208\u2126(w) \u03be \u2264 c w (r), w \u2208 r", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Oracle Decoding through Lagrangian Relaxation (RLX)", |
| "sec_num": "5.3" |
| }, |
| { |
| "text": "where, by abusing the notations, r also denotes the set of words in the reference. For sake of clarity, the path constraints are incorporated into the domain (the arg min runs over \u03a0 and not over P).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Oracle Decoding through Lagrangian Relaxation (RLX)", |
| "sec_num": "5.3" |
| }, |
| { |
| "text": "To solve this optimization problem we consider its dual form and use Lagrangian relaxation to deal with clipping constraints. Let \u03bb = {\u03bb w } w\u2208r be positive Lagrange multipliers, one for each different word of the reference, then the Lagrangian of the problem (8) is:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Oracle Decoding through Lagrangian Relaxation (RLX)", |
| "sec_num": "5.3" |
| }, |
| { |
| "text": "L(\u03bb, \u03be) = \u2212 #{\u039e} i=1 \u03be i \u03b8 i + w\u2208r \u03bb w \uf8eb \uf8ed \u03be\u2208\u2126(w) \u03be \u2212 c w (r) \uf8f6 \uf8f8", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Oracle Decoding through Lagrangian Relaxation (RLX)", |
| "sec_num": "5.3" |
| }, |
| { |
| "text": "The dual objective is L(\u03bb) = min \u03be L(\u03bb, \u03be) and the dual problem is: max \u03bb,\u03bb 0 L(\u03bb). To solve the latter, we first need to work out the dual objective:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Oracle Decoding through Lagrangian Relaxation (RLX)", |
| "sec_num": "5.3" |
| }, |
| { |
| "text": "\u03be * = arg min \u03be\u2208\u03a0 L(\u03bb, \u03be) = arg min \u03be\u2208\u03a0 #{\u039e} i=1 \u03be i \u03bb w(\u03be i ) \u2212 \u03b8 i", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Oracle Decoding through Lagrangian Relaxation (RLX)", |
| "sec_num": "5.3" |
| }, |
| { |
| "text": "where we assume that \u03bb w(\u03be i ) is 0 when word w(\u03be i ) is not in the reference. In the same way as in Section 5.2, the solution of this problem can be efficiently retrieved with a shortest path algorithm.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Oracle Decoding through Lagrangian Relaxation (RLX)", |
| "sec_num": "5.3" |
| }, |
| { |
| "text": "It is possible to optimize L(\u03bb) by noticing that it is a concave function. It can be shown (Chang and Collins, 2011) that, at convergence, the clipping constraints will be enforced in the optimal solution. In this work, we chose to use a simple gradient descent to solve the dual problem. A subgradient of the dual objective is:", |
| "cite_spans": [ |
| { |
| "start": 91, |
| "end": 116, |
| "text": "(Chang and Collins, 2011)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Oracle Decoding through Lagrangian Relaxation (RLX)", |
| "sec_num": "5.3" |
| }, |
| { |
| "text": "\u2202L(\u03bb) \u2202\u03bb w = \u03be\u2208\u2126(w)\u2229\u03be * \u03be \u2212 c w (r).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Oracle Decoding through Lagrangian Relaxation (RLX)", |
| "sec_num": "5.3" |
| }, |
| { |
| "text": "Each component of the gradient corresponds to the difference between the number of times the word w appears in the hypothesis and the number of times it appears in the reference. The algorithm below sums up the optimization of task (8).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Oracle Decoding through Lagrangian Relaxation (RLX)", |
| "sec_num": "5.3" |
| }, |
| { |
| "text": "In the algorithm \u03b1 (t) corresponds to the step size at the t th iteration. In our experiments we used a constant step size of 0.1. Compared to the usual gradient descent algorithm, there is an additional projection step of \u03bb on the positive orthant, which enforces the constraint \u03bb 0.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Oracle Decoding through Lagrangian Relaxation (RLX)", |
| "sec_num": "5.3" |
| }, |
| { |
| "text": "\u2200w, \u03bb", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Oracle Decoding through Lagrangian Relaxation (RLX)", |
| "sec_num": "5.3" |
| }, |
| { |
| "text": "w \u2190 0 for t = 1 \u2192 T do \u03be * (t) = arg min \u03be i \u03be i \u2022 \u03bb w(\u03be i ) \u2212 \u03b8 i if all clipping constraints are enforced then optimal solution found else for w \u2208 r do n w \u2190 n. of occurrences of w in \u03be", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Oracle Decoding through Lagrangian Relaxation (RLX)", |
| "sec_num": "5.3" |
| }, |
| { |
| "text": "* (t) \u03bb (t) w \u2190 \u03bb (t) w + \u03b1 (t) \u2022 (n w \u2212 c w (r)) \u03bb (t) w \u2190 max(0, \u03bb (t) w )", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Oracle Decoding through Lagrangian Relaxation (RLX)", |
| "sec_num": "5.3" |
| }, |
| { |
| "text": "For the proposed new oracles and the existing approaches, we compare the quality of oracle translations and the average time per sentence needed to compute them 8 on several datasets for 3 language pairs, using lattices generated by two opensource decoders: N-code and Moses 9 (Figures 3 8 Experiments were run in parallel on a server with 64G of RAM and 2 Xeon CPUs with 4 cores at 2.3 GHz.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "6" |
| }, |
| { |
| "text": "9 As the ILP (and RLX) oracle were implemented in Python, we pruned Moses lattices to accelerate task preparation for it. and 4). Systems were trained on the data provided for the WMT'11 Evaluation task 10 , tuned on the WMT'09 test data and evaluated on WMT'10 test set 11 to produce lattices. The BLEU test scores and oracle scores on 100-best lists with the approximation (4) for N-code and Moses are given in Table 2 . It is not until considering 10,000-best lists that n-best oracles achieve performance comparable to the (mediocre) SP oracle.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 413, |
| "end": 420, |
| "text": "Table 2", |
| "ref_id": "TABREF3" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "6" |
| }, |
| { |
| "text": "To make a fair comparison with the ILP and RLX oracles which optimize 2-BLEU, we included 2-BLEU versions of the LB and LM oracles, identified below with the \"-2g\" suffix. The two versions of the PB oracle are respectively denoted as PB and PB , by the type of the \u2295operation they consider (Section 3.2). Parameters p and r for the LB-4g oracle for N-code were found with grid search and reused for Moses: p = 0.25, r = 0.15 (fr2en); p = 0.175, r = 0.575 (en2de) and p = 0.35, r = 0.425 (de2en). Correspondingly, for the LB-2g oracle: p = 0.3, r = 0.15; p = 0.3, r = 0.175 and p = 0.575, r = 0.1.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "6" |
| }, |
| { |
| "text": "The proposed LB, ILP and RLX oracles were the best performing oracles, with the ILP and RLX oracles being considerably faster, suffering only a negligible decrease in BLEU, compared to the 4-BLEU-optimized LB oracle. We stopped RLX oracle after 20 iterations, as letting it converge had a small negative effect (\u223c1 point of the corpus BLEU), because of the sentence/corpus discrepancy ushered by the BLEU score approximation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "6" |
| }, |
| { |
| "text": "Experiments showed consistently inferior performance of the LM-oracle resulting from the optimization of the sentence probability rather than BLEU. The PB oracle often performed comparably to our new oracles, however, with sporadic resource-consumption bursts, that are difficult to avoid without more cursory hypotheses recombination strategies and the induced effect on the translations quality. The length-aware PB oracle has unexpectedly poorer scores compared to its length-agnostic PB counterpart, while it should, at least, stay even, as it takes the brevity penalty into account. We attribute this fact to the complex effect of clipping coupled with the lack of control of the process of selecting one hypothesis among several having the same BLEU score, length and recent history. Anyhow, BLEU scores of both of PB oracles are only marginally different, so the PB 's conservative policy of pruning and, consequently, much heavier memory consumption makes it an unwanted choice.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "6" |
| }, |
| { |
| "text": "We proposed two methods for finding oracle translations in lattices, based, respectively, on a linear approximation to the corpus-level BLEU and on integer linear programming techniques. We also proposed a variant of the latter approach based on Lagrangian relaxation that does not rely on a third-party ILP solver. All these oracles have superior performance to existing approaches, in terms of the quality of the found translations, resource consumption and, for the LB-2g oracles, in terms of speed. It is thus possible to use bet-ter approximations of BLEU than was previously done, taking the corpus-based nature of BLEU, or clipping constrainst into account, delivering better oracles without compromising speed. Using 2-BLEU and 4-BLEU oracles yields comparable performance, which confirms the intuition that hypotheses sharing many 2-grams, would likely have many common 3-and 4-grams as well. Taking into consideration the exceptional speed of the LB-2g oracle, in practice one can safely optimize for 2-BLEU instead of 4-BLEU, saving large amounts of time for oracle decoding on long sentences.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "7" |
| }, |
| { |
| "text": "Overall, these experiments accentuate the acuteness of scoring problems that plague modern decoders: very good hypotheses exist for most input sentences, but are poorly evaluated by a linear combination of standard features functions. Even though the tuning procedure can be held responsible for part of the problem, the comparison between lattice and n-best oracles shows that the beam search leaves good hypotheses out of the nbest list until very high value of n, that are never used in practice.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "7" |
| }, |
| { |
| "text": "http://www.statmt.org/moses/ 2 http://ncode.limsi.fr/ 3 Converting a phrase lattice to a word lattice is a simple matter of redistributing a compound input or output over a", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "See, however, experiments in Section 6.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "We tried several combinations of \u03981 and \u03982 and kept the one that had the highest corpus 4-BLEU score.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "In our experiments we used Gurobi(Optimization, 2010) a commercial ILP solver that offers free academic license.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "http://www.statmt.org/wmt2011 11 All BLEU scores are reported using the multi-bleu.pl script.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "This work has been partially funded by OSEO under the Quaero program.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgments", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "OpenFst: A general and efficient weighted finite-state transducer library", |
| "authors": [ |
| { |
| "first": "Cyril", |
| "middle": [], |
| "last": "Allauzen", |
| "suffix": "" |
| }, |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Riley", |
| "suffix": "" |
| }, |
| { |
| "first": "Johan", |
| "middle": [], |
| "last": "Schalkwyk", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proc. of the Int. Conf. on Implementation and Application of Automata", |
| "volume": "", |
| "issue": "", |
| "pages": "11--23", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Cyril Allauzen, Michael Riley, Johan Schalkwyk, Wo- jciech Skut, and Mehryar Mohri. 2007. OpenFst: A general and efficient weighted finite-state trans- ducer library. In Proc. of the Int. Conf. on Imple- mentation and Application of Automata, pages 11- 23.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "A systematic analysis of translation model search spaces", |
| "authors": [ |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Auli", |
| "suffix": "" |
| }, |
| { |
| "first": "Adam", |
| "middle": [], |
| "last": "Lopez", |
| "suffix": "" |
| }, |
| { |
| "first": "Hieu", |
| "middle": [], |
| "last": "Hoang", |
| "suffix": "" |
| }, |
| { |
| "first": "Philipp", |
| "middle": [], |
| "last": "Koehn", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proc. of WMT", |
| "volume": "", |
| "issue": "", |
| "pages": "224--232", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Michael Auli, Adam Lopez, Hieu Hoang, and Philipp Koehn. 2009. A systematic analysis of translation model search spaces. In Proc. of WMT, pages 224- 232, Athens, Greece.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "ME-TEOR: An automatic metric for MT evaluation with improved correlation with human judgments", |
| "authors": [ |
| { |
| "first": "Satanjeev", |
| "middle": [], |
| "last": "Banerjee", |
| "suffix": "" |
| }, |
| { |
| "first": "Alon", |
| "middle": [], |
| "last": "Lavie", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proc. of the ACL Workshop on Intrinsic and Extrinsic Evaluation Measures for Machine Translation", |
| "volume": "", |
| "issue": "", |
| "pages": "65--72", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Satanjeev Banerjee and Alon Lavie. 2005. ME- TEOR: An automatic metric for MT evaluation with improved correlation with human judgments. In Proc. of the ACL Workshop on Intrinsic and Extrin- sic Evaluation Measures for Machine Translation, pages 65-72, Ann Arbor, MI, USA.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Efficient path counting transducers for minimum bayes-risk decoding of statistical machine translation lattices", |
| "authors": [ |
| { |
| "first": "Graeme", |
| "middle": [], |
| "last": "Blackwood", |
| "suffix": "" |
| }, |
| { |
| "first": "Adri\u00e0", |
| "middle": [], |
| "last": "De Gispert", |
| "suffix": "" |
| }, |
| { |
| "first": "William", |
| "middle": [], |
| "last": "Byrne", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proc. of the ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Graeme Blackwood, Adri\u00e0 de Gispert, and William Byrne. 2010. Efficient path counting transducers for minimum bayes-risk decoding of statistical ma- chine translation lattices. In Proc. of the ACL 2010", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Conference Short Papers", |
| "authors": [], |
| "year": null, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "27--32", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Conference Short Papers, pages 27-32, Strouds- burg, PA, USA.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Exact decoding of phrase-based translation models through lagrangian relaxation", |
| "authors": [ |
| { |
| "first": "Yin-Wen", |
| "middle": [], |
| "last": "Chang", |
| "suffix": "" |
| }, |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Collins", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proc. of the 2011 Conf. on EMNLP", |
| "volume": "", |
| "issue": "", |
| "pages": "26--37", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yin-Wen Chang and Michael Collins. 2011. Exact de- coding of phrase-based translation models through lagrangian relaxation. In Proc. of the 2011 Conf. on EMNLP, pages 26-37, Edinburgh, UK.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Online large-margin training of syntactic and structural translation features", |
| "authors": [ |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Chiang", |
| "suffix": "" |
| }, |
| { |
| "first": "Yuval", |
| "middle": [], |
| "last": "Marton", |
| "suffix": "" |
| }, |
| { |
| "first": "Philip", |
| "middle": [], |
| "last": "Resnik", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proc. of the 2008 Conf. on EMNLP", |
| "volume": "", |
| "issue": "", |
| "pages": "224--233", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "David Chiang, Yuval Marton, and Philip Resnik. 2008. Online large-margin training of syntactic and structural translation features. In Proc. of the 2008 Conf. on EMNLP, pages 224-233, Honolulu, Hawaii.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Comparing reordering constraints for SMT using efficient BLEU oracle computation", |
| "authors": [ |
| { |
| "first": "Markus", |
| "middle": [], |
| "last": "Dreyer", |
| "suffix": "" |
| }, |
| { |
| "first": "Keith", |
| "middle": [ |
| "B" |
| ], |
| "last": "Hall", |
| "suffix": "" |
| }, |
| { |
| "first": "Sanjeev", |
| "middle": [ |
| "P" |
| ], |
| "last": "Khudanpur", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proc. of the Workshop on Syntax and Structure in Statistical Translation", |
| "volume": "", |
| "issue": "", |
| "pages": "103--110", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Markus Dreyer, Keith B. Hall, and Sanjeev P. Khu- danpur. 2007. Comparing reordering constraints for SMT using efficient BLEU oracle computation. In Proc. of the Workshop on Syntax and Structure in Statistical Translation, pages 103-110, Morris- town, NJ, USA.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Complexity of finding the BLEU-optimal hypothesis in a confusion network", |
| "authors": [ |
| { |
| "first": "Gregor", |
| "middle": [], |
| "last": "Leusch", |
| "suffix": "" |
| }, |
| { |
| "first": "Evgeny", |
| "middle": [], |
| "last": "Matusov", |
| "suffix": "" |
| }, |
| { |
| "first": "Hermann", |
| "middle": [], |
| "last": "Ney", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proc. of the 2008 Conf. on EMNLP", |
| "volume": "", |
| "issue": "", |
| "pages": "839--847", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Gregor Leusch, Evgeny Matusov, and Hermann Ney. 2008. Complexity of finding the BLEU-optimal hy- pothesis in a confusion network. In Proc. of the 2008 Conf. on EMNLP, pages 839-847, Honolulu, Hawaii.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Efficient extraction of oracle-best translations from hypergraphs", |
| "authors": [ |
| { |
| "first": "Zhifei", |
| "middle": [], |
| "last": "Li", |
| "suffix": "" |
| }, |
| { |
| "first": "Sanjeev", |
| "middle": [], |
| "last": "Khudanpur", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proc. of Human Language Technologies: The 2009 Annual Conf. of the North American Chapter of the ACL, Companion Volume: Short Papers", |
| "volume": "", |
| "issue": "", |
| "pages": "9--12", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Zhifei Li and Sanjeev Khudanpur. 2009. Efficient extraction of oracle-best translations from hyper- graphs. In Proc. of Human Language Technolo- gies: The 2009 Annual Conf. of the North Ameri- can Chapter of the ACL, Companion Volume: Short Papers, pages 9-12, Morristown, NJ, USA.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "An end-to-end discriminative approach to machine translation", |
| "authors": [ |
| { |
| "first": "Percy", |
| "middle": [], |
| "last": "Liang", |
| "suffix": "" |
| }, |
| { |
| "first": "Alexandre", |
| "middle": [], |
| "last": "Bouchard-C\u00f4t\u00e9", |
| "suffix": "" |
| }, |
| { |
| "first": "Dan", |
| "middle": [], |
| "last": "Klein", |
| "suffix": "" |
| }, |
| { |
| "first": "Ben", |
| "middle": [], |
| "last": "Taskar", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proc. of the 21st Int. Conf. on Computational Linguistics and the 44th annual meeting of the ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "761--768", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Percy Liang, Alexandre Bouchard-C\u00f4t\u00e9, Dan Klein, and Ben Taskar. 2006. An end-to-end discrim- inative approach to machine translation. In Proc. of the 21st Int. Conf. on Computational Linguistics and the 44th annual meeting of the ACL, pages 761- 768, Morristown, NJ, USA.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Semiring frameworks and algorithms for shortest-distance problems", |
| "authors": [ |
| { |
| "first": "Mehryar", |
| "middle": [], |
| "last": "Mohri", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "J. Autom. Lang. Comb", |
| "volume": "7", |
| "issue": "", |
| "pages": "321--350", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mehryar Mohri. 2002. Semiring frameworks and al- gorithms for shortest-distance problems. J. Autom. Lang. Comb., 7:321-350.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Weighted automata algorithms", |
| "authors": [ |
| { |
| "first": "Mehryar", |
| "middle": [], |
| "last": "Mohri", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Handbook of Weighted Automata", |
| "volume": "", |
| "issue": "", |
| "pages": "213--254", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mehryar Mohri. 2009. Weighted automata algo- rithms. In Manfred Droste, Werner Kuich, and Heiko Vogler, editors, Handbook of Weighted Au- tomata, chapter 6, pages 213-254.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Gurobi optimizer", |
| "authors": [ |
| { |
| "first": "Gurobi", |
| "middle": [], |
| "last": "Optimization", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Gurobi Optimization. 2010. Gurobi optimizer, April. Version 3.0.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "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": 2002, |
| "venue": "Proc. of the Annual Meeting of the ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "311--318", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kishore Papineni, Salim Roukos, Todd Ward, and Wei-Jing Zhu. 2002. BLEU: a method for auto- matic evaluation of machine translation. In Proc. of the Annual Meeting of the ACL, pages 311-318.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "On dual decomposition and linear programming relaxations for natural language processing", |
| "authors": [ |
| { |
| "first": "Alexander", |
| "middle": [ |
| "M" |
| ], |
| "last": "Rush", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Sontag", |
| "suffix": "" |
| }, |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Collins", |
| "suffix": "" |
| }, |
| { |
| "first": "Tommi", |
| "middle": [], |
| "last": "Jaakkola", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proc. of the 2010 Conf. on EMNLP", |
| "volume": "", |
| "issue": "", |
| "pages": "1--11", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Alexander M. Rush, David Sontag, Michael Collins, and Tommi Jaakkola. 2010. On dual decomposi- tion and linear programming relaxations for natural language processing. In Proc. of the 2010 Conf. on EMNLP, pages 1-11, Stroudsburg, PA, USA.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "A study of translation edit rate with targeted human annotation", |
| "authors": [ |
| { |
| "first": "Matthew", |
| "middle": [], |
| "last": "Snover", |
| "suffix": "" |
| }, |
| { |
| "first": "Bonnie", |
| "middle": [], |
| "last": "Dorr", |
| "suffix": "" |
| }, |
| { |
| "first": "Richard", |
| "middle": [], |
| "last": "Schwartz", |
| "suffix": "" |
| }, |
| { |
| "first": "Linnea", |
| "middle": [], |
| "last": "Micciulla", |
| "suffix": "" |
| }, |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Makhoul", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proc. of the Conf. of the Association for Machine Translation in the America (AMTA)", |
| "volume": "", |
| "issue": "", |
| "pages": "223--231", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Matthew Snover, Bonnie Dorr, Richard Schwartz, Lin- nea Micciulla, and John Makhoul. 2006. A study of translation edit rate with targeted human anno- tation. In Proc. of the Conf. of the Association for Machine Translation in the America (AMTA), pages 223-231.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Lattice minimum bayes-risk decoding for statistical machine translation", |
| "authors": [ |
| { |
| "first": "Roy", |
| "middle": [ |
| "W" |
| ], |
| "last": "Tromble", |
| "suffix": "" |
| }, |
| { |
| "first": "Shankar", |
| "middle": [], |
| "last": "Kumar", |
| "suffix": "" |
| }, |
| { |
| "first": "Franz", |
| "middle": [], |
| "last": "Och", |
| "suffix": "" |
| }, |
| { |
| "first": "Wolfgang", |
| "middle": [], |
| "last": "Macherey", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proc. of the Conf. on EMNLP", |
| "volume": "", |
| "issue": "", |
| "pages": "620--629", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Roy W. Tromble, Shankar Kumar, Franz Och, and Wolfgang Macherey. 2008. Lattice minimum bayes-risk decoding for statistical machine transla- tion. In Proc. of the Conf. on EMNLP, pages 620- 629, Stroudsburg, PA, USA.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "Learning performance of a machine translation system: a statistical and computational analysis", |
| "authors": [ |
| { |
| "first": "Marco", |
| "middle": [], |
| "last": "Turchi", |
| "suffix": "" |
| }, |
| { |
| "first": "Nello", |
| "middle": [], |
| "last": "Tijl De Bie", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Cristianini", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proc. of WMT", |
| "volume": "", |
| "issue": "", |
| "pages": "35--43", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Marco Turchi, Tijl De Bie, and Nello Cristianini. 2008. Learning performance of a machine trans- lation system: a statistical and computational anal- ysis. In Proc. of WMT, pages 35-43, Columbus, Ohio.", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "title": "Assessing phrase-based translation models with oracle decoding", |
| "authors": [ |
| { |
| "first": "Guillaume", |
| "middle": [], |
| "last": "Wisniewski", |
| "suffix": "" |
| }, |
| { |
| "first": "Alexandre", |
| "middle": [], |
| "last": "Allauzen", |
| "suffix": "" |
| }, |
| { |
| "first": "Fran\u00e7ois", |
| "middle": [], |
| "last": "Yvon", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proc. of the 2010 Conf. on EMNLP", |
| "volume": "", |
| "issue": "", |
| "pages": "933--943", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Guillaume Wisniewski, Alexandre Allauzen, and Fran\u00e7ois Yvon. 2010. Assessing phrase-based translation models with oracle decoding. In Proc. of the 2010 Conf. on EMNLP, pages 933-943, Stroudsburg, PA, USA.", |
| "links": null |
| }, |
| "BIBREF20": { |
| "ref_id": "b20", |
| "title": "Integer Programming", |
| "authors": [ |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Wolsey", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "L. Wolsey. 1998. Integer Programming. John Wiley & Sons, Inc.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF1": { |
| "num": null, |
| "type_str": "figure", |
| "uris": null, |
| "text": "Performance of the LB-4g oracle for different combinations of p and r on WMT11 de2en task." |
| }, |
| "FIGREF3": { |
| "num": null, |
| "type_str": "figure", |
| "uris": null, |
| "text": "Oracles performance for Moses lattices pruned with parameter -b 0.5." |
| }, |
| "TABREF1": { |
| "type_str": "table", |
| "text": "Recapitulative overview of oracle decoders.", |
| "num": null, |
| "html": null, |
| "content": "<table/>" |
| }, |
| "TABREF3": { |
| "type_str": "table", |
| "text": "Test BLEU scores and oracle scores on 100-best lists for the evaluated systems.", |
| "num": null, |
| "html": null, |
| "content": "<table/>" |
| } |
| } |
| } |
| } |