ACL-OCL / Base_JSON /prefixP /json /P12 /P12-1001.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "P12-1001",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T09:28:26.672436Z"
},
"title": "Learning to Translate with Multiple Objectives",
"authors": [
{
"first": "Kevin",
"middle": [],
"last": "Duh",
"suffix": "",
"affiliation": {},
"email": "kevinduh@is.naist.jp"
},
{
"first": "Katsuhito",
"middle": [],
"last": "Sudoh",
"suffix": "",
"affiliation": {},
"email": ""
},
{
"first": "Xianchao",
"middle": [],
"last": "Wu",
"suffix": "",
"affiliation": {},
"email": ""
},
{
"first": "Hajime",
"middle": [],
"last": "Tsukada",
"suffix": "",
"affiliation": {},
"email": ""
},
{
"first": "Masaaki",
"middle": [],
"last": "Nagata",
"suffix": "",
"affiliation": {},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "We introduce an approach to optimize a machine translation (MT) system on multiple metrics simultaneously. Different metrics (e.g. BLEU, TER) focus on different aspects of translation quality; our multi-objective approach leverages these diverse aspects to improve overall quality. Our approach is based on the theory of Pareto Optimality. It is simple to implement on top of existing single-objective optimization methods (e.g. MERT, PRO) and outperforms ad hoc alternatives based on linear-combination of metrics. We also discuss the issue of metric tunability and show that our Pareto approach is more effective in incorporating new metrics from MT evaluation for MT optimization.",
"pdf_parse": {
"paper_id": "P12-1001",
"_pdf_hash": "",
"abstract": [
{
"text": "We introduce an approach to optimize a machine translation (MT) system on multiple metrics simultaneously. Different metrics (e.g. BLEU, TER) focus on different aspects of translation quality; our multi-objective approach leverages these diverse aspects to improve overall quality. Our approach is based on the theory of Pareto Optimality. It is simple to implement on top of existing single-objective optimization methods (e.g. MERT, PRO) and outperforms ad hoc alternatives based on linear-combination of metrics. We also discuss the issue of metric tunability and show that our Pareto approach is more effective in incorporating new metrics from MT evaluation for MT optimization.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Weight optimization is an important step in building machine translation (MT) systems. Discriminative optimization methods such as MERT (Och, 2003) , MIRA (Crammer et al., 2006) , PRO (Hopkins and May, 2011), and Downhill-Simplex (Nelder and Mead, 1965) have been influential in improving MT systems in recent years. These methods are effective because they tune the system to maximize an automatic evaluation metric such as BLEU, which serve as surrogate objective for translation quality.",
"cite_spans": [
{
"start": 136,
"end": 147,
"text": "(Och, 2003)",
"ref_id": "BIBREF30"
},
{
"start": 155,
"end": 177,
"text": "(Crammer et al., 2006)",
"ref_id": "BIBREF8"
},
{
"start": 230,
"end": 253,
"text": "(Nelder and Mead, 1965)",
"ref_id": "BIBREF29"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "However, we know that a single metric such as BLEU is not enough. Ideally, we want to tune towards an automatic metric that has perfect correlation with human judgments of translation quality. While many alternatives have been proposed, such a perfect evaluation metric remains elusive.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "As a result, many MT evaluation campaigns now report multiple evaluation metrics (Callison-Burch et al., 2011; Paul, 2010) . Different evaluation metrics focus on different aspects of translation quality. For example, while BLEU (Papineni et al., 2002) focuses on word-based n-gram precision, METEOR (Lavie and Agarwal, 2007) allows for stem/synonym matching and incorporates recall. TER (Snover et al., 2006) allows arbitrary chunk movements, while permutation metrics like RIBES (Isozaki et al., 2010; Birch et al., 2010) measure deviation in word order. Syntax (Owczarzak et al., 2007) and semantics (Pado et al., 2009) also help. Arguably, all these metrics correspond to our intuitions on what is a good translation.",
"cite_spans": [
{
"start": 81,
"end": 110,
"text": "(Callison-Burch et al., 2011;",
"ref_id": "BIBREF5"
},
{
"start": 111,
"end": 122,
"text": "Paul, 2010)",
"ref_id": "BIBREF35"
},
{
"start": 229,
"end": 252,
"text": "(Papineni et al., 2002)",
"ref_id": "BIBREF33"
},
{
"start": 300,
"end": 325,
"text": "(Lavie and Agarwal, 2007)",
"ref_id": "BIBREF21"
},
{
"start": 388,
"end": 409,
"text": "(Snover et al., 2006)",
"ref_id": "BIBREF37"
},
{
"start": 481,
"end": 503,
"text": "(Isozaki et al., 2010;",
"ref_id": "BIBREF18"
},
{
"start": 504,
"end": 523,
"text": "Birch et al., 2010)",
"ref_id": "BIBREF3"
},
{
"start": 564,
"end": 588,
"text": "(Owczarzak et al., 2007)",
"ref_id": "BIBREF31"
},
{
"start": 603,
"end": 622,
"text": "(Pado et al., 2009)",
"ref_id": "BIBREF32"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The current approach of optimizing MT towards a single metric runs the risk of sacrificing other metrics. Can we really claim that a system is good if it has high BLEU, but very low METEOR? Similarly, is a high-METEOR low-BLEU system desirable? Our goal is to propose a multi-objective optimization method that avoids \"overfitting to a single metric\". We want to build a MT system that does well with respect to many aspects of translation quality.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In general, we cannot expect to improve multiple metrics jointly if there are some inherent tradeoffs. We therefore need to define the notion of Pareto Optimality (Pareto, 1906) , which characterizes this tradeoff in a rigorous way and distinguishes the set of equally good solutions. We will describe Pareto Optimality in detail later, but roughly speaking, a hypothesis is pareto-optimal if there exist no other hypothesis better in all metrics. The contribution of this paper is two-fold:",
"cite_spans": [
{
"start": 163,
"end": 177,
"text": "(Pareto, 1906)",
"ref_id": "BIBREF34"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "\u2022 We introduce PMO (Pareto-based Multi- objective Optimization), a general approach for learning with multiple metrics. Existing singleobjective methods can be easily extended to multi-objective using PMO.",
"cite_spans": [
{
"start": 19,
"end": 39,
"text": "(Pareto-based Multi-",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "\u2022 We show that PMO outperforms the alternative (single-objective optimization of linearlycombined metrics) in multi-objective space, and especially obtains stronger results for metrics that may be difficult to tune individually.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In the following, we first explain the theory of Pareto Optimality (Section 2), and then use it to build up our proposed PMO approach (Section 3). Experiments on NIST Chinese-English and PubMed English-Japanese translation using BLEU, TER, and RIBES are presented in Section 4. We conclude by discussing related work (Section 5) and opportunities/limitations (Section 6).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The idea of Pareto optimality comes originally from economics (Pareto, 1906) , where the goal is to characterize situations when a change in allocation of goods does not make anybody worse off. Here, we will explain it in terms of MT:",
"cite_spans": [
{
"start": 62,
"end": 76,
"text": "(Pareto, 1906)",
"ref_id": "BIBREF34"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Definitions and Concepts",
"sec_num": "2.1"
},
{
"text": "Let h \u2208 L be a hypothesis from an N-best list L. We have a total of K different metrics M k (h) for evaluating the quality of h. Without loss of generality, we assume metric scores are bounded between 0 and 1, with 1 being perfect. Each hypothesis h can be mapped to a K-dimensional vector",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Definitions and Concepts",
"sec_num": "2.1"
},
{
"text": "M (h) = [M 1 (h); M 2 (h); ...; M K (h)].",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Definitions and Concepts",
"sec_num": "2.1"
},
{
"text": "For example, suppose K = 2, M 1 (h) computes the BLEU score, and M 2 (h) gives the METEOR score of h. Figure 1 illustrates the set of vectors {M (h)} in a 10-best list.",
"cite_spans": [],
"ref_spans": [
{
"start": 102,
"end": 110,
"text": "Figure 1",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Definitions and Concepts",
"sec_num": "2.1"
},
{
"text": "For two hypotheses h 1 , h 2 , we write M (h 1 ) > M (h 2 ) if h 1 is better than h 2 in all metrics, and",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Definitions and Concepts",
"sec_num": "2.1"
},
{
"text": "M (h 1 ) \u2265 M (h 2 ) if h 1 is better than or equal to h 2 in all metrics. When M (h 1 ) \u2265 M (h 2 ) and M k (h 1 ) > M k (h 2 )",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Definitions and Concepts",
"sec_num": "2.1"
},
{
"text": "for at least one metric k, we say that h 1 dominates h 2 and write M (h 1 ) M (h 2 ). Definition 1.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Definitions and Concepts",
"sec_num": "2.1"
},
{
"text": "Pareto Optimal: A hypothesis h * \u2208 L is pareto-optimal iff there does not exist another hypothesis h \u2208 L such that M (h) M (h * ).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Definitions and Concepts",
"sec_num": "2.1"
},
{
"text": "In Figure 1 , the hypotheses indicated by circle (o) are pareto-optimal, while those with plus (+) are not. To visualize this, take for instance the paretooptimal point (0.4,0.7). There is no other point with either (metric1 > 0.4 and metric2 \u2265 0.7), or (met-ric1 \u2265 0.4 and metric2 > 0.7). On the other hand, the non-pareto point (0.6,0.4) is \"dominated\" by another point (0.7,0.6), because for metric1: 0.7 > 0.6 and for metric2: 0.6 > 0.4.",
"cite_spans": [],
"ref_spans": [
{
"start": 3,
"end": 11,
"text": "Figure 1",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Definitions and Concepts",
"sec_num": "2.1"
},
{
"text": "There is another definition of optimality, which disregards ties and may be easier to visualize:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Definitions and Concepts",
"sec_num": "2.1"
},
{
"text": "Definition 2. Weakly Pareto Optimal: A hypothesis h * \u2208 L is weakly pareto-optimal iff there is no other hypothesis h \u2208 L such that M (h) > M (h * ).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Definitions and Concepts",
"sec_num": "2.1"
},
{
"text": "Weakly pareto-optimal points are a superset of pareto-optimal points. A hypothesis is weakly pareto-optimal if there is no other hypothesis that improves all the metrics; a hypothesis is paretooptimal if there is no other hypothesis that improves at least one metric without detriment to other metrics. In Figure 1 , point (0.1,0.8) is weakly paretooptimal but not pareto-optimal, because of the competing point (0.3,0.8). Here we focus on paretooptimality, but note our algorithms can be easily modified for weakly pareto-optimality. Finally, we can introduce the key concept used in our proposed PMO approach: Definition 3. Pareto Frontier: Given an N-best list L, the set of all pareto-optimal hypotheses h \u2208 L is called the Pareto Frontier.",
"cite_spans": [],
"ref_spans": [
{
"start": 306,
"end": 314,
"text": "Figure 1",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Definitions and Concepts",
"sec_num": "2.1"
},
{
"text": "The Pareto Frontier has two desirable properties from the multi-objective optimization perspective:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Definitions and Concepts",
"sec_num": "2.1"
},
{
"text": "1. Hypotheses on the Frontier are equivalently good in the Pareto sense. 2. For each hypothesis not on the Frontier, there is always a better (pareto-optimal) hypothesis.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Definitions and Concepts",
"sec_num": "2.1"
},
{
"text": "This provides a principled approach to optimization: i.e. optimizing towards points on the Frontier and away from those that are not, and giving no preference to different pareto-optimal hypotheses.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Definitions and Concepts",
"sec_num": "2.1"
},
{
"text": "Multi-objective problems can be formulated as:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Reduction to Linear Combination",
"sec_num": "2.2"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "arg max w [M 1 (h); M 2 (h); . . . ; M k (h)]",
"eq_num": "(1)"
}
],
"section": "Reduction to Linear Combination",
"sec_num": "2.2"
},
{
"text": "where",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Reduction to Linear Combination",
"sec_num": "2.2"
},
{
"text": "h = Decode(w, f )",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Reduction to Linear Combination",
"sec_num": "2.2"
},
{
"text": "Here, the MT system's Decode function, parameterized by weight vector w, takes in a foreign sentence f and returns a translated hypothesis h. The argmax operates in vector space and our goal is to find w leading to hypotheses on the Pareto Frontier.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Reduction to Linear Combination",
"sec_num": "2.2"
},
{
"text": "In the study of Pareto Optimality, one central question is: To what extent can multi-objective problems be solved by single-objective methods? Equation 1 can be reduced to a single-objective problem by scalarizing the vector",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Reduction to Linear Combination",
"sec_num": "2.2"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "[M 1 (h); . . . ; M k (h)] with a linear combination: arg max w K k=1 p k M k (h)",
"eq_num": "(2)"
}
],
"section": "Reduction to Linear Combination",
"sec_num": "2.2"
},
{
"text": "where",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Reduction to Linear Combination",
"sec_num": "2.2"
},
{
"text": "h = Decode(w, f )",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Reduction to Linear Combination",
"sec_num": "2.2"
},
{
"text": "Here, p k are positive real numbers indicating the relative importance of each metric (without loss of generality, assume k p k = 1). Are the solutions to Eq. 2 also solutions to Eq. 1 (i.e. pareto-optimal) and vice-versa? The theory says:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Reduction to Linear Combination",
"sec_num": "2.2"
},
{
"text": "Theorem 1. Sufficient Condition: If w * is solution to Eq. 2, then it is weakly pareto-optimal. Further, if w * is unique, then it is pareto-optimal.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Reduction to Linear Combination",
"sec_num": "2.2"
},
{
"text": "Theorem 2. No Necessary Condition: There may exist solutions to Eq. 1 that cannot be achieved by Eq. 2, irregardless of any setting of {p k }.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Reduction to Linear Combination",
"sec_num": "2.2"
},
{
"text": "Theorem 1 is a positive result asserting that linear combination can give pareto-optimal solutions. However, Theorem 2 states the limits: in particular, Eq. 2 attains only pareto-optimal points that are on the convex hull. This is illustrated in Figure 1: imagine sweeping all values of p 1 = [0, 1] and p 2 = 1 \u2212 p 1 and recording the set of hypotheses that maximizes k p k M k (h). For 0.6 < p 1 \u2264 1 we get h = (0.9, 0.1), for p 1 = 0.6 we get (0.7, 0.6), and for 0 < p 1 < 0.6 we get (0.4, 0.8). At no setting of p 1 do we attain h = (0.4, 0.7) which is also pareto-optimal but not on the convex hull. 1 This may have ramifications for issues like metric tunability and local optima. To summarize, linearcombination is reasonable but has limitations. Our proposed approach will instead directly solve Eq. 1.",
"cite_spans": [],
"ref_spans": [
{
"start": 246,
"end": 252,
"text": "Figure",
"ref_id": null
}
],
"eq_spans": [],
"section": "Reduction to Linear Combination",
"sec_num": "2.2"
},
{
"text": "Pareto Optimality and multi-objective optimization is a deep field with active inquiry in engineering, operations research, economics, etc. For the interested reader, we recommend the survey by Marler and Arora (2004) and books by (Sawaragi et al., 1985; Miettinen, 1998) .",
"cite_spans": [
{
"start": 231,
"end": 254,
"text": "(Sawaragi et al., 1985;",
"ref_id": "BIBREF36"
},
{
"start": 255,
"end": 271,
"text": "Miettinen, 1998)",
"ref_id": "BIBREF28"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Reduction to Linear Combination",
"sec_num": "2.2"
},
{
"text": "3 Multi-objective Algorithms",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Reduction to Linear Combination",
"sec_num": "2.2"
},
{
"text": "Our PMO approach will need to compute the Pareto Frontier for potentially large sets of points, so we first describe how this can be done efficiently. Given a set of N vectors {M (h)} from an N-best list L, our goal is extract the subset that are pareto-optimal.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Computing the Pareto Frontier",
"sec_num": "3.1"
},
{
"text": "Here we present an algorithm based on iterative filtering, in our opinion the simplest algorithm to understand and implement. The strategy is to loop through the list L, keeping track of any dominant points. Given a dominant point, it is easy to filter out many points that are dominated by it. After successive rounds, any remaining points that are not fil- 1 We note that scalarization by exponentiated-combination k p k M k (h) q , for a suitable q > 0, does satisfy necessary conditions for pareto optimality. However the proper tuning of q is not known a priori. See (Miettinen, 1998) for theorem proofs.",
"cite_spans": [
{
"start": 359,
"end": 360,
"text": "1",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Computing the Pareto Frontier",
"sec_num": "3.1"
},
{
"text": "Input: {M (h)}, h \u2208 L Output: All pareto-optimal points of {M (h)} 1: F = \u2205 2:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Algorithm 1 FindParetoFrontier",
"sec_num": null
},
{
"text": "while L is not empty do 3:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Algorithm 1 FindParetoFrontier",
"sec_num": null
},
{
"text": "h * = shift(L) 4: for each h in L do 5: if (M (h * ) M (h)): remove h from L 6: else if (M (h) M (h * )): remove h from L; set h * = h 7:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Algorithm 1 FindParetoFrontier",
"sec_num": null
},
{
"text": "end for 8:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Algorithm 1 FindParetoFrontier",
"sec_num": null
},
{
"text": "Add h * to Frontier Set F 9:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Algorithm 1 FindParetoFrontier",
"sec_num": null
},
{
"text": "for each h in L do 10:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Algorithm 1 FindParetoFrontier",
"sec_num": null
},
{
"text": "if (M (h * ) M (h)): remove h from L 11:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Algorithm 1 FindParetoFrontier",
"sec_num": null
},
{
"text": "end for 12: end while 13: Return F tered are necessarily pareto-optimal. Algorithm 1 shows the pseudocode. In line 3, we take a point h * and check if it is dominating or dominated in the forloop (lines 4-8). At least one pareto-optimal point will be found by line 8. The second loop (lines 9-11) further filters the list for points that are dominated by h * but iterated before h * in the first for-loop.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Algorithm 1 FindParetoFrontier",
"sec_num": null
},
{
"text": "The outer while-loop stops exactly after P iterations, where P is the actual number of paretooptimal points in L. Each inner loop costs O(KN ) so the total complexity is O(P KN ). Since P \u2264 N with the actual value depending on the probability distribution of {M (h)}, the worst-case run-time is O(KN 2 ). For a survey of various Pareto algorithms, refer to (Godfrey et al., 2007) . The algorithm we described here is borrowed from the database literature in what is known as skyline operators. 2",
"cite_spans": [
{
"start": 357,
"end": 379,
"text": "(Godfrey et al., 2007)",
"ref_id": "BIBREF13"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Algorithm 1 FindParetoFrontier",
"sec_num": null
},
{
"text": "We are now ready to present an algorithm for multiobjective optimization. As we will see, it can be seen as a generalization of the pairwise ranking optimization (PRO) of (Hopkins and May, 2011), so we call it PMO-PRO. PMO-PRO approach works by iteratively decoding-and-optimizing on the devset, sim-ilar to many MT optimization methods. The main difference is that rather than trying to maximize a single metric, we maximize the number of pareto points, in order to expand the Pareto Frontier",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "PMO-PRO Algorithm",
"sec_num": "3.2"
},
{
"text": "We will explain PMO-PRO in terms of the pseudo-code shown in Algorithm 2. For each sentence pair (f, e) in the devset, we first generate an N-best list L \u2261 {h} using the current weight vector w (line 5). In line 6, we evaluate each hypothesis h with respect to the K metrics, giving a set of Kdimensional vectors {M (h)}.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "PMO-PRO Algorithm",
"sec_num": "3.2"
},
{
"text": "Lines 7-8 is the critical part: it gives a \"label\" to each hypothesis, based on whether it is in the Pareto Frontier. In particular, first we call FindParetoFrontier (Algorithm 1), which returns a set of pareto hypotheses; pareto-optimal hypotheses will get label 1 while non-optimal hypotheses will get label 0. This information is added to the training set T (line 8), which is then optimized by any conventional subroutine in line 10. We will follow PRO in using a pairwise classifier in line 10, which finds w * that separates hypotheses with labels 1 vs. 0. In essence, this is the trick we employ to directly optimize on the Pareto Frontier. If we had used BLEU scores rather than the {0, 1} labels in line 8, the entire PMO-PRO algorithm would revert to single-objective PRO.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "PMO-PRO Algorithm",
"sec_num": "3.2"
},
{
"text": "By definition, there is no single \"best\" result for multi-objective optimization, so we collect all weights and return the Pareto-optimal set. In line 13 we evaluate each weight w on K metrics across the entire corpus and call FindParetoFrontier in line 14. 3 This choice highlights an interesting change of philosophy: While setting {p k } in linearcombination forces the designer to make an a priori preference among metrics prior to optimization, the PMO strategy is to optimize first agnostically and a posteriori let the designer choose among a set of weights. Arguably it is easier to choose among solutions based on their evaluation scores rather than devising exact values for {p k }.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "PMO-PRO Algorithm",
"sec_num": "3.2"
},
{
"text": "Variants: In practice we find that a slight modification of line 8 in Algorithm 2 leads to more sta-Algorithm 2 Proposed PMO-PRO algorithm Input: Devset, max number of iterations I Output: A set of (pareto-optimal) weight vectors 1: Initialize w. Let W = \u2205. 2: for i = 1 to I do 3:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "3.3"
},
{
"text": "Let T = \u2205.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "3.3"
},
{
"text": "for each (f, e) in devset do 5:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "4:",
"sec_num": null
},
{
"text": "{h} =DecodeNbest(w,f ) 6:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "4:",
"sec_num": null
},
{
"text": "{M (h)}=EvalMetricsOnSentence({h}, e) 7:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "4:",
"sec_num": null
},
{
"text": "{f } =FindParetoFrontier({M (h)}) 8:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "4:",
"sec_num": null
},
{
"text": "foreach h \u2208 {h}: if h \u2208 {f }, set l=1, else l=0; Add (l, h) to T 9:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "4:",
"sec_num": null
},
{
"text": "end for 10:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "4:",
"sec_num": null
},
{
"text": "w * =OptimizationSubroutine(T , w)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "4:",
"sec_num": null
},
{
"text": "11:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "4:",
"sec_num": null
},
{
"text": "Add w * to W; Set w = w * . 12: end for 13: M (w) =EvalMetricsOnCorpus(w,devset) \u2200w \u2208 W 14: Return FindParetoFrontier({M (w)}) ble results for PMO-PRO: for non-pareto hypotheses h / \u2208 {f }, we set label l = k M k (h)/K instead of l= 0, so the method not only learns to discriminate pareto vs. non-pareto but also also learns to discriminate among competing non-pareto points. Also, like other MT works, in line 5 the N-best list is concatenated to N-best lists from previous iterations, so {h} is a set with i \u2022 N elements.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "4:",
"sec_num": null
},
{
"text": "General PMO Approach: The strategy we outlined in Section 3.2 can be easily applied to other MT optimization techniques. For example, by replacing the optimization subroutine (line 10, Algorithm 2) with a Powell search (Och, 2003) , one can get PMO-MERT 4 . Alternatively, by using the largemargin optimizer in (Chiang et al., 2009) and moving it into the for-each loop (lines 4-9), one can get an online algorithm such PMO-MIRA. Virtually all MT optimization algorithms have a place where metric scores feedback into the optimization procedure; the idea of PMO is to replace these raw scores with labels derived from Pareto optimality.",
"cite_spans": [
{
"start": 219,
"end": 230,
"text": "(Och, 2003)",
"ref_id": "BIBREF30"
},
{
"start": 311,
"end": 332,
"text": "(Chiang et al., 2009)",
"ref_id": "BIBREF7"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "4:",
"sec_num": null
},
{
"text": "We experiment with two datasets: (1) The PubMed task is English-to-Japanese translation of scientific abstracts. As metrics we use BLEU and RIBES (which demonstrated good human correlation in this language pair (Goto et al., 2011) ). (2) The NIST task is Chinese-to-English translation with OpenMT08 training data and MT06 as devset. As metrics we use BLEU and NTER.",
"cite_spans": [
{
"start": 211,
"end": 230,
"text": "(Goto et al., 2011)",
"ref_id": "BIBREF14"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation Methodology",
"sec_num": "4.1"
},
{
"text": "\u2022 BLEU = BP \u00d7 (\u03a0prec n ) 1/4 . BP is brevity penality. prec n is precision of n-gram matches.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation Methodology",
"sec_num": "4.1"
},
{
"text": "\u2022 RIBES = (\u03c4 + 1)/2 \u00d7 prec 1/4",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation Methodology",
"sec_num": "4.1"
},
{
"text": "1 , with Kendall's \u03c4 computed by measuring permutation between matching words in reference and hypothesis 5 .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation Methodology",
"sec_num": "4.1"
},
{
"text": "\u2022 NTER=max(1\u2212TER, 0), which normalizes Translation Edit Rate 6 so that NTER=1 is best.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation Methodology",
"sec_num": "4.1"
},
{
"text": "We compare two multi-objective approaches:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation Methodology",
"sec_num": "4.1"
},
{
"text": "1. Linear-Combination of metrics (Eq. 2), optimized with PRO. We search a range of combination settings: (p 1 , p 2 ) = {(0, 1), (0.3, 0.7), (0.5, 0.5), (0.7, 0.3), (1, 0)}. Note (1, 0) reduces to standard single-metric optimization of e.g. BLEU.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation Methodology",
"sec_num": "4.1"
},
{
"text": "Evaluation of multi-objective problems can be tricky because there is no single figure-of-merit. We thus adopted the following methodology: We run both methods 5 times (i.e. using the 5 different (p 1 , p 2 ) setting each time) and I = 20 iterations each. For each method, this generates 5x20=100 results, and we plot the Pareto Frontier of these points in a 2-dimensional metric space (e.g. see Figure 2 ). A method is deemed better if its final Pareto Frontier curve is strictly dominating the other. We report devset results here; testset trends are similar but not included due to space constraints. 7",
"cite_spans": [],
"ref_spans": [
{
"start": 396,
"end": 404,
"text": "Figure 2",
"ref_id": "FIGREF1"
}
],
"eq_spans": [],
"section": "Proposed Pareto approach (PMO-PRO).",
"sec_num": "2."
},
{
"text": "Train Devset #Feat Metrics PubMed 0.2M 2k 14 BLEU, RIBES NIST 7M 1.6k 8 BLEU, NTER Table 1 : Task characteristics: #sentences in Train/Dev, # of features, and metrics used. Our MT models are trained with standard phrase-based Moses software (Koehn and others, 2007) , with IBM M4 alignments, 4gram SRILM, lexical ordering for PubMed and distance ordering for the NIST system. The decoder generates 50-best lists each iteration. We use SVMRank (Joachims, 2006) as optimization subroutine for PRO, which efficiently handle all pairwise samples without the need for sampling.",
"cite_spans": [
{
"start": 241,
"end": 265,
"text": "(Koehn and others, 2007)",
"ref_id": null
},
{
"start": 443,
"end": 459,
"text": "(Joachims, 2006)",
"ref_id": "BIBREF19"
}
],
"ref_spans": [
{
"start": 83,
"end": 90,
"text": "Table 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "Proposed Pareto approach (PMO-PRO).",
"sec_num": "2."
},
{
"text": "Figures 2 and 3 show the results for PubMed and NIST, respectively. A method is better if its Pareto Frontier lies more towards the upper-right hand corner of the graph. Our observations are:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Results",
"sec_num": "4.2"
},
{
"text": "1. PMO-PRO generally outperforms Linear-Combination with any setting of (p 1 , p 2 ). The Pareto Frontier of PMO-PRO dominates that of Linear-Combination. This implies PMO is effective in optimizing towards Pareto hypotheses.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Results",
"sec_num": "4.2"
},
{
"text": "2. For both methods, trading-off between metrics is necessary. For example in PubMed, the designer would need to make a choice between picking the best weight according to BLEU (BLEU=.265,RIBES=.665) vs. another weight with higher RIBES but poorer BLEU, e.g. (.255,.675). Nevertheless, both the PMO and Linear-Combination with various (p 1 , p 2 ) samples this joint-objective space broadly.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Results",
"sec_num": "4.2"
},
{
"text": "3. Interestingly, a multi-objective approach can sometimes outperform a single-objective optimizer in its own metric. In Figure 2 , singleobjective PRO focusing on optimizing RIBES only achieves 0.68, but PMO-PRO using both BLEU and RIBES outperforms with 0.685.",
"cite_spans": [],
"ref_spans": [
{
"start": 121,
"end": 129,
"text": "Figure 2",
"ref_id": "FIGREF1"
}
],
"eq_spans": [],
"section": "Results",
"sec_num": "4.2"
},
{
"text": "The third observation relates to the issue of metric tunability (Liu et al., 2011) . We found that RIBES can be difficult to tune directly. It is an extremely non-smooth objective with many local optima-slight changes in word ordering causes large changes in RIBES. So the best way to improve RIBES is to not to optimize it directly, but jointly with a more tunable metric BLEU. The learning curve in Figure 4 show that single-objective optimization of RIBES quickly falls into local optimum (at iteration 3) whereas PMO can zigzag and sacrifice RIBES in intermediate iterations (e.g. iteration 2, 15) leading to a stronger result ultimately. The reason is the diversity of solutions provided by the Pareto Frontier. This finding suggests that multi-objective approaches may be preferred, especially when dealing with new metrics that may be difficult to tune.",
"cite_spans": [
{
"start": 64,
"end": 82,
"text": "(Liu et al., 2011)",
"ref_id": "BIBREF24"
}
],
"ref_spans": [
{
"start": 401,
"end": 409,
"text": "Figure 4",
"ref_id": null
}
],
"eq_spans": [],
"section": "Results",
"sec_num": "4.2"
},
{
"text": "What is the training time? The Pareto approach does not add much overhead to PMO-PRO. While FindParetoFrontier scales quadratically by size of N-best list, Figure 5 shows that the runtime is triv- Table 2 shows the time usage breakdown in different iterations for PubMed. We see it is mostly dominated by decoding time (constant per iteration at 40 minutes on single 3.33GHz processor). At later iterations, Opt takes more time due to larger file I/O in SVMRank. Note Decode and Pareto can be \"embarrasingly parallelized.\"",
"cite_spans": [],
"ref_spans": [
{
"start": 156,
"end": 164,
"text": "Figure 5",
"ref_id": null
},
{
"start": 197,
"end": 204,
"text": "Table 2",
"ref_id": "TABREF0"
}
],
"eq_spans": [],
"section": "Additional Analysis and Discussions",
"sec_num": "4.3"
},
{
"text": "Iter Time Decode Pareto Opt Misc. (line 5) (line 7) (line 10) (line 6,8) 1 47m 85% 1% 1% 13% 10 62m 67% 6% 8% 19% 20 91m 47% 15% 22% 16% Figure 6 : Average number of Pareto points hypotheses gives a rough indication of the diversity of hypotheses that can be exploited by PMO. Figure 6 shows that this number increases gradually per iteration. This perhaps gives PMO-PRO more directions for optimizing around potential local optimal. Nevertheless, we note that tens of Pareto points is far few compared to the large size of N-best lists used at later iterations of PMO-PRO. This may explain why the differences between methods in Figure 3 are not more substantial. Theoretically, the number will eventually level off as it gets increasingly harder to generate new Pareto points in a crowded space (Bentley et al., 1978) .",
"cite_spans": [
{
"start": 277,
"end": 285,
"text": "Figure 6",
"ref_id": null
},
{
"start": 797,
"end": 819,
"text": "(Bentley et al., 1978)",
"ref_id": "BIBREF2"
}
],
"ref_spans": [
{
"start": 137,
"end": 145,
"text": "Figure 6",
"ref_id": null
},
{
"start": 630,
"end": 638,
"text": "Figure 3",
"ref_id": null
}
],
"eq_spans": [],
"section": "Additional Analysis and Discussions",
"sec_num": "4.3"
},
{
"text": "Practical recommendation: We present the Pareto approach as a way to agnostically optimize multiple metrics jointly. However, in practice, one may have intuitions about metric tradeoffs even if one cannot specify {p k }. For example, we might believe that approximately 1-point BLEU degradation is acceptable only if RIBES improves by at least 3-points. In this case, we recommend the following trick: Set up a multi-objective problem where one metric is BLEU and the other is 3/4BLEU+1/4RIBES. This encourages PMO to explore the joint metric space but avoid solutions that sacrifice too much BLEU, and should also outperform Linear Combination that searches only on the (3/4,1/4) direction.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Additional Analysis and Discussions",
"sec_num": "4.3"
},
{
"text": "Multi-objective optimization for MT is a relatively new area. Linear-combination of BLEU/TER is the most common technique (Zaidan, 2009) , sometimes achieving good results in evaluation campaigns (Dyer et al., 2009) . As far as we known, the only work that directly proposes a multi-objective technique is (He and Way, 2009) , which modifies MERT to optimize a single metric subject to the constraint that it does not degrade others. These approaches all require some setting of constraint strength or combination weights {p k }. Recent work in MT evaluation has examined combining metrics using machine learning for better correlation with human judgments (Liu and Gildea, 2007; Albrecht and Hwa, 2007; Gimnez and M\u00e0rquez, 2008) and may give insights for setting {p k }. We view our Pareto-based approach as orthogonal to these efforts.",
"cite_spans": [
{
"start": 122,
"end": 136,
"text": "(Zaidan, 2009)",
"ref_id": "BIBREF39"
},
{
"start": 196,
"end": 215,
"text": "(Dyer et al., 2009)",
"ref_id": "BIBREF10"
},
{
"start": 306,
"end": 324,
"text": "(He and Way, 2009)",
"ref_id": "BIBREF16"
},
{
"start": 657,
"end": 679,
"text": "(Liu and Gildea, 2007;",
"ref_id": "BIBREF23"
},
{
"start": 680,
"end": 703,
"text": "Albrecht and Hwa, 2007;",
"ref_id": "BIBREF1"
},
{
"start": 704,
"end": 729,
"text": "Gimnez and M\u00e0rquez, 2008)",
"ref_id": "BIBREF12"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "5"
},
{
"text": "The tunability of metrics is a problem that is gaining recognition (Liu et al., 2011) . If a good evaluation metric could not be used for tuning, it would be a pity. The Tunable Metrics task at WMT2011 concluded that BLEU is still the easiest to tune (Callison-Burch et al., 2011) . (Mauser et al., 2008; Cer et al., 2010) report similar observations, in addition citing WER being difficult and BLEU-TER being amenable. One unsolved question is whether metric tunability is a problem inherent to the metric only, or depends also on the underlying optimization algorithm. Our positive results with PMO suggest that the choice of optimization algorithm can help.",
"cite_spans": [
{
"start": 67,
"end": 85,
"text": "(Liu et al., 2011)",
"ref_id": "BIBREF24"
},
{
"start": 251,
"end": 280,
"text": "(Callison-Burch et al., 2011)",
"ref_id": "BIBREF5"
},
{
"start": 283,
"end": 304,
"text": "(Mauser et al., 2008;",
"ref_id": "BIBREF27"
},
{
"start": 305,
"end": 322,
"text": "Cer et al., 2010)",
"ref_id": "BIBREF6"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "5"
},
{
"text": "Multi-objective ideas are being explored in other NLP areas. (Spitkovsky et al., 2011) describe a technique that alternates between hard and soft EM objectives in order to achieve better local optimum in grammar induction. (Hall et al., 2011) investigates joint optimization of a supervised parsing objective and some extrinsic objectives based on downstream applications. (Agarwal et al., 2011) considers using multiple signals (of varying quality) from online users to train recommendation models. (Eisner and Daum\u00e9 III, 2011) trades off speed and accuracy of a parser with reinforcement learning. None of the techniques in NLP use Pareto concepts, however.",
"cite_spans": [
{
"start": 223,
"end": 242,
"text": "(Hall et al., 2011)",
"ref_id": "BIBREF15"
},
{
"start": 373,
"end": 395,
"text": "(Agarwal et al., 2011)",
"ref_id": "BIBREF0"
},
{
"start": 500,
"end": 528,
"text": "(Eisner and Daum\u00e9 III, 2011)",
"ref_id": "BIBREF11"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "5"
},
{
"text": "We introduce a new approach (PMO) for training MT systems on multiple metrics. Leveraging the diverse perspectives of different evaluation metrics has the potential to improve overall quality. Based on Pareto Optimality, PMO is easy to implement and achieves better solutions compared to linearcombination baselines, for any setting of combination weights. Further we observe that multiobjective approaches can be helpful for optimizing difficult-to-tune metrics; this is beneficial for quickly introducing new metrics developed in MT evaluation into MT optimization, especially when good {p k } are not yet known. We conclude by drawing attention to some limitations and opportunities raised by this work:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Opportunities and Limitations",
"sec_num": "6"
},
{
"text": "Limitations:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Opportunities and Limitations",
"sec_num": "6"
},
{
"text": "(1) The performance of PMO is limited by the size of the Pareto set. Small N-best lists lead to sparsely-sampled Pareto Frontiers, and a much better approach would be to enlarge the hypothesis space using lattices (Macherey et al., 2008) . How to compute Pareto points directly from lattices is an interesting open research question. 2The binary distinction between pareto vs. non-pareto points ignores the fact that 2nd-place non-pareto points may also lead to good practical solutions. A better approach may be to adopt a graded definition of Pareto optimality as done in some multi-objective works (Deb et al., 2002) . 3A robust evaluation methodology that enables significance testing for multi-objective problems is sorely needed. This will make it possible to compare multi-objective methods on more than 2 metrics. We also need to follow up with human evaluation.",
"cite_spans": [
{
"start": 214,
"end": 237,
"text": "(Macherey et al., 2008)",
"ref_id": "BIBREF25"
},
{
"start": 601,
"end": 619,
"text": "(Deb et al., 2002)",
"ref_id": "BIBREF9"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Opportunities and Limitations",
"sec_num": "6"
},
{
"text": "Opportunities: (1) There is still much we do not understand about metric tunability; we can learn much by looking at joint metric-spaces and examining how new metrics correlate with established ones. (2) Pareto is just one approach among many in multi-objective optimization. A wealth of methods are available (Marler and Arora, 2004) and more experimentation in this space will definitely lead to new insights. (3) Finally, it would be interesting to explore other creative uses of multiple-objectives in MT beyond multiple metrics. For example: Can we learn to translate faster while sacrificing little on accuracy? Can we learn to jointly optimize cascaded systems, such as as speech translation or pivot translation? Life is full of multiple competing objectives.",
"cite_spans": [
{
"start": 310,
"end": 334,
"text": "(Marler and Arora, 2004)",
"ref_id": "BIBREF26"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Opportunities and Limitations",
"sec_num": "6"
},
{
"text": "The inquisitive reader may wonder how is Pareto related to databases. The motivation is to incorporate preferences into relational queries(B\u00f6rzs\u00f6nyi et al., 2001). For K = 2 metrics, they also present an alternative faster O(N logN) algorithm by first topologically sorting along the 2 dimensions. All dominated points can be filtered by one-pass by comparing with the most-recent dominating point.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Note this is the same FindParetoFrontier algorithm as used in line 7. Both operate on sets of points in K-dimensional space, induced from either weights {w} or hypotheses {h}.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "A difference with traditional MERT is the necessity of sentence-BLEU(Liang et al., 2006) in line 6. We use sentence-BLEU for optimization but corpus-BLEU for evaluation here.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "from www.kecl.ntt.co.jp/icl/lirg/ribes 6 from www.umd.edu/\u02dcsnover/tercom 7 An aside: For comparing optimization methods, we believe devset comparison is preferable to testset since data mismatch may confound results. If one worries about generalization, we advocate to re-decode the devset with final weights and evaluate its 1-best output (which is done here). This is preferable to simply reporting the achieved scores on devset N-best (as done in some open-source scripts) since the learned weight may pick out good hypotheses in the N-best but perform poorly when re-decoding the same devset. The re-decode devset approach avoids being overly optimistic while accurately measuring optimization performance.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "We thank the reviewers for insightful feedback.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgments",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Click shaping to optimize multiple objectives",
"authors": [
{
"first": "Deepak",
"middle": [],
"last": "Agarwal",
"suffix": ""
},
{
"first": "Bee-Chung",
"middle": [],
"last": "Chen",
"suffix": ""
},
{
"first": "Pradheep",
"middle": [],
"last": "Elango",
"suffix": ""
},
{
"first": "Xuanhui",
"middle": [],
"last": "Wang",
"suffix": ""
}
],
"year": 2011,
"venue": "Proceedings of the 17th ACM SIGKDD international conference on Knowledge discovery and data mining, KDD '11",
"volume": "",
"issue": "",
"pages": "132--140",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Deepak Agarwal, Bee-Chung Chen, Pradheep Elango, and Xuanhui Wang. 2011. Click shaping to optimize multiple objectives. In Proceedings of the 17th ACM SIGKDD international conference on Knowledge dis- covery and data mining, KDD '11, pages 132-140, New York, NY, USA. ACM.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "A re-examination of machine learning approaches for sentence-level mt evaluation",
"authors": [
{
"first": "J",
"middle": [],
"last": "Albrecht",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Hwa",
"suffix": ""
}
],
"year": 2007,
"venue": "ACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "J. Albrecht and R. Hwa. 2007. A re-examination of ma- chine learning approaches for sentence-level mt evalu- ation. In ACL.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "On the average number of maxima in a set of vectors and applications",
"authors": [
{
"first": "J",
"middle": [
"L"
],
"last": "Bentley",
"suffix": ""
},
{
"first": "H",
"middle": [
"T"
],
"last": "Kung",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Schkolnick",
"suffix": ""
},
{
"first": "C",
"middle": [
"D"
],
"last": "Thompson",
"suffix": ""
}
],
"year": 1978,
"venue": "Journal of the Association for Computing Machinery (JACM)",
"volume": "",
"issue": "4",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "J. L. Bentley, H. T. Kung, M. Schkolnick, and C. D. Thompson. 1978. On the average number of max- ima in a set of vectors and applications. Journal of the Association for Computing Machinery (JACM), 25(4).",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Metrics for MT evaluation: Evaluating reordering",
"authors": [
{
"first": "Alexandra",
"middle": [],
"last": "Birch",
"suffix": ""
},
{
"first": "Phil",
"middle": [],
"last": "Blunsom",
"suffix": ""
},
{
"first": "Miles",
"middle": [],
"last": "Osborne",
"suffix": ""
}
],
"year": 2010,
"venue": "Machine Translation",
"volume": "",
"issue": "1",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Alexandra Birch, Phil Blunsom, and Miles Osborne. 2010. Metrics for MT evaluation: Evaluating reorder- ing. Machine Translation, 24(1).",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "The skyline operator",
"authors": [
{
"first": "S",
"middle": [],
"last": "B\u00f6rzs\u00f6nyi",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Kossmann",
"suffix": ""
},
{
"first": "K",
"middle": [],
"last": "Stocker",
"suffix": ""
}
],
"year": 2001,
"venue": "Proceedings of the 17th International Conference on Data Engineering (ICDE)",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "S. B\u00f6rzs\u00f6nyi, D. Kossmann, and K. Stocker. 2001. The skyline operator. In Proceedings of the 17th Interna- tional Conference on Data Engineering (ICDE).",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Findings of the 2011 workshop on statistical machine translation",
"authors": [
{
"first": "Chris",
"middle": [],
"last": "Callison-Burch",
"suffix": ""
},
{
"first": "Philipp",
"middle": [],
"last": "Koehn",
"suffix": ""
},
{
"first": "Christof",
"middle": [],
"last": "Monz",
"suffix": ""
},
{
"first": "Omar",
"middle": [],
"last": "Zaidan",
"suffix": ""
}
],
"year": 2011,
"venue": "Proceedings of the Sixth Workshop on Statistical Machine Translation",
"volume": "",
"issue": "",
"pages": "22--64",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Chris Callison-Burch, Philipp Koehn, Christof Monz, and Omar Zaidan. 2011. Findings of the 2011 work- shop on statistical machine translation. In Proceedings of the Sixth Workshop on Statistical Machine Transla- tion, pages 22-64, Edinburgh, Scotland, July. Associ- ation for Computational Linguistics.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "The best lexical metric for phrase-based statistical MT system optimization",
"authors": [
{
"first": "Daniel",
"middle": [],
"last": "Cer",
"suffix": ""
},
{
"first": "Christopher",
"middle": [],
"last": "Manning",
"suffix": ""
},
{
"first": "Daniel",
"middle": [],
"last": "Jurafsky",
"suffix": ""
}
],
"year": 2010,
"venue": "NAACL HLT",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Daniel Cer, Christopher Manning, and Daniel Jurafsky. 2010. The best lexical metric for phrase-based statis- tical MT system optimization. In NAACL HLT.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "11,001 new features for statistical machine translation",
"authors": [
{
"first": "David",
"middle": [],
"last": "Chiang",
"suffix": ""
},
{
"first": "Wei",
"middle": [],
"last": "Wang",
"suffix": ""
},
{
"first": "Kevin",
"middle": [],
"last": "Knight",
"suffix": ""
}
],
"year": 2009,
"venue": "NAACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "David Chiang, Wei Wang, and Kevin Knight. 2009. 11,001 new features for statistical machine translation. In NAACL.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"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": "Journal of Machine Learning Research",
"volume": "7",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Koby Crammer, Ofer Dekel, Joseph Keshet, Shai Shalev- Shwartz, and Yoram Singer. 2006. Online passiveag- gressive algorithms. Journal of Machine Learning Re- search, 7.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "A fast and elitist multiobjective genetic algorithm: NSGA-II",
"authors": [
{
"first": "Kalyanmoy",
"middle": [],
"last": "Deb",
"suffix": ""
},
{
"first": "Amrit",
"middle": [],
"last": "Pratap",
"suffix": ""
},
{
"first": "Sammer",
"middle": [],
"last": "Agarwal",
"suffix": ""
},
{
"first": "T",
"middle": [],
"last": "Meyarivan",
"suffix": ""
}
],
"year": 2002,
"venue": "IEEE Transactions on Evolutionary Computation",
"volume": "6",
"issue": "2",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kalyanmoy Deb, Amrit Pratap, Sammer Agarwal, and T. Meyarivan. 2002. A fast and elitist multiobjective genetic algorithm: NSGA-II. IEEE Transactions on Evolutionary Computation, 6(2).",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "The university of maryland statistical machine translation system for the fourth workshop on machine translation",
"authors": [
{
"first": "Chris",
"middle": [],
"last": "Dyer",
"suffix": ""
},
{
"first": "Hendra",
"middle": [],
"last": "Setiawan",
"suffix": ""
},
{
"first": "Yuval",
"middle": [],
"last": "Marton",
"suffix": ""
},
{
"first": "Philip",
"middle": [],
"last": "Resnik",
"suffix": ""
}
],
"year": 2009,
"venue": "Proc. of the Fourth Workshop on Machine Translation",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Chris Dyer, Hendra Setiawan, Yuval Marton, and Philip Resnik. 2009. The university of maryland statistical machine translation system for the fourth workshop on machine translation. In Proc. of the Fourth Workshop on Machine Translation.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Learning speedaccuracy tradeoffs in nondeterministic inference algorithms",
"authors": [
{
"first": "Jason",
"middle": [],
"last": "Eisner",
"suffix": ""
},
{
"first": "Hal",
"middle": [],
"last": "Daum\u00e9",
"suffix": ""
},
{
"first": "Iii",
"middle": [],
"last": "",
"suffix": ""
}
],
"year": 2011,
"venue": "COST: NIPS 2011 Workshop on Computational Trade-offs in Statistical Learning",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jason Eisner and Hal Daum\u00e9 III. 2011. Learning speed- accuracy tradeoffs in nondeterministic inference algo- rithms. In COST: NIPS 2011 Workshop on Computa- tional Trade-offs in Statistical Learning.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Heterogeneous automatic mt evaluation through non-parametric metric combinations",
"authors": [
{
"first": "Jes\u00fas",
"middle": [],
"last": "Gimnez",
"suffix": ""
},
{
"first": "Llu\u00eds",
"middle": [],
"last": "M\u00e0rquez",
"suffix": ""
}
],
"year": 2008,
"venue": "ICJNLP",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jes\u00fas Gimnez and Llu\u00eds M\u00e0rquez. 2008. Heterogeneous automatic mt evaluation through non-parametric met- ric combinations. In ICJNLP.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Algorithms and analyses for maximal vector computation",
"authors": [
{
"first": "Parke",
"middle": [],
"last": "Godfrey",
"suffix": ""
},
{
"first": "Ryan",
"middle": [],
"last": "Shipley",
"suffix": ""
},
{
"first": "Jarek",
"middle": [],
"last": "Gyrz",
"suffix": ""
}
],
"year": 2007,
"venue": "VLDB Journal",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Parke Godfrey, Ryan Shipley, and Jarek Gyrz. 2007. Al- gorithms and analyses for maximal vector computa- tion. VLDB Journal, 16.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Overview of the patent machine translation task at the ntcir-9 workshop",
"authors": [
{
"first": "Isao",
"middle": [],
"last": "Goto",
"suffix": ""
},
{
"first": "Bin",
"middle": [],
"last": "Lu",
"suffix": ""
},
{
"first": "Ka",
"middle": [
"Po"
],
"last": "Chow",
"suffix": ""
},
{
"first": "Eiichiro",
"middle": [],
"last": "Sumita",
"suffix": ""
},
{
"first": "Benjamin",
"middle": [
"K"
],
"last": "Tsou",
"suffix": ""
}
],
"year": 2011,
"venue": "Proceedings of the NTCIR-9 Workshop Meeting",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Isao Goto, Bin Lu, Ka Po Chow, Eiichiro Sumita, and Benjamin K. Tsou. 2011. Overview of the patent ma- chine translation task at the ntcir-9 workshop. In Pro- ceedings of the NTCIR-9 Workshop Meeting.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Training dependency parsers by jointly optimizing multiple objectives",
"authors": [
{
"first": "Keith",
"middle": [],
"last": "Hall",
"suffix": ""
},
{
"first": "Ryan",
"middle": [],
"last": "Mcdonald",
"suffix": ""
},
{
"first": "Jason",
"middle": [],
"last": "Katz-Brown",
"suffix": ""
},
{
"first": "Michael",
"middle": [],
"last": "Ringgaard",
"suffix": ""
}
],
"year": 2011,
"venue": "Proceedings of the 2011 Conference on Empirical Methods in Natural Language Processing",
"volume": "",
"issue": "",
"pages": "1489--1499",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Keith Hall, Ryan McDonald, Jason Katz-Brown, and Michael Ringgaard. 2011. Training dependency parsers by jointly optimizing multiple objectives. In Proceedings of the 2011 Conference on Empiri- cal Methods in Natural Language Processing, pages 1489-1499, Edinburgh, Scotland, UK., July. Associa- tion for Computational Linguistics.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Improving the objective function in minimum error rate training",
"authors": [
{
"first": "Yifan",
"middle": [],
"last": "He",
"suffix": ""
},
{
"first": "Andy",
"middle": [],
"last": "Way",
"suffix": ""
}
],
"year": 2009,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Yifan He and Andy Way. 2009. Improving the objec- tive function in minimum error rate training. In MT Summit.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"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
},
"BIBREF18": {
"ref_id": "b18",
"title": "Automatic evaluation of translation quality for distant language pairs",
"authors": [
{
"first": "H",
"middle": [],
"last": "Isozaki",
"suffix": ""
},
{
"first": "T",
"middle": [],
"last": "Hirao",
"suffix": ""
},
{
"first": "K",
"middle": [],
"last": "Duh",
"suffix": ""
},
{
"first": "K",
"middle": [],
"last": "Sudoh",
"suffix": ""
},
{
"first": "H",
"middle": [],
"last": "Tsukada",
"suffix": ""
}
],
"year": 2010,
"venue": "EMNLP",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "H. Isozaki, T. Hirao, K. Duh, K. Sudoh, and H. Tsukada. 2010. Automatic evaluation of translation quality for distant language pairs. In EMNLP.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "Training linear SVMs in linear time",
"authors": [
{
"first": "T",
"middle": [],
"last": "Joachims",
"suffix": ""
}
],
"year": 2006,
"venue": "KDD",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "T. Joachims. 2006. Training linear SVMs in linear time. In KDD.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "Moses: open source toolkit for statistical machine translation",
"authors": [
{
"first": "P",
"middle": [],
"last": "Koehn",
"suffix": ""
}
],
"year": 2007,
"venue": "ACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "P. Koehn et al. 2007. Moses: open source toolkit for statistical machine translation. In ACL.",
"links": null
},
"BIBREF21": {
"ref_id": "b21",
"title": "METEOR: An automatic metric for mt evaluation with high levels of correlation with human judgments",
"authors": [
{
"first": "A",
"middle": [],
"last": "Lavie",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Agarwal",
"suffix": ""
}
],
"year": 2007,
"venue": "Workshop on Statistical Machine Translation",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "A. Lavie and A. Agarwal. 2007. METEOR: An auto- matic metric for mt evaluation with high levels of cor- relation with human judgments. In Workshop on Sta- tistical Machine Translation.",
"links": null
},
"BIBREF22": {
"ref_id": "b22",
"title": "An end-to-end discriminative approach to machine translation",
"authors": [
{
"first": "P",
"middle": [],
"last": "Liang",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Bouchard-Cote",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Klein",
"suffix": ""
},
{
"first": "B",
"middle": [],
"last": "Taskar",
"suffix": ""
}
],
"year": 2006,
"venue": "ACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "P. Liang, A. Bouchard-Cote, D. Klein, and B. Taskar. 2006. An end-to-end discriminative approach to ma- chine translation. In ACL.",
"links": null
},
"BIBREF23": {
"ref_id": "b23",
"title": "Source-language features and maximum correlation training for machine translation evaluation",
"authors": [
{
"first": "Ding",
"middle": [],
"last": "Liu",
"suffix": ""
},
{
"first": "Daniel",
"middle": [],
"last": "Gildea",
"suffix": ""
}
],
"year": 2007,
"venue": "NAACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ding Liu and Daniel Gildea. 2007. Source-language fea- tures and maximum correlation training for machine translation evaluation. In NAACL.",
"links": null
},
"BIBREF24": {
"ref_id": "b24",
"title": "Better evaluation metrics lead to better machine translation",
"authors": [
{
"first": "Chang",
"middle": [],
"last": "Liu",
"suffix": ""
},
{
"first": "Daniel",
"middle": [],
"last": "Dahlmeier",
"suffix": ""
},
{
"first": "Hwee Tou",
"middle": [],
"last": "Ng",
"suffix": ""
}
],
"year": 2011,
"venue": "Proceedings of the Conference on Empirical Methods in Natural Language Processing",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Chang Liu, Daniel Dahlmeier, and Hwee Tou Ng. 2011. Better evaluation metrics lead to better machine trans- lation. In Proceedings of the Conference on Empirical Methods in Natural Language Processing.",
"links": null
},
"BIBREF25": {
"ref_id": "b25",
"title": "Lattice-based minimum error rate training for statistical machine translation",
"authors": [
{
"first": "Wolfgang",
"middle": [],
"last": "Macherey",
"suffix": ""
},
{
"first": "Franz",
"middle": [],
"last": "Och",
"suffix": ""
},
{
"first": "Ignacio",
"middle": [],
"last": "Thayer",
"suffix": ""
},
{
"first": "Jakob",
"middle": [],
"last": "Uszkoreit",
"suffix": ""
}
],
"year": 2008,
"venue": "EMNLP",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Wolfgang Macherey, Franz Och, Ignacio Thayer, and Jakob Uszkoreit. 2008. Lattice-based minimum er- ror rate training for statistical machine translation. In EMNLP.",
"links": null
},
"BIBREF26": {
"ref_id": "b26",
"title": "Survey of multi-objective optimization methods for engineering. Structural and Multidisciplinary Optimization",
"authors": [
{
"first": "R",
"middle": [
"T"
],
"last": "Marler",
"suffix": ""
},
{
"first": "J",
"middle": [
"S"
],
"last": "Arora",
"suffix": ""
}
],
"year": 2004,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "R. T. Marler and J. S. Arora. 2004. Survey of multi-objective optimization methods for engineering. Structural and Multidisciplinary Optimization, 26.",
"links": null
},
"BIBREF27": {
"ref_id": "b27",
"title": "Automatic evaluation measures for statistical machine translation system optimization",
"authors": [
{
"first": "Arne",
"middle": [],
"last": "Mauser",
"suffix": ""
},
{
"first": "Sa\u0161a",
"middle": [],
"last": "Hasan",
"suffix": ""
},
{
"first": "Hermann",
"middle": [],
"last": "Ney",
"suffix": ""
}
],
"year": 2008,
"venue": "International Conference on Language Resources and Evaluation, Marrakech",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Arne Mauser, Sa\u0161a Hasan, and Hermann Ney. 2008. Automatic evaluation measures for statistical machine translation system optimization. In International Con- ference on Language Resources and Evaluation, Mar- rakech, Morocco, May.",
"links": null
},
"BIBREF28": {
"ref_id": "b28",
"title": "Nonlinear Multiobjective Optimization",
"authors": [
{
"first": "",
"middle": [],
"last": "Kaisa Miettinen",
"suffix": ""
}
],
"year": 1998,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kaisa Miettinen. 1998. Nonlinear Multiobjective Opti- mization. Springer.",
"links": null
},
"BIBREF29": {
"ref_id": "b29",
"title": "The downhill simplex method",
"authors": [
{
"first": "J",
"middle": [
"A"
],
"last": "Nelder",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Mead",
"suffix": ""
}
],
"year": 1965,
"venue": "Computer Journal",
"volume": "",
"issue": "308",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "J.A. Nelder and R. Mead. 1965. The downhill simplex method. Computer Journal, 7(308).",
"links": null
},
"BIBREF30": {
"ref_id": "b30",
"title": "Minimum error rate training in statistical machine translation",
"authors": [
{
"first": "Franz",
"middle": [],
"last": "Och",
"suffix": ""
}
],
"year": 2003,
"venue": "ACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Franz Och. 2003. Minimum error rate training in statis- tical machine translation. In ACL.",
"links": null
},
"BIBREF31": {
"ref_id": "b31",
"title": "Labelled dependencies in machine translation evaluation",
"authors": [
{
"first": "Karolina",
"middle": [],
"last": "Owczarzak",
"suffix": ""
},
{
"first": "Josef",
"middle": [],
"last": "Van Genabith",
"suffix": ""
},
{
"first": "Andy",
"middle": [],
"last": "Way",
"suffix": ""
}
],
"year": 2007,
"venue": "Proceedings of the Second Workshop on Statistical Machine Translation",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Karolina Owczarzak, Josef van Genabith, and Andy Way. 2007. Labelled dependencies in machine translation evaluation. In Proceedings of the Second Workshop on Statistical Machine Translation.",
"links": null
},
"BIBREF32": {
"ref_id": "b32",
"title": "Measuring machine translation quality as semantic equivalence: A metric based on entailment features",
"authors": [
{
"first": "Sebastian",
"middle": [],
"last": "Pado",
"suffix": ""
},
{
"first": "Daniel",
"middle": [],
"last": "Cer",
"suffix": ""
},
{
"first": "Michel",
"middle": [],
"last": "Galley",
"suffix": ""
},
{
"first": "Dan",
"middle": [],
"last": "Jurafsky",
"suffix": ""
},
{
"first": "Christopher",
"middle": [
"D"
],
"last": "Manning",
"suffix": ""
}
],
"year": 2009,
"venue": "Machine Translation",
"volume": "23",
"issue": "",
"pages": "2--3",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Sebastian Pado, Daniel Cer, Michel Galley, Dan Jurafsky, and Christopher D. Manning. 2009. Measuring ma- chine translation quality as semantic equivalence: A metric based on entailment features. Machine Trans- lation, 23(2-3).",
"links": null
},
"BIBREF33": {
"ref_id": "b33",
"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": "ACL",
"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 ACL.",
"links": null
},
"BIBREF34": {
"ref_id": "b34",
"title": "Manuale di Economica Politica, (Translated into English by A.S. Schwier as Manual of Political Economy",
"authors": [
{
"first": "Vilfredo",
"middle": [],
"last": "Pareto",
"suffix": ""
}
],
"year": 1906,
"venue": "Societa Editrice Libraria",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Vilfredo Pareto. 1906. Manuale di Economica Politica, (Translated into English by A.S. Schwier as Manual of Political Economy, 1971). Societa Editrice Libraria, Milan.",
"links": null
},
"BIBREF35": {
"ref_id": "b35",
"title": "Overview of the iwslt 2010 evaluation campaign",
"authors": [
{
"first": "Michael",
"middle": [],
"last": "Paul",
"suffix": ""
}
],
"year": 2010,
"venue": "IWSLT",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Michael Paul. 2010. Overview of the iwslt 2010 evalua- tion campaign. In IWSLT.",
"links": null
},
"BIBREF36": {
"ref_id": "b36",
"title": "Theory of Multiobjective Optimization",
"authors": [
{
"first": "Yoshikazu",
"middle": [],
"last": "Sawaragi",
"suffix": ""
},
{
"first": "Hirotaka",
"middle": [],
"last": "Nakayama",
"suffix": ""
},
{
"first": "Tetsuzo",
"middle": [],
"last": "Tanino",
"suffix": ""
}
],
"year": 1985,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Yoshikazu Sawaragi, Hirotaka Nakayama, and Tetsuzo Tanino, editors. 1985. Theory of Multiobjective Opti- mization. Academic Press.",
"links": null
},
"BIBREF37": {
"ref_id": "b37",
"title": "A study of translation edit rate with targeted human annotation",
"authors": [
{
"first": "M",
"middle": [],
"last": "Snover",
"suffix": ""
},
{
"first": "B",
"middle": [],
"last": "Dorr",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Schwartz",
"suffix": ""
},
{
"first": "L",
"middle": [],
"last": "Micciulla",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Makhoul",
"suffix": ""
}
],
"year": 2006,
"venue": "AMTA",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "M. Snover, B. Dorr, R. Schwartz, L. Micciulla, and J. Makhoul. 2006. A study of translation edit rate with targeted human annotation. In AMTA.",
"links": null
},
"BIBREF38": {
"ref_id": "b38",
"title": "Lateen em: Unsupervised training with multiple objectives, applied to dependency grammar induction",
"authors": [
{
"first": "I",
"middle": [],
"last": "Valentin",
"suffix": ""
},
{
"first": "Hiyan",
"middle": [],
"last": "Spitkovsky",
"suffix": ""
},
{
"first": "Daniel",
"middle": [],
"last": "Alshawi",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Jurafsky",
"suffix": ""
}
],
"year": 2011,
"venue": "Proceedings of the 2011 Conference on Empirical Methods in Natural Language Processing",
"volume": "",
"issue": "",
"pages": "1269--1280",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Valentin I. Spitkovsky, Hiyan Alshawi, and Daniel Juraf- sky. 2011. Lateen em: Unsupervised training with multiple objectives, applied to dependency grammar induction. In Proceedings of the 2011 Conference on Empirical Methods in Natural Language Processing, pages 1269-1280, Edinburgh, Scotland, UK., July. As- sociation for Computational Linguistics.",
"links": null
},
"BIBREF39": {
"ref_id": "b39",
"title": "Z-MERT: A fully configurable open source tool for minimum error rate training of machine translation systems",
"authors": [
{
"first": "Omar",
"middle": [],
"last": "Zaidan",
"suffix": ""
}
],
"year": 2009,
"venue": "The Prague Bulletin of Mathematical Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Omar Zaidan. 2009. Z-MERT: A fully configurable open source tool for minimum error rate training of machine translation systems. In The Prague Bulletin of Mathe- matical Linguistics.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"type_str": "figure",
"num": null,
"uris": null,
"text": "Illustration of Pareto Frontier. Ten hypotheses are plotted by their scores in two metrics. Hypotheses indicated by a circle (o) are pareto-optimal, while those indicated by a plus (+) are not. The line shows the convex hull, which attains only a subset of pareto-optimal points. The triangle ( ) is a point that is weakly pareto-optimal but not pareto-optimal."
},
"FIGREF1": {
"type_str": "figure",
"num": null,
"uris": null,
"text": "PubMed Results. The curve represents the Pareto Frontier of all results collected after multiple runs."
},
"FIGREF3": {
"type_str": "figure",
"num": null,
"uris": null,
"text": "Learning Curve on RIBES: comparing singleobjective optimization and PMO. Avg. runtime per sentence of FindPareto ial (0.3 seconds for 1000-best)."
},
"TABREF0": {
"type_str": "table",
"content": "<table><tr><td>How many Pareto points? The number of pareto</td></tr></table>",
"num": null,
"html": null,
"text": "Training time usage in PMO-PRO (Algo 2)."
}
}
}
}