ACL-OCL / Base_JSON /prefixE /json /E06 /E06-1004.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "E06-1004",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T10:35:03.323669Z"
},
"title": "Computational Complexity of Statistical Machine Translation",
"authors": [
{
"first": "Raghavendra",
"middle": [],
"last": "Udupa",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "IBM India Research Lab New Delhi",
"location": {
"country": "India"
}
},
"email": ""
},
{
"first": "Hemanta",
"middle": [
"K"
],
"last": "Maji",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "IBM India Research Lab New Delhi",
"location": {
"country": "India"
}
},
"email": "hemanta.maji@gmail.com"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "In this paper we study a set of problems that are of considerable importance to Statistical Machine Translation (SMT) but which have not been addressed satisfactorily by the SMT research community. Over the last decade, a variety of SMT algorithms have been built and empirically tested whereas little is known about the computational complexity of some of the fundamental problems of SMT. Our work aims at providing useful insights into the the computational complexity of those problems. We prove that while IBM Models 1-2 are conceptually and computationally simple, computations involving the higher (and more useful) models are hard. Since it is unlikely that there exists a polynomial time solution for any of these hard problems (unless P = NP and P #P = P), our results highlight and justify the need for developing polynomial time approximations for these computations. We also discuss some practical ways of dealing with complexity.",
"pdf_parse": {
"paper_id": "E06-1004",
"_pdf_hash": "",
"abstract": [
{
"text": "In this paper we study a set of problems that are of considerable importance to Statistical Machine Translation (SMT) but which have not been addressed satisfactorily by the SMT research community. Over the last decade, a variety of SMT algorithms have been built and empirically tested whereas little is known about the computational complexity of some of the fundamental problems of SMT. Our work aims at providing useful insights into the the computational complexity of those problems. We prove that while IBM Models 1-2 are conceptually and computationally simple, computations involving the higher (and more useful) models are hard. Since it is unlikely that there exists a polynomial time solution for any of these hard problems (unless P = NP and P #P = P), our results highlight and justify the need for developing polynomial time approximations for these computations. We also discuss some practical ways of dealing with complexity.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Statistical Machine Translation is a data driven machine translation technique which uses probabilistic models of natural language for automatic translation (Brown et al., 1993) , (Al-Onaizan et al., 1999) . The parameters of the models are estimated by iterative maximum-likelihood training on a large parallel corpus of natural language texts using the EM algorithm (Brown et al., 1993) . The models are then used to decode, i.e. translate texts from the source language to the target language 1 (Tillman, 2001) , (Wang, 1997) , (Germann et al., 2003) , . The models are independent of the language pair and therefore, can be used to build a translation system for any language pair as long as a parallel corpus of texts is available for training. Increasingly, parallel corpora are becoming available for many language pairs and SMT systems have been built for French-English, German-English, Arabic-English, Chinese-English, Hindi-English and other language pairs (Brown et al., 1993) , (Al-Onaizan et al., 1999) , .",
"cite_spans": [
{
"start": 157,
"end": 177,
"text": "(Brown et al., 1993)",
"ref_id": "BIBREF1"
},
{
"start": 180,
"end": 205,
"text": "(Al-Onaizan et al., 1999)",
"ref_id": "BIBREF2"
},
{
"start": 368,
"end": 388,
"text": "(Brown et al., 1993)",
"ref_id": "BIBREF1"
},
{
"start": 498,
"end": 513,
"text": "(Tillman, 2001)",
"ref_id": "BIBREF8"
},
{
"start": 516,
"end": 528,
"text": "(Wang, 1997)",
"ref_id": null
},
{
"start": 531,
"end": 553,
"text": "(Germann et al., 2003)",
"ref_id": "BIBREF12"
},
{
"start": 968,
"end": 988,
"text": "(Brown et al., 1993)",
"ref_id": "BIBREF1"
},
{
"start": 991,
"end": 1016,
"text": "(Al-Onaizan et al., 1999)",
"ref_id": "BIBREF2"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In SMT, every English sentence e is considered as a translation of a given French sentence f with probability P r (f |e). Therefore, the problem of translating f can be viewed as a problem of finding the most probable translation of f : e * = argmax e P r(e|f ) = argmax e P r(f |e)P (e).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "(1) The probability distributions P r(f |e) and P r(e) are known as translation model and language model respectively. In the classic work on SMT, Brown and his colleagues at IBM introduced the notion of alignment between a sentence f and its translation e and used it in the development of translation models (Brown et al., 1993) . An alignment between f = f 1 . . . f m and e = e 1 . . . e l is a many-to-one mapping a : {1, . . . , m} \u2192 {0, . . . , l}. Thus, an alignment a between f and e associates the french word f j to the English word e a j 2 . The number of words of f mapped to e i by a is called the fertility of e i and is denoted by \u03c6 i . Since P r(f |e) = a P r(f , a|e), equation 1 can be rewritten as follows:",
"cite_spans": [
{
"start": 310,
"end": 330,
"text": "(Brown et al., 1993)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "e * = argmax",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "e a P r(f , a|e)P r(e).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "(2)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Brown and his colleagues developed a series of 5 translation models which have become to be known in the field of machine translation as IBM models. For a detailed introduction to IBM translation models, please see (Brown et al., 1993) . In practice, models 3-5 are known to give good results and models 1-2 are used to seed the EM iterations of the higher models. IBM model 3 is the prototypical translation model and it models P r(f , a|e) as follows: Here, n(\u03c6|e) is the fertility model, t(f |e) is the lexicon model and d(j|i, m, l) is the distortion model.",
"cite_spans": [
{
"start": 215,
"end": 235,
"text": "(Brown et al., 1993)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "P (f , a|e) \u2261 n \u03c6 0 | l i=1 \u03c6 i l i=1 n (\u03c6 i |e i ) \u03c6 i ! \u00d7 m j=1 t f j |e a j \u00d7 j: a j =0 d (j|i, m, l)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The computational tasks involving IBM Models are the following:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "\u2022 Viterbi Alignment",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Given the model parameters and a sentence pair (f , e), determine the most probable alignment between f and e. a * = argmax a P (f , a|e)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "\u2022 Expectation Evaluation This forms the core of model training via the EM algorithm. Please see Section 2.3 for a description of the computational task involved in the EM iterations.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "\u2022 Conditional Probability Given the model parameters and a sentence pair (f , e), compute P (f |e).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "P (f |e) = a P (f , a|e)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "\u2022 Exact Decoding Given the model parameters and a sentence f , determine the most probable translation of f . Viterbi Alignment computation finds applications not only in SMT but also in other areas of Natural Language Processing (Wang, 1998) , (Marcu, 2002) . Expectation Evaluation is the soul of parameter estimation (Brown et al., 1993) , (Al-Onaizan et al., 1999) . Conditional Probability computation is important in experimentally studying the concentration of the probability mass around the Viterbi alignment, i.e. in determining the goodness of the Viterbi alignment in comparison to the rest of the alignments. Decoding is an integral component of all SMT systems (Wang, 1997) , (Tillman, 2000) , (Och et al., 2001) , (Germann et al., 2003) , . Exact Decoding is the original decoding problem as defined in (Brown et al., 1993) and Relaxed Decoding is the relaxation of the decoding problem typically used in practice.",
"cite_spans": [
{
"start": 230,
"end": 242,
"text": "(Wang, 1998)",
"ref_id": "BIBREF4"
},
{
"start": 245,
"end": 258,
"text": "(Marcu, 2002)",
"ref_id": "BIBREF5"
},
{
"start": 320,
"end": 340,
"text": "(Brown et al., 1993)",
"ref_id": "BIBREF1"
},
{
"start": 343,
"end": 368,
"text": "(Al-Onaizan et al., 1999)",
"ref_id": "BIBREF2"
},
{
"start": 675,
"end": 687,
"text": "(Wang, 1997)",
"ref_id": null
},
{
"start": 690,
"end": 705,
"text": "(Tillman, 2000)",
"ref_id": "BIBREF10"
},
{
"start": 708,
"end": 726,
"text": "(Och et al., 2001)",
"ref_id": null
},
{
"start": 729,
"end": 751,
"text": "(Germann et al., 2003)",
"ref_id": "BIBREF12"
},
{
"start": 818,
"end": 838,
"text": "(Brown et al., 1993)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "e * = argmax",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "While several heuristics have been developed by practitioners of SMT for the computational tasks involving IBM models, not much is known about the computational complexity of these tasks. In their seminal paper on SMT, Brown and his colleagues highlighted the problems we face as we go from IBM Models 1-2 to 3-5 (Brown et al., 1993) 3 :",
"cite_spans": [
{
"start": 313,
"end": 333,
"text": "(Brown et al., 1993)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "\"As we progress from Model 1 to Model 5, evaluating the expectations that gives us counts becomes increasingly difficult. In Models 3 and 4, we must be content with approximate EM iterations because it is not feasible to carry out sums over all possible alignments for these models. In practice, we are never sure that we have found the Viterbi alignment\".",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "However, neither their work nor the subsequent research in SMT studied the computational complexity of these fundamental problems with the exception of the Decoding problem. In (Knight, 1999) it was proved that the Exact Decoding problem is NP-Hard when the language model is a bigram model.",
"cite_spans": [
{
"start": 177,
"end": 191,
"text": "(Knight, 1999)",
"ref_id": "BIBREF0"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Our results may be summarized as follows:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "1. Viterbi Alignment computation is NP-Hard for IBM Models 3, 4, and 5.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "2. Expectation Evaluation in EM Iterations is #P-Complete for IBM Models 3, 4, and 5.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "3. Conditional Probability computation is #P-Complete for IBM Models 3, 4, and 5.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "4. Exact Decoding is #P-Hard for IBM Models 3, 4, and 5.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "5. Relaxed Decoding is NP-Hard for IBM Models 3, 4, and 5.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Note that our results for decoding are sharper than that of (Knight, 1999) . Firstly, we show that Exact Decoding is #P-Hard for IBM Models 3-5 and not just NP-Hard. Secondly, we show that Relaxed Decoding is NP-Hard for Models 3-5 even when the language model is a uniform distribution.",
"cite_spans": [
{
"start": 60,
"end": 74,
"text": "(Knight, 1999)",
"ref_id": "BIBREF0"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The rest of the paper is organized as follows. We formally define all the problems discussed in the paper (Section 2). Next, we take up each of the problems discussed in this section and derive the stated result for them (Section 3). After this, we discuss the implications of our results (Section 4) and suggest future directions (Section 5).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Consider the functions f, g : \u03a3 * \u2192 {0, 1}. We say that g \u2264 m p f (g is polynomial-time many-one reducible to f ), if there exists a polynomial time reduction r(.) such that g(x) = f (r(x)) for all input instances x \u2208 \u03a3 * . This means that given a machine to evaluate f (.) in polynomial time, there exists a machine that can evaluate g(.) in polynomial time. We say a function f is NP-Hard, if all functions in NP are polynomial-time many-one reducible to f . In addition, if f \u2208 NP, then we say that f is NP-Complete.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Problem Definition",
"sec_num": "2"
},
{
"text": "Also relevant to our work are counting functions that answer queries such as \"how many computation paths exist for accepting a particular instance of input?\" Let w be a witness for the acceptance of an input instance x and \u03c7(x, w) be a polynomial time witness checking function (i.e. \u03c7(x, w) \u2208 P). The function f :",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Problem Definition",
"sec_num": "2"
},
{
"text": "\u03a3 * \u2192 N such that f (x) = w\u2208\u03a3 * |w|\u2264p(|x|) \u03c7(x, w)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Problem Definition",
"sec_num": "2"
},
{
"text": "lies in the class #P, where p(.) is a polynomial.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Problem Definition",
"sec_num": "2"
},
{
"text": "Given functions f, g : \u03a3 * \u2192 N, we say that g is polynomial-time Turing reducible to f (i.e. g \u2264 T f ) if there is a Turing machine with an oracle for f that computes g in time polynomial in the size of the input. Similarly, we say that f is #P-Hard, if every function in #P can be polynomial time Turing reduced to f . If f is #P-Hard and is in #P, then we say that f is #P-Complete.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Problem Definition",
"sec_num": "2"
},
{
"text": "VITERBI-3 is defined as follows. Given the parameters of IBM Model 3 and a sentence pair (f , e), compute the most probable alignment a * betwen f and e: a * = argmax a P (f , a|e).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Viterbi Alignment Computation",
"sec_num": "2.1"
},
{
"text": "PROBABILITY-3 is defined as follows. Given the parameters of IBM Model 3, and a sentence pair (f , e), compute the probability P (f |e) = a P (f , a|e). P (f , a|e) P (e).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conditional Probability Computation",
"sec_num": "2.2"
},
{
"text": "Given a collection of sets C = {S 1 , . . . , S l } and a set X \u2286 \u222a l i=1 S i , find the minimum cardinality subset C of C such that every element in X belongs to at least one member of C .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "SETCOVER",
"sec_num": "2.5"
},
{
"text": "SETCOVER is a well-known NP-Complete problem. If SETCOVER \u2264 m p f , then f is NP-Hard.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "SETCOVER",
"sec_num": "2.5"
},
{
"text": "Given a matrix M = [M j,i ] n\u00d7n whose entries are either 0 or 1, compute the following:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "PERMANENT",
"sec_num": "2.6"
},
{
"text": "perm(M) = \u03c0 n j=1 M j,\u03c0 j where \u03c0 is a per- mutation of 1, . . . , n.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "PERMANENT",
"sec_num": "2.6"
},
{
"text": "This problem is the same as that of counting the number of perfect matchings in a bipartite graph and is known to be #P-Complete (?). If PERMA-NENT \u2264 T f , then f is #P-Hard.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "PERMANENT",
"sec_num": "2.6"
},
{
"text": "Given two matrices A = [A j,i ] n\u00d7n and B = [B j,i ] n\u00d7n whose entries are either 0 or 1, determine which of them has a larger permanent. PERMA-NENT is known to be Turing reducible to COM-PAREPERMANENTS (Jerrum, 2005) and therefore, if COMPAREPERMANENTS \u2264 T f , then f is #P-Hard.",
"cite_spans": [
{
"start": 203,
"end": 217,
"text": "(Jerrum, 2005)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "COMPAREPERMANENTS",
"sec_num": "2.7"
},
{
"text": "In this section, we present the main reductions for the problems with Model 3 as the translation model. Our reductions can be easily carried over to Models 4\u22125 with minor modifications. In order to keep the presentation of the main ideas simple, we let the lexicon, distortion, and fertility models to be any non-negative functions and not just probability distributions in our reductions.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Main Results",
"sec_num": "3"
},
{
"text": "We show that VITERBI-3 is NP-Hard.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "VITERBI-3",
"sec_num": "3.1"
},
{
"text": "Lemma 1 SETCOVER \u2264 m p VITERBI-3.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "VITERBI-3",
"sec_num": "3.1"
},
{
"text": "Proof: We give a polynomial time many-one reduction from SETCOVER to VITERBI-3. Given a collection of sets C = {S 1 , . . . , S l } and a set X \u2286 \u222a l i=1 S i , we create an instance of VITERBI-3 as follows: For each set S i \u2208 C, we create a word e i (1 \u2264 i \u2264 l). Similarly, for each element v j \u2208 X we create a word f j (1 \u2264 j \u2264 |X| = m). We set the model parameters as follows:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "VITERBI-3",
"sec_num": "3.1"
},
{
"text": "t (f j |e i ) = 1 if v j \u2208 S i 0 otherwise n (\u03c6|e) = 1 2\u03c6! if \u03c6 = 0 1 if \u03c6 = 0 d (j|i, m, l) = 1.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "VITERBI-3",
"sec_num": "3.1"
},
{
"text": "Now consider the sentences e = e 1 . . . e l and f = f 1 . . . f m .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "VITERBI-3",
"sec_num": "3.1"
},
{
"text": "P (f , a|e) = n \u03c6 0 | l i=1 \u03c6 i l i=1 n (\u03c6 i |e i ) \u03c6 i ! \u00d7 m j=1 t f j |e a j j: a j =0 d (j|i, m, l) = l i=1 1 2 1\u2212\u03b4(\u03c6 i ,0)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "VITERBI-3",
"sec_num": "3.1"
},
{
"text": "We can construct a cover for X from the output of VITERBI-3 by defining C = {S i |\u03c6 i > 0}. We note that P (f , a|e) = n i=1 1 2 1\u2212\u03b4(\u03c6 i ,0) = 2 \u2212|C | . Therefore, Viterbi alignment results in the minimum cover for X.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "VITERBI-3",
"sec_num": "3.1"
},
{
"text": "We show that PROBABILITY-3 is #P-Complete. We begin by proving the following:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "PROBABILITY-3",
"sec_num": "3.2"
},
{
"text": "Lemma 2 PERMANENT \u2264 T PROBABILITY-3.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "PROBABILITY-3",
"sec_num": "3.2"
},
{
"text": "Given a 0, 1-matrix M = [M j, i ] n\u00d7n , we define f = f 1 . . . f n and e = e 1 . . . e n where each e i and f j is distinct and set the Model 3 parameters as follows:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Proof:",
"sec_num": null
},
{
"text": "t (f j |e i ) = 1 if M j,i = 1 0 otherwise n (\u03c6|e) = 1 if \u03c6 = 1 0 otherwise d (j|i, n, n) = 1.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Proof:",
"sec_num": null
},
{
"text": "Clearly, with the above parameter setting, P (f , a|e) = n j=1 M j, a j if a is a permutation and 0 otherwise. Therefore,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Proof:",
"sec_num": null
},
{
"text": "P (f |e) = a P (f , a|e) = a is a permutation n j=1 M j, a j = perm (M)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Proof:",
"sec_num": null
},
{
"text": "Thus, by construction, PROBABILITY-3 computes perm (M). Besides, the construction conserves the number of witnesses. Hence, PERMA-NENT \u2264 T PROBABILITY-3.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Proof:",
"sec_num": null
},
{
"text": "We now prove that Lemma 3 PROBABILITY-3 is in #P.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Proof:",
"sec_num": null
},
{
"text": "Let (f , e) be the input to PROBABILITY-3. Let m and l be the lengths of f and e respectively. With each alignment a = (a 1 , a 2 , . . . , a m ) we associate a unique number n a = a 1 a 2 . . . a m in base l + 1. Clearly, 0 \u2264 n a \u2264 (l + 1) m \u2212 1. Let w be the binary encoding of n a . Conversely, with every binary string w we can associate an alignment a if the value of w is in the range 0, . . . , (l + 1) m \u2212 1. It requires O (m log (l + 1)) bits to encode an alignment. Thus, given an alignment we can compute its encoding and given the encoding we can compute the corresponding alignment in time polynomial in l and m. Similarly, given an encoding we can compute P (f , a|e) in time polynomial in l and m. Now, if p(.) is a polynomial, then function",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Proof:",
"sec_num": null
},
{
"text": "f (f , e) = w\u2208{0,1} * |w|\u2264p(| f , e |) P (f , a|e)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Proof:",
"sec_num": null
},
{
"text": "is in #P. Choose p (x) = x log 2 (x + 1) . Clearly, all alignments can be encoded using at most p (| (f , e) |) bits. Therefore, if (f , e) computes P (f |e) and hence, PROBABILITY-3 is in #P.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Proof:",
"sec_num": null
},
{
"text": "It follows immediately from Lemma 2 and Lemma 3 that Theorem 1 PROBABILITY-3 is #P-Complete.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Proof:",
"sec_num": null
},
{
"text": "Lemma 4 PERMANENT \u2264 T (f, e)-COUNT-3.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "(f, e)-COUNT-3",
"sec_num": "3.3"
},
{
"text": "The proof is similar to that of Lemma 2. Let f = f 1 f 2 . . . f nf and e = e 1 e 2 . . . e n\u00ea . We set the translation model parameters as follows:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Proof:",
"sec_num": null
},
{
"text": "t (f |e) = \uf8f1 \uf8f4 \uf8f2 \uf8f4 \uf8f3",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Proof:",
"sec_num": null
},
{
"text": "1 if f = f j , e = e i and M j,i = 1 1 if f =f and e =\u00ea 0 otherwise.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Proof:",
"sec_num": null
},
{
"text": "The rest of the parameters are set as in Lemma 2. Let A be the set of alignments a, such that a n+1 = n + 1 and a n 1 is a permutation of 1, 2, . . . , n. Now, Therefore, PERMANENT \u2264 T COUNT-3.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Proof:",
"sec_num": null
},
{
"text": "Lemma 5 (f, e)-COUNT-3 is in #P.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Proof:",
"sec_num": null
},
{
"text": "Proof: The proof is essentially the same as that of Lemma 3. Note that given an encoding w, P (f , a|e) m j=1 \u03b4 (f j , f ) \u03b4 e a j , e can be evaluated in time polynomial in |(f , e)|.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Proof:",
"sec_num": null
},
{
"text": "Hence, from Lemma 4 and Lemma 5, it follows that Theorem 2 (f, e)-COUNT-3 is #P-Complete.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Proof:",
"sec_num": null
},
{
"text": "Lemma 6 PERMANENT \u2264 T (j, i, m, l)-COUNT-3.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "(j, i, m, l)-COUNT-3",
"sec_num": "3.4"
},
{
"text": "We proceed as in the proof of Lemma 4 with some modifications.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Proof:",
"sec_num": null
},
{
"text": "Let e = e 1 . . . e i\u22121\u00ea e i . . . e n and f = f",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Proof:",
"sec_num": null
},
{
"text": "1 . . . f j\u22121f f j . . . f n .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Proof:",
"sec_num": null
},
{
"text": "The parameters are set as in Lemma 4. Let A be the set of alignments, a, such that a is a permutation of 1, 2, . . . , (n + 1) and a j = i. Observe that P (f , a|e) is non-zero only for the alignments in A. It follows immediately that with these parameter settings, c(j|i, n, n; f , e) = perm (M) . Lemma 7 (j, i, m, l)-COUNT-3 is in #P.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Proof:",
"sec_num": null
},
{
"text": "Proof: Similar to the proof of Lemma 5.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Proof:",
"sec_num": null
},
{
"text": "Theorem 3 (j, i, m, l)-COUNT-3 is #P- Complete.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Proof:",
"sec_num": null
},
{
"text": "times in e. Replace these k occurrences by only one occurrence of e i and connect all the words connected to them to this word. This would increase the score of e by a factor of 2 k\u22121 > 1 contradicting the assumption on the optimality of e.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Proof:",
"sec_num": null
},
{
"text": "As a result, the only candidates for e are subsets of {e 1 , e 2 , . . . , e l } in any order. It is now straight forward to verify that a minimum set cover can be recovered from e as shown in the proof of Lemma 1.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Proof:",
"sec_num": null
},
{
"text": "The reductions are for Model 3 can be easily extended to Models 4 and 5. Thus, we have the following:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "IBM Models 4 and 5",
"sec_num": "3.10"
},
{
"text": "Theorem 7 Viterbi Alignment computation is NP-Hard for IBM Models 3 \u2212 5.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "IBM Models 4 and 5",
"sec_num": "3.10"
},
{
"text": "Steps is #P-Complete for IBM Models 3 \u2212 5.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Theorem 8 Expectation Evaluation in the EM",
"sec_num": null
},
{
"text": "Theorem 9 Conditional Probability computation is #P-Complete for IBM Models 3 \u2212 5.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Theorem 8 Expectation Evaluation in the EM",
"sec_num": null
},
{
"text": "Theorem 10 Exact Decoding is #P-Hard for IBM Models 3 \u2212 5.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Theorem 8 Expectation Evaluation in the EM",
"sec_num": null
},
{
"text": "Theorem 11 Relaxed Decoding is NP-Hard for IBM Models 3 \u2212 5 even when the language model is a uniform distribution.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Theorem 8 Expectation Evaluation in the EM",
"sec_num": null
},
{
"text": "Our results answer several open questions on the computation of Viterbi Alignment and Expectation Evaluation. Unless P = NP and P #P = P, there can be no polynomial time algorithms for either of these problems. The evaluation of expectations becomes increasingly difficult as we go from IBM Models 1-2 to Models 3-5 exactly because the problem is #P-Complete for the latter models. There cannot be any trick for IBM Models 3-5 that would help us carry out the sums over all possible alignments exactly. There cannot exist a closed form expression (whose representation is polynomial in the size of the input) for P (f |e) and the counts in the EM iterations for Models 3-5.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "4"
},
{
"text": "It should be noted that the computation of Viterbi Alignment and Expectation Evaluation is easy for Models 1-2. What makes these computations hard for Models 3-5? To answer this question, we observe that Models 1-2 lack explicit fertility model unlike Models 3-5. In the former models, fertility probabilities are determined by the lexicon and alignment models. Whereas, in Models 3-5, the fertility model is independent of the lexicon and alignment models. It is precisely this freedom that makes computations on Models 3-5 harder than the computations on Models 1-2.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "4"
},
{
"text": "There are three different ways of dealing with the computational barrier posed by our problems. The first of these is to develop a restricted fertility model that permits polynomial time computations. It remains to be found what kind of parameterized distributions are suitable for this purpose. The second approach is to develop provably good approximation algorithms for these problems as is done with many NP-Hard and #P-Hard problems. Provably good approximation algorithms exist for several covering problems including Set Cover and Vertex Cover. Viterbi Alignment is itself a special type of covering problem and it remains to be seen whether some of the techniques developed for covering algorithms are useful for finding good approximations to Viterbi Alignment. Similarly, there exist several techniques for approximating the permanent of a matrix. It needs to be explored if some of these ideas can be adapted for Expectation Evaluation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "4"
},
{
"text": "As the third approach to deal with complexity, we can approximate the space of all possible (l + 1) m alignments by an exponentially large subspace. To be useful such large subspaces should also admit optimal polynomial time algorithms for the problems we have discussed in this paper. This is exactly the approach taken by (Udupa, 2005) for solving the decoding and Viterbi alignment problems. They show that very efficient polynomial time algorithms can be developed for both Decoding and Viterbi Alignment problems. Not only the algorithms are provably superior in a computational complexity sense, (Udupa, 2005) are also able to get substantial improvements in BLEU and NIST scores over the Greedy decoder.",
"cite_spans": [
{
"start": 324,
"end": 337,
"text": "(Udupa, 2005)",
"ref_id": "BIBREF14"
},
{
"start": 602,
"end": 615,
"text": "(Udupa, 2005)",
"ref_id": "BIBREF14"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "4"
},
{
"text": "IBM models 3-5 are widely used in SMT. The computational tasks discussed in this work form the backbone of all SMT systems that use IBM models. We believe that our results on the computational complexity of the tasks in SMT will result in a better understanding of these tasks from a theoretical perspective. We also believe that our results may help in the design of effective heuristics for some of these tasks. A theoretical analysis of the commonly employed heuristics will also be of interest.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "5"
},
{
"text": "An open question in SMT is whether there exists closed form expressions (whose representation is polynomial in the size of the input) for P (f |e) and the counts in the EM iterations for models 3-5 (Brown et al., 1993) . For models 1-2, closed form expressions exist for P (f |e) and the counts in the EM iterations for models 3-5. Our results show that there cannot exist a closed form expression (whose representation is polynomial in the size of the input) for P (f |e) and the counts in the EM iterations for Models 3-5 unless P = NP.",
"cite_spans": [
{
"start": 198,
"end": 218,
"text": "(Brown et al., 1993)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "5"
},
{
"text": "In this paper, we use French and English as the prototypical examples of source and target languages respectively.2 e0 is a special word called the null word and is used to account for those words in f that are not connected by a to any of the words of e.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "The emphasis is ours.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "As the counts are normalized in the EM iteration, we can replace P (a|f , e) by P (f , a|e) in the Expectation Evaluation tasks.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "3.5 (\u03c6, e)- Lemma 8 PERMANENT \u2264 T (\u03c6, e)-COUNT-3.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "annex",
"sec_num": null
},
{
"text": "Let e = e 1 . . . e n\u00ea and f = f 1 . . . f n k f . . .f . Let A be the set of alignments for which a n 1 is a permutation of 1, 2, . . . , n and a n+k n+1 = k (n + 1) . . . (n + 1). We set1 if \u03c6 = 1 and e =\u00ea 1 if \u03c6 = k and e =\u00ea 0 otherwise.The rest of the parameters are set as in Lemma 4. Note that P (f , a|e) is non-zero only for the alignments in A. It follows immediately that with these parameter settings, c(k|\u00ea; f , e) = perm (M) .Lemma 9 (\u03c6, e)-COUNT-3 is in #P.Proof: Similar to the proof of Lemma 5.Theorem 4 (\u03c6, e)-COUNT-3 is #P-Complete.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Proof:",
"sec_num": null
},
{
"text": "Lemma 10 PERMANENT \u2264 T 0-COUNT-3.Proof: Let e = e 1 . . . e n and f = f 1 . . . f nf . Let A be the set of alignments, a, such that a n 1 is a permutation of 1, . . . , n and a n+1 = 0. We set1 if f = f j , e = e i and M j, i = 1 1 if f =f and e = NULL 0 otherwise. The rest of the parameters are set as in Lemma 4. It is easy to see that with these settings, c(0;f ,e) (n\u22122) = perm (M) .Lemma 11 0-COUNT-3 is in #P.Proof: Similar to the proof of Lemma 5.Theorem 5 0-COUNT-3 is #P-Complete.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "0-COUNT-3",
"sec_num": "3.6"
},
{
"text": "Lemma 12 PERMANENT \u2264 T 1-COUNT-3.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "1-COUNT-3",
"sec_num": "3.7"
},
{
"text": "We set the parameters as in Lemma 10.It follows immediately that c(1; f , e) = perm (M) .Lemma 13 1-COUNT-3 is in #P.Proof: Similar to the proof of Lemma 5.Theorem 6 1-COUNT-3 is #P-Complete.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Proof:",
"sec_num": null
},
{
"text": "Lemma 14 COMPAREPERMANENTS \u2264 T E-DECODING-3Proof: Let M and N be the two 0-1 matrices. Let f = f 1 f 2 . . . f n , e (1) = e (2) n . Further, let e (1) and e (2) have no words in common and each word appears exactly once. By setting the bigram language model probabilities of the bigrams that occur in e (1) and e (2) to 1 and all other bigram probabilities to 0, we can ensure that the only translations considered by E-DECODING-3 are indeed e (1) and e (2) and P e (1) = P e (2) = 1. We then set(1)(2) i and N j,i = 1 0 otherwise n (\u03c6|e) = 1 \u03c6 = 1 0 otherwiseNow, P f |e (1) = perm (M), and P f |e (2) = perm (N ). Therefore, given the output of E-DECODING-3 we can find out which of M and N has a larger permanent. Hence E-DECODING-3 is #P \u2212 Hard.",
"cite_spans": [
{
"start": 158,
"end": 161,
"text": "(2)",
"ref_id": null
},
{
"start": 314,
"end": 317,
"text": "(2)",
"ref_id": null
},
{
"start": 445,
"end": 448,
"text": "(1)",
"ref_id": null
},
{
"start": 455,
"end": 458,
"text": "(2)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "E-DECODING-3",
"sec_num": "3.8"
},
{
"text": "Lemma 15 SETCOVER \u2264 m p R-DECODING-3 Proof: Given an instance of SETCOVER, we set the parameters as in the proof of Lemma 1 with the following modification:Let e be the optimal translation obtained by solving R-DECODING-3. As the language model is uniform, the exact order of the words in e is not important. Now, we observe that:\u2022 e contains words only from the set {e 1 , e 2 , . . . , e l }. This is because, there cannot be any zero fertility word as n (0|e) = 0 and the only words that can have a non-zero fertility are from {e 1 , e 2 , . . . , e l } due to the way we have set the lexicon parameters.\u2022 No word occurs more than once in e. Assume on the contrary that the word e i occurs k > 1",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "R-DECODING-3",
"sec_num": "3.9"
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Decoding Complexity in Word-Replacement Translation Models",
"authors": [
{
"first": "K",
"middle": [],
"last": "Knight",
"suffix": ""
}
],
"year": 1999,
"venue": "Computational Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "K. Knight. 1999. Decoding Complexity in Word- Replacement Translation Models. Computational Linguistics.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "The Mathematics of Machine Translation: Parameter Estimation. Computational Linguistics",
"authors": [
{
"first": "P",
"middle": [],
"last": "Brown",
"suffix": ""
}
],
"year": 1993,
"venue": "",
"volume": "2",
"issue": "",
"pages": "263--311",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Brown, P. et al: 1993. The Mathematics of Machine Translation: Parameter Estimation. Computational Linguistics, 2(19):263-311.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Statistical Machine Translation: Final Report",
"authors": [
{
"first": "Y",
"middle": [],
"last": "Al-Onaizan",
"suffix": ""
}
],
"year": 1999,
"venue": "JHU Workshop Final Report",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Al-Onaizan, Y. et al. 1999. Statistical Machine Trans- lation: Final Report. JHU Workshop Final Report.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "An English-Hindi Statistical Machine Translation System",
"authors": [
{
"first": "R",
"middle": [],
"last": "Udupa",
"suffix": ""
},
{
"first": "T",
"middle": [],
"last": "Faruquie",
"suffix": ""
}
],
"year": 2004,
"venue": "Proceedings of the 1st IJCNLP",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "R. Udupa, and T. Faruquie. 2004. An English-Hindi Statistical Machine Translation System. Proceed- ings of the 1st IJCNLP.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Modeling with Structures in Statistical Machine Translation. Proceedings of the 36th ACL",
"authors": [
{
"first": "Y",
"middle": [],
"last": "Wang",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Waibel",
"suffix": ""
}
],
"year": 1998,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Y. Wang, and A. Waibel. 1998. Modeling with Struc- tures in Statistical Machine Translation. Proceed- ings of the 36th ACL.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "A Phrase-Based, Joint Probability Model for Statistical Machine Translation",
"authors": [
{
"first": "D",
"middle": [],
"last": "Marcu",
"suffix": ""
},
{
"first": "W",
"middle": [],
"last": "Wong",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceedings of the EMNLP",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "D. Marcu and W. Wong. 2002. A Phrase-Based, Joint Probability Model for Statistical Machine Transla- tion. Proceedings of the EMNLP.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "The complexity of computing the permanent",
"authors": [
{
"first": "L",
"middle": [],
"last": "Valiant",
"suffix": ""
}
],
"year": 1979,
"venue": "Theoretical Computer Science",
"volume": "8",
"issue": "",
"pages": "189--201",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "L. Valiant. 1979. The complexity of computing the permanent. Theoretical Computer Science, 8:189- 201.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Word Re-ordering and Dynamic Programming based Search Algorithm for Statistical Machine Translation",
"authors": [
{
"first": "C",
"middle": [],
"last": "Tillman",
"suffix": ""
}
],
"year": 2001,
"venue": "",
"volume": "",
"issue": "",
"pages": "42--45",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "C. Tillman. 2001. Word Re-ordering and Dynamic Programming based Search Algorithm for Statistical Machine Translation. Ph.D. Thesis, University of Technology Aachen 42-45.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Decoding algorithm in statistical machine translation",
"authors": [
{
"first": "Y",
"middle": [],
"last": "Wang",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Waibel",
"suffix": ""
}
],
"year": 2001,
"venue": "Proceedings of the 35th ACL",
"volume": "",
"issue": "",
"pages": "366--372",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Y. Wang and A. Waibel. 2001. Decoding algorithm in statistical machine translation. Proceedings of the 35th ACL 366-372.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Word reordering and DP-based search in statistical machine translation",
"authors": [
{
"first": "C",
"middle": [],
"last": "Tillman",
"suffix": ""
},
{
"first": "H",
"middle": [],
"last": "Ney",
"suffix": ""
}
],
"year": 2000,
"venue": "Proceedings of the 18th COLING",
"volume": "",
"issue": "",
"pages": "850--856",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "C. Tillman and H. Ney. 2000. Word reordering and DP-based search in statistical machine translation. Proceedings of the 18th COLING 850-856.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "An efficient A* search algorithm for statistical machine translation",
"authors": [
{
"first": "F",
"middle": [],
"last": "Och",
"suffix": ""
},
{
"first": "N",
"middle": [],
"last": "Ueffing",
"suffix": ""
},
{
"first": "H",
"middle": [],
"last": "Ney",
"suffix": ""
}
],
"year": 2000,
"venue": "Proceedings of the ACL 2001 Workshop on Data-Driven Methods in Machine Translation",
"volume": "",
"issue": "",
"pages": "55--62",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "F. Och, N. Ueffing, and H. Ney. 2000. An efficient A* search algorithm for statistical machine translation. Proceedings of the ACL 2001 Workshop on Data- Driven Methods in Machine Translation 55-62.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Fast Decoding and Optimal Decoding for Machine Translation",
"authors": [
{
"first": "U",
"middle": [],
"last": "Germann",
"suffix": ""
}
],
"year": 2003,
"venue": "Artificial Intelligence",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "U. Germann et al. 2003. Fast Decoding and Optimal Decoding for Machine Translation. Artificial Intel- ligence.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "An Algorithmic Framework for the Decoding Problem in Statistical Machine Translation",
"authors": [
{
"first": "R",
"middle": [],
"last": "Udupa",
"suffix": ""
},
{
"first": "H",
"middle": [],
"last": "Maji",
"suffix": ""
},
{
"first": "T",
"middle": [],
"last": "Faruquie",
"suffix": ""
}
],
"year": 2004,
"venue": "Proceedings of the 20th COLING",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "R. Udupa, H. Maji, and T. Faruquie. 2004. An Al- gorithmic Framework for the Decoding Problem in Statistical Machine Translation. Proceedings of the 20th COLING.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Theory of Alignment Generators and Applications to Statistical Machine Translation",
"authors": [
{
"first": "R",
"middle": [],
"last": "Udupa",
"suffix": ""
},
{
"first": "H",
"middle": [],
"last": "Maji",
"suffix": ""
}
],
"year": 2005,
"venue": "Proceedings of the 19th IJCAI",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "R. Udupa and H. Maji. 2005. Theory of Alignment Generators and Applications to Statistical Machine Translation. Proceedings of the 19th IJCAI.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"uris": null,
"text": "(f , a|e) P (e) \u2022 Relaxed Decoding Given the model parameters and a sentence f , determine the most probable translation and alignment pair for f . (e * , a * ) = argmax (e,a) P (f , a|e) P (e)",
"num": null,
"type_str": "figure"
},
"FIGREF1": {
"uris": null,
"text": "(f, e)-COUNT-3, (\u03c6, e)-COUNT-3, (j, i, m, l)-COUNT-3, 0-COUNT-3, and 1-COUNT-3 are defined respectively as follows. Given the parameters of IBM Model 3, and a sentence pair (f , e), compute the following 4 :c(f |e; f , e) = a P (a|f , e) j \u03b4(f, f j )\u03b4(e, e aj ), c(\u03c6|e; f , e) = a P (a|f , e) i \u03b4(\u03c6, \u03c6 i )\u03b4(e, e i ), c(j|i, m, l; f , e) = a P (a|f , e)\u03b4(i, a j ), c(0; f , e) = a P (a|f , e)(m \u2212 2\u03c6 0 ), and c(1; f , e) = a P (a|f , e)\u03c6 0 .2.4 DecodingE-DECODING-3 and R-DECODING-3 are defined as follows. Given the parameters of IBM Model 3, and a sentence f , compute its most probable translation according to the following equations respectively.e * = argmax e a P (f , a|e) P (e) (e * , a * ) = argmax (e,a)",
"num": null,
"type_str": "figure"
},
"FIGREF2": {
"uris": null,
"text": "a j = perm (M) .",
"num": null,
"type_str": "figure"
},
"TABREF0": {
"content": "<table/>",
"html": null,
"num": null,
"type_str": "table",
"text": ""
}
}
}
}