ACL-OCL / Base_JSON /prefixD /json /D12 /D12-1037.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "D12-1037",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T16:23:10.497783Z"
},
"title": "Locally Training the Log-Linear Model for SMT",
"authors": [
{
"first": "Lemao",
"middle": [],
"last": "Liu",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Harbin Institute of Technology",
"location": {
"settlement": "Harbin",
"country": "China"
}
},
"email": "lmliu@mtlab.hit.edu.cn"
},
{
"first": "Hailong",
"middle": [],
"last": "Cao",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Harbin Institute of Technology",
"location": {
"settlement": "Harbin",
"country": "China"
}
},
"email": "hailong@mtlab.hit.edu.cn"
},
{
"first": "Taro",
"middle": [],
"last": "Watanabe",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "National Institute of Information and Communication Technology",
"location": {
"addrLine": "3-5 Hikari-dai, Seika-cho, Soraku-gun",
"settlement": "Kyoto",
"country": "Japan"
}
},
"email": "taro.watanabe@nict.go.jp"
},
{
"first": "Tiejun",
"middle": [],
"last": "Zhao",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Harbin Institute of Technology",
"location": {
"settlement": "Harbin",
"country": "China"
}
},
"email": "tjzhao@mtlab.hit.edu.cn"
},
{
"first": "Mo",
"middle": [],
"last": "Yu",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Harbin Institute of Technology",
"location": {
"settlement": "Harbin",
"country": "China"
}
},
"email": "yumo@mtlab.hit.edu.cn"
},
{
"first": "Conghui",
"middle": [],
"last": "Zhu",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Harbin Institute of Technology",
"location": {
"settlement": "Harbin",
"country": "China"
}
},
"email": "chzhu@mtlab.hit.edu.cn"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "In statistical machine translation, minimum error rate training (MERT) is a standard method for tuning a single weight with regard to a given development data. However, due to the diversity and uneven distribution of source sentences, there are two problems suffered by this method. First, its performance is highly dependent on the choice of a development set, which may lead to an unstable performance for testing. Second, translations become inconsistent at the sentence level since tuning is performed globally on a document level. In this paper, we propose a novel local training method to address these two problems. Unlike a global training method, such as MERT, in which a single weight is learned and used for all the input sentences, we perform training and testing in one step by learning a sentencewise weight for each input sentence. We propose efficient incremental training methods to put the local training into practice. In NIST Chinese-to-English translation tasks, our local training method significantly outperforms MERT with the maximal improvements up to 2.0 BLEU points, meanwhile its efficiency is comparable to that of the global method.",
"pdf_parse": {
"paper_id": "D12-1037",
"_pdf_hash": "",
"abstract": [
{
"text": "In statistical machine translation, minimum error rate training (MERT) is a standard method for tuning a single weight with regard to a given development data. However, due to the diversity and uneven distribution of source sentences, there are two problems suffered by this method. First, its performance is highly dependent on the choice of a development set, which may lead to an unstable performance for testing. Second, translations become inconsistent at the sentence level since tuning is performed globally on a document level. In this paper, we propose a novel local training method to address these two problems. Unlike a global training method, such as MERT, in which a single weight is learned and used for all the input sentences, we perform training and testing in one step by learning a sentencewise weight for each input sentence. We propose efficient incremental training methods to put the local training into practice. In NIST Chinese-to-English translation tasks, our local training method significantly outperforms MERT with the maximal improvements up to 2.0 BLEU points, meanwhile its efficiency is comparable to that of the global method.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "1 Introduction Och and Ney (2002) introduced the log-linear model for statistical machine translation (SMT), in which translation is considered as the following optimization problem:\u00ea ",
"cite_spans": [
{
"start": 15,
"end": 33,
"text": "Och and Ney (2002)",
"ref_id": "BIBREF23"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "where f and e (e ) are source and target sentences, respectively. h is a feature vector which is scaled by a weight W . Parameter estimation is one of the most important components in SMT, and various training methods have been proposed to tune W . Some methods are based on likelihood (Och and Ney, 2002; Blunsom et al., 2008) , error rate (Och, 2003; Zhao and Chen, 2009; Pauls et al., 2009; Galley and Quirk, 2011) , margin (Watanabe et al., 2007; Chiang et al., 2008) and ranking (Hopkins and May, 2011) , and among which minimum error rate training (MERT) (Och, 2003) is the most popular one. All these training methods follow the same pipeline: they train only a single weight on a given development set, and then use it to translate all the sentences in a test set. We call them a global training method. One of its advantages is that it allows us to train a single weight offline and thereby it is efficient. However, due to the diversity and uneven distribution of source sentences (Li et al., 2010) , there are some shortcomings in this pipeline.",
"cite_spans": [
{
"start": 286,
"end": 305,
"text": "(Och and Ney, 2002;",
"ref_id": "BIBREF23"
},
{
"start": 306,
"end": 327,
"text": "Blunsom et al., 2008)",
"ref_id": "BIBREF1"
},
{
"start": 341,
"end": 352,
"text": "(Och, 2003;",
"ref_id": "BIBREF24"
},
{
"start": 353,
"end": 373,
"text": "Zhao and Chen, 2009;",
"ref_id": "BIBREF33"
},
{
"start": 374,
"end": 393,
"text": "Pauls et al., 2009;",
"ref_id": "BIBREF27"
},
{
"start": 394,
"end": 417,
"text": "Galley and Quirk, 2011)",
"ref_id": "BIBREF10"
},
{
"start": 427,
"end": 450,
"text": "(Watanabe et al., 2007;",
"ref_id": "BIBREF31"
},
{
"start": 451,
"end": 471,
"text": "Chiang et al., 2008)",
"ref_id": "BIBREF6"
},
{
"start": 484,
"end": 507,
"text": "(Hopkins and May, 2011)",
"ref_id": "BIBREF13"
},
{
"start": 561,
"end": 572,
"text": "(Och, 2003)",
"ref_id": "BIBREF24"
},
{
"start": 991,
"end": 1008,
"text": "(Li et al., 2010)",
"ref_id": "BIBREF17"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Firstly, on the document level, the performance of these methods is dependent on the choice of a development set, which may potentially lead to an unstable translation performance for testing. As referred in our experiment, the BLEU points on NIST08 are ( , ) ( , ) h f e h f e \uf02d Figure 1 : (a). An Example candidate space of dimensionality two. score is a evaluation metric of e. (b). The nonlinearly separable classification problem transformed from (a) via tuning as ranking (Hopkins and May, 2011) . Since score of e 11 is greater than that of e 12 , 1, 0 corresponds to a possitive example denoted as \"\u2022\", and \u22121, 0 corresponds to a negative example denoted as \"*\". Since the transformed classification problem is not linearly separable, there does not exist a single weight which can obtain e 11 and e 21 as translation results meanwhile. However, one can obtain e 11 and e 21 with weights: 1, 1 and \u22121, 1 , respectively.",
"cite_spans": [
{
"start": 254,
"end": 259,
"text": "( , )",
"ref_id": null
},
{
"start": 260,
"end": 265,
"text": "( , )",
"ref_id": null
},
{
"start": 478,
"end": 501,
"text": "(Hopkins and May, 2011)",
"ref_id": "BIBREF13"
}
],
"ref_spans": [
{
"start": 280,
"end": 288,
"text": "Figure 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "19.04 when the Moses system is tuned on NIST02 by MERT. However, its performance is improved to 21.28 points when tuned on NIST06. The automatic selection of a development set may partially address the problem. However it is inefficient since tuning requires iteratively decoding an entire development set, which is impractical for an online service.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Secondly, translation becomes inconsistent on the sentence level (Ma et al., 2011) . Global training method such as MERT tries to optimize the weight towards the best performance for the whole set, and it can not necessarily always obtain good translation for every sentence in the development set. The reason is that different sentences may need different optimal weights, and MERT can not find a single weight to satisfy all of the sentences. Figure 1(a) shows such an example, in which a development set contains two sentences f 1 and f 2 with translations e and feature vectors h. When we tune examples in Figure 1 (a) by MERT, it can be regarded as a nonlinearly separable classification problem illustrated in Figure 1(b) . Therefore, there exists no single weight W which simultaneously obtains e 11 and e 21 as translation for f 1 and f 2 via Equation (1). However, we can achieve this with two weights: 1, 1 for f 1 and \u22121, 1 for f 2 .",
"cite_spans": [
{
"start": 65,
"end": 82,
"text": "(Ma et al., 2011)",
"ref_id": "BIBREF19"
}
],
"ref_spans": [
{
"start": 445,
"end": 456,
"text": "Figure 1(a)",
"ref_id": null
},
{
"start": 610,
"end": 618,
"text": "Figure 1",
"ref_id": null
},
{
"start": 716,
"end": 727,
"text": "Figure 1(b)",
"ref_id": null
}
],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "In this paper, inspired by KNN-SVM (Zhang et al., 2006) , we propose a local training method, which trains sentence-wise weights instead of a single weight, to address the above two problems. Compared with global training methods, such as MERT, in which training and testing are separated, our method works in an online fashion, in which training is performed during testing. This online fashion has an advantage in that it can adapt the weights for each of the test sentences, by dynamically tuning the weights on translation examples which are similar to these test sentences. Similar to the method of development set automatical selection, the local training method may also suffer the problem of efficiency. To put it into practice, we propose incremental training methods which avoid retraining and iterative decoding on a development set.",
"cite_spans": [
{
"start": 35,
"end": 55,
"text": "(Zhang et al., 2006)",
"ref_id": "BIBREF32"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Our local training method has two advantages: firstly, it significantly outperforms MERT, especially when test set is different from the development set; secondly, it improves the translation consistency. Experiments on NIST Chinese-to-English translation tasks show that our local training method significantly gains over MERT, with the maximum improvements up to 2.0 BLEU, and its efficiency is comparable to that of the global training method.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "The local training method (Bottou and Vapnik, 1992) is widely employed in computer vision (Zhang et al., 2006; Cheng et al., 2010) . Compared with the global training method which tries to fit a single weight on the training data, the local one learns weights based on the local neighborhood information for each test example. It is superior to the global one when the data sets are not evenly distributed (Bottou and Vapnik, 1992; Zhang et al., 2006) .",
"cite_spans": [
{
"start": 26,
"end": 51,
"text": "(Bottou and Vapnik, 1992)",
"ref_id": "BIBREF2"
},
{
"start": 90,
"end": 110,
"text": "(Zhang et al., 2006;",
"ref_id": "BIBREF32"
},
{
"start": 111,
"end": 130,
"text": "Cheng et al., 2010)",
"ref_id": "BIBREF5"
},
{
"start": 406,
"end": 431,
"text": "(Bottou and Vapnik, 1992;",
"ref_id": "BIBREF2"
},
{
"start": 432,
"end": 451,
"text": "Zhang et al., 2006)",
"ref_id": "BIBREF32"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Local Training and Testing",
"sec_num": "2"
},
{
"text": "Input: T = {t i } N i=1 (test set), K (retrieval size), Dev(development set), D(retrieval data) Output: Translation results of T 1: for all sentence t i such that 1 \u2264 i \u2264 N do 2:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Algorithm 1 Naive Local Training Method",
"sec_num": null
},
{
"text": "Retrieve the training examples D i with size K for t i from D according to a similarity;",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Algorithm 1 Naive Local Training Method",
"sec_num": null
},
{
"text": "3:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Algorithm 1 Naive Local Training Method",
"sec_num": null
},
{
"text": "Train a local weight W i based on Dev and",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Algorithm 1 Naive Local Training Method",
"sec_num": null
},
{
"text": "D i ; 4:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Algorithm 1 Naive Local Training Method",
"sec_num": null
},
{
"text": "Decode t i with W i ; 5: end for Suppose T be a test set, Dev a development set, and D a retrieval data. The local training in SMT is described in the Algorithm 1. For each sentence t i in test set, training examples D i is retrieved from D using a similarity measure (line 2), a weight W i is optimized on Dev and D i (line 3) 1 , and, finally, t i is decoded with W i for testing (line 4). At the end of this algorithm, it returns the translation results for T . Note that weights are adapted for each test sentence t i in line 3 by utilizing the translation examples D i which are similar to t i . Thus, our local training method can be considered as an adaptation of translation weights.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Algorithm 1 Naive Local Training Method",
"sec_num": null
},
{
"text": "Algorithm 1 suffers a problem of training efficiency in line 3. It is impractical to train a weight W i on Dev and D i from scratch for every sentence, since iteratively decoding Dev and D i is time consuming when we apply MERT. To address this problem, we propose a novel incremental approach which is based on a two-phase training.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Algorithm 1 Naive Local Training Method",
"sec_num": null
},
{
"text": "On the first phase, we use a global training method, like MERT, to tune a baseline weight on the development set Dev in an offline manner. On the second phase, we utilize the retrieved examples to incrementally tune sentence-wise local weights based on the baseline weight. This method can not only consider the common characteristics learnt from the Dev, but also take into account the knowl-edge for each individual sentence learnt from similar examples during testing. On the phase of incremental training, we perform decoding only once for retrieved examples D i , though several rounds of decoding are possible and potentially better if one does not seriously care about training speed. Furthermore, instead of on-the-fly decoding, we decode the retrieval data D offline using the parameter from our baseline weight and its nbest translation candidates are saved with training examples to increase the training efficiency.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Algorithm 1 Naive Local Training Method",
"sec_num": null
},
{
"text": "Input: T = {t i } N i=1 (test set), K (retrieval size), Dev (development set), D = { f s , r s } s=S s=1 (retrieval data), Output: Translation results of T 1: Run global Training (such as MERT) on Dev to get a baseline weight W b ; // Phase 1 2: Decode each sentence in D to get D = { f s , c s , r s } s=S s=1 ; 3: for all sentence t i such that 1 \u2264 i \u2264 N do 4: Retrieve K training examples D i = { f i j , c i j , r i j } j=K j=1 for t i from D according to a similarity; 5:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Algorithm 2 Local Training Method Based on Incremental Training",
"sec_num": null
},
{
"text": "Incrementally train a local weight W i based on W b and D i ; // Phase 2",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Algorithm 2 Local Training Method Based on Incremental Training",
"sec_num": null
},
{
"text": "Decode t i with W i ; 7: end for The two-phase local training algorithm is described in Algorithm 2, where c s and r s denote the translation candidate set and reference set for each sentence f s in retrieval data, respectively, and K is the retrieval size. It globally trains a baseline weight W b (line 1), and decodes each sentence in retrieval data D with the weight W b (line 2). For each sentence t i in test set T , it first retrieves training examples D i from D (line 4), and then it runs local training to tune a local weight W i (line 5) and performs testing with W i for t i (line 6). Please note that the two-phase training contains global training in line 1 and local training in line 5.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "6:",
"sec_num": null
},
{
"text": "From Algorithm 2, one can see that our method is effective even if the test set is unknow, for example, in the scenario of online translation services, since the global training on development set and decoding on retrieval data can be performed offline.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "6:",
"sec_num": null
},
{
"text": "In the next two sections, we will discuss the details about the similarity metric in line 4 and the incremental training in line 5 of Algorithm 2.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "6:",
"sec_num": null
},
{
"text": "In line 4 of Algorithm 2, to retrieve training examples for the sentence t i , we first need a metric to retrieve similar translation examples. We assume that the metric satisfy the property: more similar the test sentence and translation examples are, the better translation result one obtains when decoding the test sentence with the weight trained on the translation examples.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acquiring Training Examples",
"sec_num": "3"
},
{
"text": "The metric we consider here is derived from an example-based machine translation. To retrieve translation examples for a test sentence, (Watanabe and Sumita, 2003) defined a metric based on the combination of edit distance and TF-IDF (Manning and Sch\u00fctze, 1999) as follows:",
"cite_spans": [
{
"start": 136,
"end": 163,
"text": "(Watanabe and Sumita, 2003)",
"ref_id": "BIBREF30"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Acquiring Training Examples",
"sec_num": "3"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "dist(f 1 , f 2 ) = \u03b8 \u00d7 edit-dist(f 1 , f 2 )+ (1 \u2212 \u03b8) \u00d7 tf-idf(f 1 , f 2 ),",
"eq_num": "(2)"
}
],
"section": "Acquiring Training Examples",
"sec_num": "3"
},
{
"text": "where \u03b8(0 \u2264 \u03b8 \u2264 1) is an interpolation weight, f i (i = 1, 2) is a word sequence and can be also considered as a document. In this paper, we extract similar examples from training data. Like examplebased translation in which similar source sentences have similar translations, we assume that the optimal translation weights of the similar source sentences are closer.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acquiring Training Examples",
"sec_num": "3"
},
{
"text": "Compared with retraining mode, incremental training can improve the training efficiency. In the field of machine learning research, incremental training has been employed in the work (Cauwenberghs and Poggio, 2001; Shilton et al., 2005) , but there is little work for tuning parameters of statistical machine translation. The biggest difficulty lies in that the feature vector of a given training example, i.e. translation example, is unavailable until actually decoding the example, since the derivation is a latent variable. In this section, we will investigate the incremental training methods in SMT scenario.",
"cite_spans": [
{
"start": 183,
"end": 214,
"text": "(Cauwenberghs and Poggio, 2001;",
"ref_id": "BIBREF3"
},
{
"start": 215,
"end": 236,
"text": "Shilton et al., 2005)",
"ref_id": "BIBREF28"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Incremental Training Based on Ultraconservative Update",
"sec_num": "4"
},
{
"text": "Following the notations in Algorithm 2, W b is the baseline weight,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Incremental Training Based on Ultraconservative Update",
"sec_num": "4"
},
{
"text": "D i = { f i j , c i j , r i j } K j=1 denotes training examples for t i .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Incremental Training Based on Ultraconservative Update",
"sec_num": "4"
},
{
"text": "For the sake of brevity, we will drop the index i,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Incremental Training Based on Ultraconservative Update",
"sec_num": "4"
},
{
"text": "D i = { f j , c j , r j } K j=1",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Incremental Training Based on Ultraconservative Update",
"sec_num": "4"
},
{
"text": ", in the rest of this paper. Our goal is to find an optimal weight, denoted by W i , which is a local weight and used for decoding the sentence t i . Unlike the global method which performs tuning on the whole development set Dev + D i as in Algorithm 1, W i can be incrementally learned by optimizing on D i based on W b . We employ the idea of ultraconservative update (Crammer and Singer, 2003; Crammer et al., 2006) to propose two incremental methods for local training in Algorithm 2 as follows.",
"cite_spans": [
{
"start": 371,
"end": 397,
"text": "(Crammer and Singer, 2003;",
"ref_id": "BIBREF8"
},
{
"start": 398,
"end": 419,
"text": "Crammer et al., 2006)",
"ref_id": "BIBREF9"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Incremental Training Based on Ultraconservative Update",
"sec_num": "4"
},
{
"text": "Ultraconservative update is an efficient way to consider the trade-off between the progress made on development set Dev and the progress made on D i . It desires that the optimal weight W i is not only close to the baseline weight W b , but also achieves the low loss over the retrieved examples D i . The idea of ultraconservative update can be formalized as follows:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Incremental Training Based on Ultraconservative Update",
"sec_num": "4"
},
{
"text": "min W d(W, W b ) + \u03bb \u2022 Loss(D i , W ) , (3) where d(W, W b )",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Incremental Training Based on Ultraconservative Update",
"sec_num": "4"
},
{
"text": "is a distance metric over a pair of weights W and W b . It penalizes the weights far away from W b and it is L 2 norm in this paper. Loss(D i , W ) is a loss function of W defined on D i and it evaluates the performance of W over D i . \u03bb is a positive hyperparameter. If D i is more similar to the test sentence t i , the better performance will be achieved for the larger \u03bb. In particular, if D i consists of only a single sentence t i , the best performance will be obtained when \u03bb goes to infinity.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Incremental Training Based on Ultraconservative Update",
"sec_num": "4"
},
{
"text": "MIRA (Crammer and Singer, 2003; Crammer et al., 2006 ) is a form of ultraconservative update in 3whose Loss is defined as hinge loss based on margin over the pairwise translation candiates in D i . It tries to minimize the following quadratic program:",
"cite_spans": [
{
"start": 5,
"end": 31,
"text": "(Crammer and Singer, 2003;",
"ref_id": "BIBREF8"
},
{
"start": 32,
"end": 52,
"text": "Crammer et al., 2006",
"ref_id": "BIBREF9"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Margin Based Ultraconservative Update",
"sec_num": "4.1"
},
{
"text": "1 2 ||W \u2212 W b || 2 + \u03bb K K j=1 max 1\u2264n\u2264|c j | jn \u2212W \u2022\u2206h(f j , e jn )",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Margin Based Ultraconservative Update",
"sec_num": "4.1"
},
{
"text": "with",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Margin Based Ultraconservative Update",
"sec_num": "4.1"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "\u2206h(f j , e jn ) = h(f j , e j\u2022 ) \u2212 h(f j , e jn ),",
"eq_num": "(4)"
}
],
"section": "Margin Based Ultraconservative Update",
"sec_num": "4.1"
},
{
"text": "where h(f j , e) is the feature vector of candidate e, e jn is a translation member of f j in c j , e j\u2022 is the oracle one in c j , jn is a loss between e j\u2022 and e jn and it is the same as referred in (Chiang et al., 2008) , and |c j | denotes the number of members in c j . Different from (Watanabe et al., 2007; Chiang et al., 2008) employing the MIRA to globally train SMT, in this paper, we apply MIRA as one of local training method for SMT and we call it as margin based ultraconservative update (MBUU for shortly) to highlight its advantage of incremental training in line 5 of Algorithm 2.",
"cite_spans": [
{
"start": 201,
"end": 222,
"text": "(Chiang et al., 2008)",
"ref_id": "BIBREF6"
},
{
"start": 290,
"end": 313,
"text": "(Watanabe et al., 2007;",
"ref_id": "BIBREF31"
},
{
"start": 314,
"end": 334,
"text": "Chiang et al., 2008)",
"ref_id": "BIBREF6"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Margin Based Ultraconservative Update",
"sec_num": "4.1"
},
{
"text": "Further, there is another difference between MBUU and MIRA in (Watanabe et al., 2007; Chiang et al., 2008) . MBUU is a batch update mode which updates the weight with all training examples, but MIRA is an online one which updates with each example (Watanabe et al., 2007) or part of examples (Chiang et al., 2008) . Therefore, MBUU is more ultraconservative.",
"cite_spans": [
{
"start": 62,
"end": 85,
"text": "(Watanabe et al., 2007;",
"ref_id": "BIBREF31"
},
{
"start": 86,
"end": 106,
"text": "Chiang et al., 2008)",
"ref_id": "BIBREF6"
},
{
"start": 248,
"end": 271,
"text": "(Watanabe et al., 2007)",
"ref_id": "BIBREF31"
},
{
"start": 292,
"end": 313,
"text": "(Chiang et al., 2008)",
"ref_id": "BIBREF6"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Margin Based Ultraconservative Update",
"sec_num": "4.1"
},
{
"text": "Instead of taking into account the margin-based hinge loss between a pair of translations as the Loss in (3), we directly optimize the error rate of translation candidates with respect to their references in D i . Formally, the objective function of error rate based ultraconservative update (EBUU) is as follows:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Error Rate Based Ultraconservative Update",
"sec_num": "4.2"
},
{
"text": "1 2 W \u2212 W b 2 + \u03bb K K j=1",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Error Rate Based Ultraconservative Update",
"sec_num": "4.2"
},
{
"text": "Error(r j ;\u00ea(f j ; W )),",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Error Rate Based Ultraconservative Update",
"sec_num": "4.2"
},
{
"text": "where\u00ea(f j ; W ) is defined in Equation 1, and Error(r j , e) is the sentence-wise minus BLEU (Papineni et al., 2002) of a candidate e with respect to r j . Due to the existence of L 2 norm in objective function (5), the optimization algorithm MERT can not be applied for this question since the exact line search routine does not hold here. Motivated by (Och, 2003; Smith and Eisner, 2006) , we approximate the Error in (5) by the expected loss, and then derive the following function:",
"cite_spans": [
{
"start": 355,
"end": 366,
"text": "(Och, 2003;",
"ref_id": "BIBREF24"
},
{
"start": 367,
"end": 390,
"text": "Smith and Eisner, 2006)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Error Rate Based Ultraconservative Update",
"sec_num": "4.2"
},
{
"text": "1 2 W \u2212W b 2 + \u03bb K K j=1 e",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Error Rate Based Ultraconservative Update",
"sec_num": "4.2"
},
{
"text": "Error(r j ; e)P \u03b1 (e|f j ; W ), ,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Error Rate Based Ultraconservative Update",
"sec_num": "4.2"
},
{
"text": "where \u03b1 > 0 is a real number valued smoother. One can see that, in the extreme case, for \u03b1 \u2192 \u221e, (6) converges to (5). We apply the gradient decent method to minimize the function (6), as it is smooth with respect to \u03bb. Since the function (6) is non-convex, the solution obtained by gradient descent method may depend on the initial point. In this paper, we set the initial point as W b in order to achieve a desirable solution.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Error Rate Based Ultraconservative Update",
"sec_num": "4.2"
},
{
"text": "We conduct our experiments on the Chinese-to-English translation task. The training data is FBIS corpus consisting of about 240k sentence pairs. The development set is NIST02 evaluation data, and the test datasets are NIST05, NIST06,and NIST08.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Setting",
"sec_num": "5.1"
},
{
"text": "We run GIZA++ (Och and Ney, 2000) on the training corpus in both directions (Koehn et al., 2003) to obtain the word alignment for each sentence pair. We train a 4-gram language model on the Xinhua portion of the English Gigaword corpus using the SRILM Toolkits (Stolcke, 2002) with modified Kneser-Ney smoothing (Chen and Goodman, 1998) . In our experiments the translation performances are measured by case-insensitive BLEU4 metric (Papineni et al., 2002) and we use mteval-v13a.pl as the evaluation tool. The significance testing is performed by paired bootstrap re-sampling (Koehn, 2004) .",
"cite_spans": [
{
"start": 14,
"end": 33,
"text": "(Och and Ney, 2000)",
"ref_id": "BIBREF22"
},
{
"start": 76,
"end": 96,
"text": "(Koehn et al., 2003)",
"ref_id": "BIBREF14"
},
{
"start": 261,
"end": 276,
"text": "(Stolcke, 2002)",
"ref_id": "BIBREF29"
},
{
"start": 312,
"end": 336,
"text": "(Chen and Goodman, 1998)",
"ref_id": "BIBREF4"
},
{
"start": 433,
"end": 456,
"text": "(Papineni et al., 2002)",
"ref_id": "BIBREF25"
},
{
"start": 577,
"end": 590,
"text": "(Koehn, 2004)",
"ref_id": "BIBREF16"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Setting",
"sec_num": "5.1"
},
{
"text": "We use an in-house developed hierarchical phrase-based translation (Chiang, 2005) as our baseline system, and we denote it as In-Hiero. To obtain satisfactory baseline performance, we tune In-Hiero system for 5 times using MERT, and then se- (Koehn et al., 2007) . Both of these systems are with default setting. All three systems are trained by MERT with 100 best candidates. To compare the local training method in Algorithm 2, we use a standard global training method, MERT, as the baseline training method. We do not compare with Algorithm 1, in which retraining is performed for each input sentence, since retraining for the whole test set is impractical given that each sentence-wise retraining may take some hours or even days. Therefore, we just compare Algorithm 2 with MERT.",
"cite_spans": [
{
"start": 67,
"end": 81,
"text": "(Chiang, 2005)",
"ref_id": "BIBREF7"
},
{
"start": 242,
"end": 262,
"text": "(Koehn et al., 2007)",
"ref_id": "BIBREF15"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Setting",
"sec_num": "5.1"
},
{
"text": "To run the Algorithm 2, we tune the baseline weight W b on NIST02 by MERT 3 . The retrieval data is set as the training data, i.e. FBIS corpus, and the retrieval size is 100. We translate retrieval data with W b to obtain their 100 best translation candidates. We use the simple linear interpolated TF-IDF metric with \u03b8 = 0.1 in Section 3 as the retrieval metric.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Runtime Results",
"sec_num": "5.2"
},
{
"text": "2 See web: http://www.statmt.org 3 W b is exactly the weight of In-Hiero in Table 1. NIST05 NIST06 NIST08 NIST02 0.665 0.571 0.506 For an efficient tuning, the retrieval process is parallelized as follows: the examples are assigned to 4 CPUs so that each CPU accepts a query and returns its top-100 results, then all these top-100 results are merged into the final top-100 retrieved examples together with their translation candidates. In our experiments, we employ the two incremental training methods, i.e. MBUU and EBUU. Both of the hyperparameters \u03bb are tuned on NIST05 and set as 0.018 and 0.06 for MBUU and EBUU, respectively. In the incremental training step, only one CPU is employed. Table 2 depicts that testing each sentence with local training method takes 2.9 seconds, which is comparable to the testing time 2.0 seconds with global training method 4 . This shows that the local method is efficient. Further, compared to the retrieval, the local training is not the bottleneck. Actually, if we use LSH technique (Andoni and Indyk, 2008) in retrieval process, the local method can be easily scaled to a larger training data. Table 3 shows the main results of our local training methods. The EBUU training method significantly outperforms the MERT baseline, and the improvement even achieves up to 2.0 BLEU points on NIST08. We can also see that EBUU and MBUU are comparable on these three test sets. Both of these two local training methods achieve significant improvements over the MERT baseline, which proves the effectiveness of our local training method over global training method.",
"cite_spans": [
{
"start": 1025,
"end": 1049,
"text": "(Andoni and Indyk, 2008)",
"ref_id": "BIBREF0"
}
],
"ref_spans": [
{
"start": 76,
"end": 84,
"text": "Table 1.",
"ref_id": null
},
{
"start": 693,
"end": 700,
"text": "Table 2",
"ref_id": "TABREF3"
},
{
"start": 1137,
"end": 1144,
"text": "Table 3",
"ref_id": "TABREF4"
}
],
"eq_spans": [],
"section": "Runtime Results",
"sec_num": "5.2"
},
{
"text": "Although both local methods MBUU and EBUU achieved improvements on all the datasets, their gains on NIST06 and NIST08 are significantly higher than those achieved on NIST05 test dataset. We conjecture that, the more different a test set and a development set are, the more potential improvem- nts local training has for the sentences in this test set. To test our hypothesis, we measured the similarity between the development set and a test set by the average value 5 of accumulated TF-IDF scores of development dataset and each sentence in test datasets. Table 4 shows that NIST06 and NIST08 are more different from NIS02 than NIST05, thus, this is potentially the reason why local training is more effective on NIST06 and NIST08. As mentioned in Section 1, the global training methods such as MERT are highly dependent on development sets, which can be seen in Table 5 . Therefore, the translation performance will be degraded if one chooses a development data which is not close 5 Instead of using the similarity between two documents development and test datasets, we define the similarity as the average similarity of the development set and the sentences in test set. The reason is that it reduces its dependency on the number of sentences in test dataset, which may cause a bias. to the test data. We can see that, with the help of the local training, we still gain much even if we selected an unsatisfactory development data. As also mentioned in Section 1, the global methods do not care about the sentence level performance. Table 6 depicts that there are 1735 sentences with zero BLEU points in all the three test datasets for MERT. Besides obtaining improvements on document level as referred in Table 3 , the local training methods can also achieve consistent improvements on sentence level and thus can improve the users' experiences.",
"cite_spans": [],
"ref_spans": [
{
"start": 557,
"end": 564,
"text": "Table 4",
"ref_id": "TABREF5"
},
{
"start": 864,
"end": 871,
"text": "Table 5",
"ref_id": "TABREF7"
},
{
"start": 1536,
"end": 1543,
"text": "Table 6",
"ref_id": "TABREF9"
},
{
"start": 1709,
"end": 1716,
"text": "Table 3",
"ref_id": "TABREF4"
}
],
"eq_spans": [],
"section": "Results and Analysis",
"sec_num": "5.3"
},
{
"text": "The hyperparameters \u03bb in both MBUU (4) and EBUU (6) has an important influence on translation performance. Figure 2 shows such influence for EBUU on the test datasets. We can see that, the performances on all these datasets improve as \u03bb becomes closer to 0.06 from 0, and the performance continues improving when \u03bb passes over 0.06 on NIST08 test set, where the performance constantly improves up to 2.6 BLEU points over baseline. As mentioned in Section 4, if the retrieved examples are very similar to the test sentence, the better performance will be achieved with the larger \u03bb. Therefore, it is reasonable that the performances improved when \u03bb increased from 0 to 0.06. Further, the turning point appearing at 0.06 proves that the ultraconservative update is necessary. We can also see that the performance on NIST08 consistently improves and achieves the maximum gain when \u03bb arrives at 0.1, but those on both NIST05 and NIST06 achieves the best when it arrives at 0.06. This phenomenon can also be interpreted in Table 4 as the lowest similarity between the development and NIST08 datasets.",
"cite_spans": [],
"ref_spans": [
{
"start": 107,
"end": 115,
"text": "Figure 2",
"ref_id": "FIGREF1"
},
{
"start": 1018,
"end": 1025,
"text": "Table 4",
"ref_id": "TABREF5"
}
],
"eq_spans": [],
"section": "Results and Analysis",
"sec_num": "5.3"
},
{
"text": "Generally, the better performance may be achieved when more examples are retrieved. Actually, in lated approximately. Table 8 presents the performance of the oracle translations selected from the 1-best translation results of MERT and EBUU. Clearly, there exists more potential improvement for local training method.",
"cite_spans": [],
"ref_spans": [
{
"start": 118,
"end": 125,
"text": "Table 8",
"ref_id": "TABREF12"
}
],
"eq_spans": [],
"section": "Results and Analysis",
"sec_num": "5.3"
},
{
"text": "Several works have proposed discriminative techniques to train log-linear model for SMT. (Och and Ney, 2002; Blunsom et al., 2008) used maximum likelihood estimation to learn weights for MT. (Och, 2003; Moore and Quirk, 2008; Zhao and Chen, 2009; Galley and Quirk, 2011) employed an evaluation metric as a loss function and directly optimized it. (Watanabe et al., 2007; Chiang et al., 2008; Hopkins and May, 2011) proposed other optimization objectives by introducing a margin-based and ranking-based indirect loss functions.",
"cite_spans": [
{
"start": 89,
"end": 108,
"text": "(Och and Ney, 2002;",
"ref_id": "BIBREF23"
},
{
"start": 109,
"end": 130,
"text": "Blunsom et al., 2008)",
"ref_id": "BIBREF1"
},
{
"start": 191,
"end": 202,
"text": "(Och, 2003;",
"ref_id": "BIBREF24"
},
{
"start": 203,
"end": 225,
"text": "Moore and Quirk, 2008;",
"ref_id": "BIBREF21"
},
{
"start": 226,
"end": 246,
"text": "Zhao and Chen, 2009;",
"ref_id": "BIBREF33"
},
{
"start": 247,
"end": 270,
"text": "Galley and Quirk, 2011)",
"ref_id": "BIBREF10"
},
{
"start": 347,
"end": 370,
"text": "(Watanabe et al., 2007;",
"ref_id": "BIBREF31"
},
{
"start": 371,
"end": 391,
"text": "Chiang et al., 2008;",
"ref_id": "BIBREF6"
},
{
"start": 392,
"end": 414,
"text": "Hopkins and May, 2011)",
"ref_id": "BIBREF13"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "6"
},
{
"text": "All the methods mentioned above train a single weight for the whole development set, whereas our local training method learns a weight for each sentence. Further, our translation framework integrates the training and testing into one unit, instead of treating them separately. One of the advantages is that it can adapt the weights for each of the test sentences.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "6"
},
{
"text": "Our method resorts to some translation examples, which is similar as example-based translation or translation memory (Watanabe and Sumita, 2003; He et al., 2010; Ma et al., 2011) . Instead of using translation examples to construct translation rules for enlarging the decoding space, we employed them to discriminatively learn local weights. Similar to (Hildebrand et al., 2005; L\u00fc et al., 2007) , our method also employes IR methods to retrieve examples for a given test set. Their methods utilize the retrieved examples to acquire translation model and can be seen as the adaptation of translation model. However, ours uses the retrieved examples to tune the weights and thus can be considered as the adaptation of tuning. Furthermore, since ours does not change the translation model which needs to run GIZA++ and it incrementally trains local weights, our method can be applied for online translation service.",
"cite_spans": [
{
"start": 117,
"end": 144,
"text": "(Watanabe and Sumita, 2003;",
"ref_id": "BIBREF30"
},
{
"start": 145,
"end": 161,
"text": "He et al., 2010;",
"ref_id": "BIBREF11"
},
{
"start": 162,
"end": 178,
"text": "Ma et al., 2011)",
"ref_id": "BIBREF19"
},
{
"start": 353,
"end": 378,
"text": "(Hildebrand et al., 2005;",
"ref_id": "BIBREF12"
},
{
"start": 379,
"end": 395,
"text": "L\u00fc et al., 2007)",
"ref_id": "BIBREF18"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "6"
},
{
"text": "This paper proposes a novel local training framework for SMT. It has two characteristics, which are different from global training methods such as MERT. First, instead of training only one weight for document level, it trains a single weight for sentence level. Second, instead of considering the training and testing as two separate units, we unify the training and testing into one unit, which can employ the information of test sentences and perform sentencewise local adaptation of weights.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion and Future Work",
"sec_num": "7"
},
{
"text": "Local training can not only alleviate the problem of the development data selection, but also reduce the risk of sentence-wise bad translation results, thus consistently improve the translation performance. Experiments show gains up to 2.0 BLEU points compared with a MERT baseline. With the help of incremental training methods, the time incurred by local training was negligible and the local training and testing totally took 2.9 seconds for each sentence.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion and Future Work",
"sec_num": "7"
},
{
"text": "In the future work, we will further investigate the local training method, since there are more room for improvements as observed in our experiments. We will test our method on other translation models and larger training data 6 .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion and Future Work",
"sec_num": "7"
},
{
"text": "Usually, the quality of development set Dev is high, since it is manually produced with multiple references. This is the main reason why Dev is used as a part of new development set to train W i .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "The runtime excludes the time of tuning and decoding on D in Algorithm 2, since both of them can be performanced offline.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Intuitionally, when the corpus of translation examples is larger, the retrieval results in Algorithm 2 are much similar as the test sentence. Therefore our method may favor this.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "We would like to thank Hongfei Jiang and Shujie Liu for many valuable discussions and thank three anonymous reviewers for many valuable comments and helpful suggestions. This work was supported by National Natural Science Foundation of China (61173073,61100093), and the Key Project of the National High Technology Research and Development Program of China (2011AA01A207), and the Fundamental Research Funds for Central Universites (HIT.NSRIF.2013065).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgments",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Near-optimal hashing algorithms for approximate nearest neighbor in high dimensions",
"authors": [
{
"first": "Alexandr",
"middle": [],
"last": "Andoni",
"suffix": ""
},
{
"first": "Piotr",
"middle": [],
"last": "Indyk",
"suffix": ""
}
],
"year": 2008,
"venue": "Commun. ACM",
"volume": "51",
"issue": "1",
"pages": "117--122",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Alexandr Andoni and Piotr Indyk. 2008. Near-optimal hashing algorithms for approximate nearest neighbor in high dimensions. Commun. ACM, 51(1):117-122, January.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "A discriminative latent variable model for statistical machine translation",
"authors": [
{
"first": "Phil",
"middle": [],
"last": "Blunsom",
"suffix": ""
},
{
"first": "Trevor",
"middle": [],
"last": "Cohn",
"suffix": ""
},
{
"first": "Miles",
"middle": [],
"last": "Osborne",
"suffix": ""
}
],
"year": 2008,
"venue": "Proceedings of ACL",
"volume": "",
"issue": "",
"pages": "200--208",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Phil Blunsom, Trevor Cohn, and Miles Osborne. 2008. A discriminative latent variable model for statisti- cal machine translation. In Proceedings of ACL, pages 200-208, Columbus, Ohio, June. Association for Computational Linguistics.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Local learning algorithms",
"authors": [
{
"first": "L\u00e9on",
"middle": [],
"last": "Bottou",
"suffix": ""
},
{
"first": "Vladimir",
"middle": [],
"last": "Vapnik",
"suffix": ""
}
],
"year": 1992,
"venue": "Neural Comput",
"volume": "4",
"issue": "",
"pages": "888--900",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "L\u00e9on Bottou and Vladimir Vapnik. 1992. Local learning algorithms. Neural Comput., 4:888-900, November.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Incremental and decremental support vector machine learning",
"authors": [
{
"first": "G",
"middle": [],
"last": "Cauwenberghs",
"suffix": ""
},
{
"first": "T",
"middle": [],
"last": "Poggio",
"suffix": ""
}
],
"year": 2001,
"venue": "Advances in Neural Information Processing Systems (NIPS*2000)",
"volume": "13",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "G. Cauwenberghs and T. Poggio. 2001. Incremental and decremental support vector machine learning. In Advances in Neural Information Processing Systems (NIPS*2000), volume 13.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "An empirical study of smoothing techniques for language modeling",
"authors": [
{
"first": "F",
"middle": [],
"last": "Stanley",
"suffix": ""
},
{
"first": "Joshua",
"middle": [],
"last": "Chen",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Goodman",
"suffix": ""
}
],
"year": 1998,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Stanley F Chen and Joshua Goodman. 1998. An empir- ical study of smoothing techniques for language mod- eling. In Technical Report TR-10-98. Harvard Univer- sity.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Efficient algorithm for localized support vector machine",
"authors": [
{
"first": "Haibin",
"middle": [],
"last": "Cheng",
"suffix": ""
},
{
"first": "Pang-Ning",
"middle": [],
"last": "Tan",
"suffix": ""
},
{
"first": "Rong",
"middle": [],
"last": "Jin",
"suffix": ""
}
],
"year": 2010,
"venue": "IEEE Trans. on Knowl. and Data Eng",
"volume": "22",
"issue": "",
"pages": "537--549",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Haibin Cheng, Pang-Ning Tan, and Rong Jin. 2010. Ef- ficient algorithm for localized support vector machine. IEEE Trans. on Knowl. and Data Eng., 22:537-549, April.",
"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": "Proceedings of the Conference on Empirical Methods in Natural Language Processing, EMNLP '08",
"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 struc- tural translation features. In Proceedings of the Con- ference on Empirical Methods in Natural Language Processing, EMNLP '08, pages 224-233, Strouds- burg, PA, USA. Association for Computational Lin- guistics.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "A hierarchical phrase-based model for statistical machine translation",
"authors": [
{
"first": "David",
"middle": [],
"last": "Chiang",
"suffix": ""
}
],
"year": 2005,
"venue": "Proceedings of the 43rd Annual Meeting on Association for Computational Linguistics, ACL '05",
"volume": "",
"issue": "",
"pages": "263--270",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "David Chiang. 2005. A hierarchical phrase-based model for statistical machine translation. In Proceedings of the 43rd Annual Meeting on Association for Computa- tional Linguistics, ACL '05, pages 263-270, Strouds- burg, PA, USA. Association for Computational Lin- guistics.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Ultraconservative online algorithms for multiclass problems",
"authors": [
{
"first": "Koby",
"middle": [],
"last": "Crammer",
"suffix": ""
},
{
"first": "Yoram",
"middle": [],
"last": "Singer",
"suffix": ""
}
],
"year": 2003,
"venue": "J. Mach. Learn. Res",
"volume": "3",
"issue": "",
"pages": "951--991",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Koby Crammer and Yoram Singer. 2003. Ultraconser- vative online algorithms for multiclass problems. J. Mach. Learn. Res., 3:951-991, March.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Shai Shalev-Shwartz, and Yoram Singer",
"authors": [
{
"first": "Koby",
"middle": [],
"last": "Crammer",
"suffix": ""
},
{
"first": "Ofer",
"middle": [],
"last": "Dekel",
"suffix": ""
},
{
"first": "Joseph",
"middle": [],
"last": "Keshet",
"suffix": ""
}
],
"year": 2006,
"venue": "J. Mach. Learn. Res",
"volume": "7",
"issue": "",
"pages": "551--585",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Koby Crammer, Ofer Dekel, Joseph Keshet, Shai Shalev- Shwartz, and Yoram Singer. 2006. Online passive- aggressive algorithms. J. Mach. Learn. Res., 7:551- 585, December.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Optimal search for minimum error rate training",
"authors": [
{
"first": "Michel",
"middle": [],
"last": "Galley",
"suffix": ""
},
{
"first": "Chris",
"middle": [],
"last": "Quirk",
"suffix": ""
}
],
"year": 2011,
"venue": "Proceedings of the 2011 Conference on Empirical Methods in Natural Language Processing",
"volume": "",
"issue": "",
"pages": "38--49",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Michel Galley and Chris Quirk. 2011. Optimal search for minimum error rate training. In Proceedings of the 2011 Conference on Empirical Methods in Natural Language Processing, pages 38-49, Edinburgh, Scot- land, UK., July. Association for Computational Lin- guistics.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Bridging smt and tm with translation recommendation",
"authors": [
{
"first": "Yifan",
"middle": [],
"last": "He",
"suffix": ""
},
{
"first": "Yanjun",
"middle": [],
"last": "Ma",
"suffix": ""
},
{
"first": "Josef",
"middle": [],
"last": "Van Genabith",
"suffix": ""
},
{
"first": "Andy",
"middle": [
"Way"
],
"last": "",
"suffix": ""
}
],
"year": 2010,
"venue": "Proceedings of the 48th Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "622--630",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Yifan He, Yanjun Ma, Josef van Genabith, and Andy Way. 2010. Bridging smt and tm with translation recommendation. In Proceedings of the 48th Annual Meeting of the Association for Computational Linguis- tics, pages 622-630, Uppsala, Sweden, July. Associa- tion for Computational Linguistics.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Adaptation of the translation model for statistical machine translation based on information retrieval",
"authors": [
{
"first": "S",
"middle": [],
"last": "Hildebrand",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Eck",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Vogel",
"suffix": ""
},
{
"first": "Alex",
"middle": [],
"last": "Waibel",
"suffix": ""
}
],
"year": 2005,
"venue": "Proceedings of EAMT",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "S. Hildebrand, M. Eck, S. Vogel, and Alex Waibel. 2005. Adaptation of the translation model for statistical ma- chine translation based on information retrieval. In Proceedings of EAMT. Association for Computational Linguistics.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Association for Computational Linguistics",
"authors": [
{
"first": "Mark",
"middle": [],
"last": "Hopkins",
"suffix": ""
},
{
"first": "Jonathan",
"middle": [],
"last": "",
"suffix": ""
}
],
"year": 2011,
"venue": "Proceedings of the 2011 Conference on Empirical Methods in Natural Language Processing",
"volume": "",
"issue": "",
"pages": "1352--1362",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mark Hopkins and Jonathan May. 2011. Tuning as rank- ing. In Proceedings of the 2011 Conference on Empir- ical Methods in Natural Language Processing, pages 1352-1362, Edinburgh, Scotland, UK., July. Associa- tion for Computational Linguistics.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Statistical phrase-based translation",
"authors": [
{
"first": "Philipp",
"middle": [],
"last": "Koehn",
"suffix": ""
},
{
"first": "Franz",
"middle": [
"Josef"
],
"last": "Och",
"suffix": ""
},
{
"first": "Daniel",
"middle": [],
"last": "Marcu",
"suffix": ""
}
],
"year": 2003,
"venue": "Proc. of HLT-NAACL. ACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Philipp Koehn, Franz Josef Och, and Daniel Marcu. 2003. Statistical phrase-based translation. In Proc. of HLT-NAACL. ACL.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Moses: open source toolkit for statistical machine translation",
"authors": [
{
"first": "Philipp",
"middle": [],
"last": "Koehn",
"suffix": ""
},
{
"first": "Hieu",
"middle": [],
"last": "Hoang",
"suffix": ""
},
{
"first": "Alexandra",
"middle": [],
"last": "Birch",
"suffix": ""
},
{
"first": "Chris",
"middle": [],
"last": "Callison-Burch",
"suffix": ""
},
{
"first": "Marcello",
"middle": [],
"last": "Federico",
"suffix": ""
},
{
"first": "Nicola",
"middle": [],
"last": "Bertoldi",
"suffix": ""
},
{
"first": "Brooke",
"middle": [],
"last": "Cowan",
"suffix": ""
},
{
"first": "Wade",
"middle": [],
"last": "Shen",
"suffix": ""
},
{
"first": "Christine",
"middle": [],
"last": "Moran",
"suffix": ""
},
{
"first": "Richard",
"middle": [],
"last": "Zens",
"suffix": ""
},
{
"first": "Chris",
"middle": [],
"last": "Dyer",
"suffix": ""
},
{
"first": "Ond\u0159ej",
"middle": [],
"last": "Bojar",
"suffix": ""
}
],
"year": 2007,
"venue": "Proceedings of the 45th Annual Meeting of the ACL on Interactive Poster and Demonstration Sessions, ACL '07",
"volume": "",
"issue": "",
"pages": "177--180",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Philipp Koehn, Hieu Hoang, Alexandra Birch, Chris Callison-Burch, Marcello Federico, Nicola Bertoldi, Brooke Cowan, Wade Shen, Christine Moran, Richard Zens, Chris Dyer, Ond\u0159ej Bojar, Alexandra Con- stantin, and Evan Herbst. 2007. Moses: open source toolkit for statistical machine translation. In Proceed- ings of the 45th Annual Meeting of the ACL on Inter- active Poster and Demonstration Sessions, ACL '07, pages 177-180, Stroudsburg, PA, USA. Association for Computational Linguistics.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Statistical significance tests for machine translation evaluation",
"authors": [
{
"first": "Philipp",
"middle": [],
"last": "Koehn",
"suffix": ""
}
],
"year": 2004,
"venue": "Proc. of EMNLP. ACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Philipp Koehn. 2004. Statistical significance tests for machine translation evaluation. In Proc. of EMNLP. ACL.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Adaptive development data selection for log-linear model in statistical machine translation",
"authors": [
{
"first": "Mu",
"middle": [],
"last": "Li",
"suffix": ""
},
{
"first": "Yinggong",
"middle": [],
"last": "Zhao",
"suffix": ""
},
{
"first": "Dongdong",
"middle": [],
"last": "Zhang",
"suffix": ""
},
{
"first": "Ming",
"middle": [],
"last": "Zhou",
"suffix": ""
}
],
"year": 2010,
"venue": "Proceedings of the 23rd International Conference on Computational Linguistics, COLING '10",
"volume": "",
"issue": "",
"pages": "662--670",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mu Li, Yinggong Zhao, Dongdong Zhang, and Ming Zhou. 2010. Adaptive development data selection for log-linear model in statistical machine translation. In Proceedings of the 23rd International Conference on Computational Linguistics, COLING '10, pages 662- 670, Stroudsburg, PA, USA. Association for Compu- tational Linguistics.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "Improving statistical machine translation performance by training data selection and optimization",
"authors": [
{
"first": "Yajuan",
"middle": [],
"last": "L\u00fc",
"suffix": ""
},
{
"first": "Jin",
"middle": [],
"last": "Huang",
"suffix": ""
},
{
"first": "Qun",
"middle": [],
"last": "Liu",
"suffix": ""
}
],
"year": 2007,
"venue": "Proceedings of the 2007 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning (EMNLP-CoNLL)",
"volume": "",
"issue": "",
"pages": "343--350",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Yajuan L\u00fc, Jin Huang, and Qun Liu. 2007. Improving statistical machine translation performance by train- ing data selection and optimization. In Proceedings of the 2007 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning (EMNLP-CoNLL), pages 343-350, Prague, Czech Republic, June. Association for Computational Linguistics.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "Consistent translation using discriminative learning -a translation memory-inspired approach",
"authors": [
{
"first": "Yanjun",
"middle": [],
"last": "Ma",
"suffix": ""
},
{
"first": "Yifan",
"middle": [],
"last": "He",
"suffix": ""
},
{
"first": "Andy",
"middle": [],
"last": "Way",
"suffix": ""
},
{
"first": "Josef",
"middle": [],
"last": "Van Genabith",
"suffix": ""
}
],
"year": 2011,
"venue": "Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies",
"volume": "",
"issue": "",
"pages": "1239--1248",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Yanjun Ma, Yifan He, Andy Way, and Josef van Gen- abith. 2011. Consistent translation using discrim- inative learning -a translation memory-inspired ap- proach. In Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Hu- man Language Technologies, pages 1239-1248, Port- land, Oregon, USA, June. Association for Computa- tional Linguistics.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "Foundations of statistical natural language processing",
"authors": [
{
"first": "D",
"middle": [],
"last": "Christopher",
"suffix": ""
},
{
"first": "Hinrich",
"middle": [],
"last": "Manning",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Sch\u00fctze",
"suffix": ""
}
],
"year": 1999,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Christopher D. Manning and Hinrich Sch\u00fctze. 1999. Foundations of statistical natural language process- ing. MIT Press, Cambridge, MA, USA.",
"links": null
},
"BIBREF21": {
"ref_id": "b21",
"title": "Random restarts in minimum error rate training for statistical machine translation",
"authors": [
{
"first": "C",
"middle": [],
"last": "Robert",
"suffix": ""
},
{
"first": "Chris",
"middle": [],
"last": "Moore",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Quirk",
"suffix": ""
}
],
"year": 2008,
"venue": "Proceedings of the 22nd International Conference on Computational Linguistics",
"volume": "1",
"issue": "",
"pages": "585--592",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Robert C. Moore and Chris Quirk. 2008. Random restarts in minimum error rate training for statistical machine translation. In Proceedings of the 22nd Inter- national Conference on Computational Linguistics - Volume 1, COLING '08, pages 585-592, Stroudsburg, PA, USA. Association for Computational Linguistics.",
"links": null
},
"BIBREF22": {
"ref_id": "b22",
"title": "Improved statistical alignment models",
"authors": [
{
"first": "Josef",
"middle": [],
"last": "Franz",
"suffix": ""
},
{
"first": "Hermann",
"middle": [],
"last": "Och",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Ney",
"suffix": ""
}
],
"year": 2000,
"venue": "Proceedings of the 38th Annual Meeting on Association for Computational Linguistics, ACL '00",
"volume": "",
"issue": "",
"pages": "440--447",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Franz Josef Och and Hermann Ney. 2000. Improved statistical alignment models. In Proceedings of the 38th Annual Meeting on Association for Computa- tional Linguistics, ACL '00, pages 440-447, Strouds- burg, PA, USA. Association for Computational Lin- guistics.",
"links": null
},
"BIBREF23": {
"ref_id": "b23",
"title": "Discriminative training and maximum entropy models for statistical machine translation",
"authors": [
{
"first": "Josef",
"middle": [],
"last": "Franz",
"suffix": ""
},
{
"first": "Hermann",
"middle": [],
"last": "Och",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Ney",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceedings of the 40th Annual Meeting on Association for Computational Linguistics, ACL '02",
"volume": "",
"issue": "",
"pages": "295--302",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Franz Josef Och and Hermann Ney. 2002. Discrimi- native training and maximum entropy models for sta- tistical machine translation. In Proceedings of the 40th Annual Meeting on Association for Computa- tional Linguistics, ACL '02, pages 295-302, Strouds- burg, PA, USA. Association for Computational Lin- guistics.",
"links": null
},
"BIBREF24": {
"ref_id": "b24",
"title": "Minimum error rate training in statistical machine translation",
"authors": [
{
"first": "Franz Josef",
"middle": [],
"last": "Och",
"suffix": ""
}
],
"year": 2003,
"venue": "Proceedings of the 41st Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "160--167",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Franz Josef Och. 2003. Minimum error rate training in statistical machine translation. In Proceedings of the 41st Annual Meeting of the Association for Compu- tational Linguistics, pages 160-167, Sapporo, Japan, July. Association for Computational Linguistics.",
"links": null
},
"BIBREF25": {
"ref_id": "b25",
"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": "Proceedings of 40th",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kishore Papineni, Salim Roukos, Todd Ward, and Wei- Jing Zhu. 2002. Bleu: a method for automatic eval- uation of machine translation. In Proceedings of 40th",
"links": null
},
"BIBREF26": {
"ref_id": "b26",
"title": "Annual Meeting of the Association for Computational Linguistics",
"authors": [],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "311--318",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Annual Meeting of the Association for Computational Linguistics, pages 311-318, Philadelphia, Pennsylva- nia, USA, July. Association for Computational Lin- guistics.",
"links": null
},
"BIBREF27": {
"ref_id": "b27",
"title": "Consensus training for consensus decoding in machine translation",
"authors": [
{
"first": "Adam",
"middle": [],
"last": "Pauls",
"suffix": ""
},
{
"first": "John",
"middle": [],
"last": "Denero",
"suffix": ""
},
{
"first": "Dan",
"middle": [],
"last": "Klein",
"suffix": ""
}
],
"year": 2009,
"venue": "Proceedings of the 2009 Conference on Empirical Methods in Natural Language Processing",
"volume": "",
"issue": "",
"pages": "1418--1427",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Adam Pauls, John Denero, and Dan Klein. 2009. Con- sensus training for consensus decoding in machine translation. In Proceedings of the 2009 Conference on Empirical Methods in Natural Language Processing, pages 1418-1427, Singapore, August. Association for Computational Linguistics.",
"links": null
},
"BIBREF28": {
"ref_id": "b28",
"title": "Incremental training of support vector machines",
"authors": [
{
"first": "Alistair",
"middle": [],
"last": "Shilton",
"suffix": ""
},
{
"first": "Marimuthu",
"middle": [],
"last": "Palaniswami",
"suffix": ""
},
{
"first": "Daniel",
"middle": [],
"last": "Ralph",
"suffix": ""
},
{
"first": "Ah Chung",
"middle": [],
"last": "Tsoi",
"suffix": ""
}
],
"year": 2005,
"venue": "IEEE Transactions on Neural Networks",
"volume": "16",
"issue": "1",
"pages": "114--131",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Alistair Shilton, Marimuthu Palaniswami, Daniel Ralph, and Ah Chung Tsoi. 2005. Incremental training of support vector machines. IEEE Transactions on Neu- ral Networks, 16(1):114-131.",
"links": null
},
"BIBREF29": {
"ref_id": "b29",
"title": "Srilm -an extensible language modeling toolkit",
"authors": [
{
"first": "Andreas",
"middle": [],
"last": "Stolcke",
"suffix": ""
}
],
"year": 2002,
"venue": "Proc. of ICSLP",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Andreas Stolcke. 2002. Srilm -an extensible language modeling toolkit. In Proc. of ICSLP.",
"links": null
},
"BIBREF30": {
"ref_id": "b30",
"title": "Examplebased decoding for statistical machine translation",
"authors": [
{
"first": "Taro",
"middle": [],
"last": "Watanabe",
"suffix": ""
},
{
"first": "Eiichiro",
"middle": [],
"last": "Sumita",
"suffix": ""
}
],
"year": 2003,
"venue": "Proc. of MT Summit IX",
"volume": "",
"issue": "",
"pages": "410--417",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Taro Watanabe and Eiichiro Sumita. 2003. Example- based decoding for statistical machine translation. In Proc. of MT Summit IX, pages 410-417.",
"links": null
},
"BIBREF31": {
"ref_id": "b31",
"title": "Online large-margin training for statistical machine translation",
"authors": [
{
"first": "Taro",
"middle": [],
"last": "Watanabe",
"suffix": ""
},
{
"first": "Jun",
"middle": [],
"last": "Suzuki",
"suffix": ""
},
{
"first": "Hajime",
"middle": [],
"last": "Tsukada",
"suffix": ""
},
{
"first": "Hideki",
"middle": [],
"last": "Isozaki",
"suffix": ""
}
],
"year": 2007,
"venue": "Proceedings of the 2007 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning (EMNLP-CoNLL)",
"volume": "",
"issue": "",
"pages": "764--773",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Taro Watanabe, Jun Suzuki, Hajime Tsukada, and Hideki Isozaki. 2007. Online large-margin training for sta- tistical machine translation. In Proceedings of the 2007 Joint Conference on Empirical Methods in Nat- ural Language Processing and Computational Natu- ral Language Learning (EMNLP-CoNLL), pages 764- 773, Prague, Czech Republic, June. Association for Computational Linguistics.",
"links": null
},
"BIBREF32": {
"ref_id": "b32",
"title": "Svm-knn: Discriminative nearest neighbor classification for visual category recognition",
"authors": [
{
"first": "Hao",
"middle": [],
"last": "Zhang",
"suffix": ""
},
{
"first": "Alexander",
"middle": [
"C"
],
"last": "Berg",
"suffix": ""
},
{
"first": "Michael",
"middle": [],
"last": "Maire",
"suffix": ""
},
{
"first": "Jitendra",
"middle": [],
"last": "Malik",
"suffix": ""
}
],
"year": 2006,
"venue": "Proceedings of the 2006 IEEE Computer Society Conference on Computer Vision and Pattern Recognition",
"volume": "2",
"issue": "",
"pages": "2126--2136",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hao Zhang, Alexander C. Berg, Michael Maire, and Ji- tendra Malik. 2006. Svm-knn: Discriminative near- est neighbor classification for visual category recog- nition. In Proceedings of the 2006 IEEE Computer Society Conference on Computer Vision and Pattern Recognition -Volume 2, CVPR '06, pages 2126-2136, Washington, DC, USA. IEEE Computer Society.",
"links": null
},
"BIBREF33": {
"ref_id": "b33",
"title": "A simplex armijo downhill algorithm for optimizing statistical machine translation decoding parameters",
"authors": [
{
"first": "Bing",
"middle": [],
"last": "Zhao",
"suffix": ""
},
{
"first": "Shengyuan",
"middle": [],
"last": "Chen",
"suffix": ""
}
],
"year": 2009,
"venue": "Proceedings of Human Language Technologies: The 2009 Annual Conference of the North American Chapter of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "21--24",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bing Zhao and Shengyuan Chen. 2009. A simplex armijo downhill algorithm for optimizing statistical machine translation decoding parameters. In Proceed- ings of Human Language Technologies: The 2009 An- nual Conference of the North American Chapter of the Association for Computational Linguistics, Compan- ion Volume: Short Papers, NAACL-Short '09, pages 21-24, Stroudsburg, PA, USA. Association for Com- putational Linguistics.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"text": "(f ; W ) = arg max e P(e|f ; W ) = arg max e exp W \u2022 h(f, e) e exp W \u2022 h(f, e ) = arg max e W \u2022 h(f, e) ,",
"uris": null,
"type_str": "figure",
"num": null
},
"FIGREF1": {
"text": "The peformance of EBUU for different \u03bb over all the test datasets. The horizontal axis denotes the values of \u03bb in function (6), and the vertical one denotes the BLEU points.",
"uris": null,
"type_str": "figure",
"num": null
},
"TABREF3": {
"text": "The efficiency of the local training and testing measured by sentence averaged runtime. Local MBUU 27.75 + 27.88 + 20.84 + EBUU 27.85 + 27.99 + 21.08 +",
"type_str": "table",
"html": null,
"num": null,
"content": "<table><tr><td>Methods</td><td colspan=\"3\">NIST05 NIST06 NIST08</td></tr><tr><td colspan=\"2\">Global MERT 27.07</td><td>26.32</td><td>19.03</td></tr></table>"
},
"TABREF4": {
"text": "",
"type_str": "table",
"html": null,
"num": null,
"content": "<table><tr><td>: The performance comparison of local train-</td></tr><tr><td>ing methods (MBUU and EBUU) and a global method</td></tr><tr><td>(MERT). NIST05 is the set used to tune \u03bb for MBUU and</td></tr><tr><td>EBUU, and NIST06 and NIST08 are test sets. + means</td></tr><tr><td>the local method is significantly better than MERT with</td></tr><tr><td>p &lt; 0.05.</td></tr></table>"
},
"TABREF5": {
"text": "The similarity of development and three test datasets.",
"type_str": "table",
"html": null,
"num": null,
"content": "<table/>"
},
"TABREF7": {
"text": "The comparison of MERT with different development datasets and local training method based on EBUU.",
"type_str": "table",
"html": null,
"num": null,
"content": "<table/>"
},
"TABREF9": {
"text": "The statistics of sentences with 0.0 sentencelevel BLEU points over three test datasets.",
"type_str": "table",
"html": null,
"num": null,
"content": "<table/>"
},
"TABREF10": {
"text": "there seems to be little dependency between the numbers of examples retrieved and the translation qualities, although they are positively re-",
"type_str": "table",
"html": null,
"num": null,
"content": "<table><tr><td colspan=\"4\">Retrieval Size NIST05 NIST06 NIST08</td></tr><tr><td>40</td><td>27.66</td><td>27.81</td><td>20.87</td></tr><tr><td>70</td><td>27.77</td><td>27.93</td><td>21.08</td></tr><tr><td>100</td><td>27.85</td><td>27.99</td><td>21.08</td></tr></table>"
},
"TABREF11": {
"text": "The performance comparison by varying retrieval size in Algorithm 2 based on EBUU.",
"type_str": "table",
"html": null,
"num": null,
"content": "<table><tr><td colspan=\"4\">Methods NIST05 NIST06 NIST08</td></tr><tr><td colspan=\"2\">MERT 27.07</td><td>26.32</td><td>19.03</td></tr><tr><td colspan=\"2\">EBUU 27.85</td><td>27.99</td><td>21.08</td></tr><tr><td>Oracle</td><td>29.46</td><td>29.35</td><td>22.09</td></tr></table>"
},
"TABREF12": {
"text": "",
"type_str": "table",
"html": null,
"num": null,
"content": "<table><tr><td>: The performance of Oracle of 2-best results</td></tr><tr><td>which consist of 1-best resluts of MERT and 1-best</td></tr><tr><td>resluts of EBUU.</td></tr></table>"
}
}
}
}