ACL-OCL / Base_JSON /prefixK /json /K16 /K16-1020.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "K16-1020",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T07:11:04.824657Z"
},
"title": "Beyond Prefix-Based Interactive Translation Prediction",
"authors": [
{
"first": "Jes\u00fas",
"middle": [],
"last": "Gonz\u00e1lez-Rubio",
"suffix": "",
"affiliation": {},
"email": "jesus.g@webinterpret.com"
},
{
"first": "Daniel",
"middle": [],
"last": "Ortiz-Mart\u00ednez",
"suffix": "",
"affiliation": {},
"email": "daniel.o@webinterpret.com"
},
{
"first": "Jos\u00e9",
"middle": [
"Miguel"
],
"last": "Bened\u00ed",
"suffix": "",
"affiliation": {},
"email": "jbenedi@prhlt.upv.es"
},
{
"first": "Francisco",
"middle": [],
"last": "Casacuberta",
"suffix": "",
"affiliation": {},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "Current automatic machine translation systems require heavy human proofreading to produce high-quality translations. We present a new interactive machine translation approach aimed at providing a natural collaboration between humans and translation systems. As such, we grant the user complete freedom to validate and correct any part of the translations suggested by the system. Our approach is then designed according to the requirements placed by this unrestricted proofreading protocol. In particular, the ability of the system to suggest new translations coherent with the set of potentially disjoint translation segments validated by the user. We evaluate our approach in a usersimulated setting where reference translations are considered the output desired by a human expert. Results show important reductions in the number of edits in comparison to decoupled post-editing and conventional prefix-based interactive translation prediction. Additionally, we provide evidence that it can also reduce the cognitive overload reported for interactive translation systems in previous user studies.",
"pdf_parse": {
"paper_id": "K16-1020",
"_pdf_hash": "",
"abstract": [
{
"text": "Current automatic machine translation systems require heavy human proofreading to produce high-quality translations. We present a new interactive machine translation approach aimed at providing a natural collaboration between humans and translation systems. As such, we grant the user complete freedom to validate and correct any part of the translations suggested by the system. Our approach is then designed according to the requirements placed by this unrestricted proofreading protocol. In particular, the ability of the system to suggest new translations coherent with the set of potentially disjoint translation segments validated by the user. We evaluate our approach in a usersimulated setting where reference translations are considered the output desired by a human expert. Results show important reductions in the number of edits in comparison to decoupled post-editing and conventional prefix-based interactive translation prediction. Additionally, we provide evidence that it can also reduce the cognitive overload reported for interactive translation systems in previous user studies.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Research in the field of machine translation (MT) aims at developing computer systems that reduce the effort required to generate translations, whether by assisting human translators or by directly replacing them. However, most research in MT has focused on the development of fully automatic MT approaches. Despite that, except for a handful of very constrained domains, current automatic MT technology still only achieves results that are not satisfactory in practice; automatic MT still require heavy human proof-reading to produce human-quality translations.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "We present a new computer-assisted translation approach that integrates human translators and automatic MT into a tight feedback loop. In our approach, the user 1 and the MT system collaborate to generate translations through a series of interactions. At each interaction, the system proposes its best translation for the given input sentence. If the user finds it correct, then it is accepted and the process goes on with the next input sentence. Otherwise, the user makes some corrections that the system takes into account to improve the proposed translation. The rationale behind this interactive translation prediction (ITP) approach is to combine the accuracy provided by the human expert with the efficiency of the MT system in contrast to decoupled post-editing (PE). Previous works, e.g. (Barrachina et al., 2009) , have explored this paradigm; however their practical implementation limits this general proof-reading approach to a prefix-based interaction where the user is forced to correct the errors in the sentence strictly according to the reading order.",
"cite_spans": [
{
"start": 797,
"end": 822,
"text": "(Barrachina et al., 2009)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Our main contribution, described in Section 3, is a new proof-reading protocol focused on providing a more natural interaction between the user and the system. Specifically, we give complete freedom to the user to validate or to correct any part of the translation at any given interaction. As such, the user is no longer bound to correct the errors following the reading order as in previous prefix-based ITP works (Barrachina et al., 2009; Gonz\u00e1lez-Rubio et al., 2013; Green et al., 2014) . Preffix-based interaction can be a frustrating and cognitively demanding limitation for the user, and may be a factor in the somehow disappointing results of prefix-based ITP with users (Koehn, 2009; Underwood et al., 2014; Green et al., 2014; . We design our approach to meet the requirements placed by the unrestricted proof-reading protocol, not the opposite way. The most significant new feature is conditioned decoding, for translation generation coherently to a set of segments validated by the user.",
"cite_spans": [
{
"start": 416,
"end": 441,
"text": "(Barrachina et al., 2009;",
"ref_id": "BIBREF1"
},
{
"start": 442,
"end": 470,
"text": "Gonz\u00e1lez-Rubio et al., 2013;",
"ref_id": "BIBREF5"
},
{
"start": 471,
"end": 490,
"text": "Green et al., 2014)",
"ref_id": "BIBREF6"
},
{
"start": 679,
"end": 692,
"text": "(Koehn, 2009;",
"ref_id": "BIBREF11"
},
{
"start": 693,
"end": 716,
"text": "Underwood et al., 2014;",
"ref_id": "BIBREF28"
},
{
"start": 717,
"end": 736,
"text": "Green et al., 2014;",
"ref_id": "BIBREF6"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "An evaluation involving human users is most desirable to study the impact of any proof-reading protocol. However, such a study is expensive, time-consuming and it will require to take into account additional sources of variation, namely the human factor, that may obscure the comparison between different approaches. Therefore, we chose to follow previous works, for instance (Barrachina et al., 2009) , and carry out our experiments on a simulated setting intended to provide a direct and, more importantly, objective comparison to previous approaches (Section 4). Regarding evaluation, we propose a new metric to automatically estimate the cognitive load of potential users working on the different ITP environments. To the best of our knowledge, this is the first proposal at this respect. Results in Section 5 confirm the soundness of the proposed ITP approach. Reported figures show important reductions in both the number of corrections typed by the user and her estimated cognitive load.",
"cite_spans": [
{
"start": 376,
"end": 401,
"text": "(Barrachina et al., 2009)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Common proof-read MT protocols implement a decoupled PE process in which, first, the MT system returns a translation of a whole given document. Next, a human reads it correcting, in any order, the possible mistakes made by the system.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "Interactive approaches (Isabelle and Church, 1998; Langlais and Lapalme, 2002; Tom\u00e1s and Casacuberta, 2006) were proposed as a more sophisticate way of taking advantage of MT technology. Barrachina et al., (Barrachina et al., 2009) presented a prefix-based ITP approach in which the user is assumed to proof-read each automatic translation correcting each time the first error, if any, in the usual reading order. This can be a reasonable assumption in text or speech transcription (Toselli et al., 2007; Rodr\u00edguez et al., 2007) where the output sequence is generated monotonically respect to the input data. However, it has always be an important handicap for translation due to the intrinsic reordering involved in the process.",
"cite_spans": [
{
"start": 23,
"end": 50,
"text": "(Isabelle and Church, 1998;",
"ref_id": "BIBREF7"
},
{
"start": 51,
"end": 78,
"text": "Langlais and Lapalme, 2002;",
"ref_id": null
},
{
"start": 79,
"end": 107,
"text": "Tom\u00e1s and Casacuberta, 2006)",
"ref_id": "BIBREF25"
},
{
"start": 187,
"end": 231,
"text": "Barrachina et al., (Barrachina et al., 2009)",
"ref_id": "BIBREF1"
},
{
"start": 482,
"end": 504,
"text": "(Toselli et al., 2007;",
"ref_id": "BIBREF26"
},
{
"start": 505,
"end": 528,
"text": "Rodr\u00edguez et al., 2007)",
"ref_id": "BIBREF20"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "ITP is a fruitful research field with diverse contributions for multiple authors: (Gonz\u00e1lez-Rubio et al., 2010; Alabau et al., 2013; among others. We share with (Sanchis-Trilles et al., 2008) the idea of making a more sophisticated use of the mouse actions performed by the user while interacting with the system, and with (Gonz\u00e1lez-Rubio et al., 2013) the common ITP formulation for both phrase-based and hierarchical MT models. In particular, we significantly modify the prefix-based ITP implementation presented in the latter work to support the proposed unrestricted proof-reading protocol.",
"cite_spans": [
{
"start": 82,
"end": 111,
"text": "(Gonz\u00e1lez-Rubio et al., 2010;",
"ref_id": "BIBREF4"
},
{
"start": 112,
"end": 132,
"text": "Alabau et al., 2013;",
"ref_id": "BIBREF0"
},
{
"start": 161,
"end": 191,
"text": "(Sanchis-Trilles et al., 2008)",
"ref_id": "BIBREF21"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "User studies of prefix-based ITP versus PE have shown that while users tend to make less corrections, overall translation time tend to be higher (Koehn, 2009; Underwood et al., 2014; Green et al., 2014; . Coherently with these results, users also perceive prefix-based ITP as a more cognitive demanding task than PE. This is not surprising given that users are asked to proof-read one new translation (suffix) after each individual correction, which increases significantly the amount of text to be processed to generate a single translation. This is particularly frustrating when the user observes how a correct translation is rewritten with a wrong one by the next suffix suggested by the system. Given that PE do not suffer from this effect, it provides a comprehensive explanation of the somehow disappointing results reported for prefix-based ITP.",
"cite_spans": [
{
"start": 145,
"end": 158,
"text": "(Koehn, 2009;",
"ref_id": "BIBREF11"
},
{
"start": 159,
"end": 182,
"text": "Underwood et al., 2014;",
"ref_id": "BIBREF28"
},
{
"start": 183,
"end": 202,
"text": "Green et al., 2014;",
"ref_id": "BIBREF6"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "To the best of our knowledge, the only alternative to prefix-based proof-reading was proposed in the context of text recognition. Serrano et al., (2014) implement a constrained search procedure that profits from the monotonic alignment between input image, search states and user corrections, to limit the set of possible transcriptions to those coherent with a set of (disjoint) user corrections. We apply a similar idea in a translation context and provide solutions to cope with the nonmonotonicity inherent to the task.",
"cite_spans": [
{
"start": 130,
"end": 152,
"text": "Serrano et al., (2014)",
"ref_id": "BIBREF23"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "The goal of our approach is to give complete freedom to the user in her interaction with the system. The process starts when the MT system proposes a full translation of the source language sentence. Then, the user reads the translation and is allowed to validate -all or part of-the correct segments in it and corrects any of its potential errors. Then, the source (s): No era el hombre m\u00e1s honesto ni el m\u00e1s piadoso , pero era un hombre valiente . desired translation (t): He was not the most honest or pious of men , but he was courageous .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Beyond Prefix-Based ITP",
"sec_num": "3"
},
{
"text": "BEGIN MT : It was not the most honest and the most pious man , but it was a brave man .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Beyond Prefix-Based ITP",
"sec_num": "3"
},
{
"text": "User: It was not the most honest and the most pious of man , but it was a brave man .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "IT-1",
"sec_num": null
},
{
"text": "MT : He was not the most honest or pious of men , but it was a brave man .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "IT-1",
"sec_num": null
},
{
"text": "IT-2 User: He was not the most honest or pious of men , but it was courageous .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "IT-1",
"sec_num": null
},
{
"text": "MT : He was not the most honest or pious of men , but he was courageous .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "IT-1",
"sec_num": null
},
{
"text": "END User: He was not the most honest or pious of men , but he was courageous .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "IT-1",
"sec_num": null
},
{
"text": "Figure 1: Interactive translation of a Spanish sentence into English. First, the system suggests an initial translation. At iteration 1, the user validates the parts of the suggestions she considers to be right and introduces a correction by typing a word: \" of \". This defines a new user feedback with five segments: {\"was not the most honest\", \"pious of\", \", but\", \"was\", \".\"}. Then, the system suggests a new translation that contains these segments in the given order. Iteration 2 is similar; the user validates words \"He\" and \"or\", and she types a new correction: \" courageous \". The process ends when the user accepts the translation suggested by the system in the last step. Only two edits are required. In comparison, PE would have needed 10 edits.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "IT-1",
"sec_num": null
},
{
"text": "system takes into account this feedback to suggest a new translation that contains the segments validated by the user as well as the typed corrections. Such process is repeated until the user validates the whole suggested translation. An example of this process is shown in Figure 1 .",
"cite_spans": [],
"ref_spans": [
{
"start": 274,
"end": 282,
"text": "Figure 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "IT-1",
"sec_num": null
},
{
"text": "The crucial MT feature is the generation of a new translation coherent to the segments already validated by the user. Formally, we represent such user feedback as a sequence of disjoint segments f =f 1 , . . . ,f k , . . . ,f |f | , where eachf k is a sequence of consecutive target language words. For example, user feedback at iteration one in Figure 1 is composed of five disjoint segments:f 1 = \"was not the most honest\",f 2 = \"pious of\",f 3 = \", but\", f 4 = \"was\" andf 5 = \".\". Segments in f do not overlap and do not necessarily cover the whole sentence. Prefix-based feedback in conventional ITP is a special case of this with only one segment starting at the beginning of the sentence.",
"cite_spans": [],
"ref_spans": [
{
"start": 346,
"end": 354,
"text": "Figure 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "IT-1",
"sec_num": null
},
{
"text": "Next, we describe the statistical formalization of our approach, the models actually used to implement such formalization, and the search procedures required to efficiently generate translations coherent with this generalized user feedback.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "IT-1",
"sec_num": null
},
{
"text": "Our problem can be stated as follows: given a source sentence s = s 1 . . . s |s| and some user feedback f , we must find the best target language trans-",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Statistical Framework",
"sec_num": "3.1"
},
{
"text": "lation t = t 1 . . . t |t| of s coherent with f : t = arg max t Pr(t | s, f )",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Statistical Framework",
"sec_num": "3.1"
},
{
"text": "We can make the na\u00efve Bayes' assumption that s and f are statistically independent variables given t. This results in the basic equation for ITP with error correction (Ortiz-Mart\u00ednez, 2011):",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Statistical Framework",
"sec_num": "3.1"
},
{
"text": "t = arg max t Pr(t | s) \u2022 Pr(f | t) (1)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Statistical Framework",
"sec_num": "3.1"
},
{
"text": "where, as we will see in Section 3.2, distribution Pr(t | s) can be approximated by a machine translation model, and Pr(f | t) by an error correction model that measures the degree of compatibility between f and t.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Statistical Framework",
"sec_num": "3.1"
},
{
"text": "Note that by using a probability distribution Pr(f | t), any translation is compatible with a given user feedback to some degree. As a consequence, the translation returned by Equation (1) may still not contain the segments validated by the user; we need to identify the sub-string of the returned sentence that corresponds to the each of the segments validated by the user. To solve this problem, we define an alignment a = a 1 , . . . , a |f | between the user-validated segments f =f 1 , . . . ,f |f | and a list of segmentst =t 1 , . . . ,t |f | , where each t k = t k i . . . t k j is a sub-sequence of words in t. Each alignment link a k =t k indicates the particular segment in t that should be replaced by the kth user-validated segmentf k to make t coherent to f . Unaligned words in t constitute the free text that completes the gaps in between the user-validated segments in f (Gonz\u00e1lez-Rubio et al., 2013) . The alignment also must be monotonic to preserve the order of the user-validated segments. Formally, for every pair of alignment links: a k =t k and a k =t k , k < k \u21d0\u21d2 k j < k i .",
"cite_spans": [
{
"start": 888,
"end": 917,
"text": "(Gonz\u00e1lez-Rubio et al., 2013)",
"ref_id": "BIBREF5"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Statistical Framework",
"sec_num": "3.1"
},
{
"text": "After including alignment in Equation 1and following a maximum approximation, we arrive to our final formulation of ITP with error correction:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Statistical Framework",
"sec_num": "3.1"
},
{
"text": "(t,\u00e2) = arg max t,a Pr(t | s) \u2022 Pr(f , a | t) (2)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Statistical Framework",
"sec_num": "3.1"
},
{
"text": "In practice, we combine the probability distributions in Equation 2in a log-linear fashion as it is typically done in MT .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Statistical Framework",
"sec_num": "3.1"
},
{
"text": "Equation 2includes two probability distributions: Pr(t | s) and Pr(f , a | t). The first one can be modeled by any of the multiple machine translation models that have been proposed in the literature; (Koehn, 2009) for example provide a good description of them. We will focus our exposition in the latter distribution, Pr(f , a | t), that evaluates the compatibility between a translation t and some user feedback f through alignment a.",
"cite_spans": [
{
"start": 201,
"end": 214,
"text": "(Koehn, 2009)",
"ref_id": "BIBREF11"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Models",
"sec_num": "3.2"
},
{
"text": "Following (Gonz\u00e1lez-Rubio et al., 2013), we model Pr(f , a | t) as an error correction model based on the edit distance (Levenshtein, 1966) . Given a candidate string and the corresponding reference string, we model edit distance as a Bernoulli process where each word of the candidate has a probability p e of being edited. Under this interpretation, the number of edits \u03b4 observed in a candidate of length n is a random variable that follows a binomial distribution, \u03b4 \u223c B(n, p e ). By assuming independence between each alignment link, we can model error-correction probability as:",
"cite_spans": [
{
"start": 120,
"end": 139,
"text": "(Levenshtein, 1966)",
"ref_id": "BIBREF14"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Models",
"sec_num": "3.2"
},
{
"text": "Pr(f , a | t) \u2248 |a| k=1 P E (f k , a k ) = |a| k=1 n k \u03b4 k p \u03b4 k e (1 \u2212 p e ) (n k \u2212\u03b4 k )",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Models",
"sec_num": "3.2"
},
{
"text": "where P E (f k , a k ) is the error correction probability for the k-th alignment link whose value is given by the probability mass function of the binomial distribution, n k = |f k | is the length in words of the k-th segment validated by the user (f k ), and \u03b4 k is the edit distance betweenf k and the segment a k =t k of t aligned to it according to a. Figure 2 : Example of a hypergraph encoding two different translations for the Spanish sentence: \"Vi a un hombre con un telescopio\".",
"cite_spans": [],
"ref_spans": [
{
"start": 357,
"end": 365,
"text": "Figure 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "Models",
"sec_num": "3.2"
},
{
"text": "The probability of editing p e is the single free parameter of this model. Alternatively, we can use a model based on a multinomial distribution assigning different probabilities to different edit operations. Nevertheless, we adhere to the binomial approximation due to its simplicity.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Models",
"sec_num": "3.2"
},
{
"text": "Next, we address the problem posed by the maximization in Equation (2). Following (Barrachina et al., 2009) , we split search into a two step process. Given a source language sentence, we first generate a graph-based representation that contains its most probable translations. Then, we search for the optimal translation and alignment on it according to Equation (2). In particular, we use hypergraphs to represent such search space.",
"cite_spans": [
{
"start": 82,
"end": 107,
"text": "(Barrachina et al., 2009)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Search",
"sec_num": "3.3"
},
{
"text": "One important advantage of this approach, is that it separates the proof-read step from the MT engine used to generate the initial translations. As such it provides an unified framework that accepts both the use of phrase-based and hierarchical/syntax translation models.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Search",
"sec_num": "3.3"
},
{
"text": "A hypergraph (Gallo et al., 1993 ) is a generalization of the concept of graph where the edges (now called hyperedges) may connect several nodes (hypernodes) at the same time. Formally, a hypergraph is a weighted acyclic graph represented by a pair H =< V, E >, where V is a set of hypernodes and E is a set of hyperedges. Each hyperedge \u03b5 \u2208 E connects a set of tail hypernodes",
"cite_spans": [
{
"start": 13,
"end": 32,
"text": "(Gallo et al., 1993",
"ref_id": "BIBREF3"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Hypergraphs",
"sec_num": "3.3.1"
},
{
"text": "T (\u03b5) = {\u03c4 1 . . . \u03c4 |T (\u03b5)| } \u03c4 l \u2208 V, to a head hypern- ode H(\u03b5) \u2208 V.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Hypergraphs",
"sec_num": "3.3.1"
},
{
"text": "A hypernode with no ingoing hyperedges is a leaf, while a hypernode with no outgoing hyperedges is a root. Each hypernode represents a partial translation generated during the MT decoding process. Each ingoing hyperedge \u03b5 represents the rule applied to generate the partial solution in the head from the partial solutions in the tail hypernodes, as such it has an associated probability P (\u03b5). Figure 2 shows an example hypergraph 2 . Two alternative translations are constructed from the leaf hypernodes (1, 2 and 3) up to the root hypernode (6). Hypergraphs provide a compact representation of the translation space that allows us to derive efficient search algorithms.",
"cite_spans": [],
"ref_spans": [
{
"start": 394,
"end": 402,
"text": "Figure 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "Hypergraphs",
"sec_num": "3.3.1"
},
{
"text": "Hypergraphs are the natural representation for hierarchical MT models (Chiang, 2005; Zollmann and Venugopal, 2006) . Note, however, that wordgraphs (Ueffing et al., 2002) , which are used to represent the search space for phrase-based models (Koehn et al., 2003) , are a special case of hypergraphs in which hyperedges have at most one tail hypernode.",
"cite_spans": [
{
"start": 70,
"end": 84,
"text": "(Chiang, 2005;",
"ref_id": "BIBREF2"
},
{
"start": 85,
"end": 114,
"text": "Zollmann and Venugopal, 2006)",
"ref_id": "BIBREF30"
},
{
"start": 148,
"end": 170,
"text": "(Ueffing et al., 2002)",
"ref_id": "BIBREF27"
},
{
"start": 242,
"end": 262,
"text": "(Koehn et al., 2003)",
"ref_id": "BIBREF8"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Hypergraphs",
"sec_num": "3.3.1"
},
{
"text": "We formalize the maximization in Equation 2as a bottom-up search problem. Starting from the leaf hypernodes, we keep track of the best solutions (partial translation and alignment) achievable at each hypernode. We define Q(\u03bd, [m, n]) as the probability of the most likely partial translation derivable from hypernode \u03bd aligned to (accounting for) user-validated segments from m-th to n-th, we will refer to this interval as the coverage of the partial solution. Given a node \u03bd and a coverage, we compute its score from its ingoing hyperedges. Specifically, Q(\u03bd, [m, n]) will be equal to the maximum score of the partial solutions computed from any ingoing hyperedge. Partial solutions from an ingoing hyperedge \u03b5 are defined as combinations of partial solutions on its tail hypernodes under the constrain that the concatenation of their coverages equals [m, n] . Formally, given an ingoing hyperedge \u03b5, a combination c",
"cite_spans": [
{
"start": 854,
"end": 860,
"text": "[m, n]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Search on hypergraphs",
"sec_num": "3.3.2"
},
{
"text": "= {Q(\u03c4 l , [m l , n l ])} |T (\u03b5)| l=1",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Search on hypergraphs",
"sec_num": "3.3.2"
},
{
"text": "is valid if it holds the following four conditions: [m, n] ) can be computed efficiently via the following dynamic programming recursion:",
"cite_spans": [
{
"start": 52,
"end": 58,
"text": "[m, n]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Search on hypergraphs",
"sec_num": "3.3.2"
},
{
"text": "1. m 1 = m 2. n |T (\u03b5)| = n 3. \u2200l, \u03c4 l \u2208 T (\u03b5) 4. \u2200l : 1 < l \u2264 |T (\u03b5)|, m l = n l\u22121 + 1 Q(\u03bd,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Search on hypergraphs",
"sec_num": "3.3.2"
},
{
"text": "Q(\u03bd, [m, n]) = max \u03b5\u2208I(\u03bd) c\u2208C(\u03b5,[m,n]) P (\u03b5) Q(\u03c4 l ,[m l ,n l ])\u2208c Q(\u03c4 l , [m l , n l ])",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Search on hypergraphs",
"sec_num": "3.3.2"
},
{
"text": "2 For simplicity, we do not show hyperedge probabilities. where I(\u03bd) are the ingoing hyperedges of \u03bd, P (\u03b5) is the probability of hyperedge \u03b5, C(\u03b5, [m, n]) is the set of valid combinations for hyperedge \u03b5 and coverage [m, n] , and c \u2208 C(\u03b5, [m, n]) is one of such valid combinations Leaf hypernodes represent the base cases for this recursion. For simplicity, we restrict them to be fully-aligned to at most one user-validated segment 3 . That is, given a leaf hypernode \u03bb \u2208 V:",
"cite_spans": [
{
"start": 218,
"end": 224,
"text": "[m, n]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Search on hypergraphs",
"sec_num": "3.3.2"
},
{
"text": "Q(\u03bb, [m, n]) = P MT (\u03bb)P E (w(\u03bb),f m ) if m = n 0 otherwise.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Search on hypergraphs",
"sec_num": "3.3.2"
},
{
"text": "where P MT (\u03bb) is the MT probability (language plus translation model) of \u03bb, and P E (w(\u03bb),f m ) is the error correction probability between the target text covered by the leaf hypernode, w(\u03bb), and the m-th user-validated segment in f . The score of the optimal solution is given by Q(\u03b1, [1, |f |]), where \u03b1 \u2208 V is the root hypernode. We can recover (t,\u00e2) through backtracking.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Search on hypergraphs",
"sec_num": "3.3.2"
},
{
"text": "The process described above loops over all hyperedges and coverages (bounded by |E||f | 2 ), evaluating all valid combinations (bounded by the coverage partitions). It can be implemented by an algorithm with a complexity in O(|E||f | 2\u03c4 ), where \u03c4 is the average number of tail hypernodes per hyperedge (usually set to 2). In practice, our approach has a complexity in O(|E||f | 4 ).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Search on hypergraphs",
"sec_num": "3.3.2"
},
{
"text": "We tested the proposed methods in the Spanishto-English (Es-En) partition of the Bulletin of the European Union (EU) corpus (Barrachina et al., 2009; Gonz\u00e1lez-Rubio et al., 2013) . We tokenized the corpus keeping the real case of the sentences. Table 1 shows the main figures of the corpus.",
"cite_spans": [
{
"start": 124,
"end": 149,
"text": "(Barrachina et al., 2009;",
"ref_id": "BIBREF1"
},
{
"start": 150,
"end": 178,
"text": "Gonz\u00e1lez-Rubio et al., 2013)",
"ref_id": "BIBREF5"
}
],
"ref_spans": [
{
"start": 245,
"end": 252,
"text": "Table 1",
"ref_id": "TABREF2"
}
],
"eq_spans": [],
"section": "Corpus and MT systems",
"sec_num": "4.1"
},
{
"text": "We estimated a hierarchical MT model for the train partition with the standard configuration of the Moses toolkit (Koehn et al., 2007) . Loglinear weighs were estimated by minimum errorrate training (Och, 2003) on the tune partition. Then, we automatically translated tune and test partitions using the optimized model to obtain the corresponding hypergraphs. Next, we optimized the single free parameter p e of the error correction model (see Section 3.2) on the tune partition. Finally, we interactively translated both partitions according to the unrestricted ITP approach proposed in Section 3.",
"cite_spans": [
{
"start": 114,
"end": 134,
"text": "(Koehn et al., 2007)",
"ref_id": "BIBREF9"
},
{
"start": 199,
"end": 210,
"text": "(Och, 2003)",
"ref_id": "BIBREF17"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Corpus and MT systems",
"sec_num": "4.1"
},
{
"text": "ITP evaluation with human translators is simply to slow and expensive to be applied on a frequent and ongoing basis during system development. Instead, we carried out an automatic evaluation with simulated users which is faster and cheaper.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "User Simulation",
"sec_num": "4.2"
},
{
"text": "At each ITP iteration (see Figure 1 ), we have to decide which segments in the suggested translation should be validated, and which error should be corrected. To do that, we considered the reference translations in the corpus as the output that a human expert would want to obtain. Then, we align the suggested translation and the reference via edit distance: words aligned to itself are marked as valid, while edited words are potential corrections to be typed by the simulated user.",
"cite_spans": [],
"ref_spans": [
{
"start": 27,
"end": 35,
"text": "Figure 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "User Simulation",
"sec_num": "4.2"
},
{
"text": "Without loss of generality, we introduced two restrictions: (1) we restrict users to validate segments only at the first iteration, and (2) the simulated user always corrected the first (in reading order) error in the suggested translation. We are aware that the results obtained with this user simulation will be pessimistic since it forbids behaviors that may improve user productivity, e.g. validating segments at each iteration or correcting more promising parts of the suggested translation. Our goal is not to match the behavior of a human translator, but to allow for a meaningful comparison against conventional ITP. Note that prefix-based proof-reading is a particular case of our user simulation with no segment validation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "User Simulation",
"sec_num": "4.2"
},
{
"text": "ITP systems are evaluated according to the effort needed to generate the desired translations. This effort is usually estimated as the number of actions performed by the user while interacting with the system. In our user simulation, we describe two different actions: segment-validation, and wordcorrection. Each segment validation involves the user to \"click\" on the initial and final words of the segment 4 . Each correction corresponds to an edit operation performed by the user. Specifically, we used the following measures in our experiments:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation Metrics",
"sec_num": "4.3"
},
{
"text": "Word stroke ratio (WSR): Proposed in (Tom\u00e1s and Casacuberta, 2006) as the quotient between the number of words edited by the user (wordstrokes), and the number of words in the final translation. Word-strokes are considered as single actions with constant cost independently of the length of the edited word.",
"cite_spans": [
{
"start": 37,
"end": 66,
"text": "(Tom\u00e1s and Casacuberta, 2006)",
"ref_id": "BIBREF25"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation Metrics",
"sec_num": "4.3"
},
{
"text": "Mouse action ratio (MAR): Proposed in (Barrachina et al., 2009) as the quotient between the number of \"clicks\" made by the user (mouseactions), and the number of words in the final translation. In addition to the \"clicks\" for segment validation, we count one more mouse action per sentence accounting for the final acceptance of the suggested translation.",
"cite_spans": [
{
"start": 38,
"end": 63,
"text": "(Barrachina et al., 2009)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation Metrics",
"sec_num": "4.3"
},
{
"text": "Conceptually (Macklovitch et al., 2005) , MAR can be seen as accounting for the cognitive part of the supervision process: undertanding the translation and identifying the errors in it, while WSR accounts for the actual physical effort required to type the corrections. As such, both metrics are complementary to express the total human effort involved in proof-reading a document.",
"cite_spans": [
{
"start": 13,
"end": 39,
"text": "(Macklovitch et al., 2005)",
"ref_id": "BIBREF15"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation Metrics",
"sec_num": "4.3"
},
{
"text": "We also evaluated the quality of the initial automatic translations generated by the system:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation Metrics",
"sec_num": "4.3"
},
{
"text": "Proposed in (Papineni et al., 2002) , it is based on the precision of n-grams between the suggested translation and the reference; it also includes a brevity penalty to penalize short translations. This score ranges between 0 and 100, with 100 denoting a perfect translation.",
"cite_spans": [
{
"start": 12,
"end": 35,
"text": "(Papineni et al., 2002)",
"ref_id": "BIBREF19"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Bilingual evaluation understudy (BLEU):",
"sec_num": null
},
{
"text": "Translation edit rate (TER): Proposed in (Snover et al., 2006) , it measures the number of edit operations (substitution, insertion and deletion of single words, and swap of word sequences) divided by the number of words in the reference.",
"cite_spans": [
{
"start": 41,
"end": 62,
"text": "(Snover et al., 2006)",
"ref_id": "BIBREF24"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Bilingual evaluation understudy (BLEU):",
"sec_num": null
},
{
"text": "In addition to be an MT quality metric, TER can also be seen as a human-effort measure in PE scenarios. Therefore, we can use TER and WSR to compare human effort between PE and ITP. Finally, in order to assess the statistical significance of the results, we also provide 95% confidence intervals for their values. These intervals were computed via pair-wise bootstrap resampling as proposed in (Zhang and Vogel, 2004) .",
"cite_spans": [
{
"start": 394,
"end": 417,
"text": "(Zhang and Vogel, 2004)",
"ref_id": "BIBREF29"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Bilingual evaluation understudy (BLEU):",
"sec_num": null
},
{
"text": "This section presents the results of the experiments performed to assess the unrestricted ITP approach proposed in Section 3. First, we compare our ITP approach to the prefix-based ITP scenario described in (Barrachina et al., 2009) and the decoupled PE approach. Then, we further study our approach investigating the relationship between segment-validation and typing effort. Finally, we provide evidence that the proposed unrestricted proof-reading protocol allows to reduce the cognitive overload produced by the changing translation completions of prefix-based ITP approaches. Table 2 displays user-effort results for the proposed ITP approach against prefix-based ITP (Barrachina et al., 2009) 5 and a decoupled PE baseline approach. Automatic translation results are also displayed to give an idea of the difficulty of the task. We can observe how our approach clearly outperformed both prefix-based ITP and PE in terms of user typing effort as measured by WSR and TER respectively. According to these results, a human translator assisted by our ITP system would only need to correct only about one third of the words to generate the correct translations. In comparison, PE would require to type Figure 3 : WSR and MAR as a function of the maximum number of words validated by the simulated user in our ITP approach. No changes were observed for more than 40 validated words.",
"cite_spans": [
{
"start": 207,
"end": 232,
"text": "(Barrachina et al., 2009)",
"ref_id": "BIBREF1"
},
{
"start": 673,
"end": 698,
"text": "(Barrachina et al., 2009)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [
{
"start": 581,
"end": 588,
"text": "Table 2",
"ref_id": "TABREF4"
},
{
"start": 1202,
"end": 1210,
"text": "Figure 3",
"ref_id": null
}
],
"eq_spans": [],
"section": "Results",
"sec_num": "5"
},
{
"text": "\u223c 41% of the words (17% more) while prefixbased ITP would require to correct more that half of them (55% more). Additionally, we can observe that prefix-based ITP was not better than the PE baseline in all cases. This result, coherent with previous works e.g. (Gonz\u00e1lez-Rubio et al., 2013; Green et al., 2014) , exemplifies the potential limitations of prefix-based ITP.",
"cite_spans": [
{
"start": 260,
"end": 289,
"text": "(Gonz\u00e1lez-Rubio et al., 2013;",
"ref_id": "BIBREF5"
},
{
"start": 290,
"end": 309,
"text": "Green et al., 2014)",
"ref_id": "BIBREF6"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Results",
"sec_num": "5"
},
{
"text": "The large reductions in typing effort observed for our ITP approach came together with an important increase in the number of mouse actions.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Results",
"sec_num": "5"
},
{
"text": "Next, we focused on the differences between prefix-based and our approach. To do that, we carried out different experiments allowing the simulated user to validate an increasing number of words from zero to infinity (corresponding respectively to the results of prefix-based ITP and our approach in Table 2 ). Figure 3 shows WSR (top) and MAR (bottom) for the Test partition as a function of the maximum number or words allowed to be validated by the user.",
"cite_spans": [],
"ref_spans": [
{
"start": 299,
"end": 306,
"text": "Table 2",
"ref_id": "TABREF4"
},
{
"start": 310,
"end": 318,
"text": "Figure 3",
"ref_id": null
}
],
"eq_spans": [],
"section": "Results",
"sec_num": "5"
},
{
"text": "As we allowed the simulated user to validate more words, the amount of words to be corrected (WSR) decreased dramatically. For example, we obtained a 10% relative reduction in WSR when we allowed the user to validate a maximum of 4 words. A similar trend (but in the opposite direction) can be observed for MAR: as we allowed the user to validate more words, the number of mouse actions increased until stabilization. In other words, our ITP approach allows to reduce user typing effort at the expense of an increase in the number of mouse actions. As we have said before, WSR and MAR account for different phenomena and thus have different cost from a human point of view (Macklovitch et al., 2005) . It may seem that we have simply exchanged typing effort for cognitive effort. However, two considerations allow us to consider this a beneficial exchange. On the one hand, from a pure mechanistic point of view, typying a whole word usually requires more effort than \"clicking\" on it. On the other hand, from a cognitive point of view, the user has to read, understand, and evaluate the suggested translation in both prefix-based ITP and our approach. Hence, the difference in cognitive effort between these two approaches approaches is most probably negligible. Nevertheless, these considerations should be tested with actual human users before reaching categorical conclusions.",
"cite_spans": [
{
"start": 673,
"end": 699,
"text": "(Macklovitch et al., 2005)",
"ref_id": "BIBREF15"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Results",
"sec_num": "5"
},
{
"text": "Average response time of our Python prototype was below 3 seconds 6 . Obviously, it does not qualify as real-time. However, we expect an important reduction in response time after implementing our approach in a more efficient language.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Results",
"sec_num": "5"
},
{
"text": "We performed a final analysis to evaluate to which extent our proposal alleviates the main annoying effect inherent to prefix-based ITP, namely correct words in a given suffix overwritten by the next suggested suffix. This common effect, observed in several user studies, make human users 6 The test machine was an Intel i5 CPU at 3.4 GHz. Figure 4 : Percentage of words suggested by the system that were correct but overwritten in subsequent translation suggestions, as a function of the number of words validated by the simulated user. This ratio can be seen as a measure of the user cognitive overload. feel that cognitive effort invested in evaluating each suggested translation was wasted.",
"cite_spans": [
{
"start": 289,
"end": 290,
"text": "6",
"ref_id": null
}
],
"ref_spans": [
{
"start": 340,
"end": 348,
"text": "Figure 4",
"ref_id": null
}
],
"eq_spans": [],
"section": "Results",
"sec_num": "5"
},
{
"text": "To do that, we measured the number of correct words that were modified by subsequent translation suggestions, normalized by the total number of suggested words. Figure 4 displays this percentage as a function of the maximum number of words that can be validated by the simulated user. We can observe how for prefix-based ITP (zero value in the x-axis), this cognitive overload is a very important phenomena; more than 30% of the words suggested by the system were correct but modified by following suffix suggestions. As we allowed more words to be fixed, this percentage steadily decreased down to zero. This indicates that our ITP proposal actually provides a mechanism to overcome the cognitive overload inherent to prefix-based ITP.",
"cite_spans": [],
"ref_spans": [
{
"start": 161,
"end": 169,
"text": "Figure 4",
"ref_id": null
}
],
"eq_spans": [],
"section": "Results",
"sec_num": "5"
},
{
"text": "We have presented a new ITP approach where the user is not longer bound to interact with the system in a prefix-based fashion (Barrachina et al., 2009) . The proposed ITP approach gives the user complete freedom to validate and correct any part of the suggested translations thus providing a more natural working environment for human translators. We formalize the problem as a MT model with error correction which, in practice, is implemented as a constrained search on hypergraphs.",
"cite_spans": [
{
"start": 126,
"end": 151,
"text": "(Barrachina et al., 2009)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Summary",
"sec_num": "6"
},
{
"text": "Simulated results showed that the proposed ITP approach drastically reduced the typing effort needed to generate translations, improving results of both decoupled PE and prefix-based ITP. This reduction in typing effort came at the expense of a larger amount of mouse actions required to validate correct segments of the suggested translations. However, since mouse actions are cheaper than typing full words, we can expect this exchange to reduce overall user effort. Nevertheless, this expectation should be confirmed in future experiments with actual human users. Finally, in addition to reduce user effort, we also provide evidence indicating that the proposed ITP approach can reduce the cognitive overload commonly reported by humans using prefix-based ITP systems.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Summary",
"sec_num": "6"
},
{
"text": "We use the terms \"human expert\", \"human translator\", and 'user\" indistinctly.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Preliminary experiments did not show a difference in the final results when relaxing this restriction.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "One single \"click\" is enough for one-word segments.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "For prefix-based ITP, MAR accounts for the prefixes validated by the user while proof-reading the translations.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "Work supported by the Generalitat Valenciana under grant ALMAMATER (PrometeoII/2014/030).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgments",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "User evaluation of advanced interaction features for a computer-assisted translation workbench",
"authors": [
{
"first": "Jes\u00fas",
"middle": [],
"last": "Vicent Alabau",
"suffix": ""
},
{
"first": "Luis",
"middle": [
"A"
],
"last": "Gonzlez-Rubio",
"suffix": ""
},
{
"first": "Daniel",
"middle": [],
"last": "Leiva",
"suffix": ""
},
{
"first": "Germ\u00e1n",
"middle": [],
"last": "Ortiz-Mart\u00ednez",
"suffix": ""
},
{
"first": "Francisco",
"middle": [],
"last": "Sanchis-Trilles",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Casacuberta",
"suffix": ""
},
{
"first": "'",
"middle": [],
"last": "Bartolom\u00e9",
"suffix": ""
},
{
"first": "Ragnar",
"middle": [],
"last": "Mesa-Lao",
"suffix": ""
},
{
"first": "Michael",
"middle": [],
"last": "Bonk",
"suffix": ""
},
{
"first": "Mercedes",
"middle": [],
"last": "Carl",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Garc\u00eda-Mart\u00ednez",
"suffix": ""
}
],
"year": 2013,
"venue": "Proceedings of the XIV Machine Translation Summit",
"volume": "",
"issue": "",
"pages": "361--368",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Vicent Alabau, Jes\u00fas Gonzlez-Rubio, Luis A. Leiva, Daniel Ortiz-Mart\u00ednez, Germ\u00e1n Sanchis-Trilles, Francisco Casacuberta, Bartolom\u00e9' Mesa-Lao, Rag- nar Bonk, Michael Carl, and Mercedes Garc\u00eda- Mart\u00ednez. 2013. User evaluation of advanced in- teraction features for a computer-assisted translation workbench. In Proceedings of the XIV Machine Translation Summit, pages 361-368.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Statistical approaches to computer-assisted translation",
"authors": [
{
"first": "Sergio",
"middle": [],
"last": "Barrachina",
"suffix": ""
},
{
"first": "Oliver",
"middle": [],
"last": "Bender",
"suffix": ""
},
{
"first": "Francisco",
"middle": [],
"last": "Casacuberta",
"suffix": ""
},
{
"first": "Jorge",
"middle": [],
"last": "Civera",
"suffix": ""
},
{
"first": "Elsa",
"middle": [],
"last": "Cubel",
"suffix": ""
},
{
"first": "Shahram",
"middle": [],
"last": "Khadivi",
"suffix": ""
},
{
"first": "Antonio",
"middle": [],
"last": "Lagarda",
"suffix": ""
},
{
"first": "Hermann",
"middle": [],
"last": "Ney",
"suffix": ""
},
{
"first": "Jes\u00fas",
"middle": [],
"last": "Tom\u00e1s",
"suffix": ""
},
{
"first": "Enrique",
"middle": [],
"last": "Vidal",
"suffix": ""
},
{
"first": "Juan-Miguel",
"middle": [],
"last": "Vilar",
"suffix": ""
}
],
"year": 2009,
"venue": "Computational Linguistics",
"volume": "35",
"issue": "",
"pages": "3--28",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Sergio Barrachina, Oliver Bender, Francisco Casacu- berta, Jorge Civera, Elsa Cubel, Shahram Khadivi, Antonio Lagarda, Hermann Ney, Jes\u00fas Tom\u00e1s, En- rique Vidal, and Juan-Miguel Vilar. 2009. Sta- tistical approaches to computer-assisted translation. Computational Linguistics, 35:3-28, March.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"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 of the Association for Computational Linguistics",
"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 Pro- ceedings of the 43rd Annual Meeting of the Associa- tion for Computational Linguistics, pages 263-270.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Directed hypergraphs and applications",
"authors": [
{
"first": "Giorgio",
"middle": [],
"last": "Gallo",
"suffix": ""
},
{
"first": "Giustino",
"middle": [],
"last": "Longo",
"suffix": ""
},
{
"first": "Stefano",
"middle": [],
"last": "Pallottino",
"suffix": ""
},
{
"first": "Sang",
"middle": [],
"last": "Nguyen",
"suffix": ""
}
],
"year": 1993,
"venue": "Discrete Applied Mathematics",
"volume": "42",
"issue": "2-3",
"pages": "177--201",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Giorgio Gallo, Giustino Longo, Stefano Pallottino, and Sang Nguyen. 1993. Directed hypergraphs and applications. Discrete Applied Mathematics, 42(2- 3):177-201, April.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Balancing user effort and translation error in interactive machine translation via confidence measures",
"authors": [
{
"first": "Jes\u00fas",
"middle": [],
"last": "Gonz\u00e1lez-Rubio",
"suffix": ""
},
{
"first": "Daniel",
"middle": [],
"last": "Ortiz-Mart\u00ednez",
"suffix": ""
},
{
"first": "Francisco",
"middle": [],
"last": "Casacuberta",
"suffix": ""
}
],
"year": 2010,
"venue": "Proceedings of the 48th Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "173--177",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jes\u00fas Gonz\u00e1lez-Rubio, Daniel Ortiz-Mart\u00ednez, and Francisco Casacuberta. 2010. Balancing user effort and translation error in interactive machine transla- tion via confidence measures. In Proceedings of the 48th Annual Meeting of the Association for Compu- tational Linguistics, pages 173-177.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Interactive machine translation using hierarchical translation models",
"authors": [
{
"first": "Jes\u00fas",
"middle": [],
"last": "Gonz\u00e1lez-Rubio",
"suffix": ""
},
{
"first": "Daniel",
"middle": [],
"last": "Ort\u00edz-Martinez",
"suffix": ""
},
{
"first": "Jos\u00e9-Miguel",
"middle": [],
"last": "Bened\u00ed",
"suffix": ""
},
{
"first": "Francisco",
"middle": [],
"last": "Casacuberta",
"suffix": ""
}
],
"year": 2013,
"venue": "Proceedings of the conference on Empirical Methods in Natural Language Processing",
"volume": "",
"issue": "",
"pages": "244--254",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jes\u00fas Gonz\u00e1lez-Rubio, Daniel Ort\u00edz-Martinez, Jos\u00e9- Miguel Bened\u00ed, and Francisco Casacuberta. 2013. Interactive machine translation using hierarchical translation models. In Proceedings of the confer- ence on Empirical Methods in Natural Language Processing, pages 244-254.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Human effort and machine learnability in computer aided translation",
"authors": [
{
"first": "Spence",
"middle": [],
"last": "Green",
"suffix": ""
},
{
"first": "I",
"middle": [],
"last": "Sida",
"suffix": ""
},
{
"first": "Jason",
"middle": [],
"last": "Wang",
"suffix": ""
},
{
"first": "Jeffrey",
"middle": [],
"last": "Chuang",
"suffix": ""
},
{
"first": "Sebastian",
"middle": [],
"last": "Heer",
"suffix": ""
},
{
"first": "Christopher",
"middle": [
"D"
],
"last": "Schuster",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Manning",
"suffix": ""
}
],
"year": 2014,
"venue": "Proceedings of the conference on Empirical Methods in Natural Language Processing",
"volume": "",
"issue": "",
"pages": "1225--1236",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Spence Green, Sida I. Wang, Jason Chuang, Jeffrey Heer, Sebastian Schuster, and Christopher D. Man- ning. 2014. Human effort and machine learnability in computer aided translation. In Proceedings of the conference on Empirical Methods in Natural Lan- guage Processing, pages 1225-1236.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Special issue on: New tools for human translators",
"authors": [
{
"first": "Pierre",
"middle": [],
"last": "Isabelle",
"suffix": ""
},
{
"first": "Ken",
"middle": [],
"last": "Church",
"suffix": ""
}
],
"year": 1998,
"venue": "",
"volume": "12",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Pierre Isabelle and Ken Church. 1998. Special issue on: New tools for human translators, volume 12. Kluwer Academic Publishers, January.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"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": "Proceedings of the the North American Chapter of the Association for Computational Linguistics on Human Language Technology",
"volume": "",
"issue": "",
"pages": "48--54",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Philipp Koehn, Franz Josef Och, and Daniel Marcu. 2003. Statistical phrase-based translation. In Pro- ceedings of the the North American Chapter of the Association for Computational Linguistics on Hu- man Language Technology, pages 48-54.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"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": "Ondrej",
"middle": [],
"last": "Bojar",
"suffix": ""
},
{
"first": "Alexandra",
"middle": [],
"last": "Constantin",
"suffix": ""
},
{
"first": "Evan",
"middle": [],
"last": "Herbst",
"suffix": ""
}
],
"year": 2007,
"venue": "Proceedings of the 45th Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "",
"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, Ondrej Bojar, Alexandra Constantin, and Evan Herbst. 2007. Moses: Open Source Toolkit for Statistical Machine Translation. In Proceedings of the 45th Annual Meeting of the Association for Computational Linguistics.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Refinements to interactive translation prediction based on search graphs",
"authors": [
{
"first": "Philipp",
"middle": [],
"last": "Koehn",
"suffix": ""
},
{
"first": "Chara",
"middle": [],
"last": "Tsoukala",
"suffix": ""
},
{
"first": "Herve",
"middle": [],
"last": "Saint-Amand",
"suffix": ""
}
],
"year": 2014,
"venue": "Proceedings of the 52nd Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "574--578",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Philipp Koehn, Chara Tsoukala, and Herve Saint- Amand. 2014. Refinements to interactive transla- tion prediction based on search graphs. In Proceed- ings of the 52nd Annual Meeting of the Association for Computational Linguistics, pages 574-578.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "A process study of computeraided translation",
"authors": [
{
"first": "Philipp",
"middle": [],
"last": "Koehn",
"suffix": ""
}
],
"year": 2009,
"venue": "Machine Translation",
"volume": "23",
"issue": "4",
"pages": "241--263",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Philipp Koehn. 2009. A process study of computer- aided translation. Machine Translation, 23(4):241- 263.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "TransType: development-evaluation cycles to boost translator's productivity. Machine Translation",
"authors": [],
"year": null,
"venue": "",
"volume": "17",
"issue": "",
"pages": "77--98",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "TransType: development-evaluation cycles to boost translator's productivity. Machine Translation, 17(2):77-98, September.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Binary codes capable of correcting deletions, insertions and reversals",
"authors": [
{
"first": "Vladimir",
"middle": [],
"last": "Levenshtein",
"suffix": ""
}
],
"year": 1966,
"venue": "Soviet Physics Doklady",
"volume": "10",
"issue": "8",
"pages": "707--710",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Vladimir Levenshtein. 1966. Binary codes capable of correcting deletions, insertions and reversals. Soviet Physics Doklady, 10(8):707-710, February.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "User evaluation report",
"authors": [
{
"first": "Elliot",
"middle": [],
"last": "Macklovitch",
"suffix": ""
},
{
"first": "Nam-Trung",
"middle": [],
"last": "Nguyen",
"suffix": ""
},
{
"first": "Roberto",
"middle": [],
"last": "Silva",
"suffix": ""
}
],
"year": 2001,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Elliot Macklovitch, Nam-Trung Nguyen, and Roberto Silva. 2005. User evaluation report. Technical report, Universit\u00e9 de Montr\u00e9al. TransType2 (IST- 2001-32091).",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"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",
"volume": "",
"issue": "",
"pages": "295--302",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Franz Josef Och and Hermann Ney. 2002. Discrimina- tive training and maximum entropy models for sta- tistical machine translation. In Proceedings of the 40th Annual Meeting on Association for Computa- tional Linguistics, pages 295-302.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Minimum error rate training in statistical machine translation",
"authors": [
{
"first": "Franz",
"middle": [],
"last": "Och",
"suffix": ""
}
],
"year": 2003,
"venue": "Proceedings of the 41st Annual Meeting on Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "160--167",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Franz Och. 2003. Minimum error rate training in sta- tistical machine translation. In Proceedings of the 41st Annual Meeting on Association for Computa- tional Linguistics, pages 160-167.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "Advances in Fully-Automatic and Interactive Phrase-Based Statistical Machine Translation",
"authors": [
{
"first": "Daniel",
"middle": [],
"last": "Ortiz-Mart\u00ednez",
"suffix": ""
}
],
"year": 2011,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Daniel Ortiz-Mart\u00ednez. 2011. Advances in Fully- Automatic and Interactive Phrase-Based Statisti- cal Machine Translation. Ph.D. thesis, Universitat Polit\u00e8cnica de Val\u00e8ncia.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"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 the 40th Annual Meeting on Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "311--318",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kishore Papineni, Salim Roukos, Todd Ward, and Wei- Jing Zhu. 2002. BLEU: a method for automatic evaluation of machine translation. In Proceedings of the 40th Annual Meeting on Association for Com- putational Linguistics, pages 311-318.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "Computer assisted transcription of speech",
"authors": [
{
"first": "Luis",
"middle": [],
"last": "Rodr\u00edguez",
"suffix": ""
},
{
"first": "Francisco",
"middle": [],
"last": "Casacuberta",
"suffix": ""
},
{
"first": "Enrique",
"middle": [],
"last": "Vidal",
"suffix": ""
}
],
"year": 2007,
"venue": "Proceedings of the 3rd Iberian Conference on Pattern Recognition and Image Analysis",
"volume": "4477",
"issue": "",
"pages": "241--248",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Luis Rodr\u00edguez, Francisco Casacuberta, and Enrique Vidal. 2007. Computer assisted transcription of speech. In Proceedings of the 3rd Iberian Confer- ence on Pattern Recognition and Image Analysis, volume 4477 of Lecture Notes in Computer Science, pages 241-248.",
"links": null
},
"BIBREF21": {
"ref_id": "b21",
"title": "Improving Interactive Machine Translation via Mouse Actions",
"authors": [
{
"first": "Germ\u00e1n",
"middle": [],
"last": "Sanchis-Trilles",
"suffix": ""
},
{
"first": "Daniel",
"middle": [],
"last": "Ortiz-Mart\u00ednez",
"suffix": ""
},
{
"first": "Jorge",
"middle": [],
"last": "Civera",
"suffix": ""
},
{
"first": "Francisco",
"middle": [],
"last": "Casacuberta",
"suffix": ""
},
{
"first": "Enrique",
"middle": [],
"last": "Vidal",
"suffix": ""
},
{
"first": "Hieu",
"middle": [],
"last": "Hoang",
"suffix": ""
}
],
"year": 2008,
"venue": "Proceedings of the Conference on Empirical Methods in Natural Language Processing",
"volume": "",
"issue": "",
"pages": "485--494",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Germ\u00e1n Sanchis-Trilles, Daniel Ortiz-Mart\u00ednez, Jorge Civera, Francisco Casacuberta, Enrique Vidal, and Hieu Hoang. 2008. Improving Interactive Machine Translation via Mouse Actions. In Proceedings of the Conference on Empirical Methods in Natural Language Processing, pages 485-494.",
"links": null
},
"BIBREF22": {
"ref_id": "b22",
"title": "Interactive translation prediction versus conventional post-editing in practice: a study with the casmacat workbench",
"authors": [
{
"first": "Germ\u00e1n",
"middle": [],
"last": "Sanchis-Trilles",
"suffix": ""
},
{
"first": "Vicent",
"middle": [],
"last": "Alabau",
"suffix": ""
},
{
"first": "Christian",
"middle": [],
"last": "Buck",
"suffix": ""
},
{
"first": "Michael",
"middle": [],
"last": "Carl",
"suffix": ""
},
{
"first": "Francisco",
"middle": [],
"last": "Casacuberta",
"suffix": ""
},
{
"first": "Mercedes",
"middle": [],
"last": "Garc\u00eda-Mart\u00ednez",
"suffix": ""
},
{
"first": "Ulrich",
"middle": [],
"last": "Germann",
"suffix": ""
},
{
"first": "Jes\u00fas",
"middle": [],
"last": "Gonz\u00e1lez-Rubio",
"suffix": ""
},
{
"first": "Robin",
"middle": [
"L"
],
"last": "Hill",
"suffix": ""
},
{
"first": "Philipp",
"middle": [],
"last": "Koehn",
"suffix": ""
},
{
"first": "Luis",
"middle": [
"A"
],
"last": "Leiva",
"suffix": ""
},
{
"first": "Bartolom\u00e9",
"middle": [],
"last": "Mesa-Lao",
"suffix": ""
},
{
"first": "Daniel",
"middle": [],
"last": "Ortiz-Mart\u00ednez",
"suffix": ""
},
{
"first": "Herve",
"middle": [],
"last": "Saint-Amand",
"suffix": ""
},
{
"first": "Chara",
"middle": [],
"last": "Tsoukala",
"suffix": ""
}
],
"year": 2014,
"venue": "Machine Translation",
"volume": "28",
"issue": "3-4",
"pages": "217--235",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Germ\u00e1n Sanchis-Trilles, Vicent Alabau, Christian Buck, Michael Carl, Francisco Casacuberta, Mer- cedes Garc\u00eda-Mart\u00ednez, Ulrich Germann, Jes\u00fas Gonz\u00e1lez-Rubio, Robin L. Hill, Philipp Koehn, Luis A. Leiva, Bartolom\u00e9 Mesa-Lao, Daniel Ortiz- Mart\u00ednez, Herve Saint-Amand, and Chara Tsoukala. 2014. Interactive translation prediction versus con- ventional post-editing in practice: a study with the casmacat workbench. Machine Translation, 28(3- 4):217-235, December.",
"links": null
},
"BIBREF23": {
"ref_id": "b23",
"title": "Interactive handwriting recognition with limited user effort",
"authors": [
{
"first": "Nicols",
"middle": [],
"last": "Serrano",
"suffix": ""
},
{
"first": "Adri",
"middle": [],
"last": "Gimnez",
"suffix": ""
},
{
"first": "Jorge",
"middle": [],
"last": "Civera",
"suffix": ""
},
{
"first": "Alberto",
"middle": [],
"last": "Sanchis",
"suffix": ""
},
{
"first": "Alfons",
"middle": [],
"last": "Juan",
"suffix": ""
}
],
"year": 2014,
"venue": "International Journal on Document Analysis and Recognition",
"volume": "17",
"issue": "",
"pages": "47--59",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Nicols Serrano, Adri Gimnez, Jorge Civera, Alberto Sanchis, and Alfons Juan. 2014. Interactive hand- writing recognition with limited user effort. Inter- national Journal on Document Analysis and Recog- nition, 17:47-59.",
"links": null
},
"BIBREF24": {
"ref_id": "b24",
"title": "A study of translation edit rate with targeted human annotation",
"authors": [
{
"first": "Matthew",
"middle": [],
"last": "Snover",
"suffix": ""
},
{
"first": "Bonnie",
"middle": [],
"last": "Dorr",
"suffix": ""
},
{
"first": "Richard",
"middle": [],
"last": "Schwartz",
"suffix": ""
},
{
"first": "Linnea",
"middle": [],
"last": "Micciulla",
"suffix": ""
},
{
"first": "John",
"middle": [],
"last": "Makhoul",
"suffix": ""
}
],
"year": 2006,
"venue": "Proceedings of Association for Machine Translation in the Americas",
"volume": "",
"issue": "",
"pages": "223--231",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Matthew Snover, Bonnie Dorr, Richard Schwartz, Lin- nea Micciulla, and John Makhoul. 2006. A study of translation edit rate with targeted human annotation. In Proceedings of Association for Machine Transla- tion in the Americas, pages 223-231.",
"links": null
},
"BIBREF25": {
"ref_id": "b25",
"title": "Statistical phrase-based models for interactive computerassisted translation",
"authors": [
{
"first": "Jes\u00fas",
"middle": [],
"last": "Tom\u00e1s",
"suffix": ""
},
{
"first": "Francisco",
"middle": [],
"last": "Casacuberta",
"suffix": ""
}
],
"year": 2006,
"venue": "Proceedings of the 21st International Conference on Computational Linguistics and 44th Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "835--841",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jes\u00fas Tom\u00e1s and Francisco Casacuberta. 2006. Statis- tical phrase-based models for interactive computer- assisted translation. In Proceedings of the 21st In- ternational Conference on Computational Linguis- tics and 44th Annual Meeting of the Association for Computational Linguistics, pages 835-841.",
"links": null
},
"BIBREF26": {
"ref_id": "b26",
"title": "Computer assisted transcription of handwritten text images",
"authors": [
{
"first": "H",
"middle": [],
"last": "Alejando",
"suffix": ""
},
{
"first": "Ver\u00f3nica",
"middle": [],
"last": "Toselli",
"suffix": ""
},
{
"first": "Luis",
"middle": [],
"last": "Romero",
"suffix": ""
},
{
"first": "Eenrique",
"middle": [],
"last": "Rodriguez",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Vidal",
"suffix": ""
}
],
"year": 2007,
"venue": "9th International Conference on Document Analysis and Recognition",
"volume": "2",
"issue": "",
"pages": "944--948",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Alejando H. Toselli, Ver\u00f3nica Romero, Luis Ro- driguez, and Eenrique Vidal. 2007. Computer as- sisted transcription of handwritten text images. In 9th International Conference on Document Analysis and Recognition, volume 2, pages 944-948.",
"links": null
},
"BIBREF27": {
"ref_id": "b27",
"title": "Generation of word graphs in statistical machine translation",
"authors": [
{
"first": "Nicola",
"middle": [],
"last": "Ueffing",
"suffix": ""
},
{
"first": "Franz",
"middle": [
"J"
],
"last": "Och",
"suffix": ""
},
{
"first": "Hermann",
"middle": [],
"last": "Ney",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceedings of the conference on Empirical Methods in Natural Language Processing",
"volume": "",
"issue": "",
"pages": "156--163",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Nicola Ueffing, Franz J. Och, and Hermann Ney. 2002. Generation of word graphs in statistical machine translation. In Proceedings of the conference on Em- pirical Methods in Natural Language Processing, pages 156-163.",
"links": null
},
"BIBREF28": {
"ref_id": "b28",
"title": "Evaluating the effects of interactivity in a post-editing workbench",
"authors": [
{
"first": "Nancy",
"middle": [],
"last": "Underwood",
"suffix": ""
},
{
"first": "Bartolom\u00e9",
"middle": [],
"last": "Mesa-Lao",
"suffix": ""
},
{
"first": "Mercedes",
"middle": [
"Garc\u00eda"
],
"last": "Martinez",
"suffix": ""
},
{
"first": "Michael",
"middle": [],
"last": "Carl",
"suffix": ""
},
{
"first": "Vicent",
"middle": [],
"last": "Alabau",
"suffix": ""
},
{
"first": "Jes\u00fas",
"middle": [],
"last": "Gonz\u00e1lez-Rubio",
"suffix": ""
},
{
"first": "Luis",
"middle": [
"A"
],
"last": "Leiva",
"suffix": ""
},
{
"first": "Germ\u00e1n",
"middle": [],
"last": "Sanchis-Trilles",
"suffix": ""
},
{
"first": "Daniel",
"middle": [],
"last": "Ort\u00edz-Martinez",
"suffix": ""
},
{
"first": "Francisco",
"middle": [],
"last": "Casacuberta",
"suffix": ""
}
],
"year": 2014,
"venue": "Proceedings of the 9th International Conference on Language Resources and Evaluation",
"volume": "",
"issue": "",
"pages": "553--559",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Nancy Underwood, Bartolom\u00e9 Mesa-Lao, Mer- cedes Garc\u00eda Martinez, Michael Carl, Vicent Al- abau, Jes\u00fas Gonz\u00e1lez-Rubio, Luis A. Leiva, Germ\u00e1n Sanchis-Trilles, Daniel Ort\u00edz-Martinez, and Fran- cisco Casacuberta. 2014. Evaluating the effects of interactivity in a post-editing workbench. In Proceedings of the 9th International Conference on Language Resources and Evaluation, pages 553- 559.",
"links": null
},
"BIBREF29": {
"ref_id": "b29",
"title": "Measuring confidence intervals for the machine translation evaluation metrics",
"authors": [
{
"first": "Ying",
"middle": [],
"last": "Zhang",
"suffix": ""
},
{
"first": "Stephan",
"middle": [],
"last": "Vogel",
"suffix": ""
}
],
"year": 2004,
"venue": "Proceedings of the 10th International Conference on Theoretical and Methodological Issues in Machine Translation",
"volume": "",
"issue": "",
"pages": "85--94",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ying Zhang and Stephan Vogel. 2004. Measuring con- fidence intervals for the machine translation evalu- ation metrics. In Proceedings of the 10th Interna- tional Conference on Theoretical and Methodologi- cal Issues in Machine Translation, pages 85-94.",
"links": null
},
"BIBREF30": {
"ref_id": "b30",
"title": "Syntax augmented machine translation via chart parsing",
"authors": [
{
"first": "Andreas",
"middle": [],
"last": "Zollmann",
"suffix": ""
},
{
"first": "Ashish",
"middle": [],
"last": "Venugopal",
"suffix": ""
}
],
"year": 2006,
"venue": "Proceedings of the Workshop on Statistical Machine Translation",
"volume": "",
"issue": "",
"pages": "138--141",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Andreas Zollmann and Ashish Venugopal. 2006. Syn- tax augmented machine translation via chart pars- ing. In Proceedings of the Workshop on Statistical Machine Translation, pages 138-141.",
"links": null
}
},
"ref_entries": {
"TABREF2": {
"type_str": "table",
"text": "Main figures of the EU corpus. K and M stand for thousands and millions of elements.",
"num": null,
"html": null,
"content": "<table/>"
},
"TABREF4": {
"type_str": "table",
"text": "Results of different approaches when interactively translating the tune and test partitions of the EU corpus. We compare decoupled PE, prefix-based ITP and the unrestricted ITP approach proposed in this work. Automatic translation results are shown to indicate the difficulty of the task. Results in bold indicate the lowest human effort (typing) achievable by the different scenarios.",
"num": null,
"html": null,
"content": "<table/>"
}
}
}
}