| { |
| "paper_id": "J99-1003", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T02:47:17.179592Z" |
| }, |
| "title": "Bitext Maps and Alignment via Pattern Recognition", |
| "authors": [ |
| { |
| "first": "I", |
| "middle": [ |
| "Dan" |
| ], |
| "last": "Melamed", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "" |
| }, |
| { |
| "first": "West", |
| "middle": [], |
| "last": "Group", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "Texts that are available in two languages (bitexts) are becoming more and more plentiful, both in private data warehouses and on publicly accessible sites on the World Wide Web. As with other kinds of data, the value ofbitexts largely depends on the efficacy of the available data mining tools. The first step in extracting useful information from bitexts is to find corresponding words and~or text segment boundaries in their two halves (bitext maps). This article advances the state of the art ofbitext mapping by formulating the problem in terms of pattern recognition. From this point of view, the success of a bitext mapping algorithm hinges on how well it performs three tasks: signal generation, noise filtering, and search. The Smooth Injective Map Recognizer (SIMR) algorithm presented here integrates innovative approaches to each of these tasks. Objective evaluation has shown that SIMR's accuracy is consistently high for language pairs as diverse as French~English and Korean~English. If necessary, S IMR's bitext maps can be efficiently converted into segment alignments using the Geometric Segment Alignment (GSA) algorithm, which is also presented here. SIMR has produced bitext maps for over 200 megabytes of French-English bitexts. GSA has converted these maps into alignments. Both the maps and the alignments are available from the Linguistic Data Consortium}", |
| "pdf_parse": { |
| "paper_id": "J99-1003", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "Texts that are available in two languages (bitexts) are becoming more and more plentiful, both in private data warehouses and on publicly accessible sites on the World Wide Web. As with other kinds of data, the value ofbitexts largely depends on the efficacy of the available data mining tools. The first step in extracting useful information from bitexts is to find corresponding words and~or text segment boundaries in their two halves (bitext maps). This article advances the state of the art ofbitext mapping by formulating the problem in terms of pattern recognition. From this point of view, the success of a bitext mapping algorithm hinges on how well it performs three tasks: signal generation, noise filtering, and search. The Smooth Injective Map Recognizer (SIMR) algorithm presented here integrates innovative approaches to each of these tasks. Objective evaluation has shown that SIMR's accuracy is consistently high for language pairs as diverse as French~English and Korean~English. If necessary, S IMR's bitext maps can be efficiently converted into segment alignments using the Geometric Segment Alignment (GSA) algorithm, which is also presented here. SIMR has produced bitext maps for over 200 megabytes of French-English bitexts. GSA has converted these maps into alignments. Both the maps and the alignments are available from the Linguistic Data Consortium}", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Existing translations contain more solutions to more translation problems than any other existing resource (Isabelle 1992 ).", |
| "cite_spans": [ |
| { |
| "start": 107, |
| "end": 121, |
| "text": "(Isabelle 1992", |
| "ref_id": "BIBREF18" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "Although the above statement was made about translation problems faced by human translators, recent research (Brown et al. 1993; Melamed 1996b) suggests that it also applies to problems in machine translation. Texts that are available in two languages (bitexts) (Harris 1988 ) also play a pivotal role in various less automated applications. For example, bilingual lexicographers can use bitexts to discover new cross-language lexicalization patterns (Catizone, Russell, and Warwick 1993; Gale and Church 1991b) ; students of foreign languages can use one half of a bitext to practice their reading skills, referring to the other half for translation when they get stuck (Nerbonne et al. 1997) . Bitexts are of little use, however, without an automatic method for matching corresponding text units in their two halves.", |
| "cite_spans": [ |
| { |
| "start": 109, |
| "end": 128, |
| "text": "(Brown et al. 1993;", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 129, |
| "end": 143, |
| "text": "Melamed 1996b)", |
| "ref_id": null |
| }, |
| { |
| "start": 262, |
| "end": 274, |
| "text": "(Harris 1988", |
| "ref_id": "BIBREF16" |
| }, |
| { |
| "start": 451, |
| "end": 488, |
| "text": "(Catizone, Russell, and Warwick 1993;", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 489, |
| "end": 511, |
| "text": "Gale and Church 1991b)", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 671, |
| "end": 693, |
| "text": "(Nerbonne et al. 1997)", |
| "ref_id": "BIBREF27" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "The bitext mapping problem can be formulated in terms of pattern recognition. From this point of view, the success of a bitext mapping algorithm hinges on three tasks: signal generation, noise filtering, and search. This article presents the Smooth Injective Map Recognizer (SIMR), a generic pattern recognition algorithm that is partic-t er mi nus ularly well suited to mapping bitext correspondence. SIMR demonstrates that, given effective signal generators and noise filters, it is possible to map bitext correspondence with high accuracy in linear space and time. If necessary, SIMR can be used with the Geometric Segment Alignment (GSA) algorithm, which uses segment boundary information to reduce general bitext maps to segment alignments. Evaluations on preexisting gold standards have shown that SIMR's bitext maps and GSA's alignments are more accurate than those of comparable algorithms in the literature. The article begins with a geometric interpretation of the bitext mapping problem and a discussion of previous work. SIMR is detailed in Section 4 and evaluated in Section 6. Section 7 discusses the formal relationship between bitext maps and segment alignments. The GSA algorithm for converting from the former to the latter is presented in Section 7 and evaluated in Section 8.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "Each bitext defines a rectangular bitext space, as illustrated in Figure 1 . The lower left corner of the rectangle is the origin of the bitext space and represents the two texts' beginnings. The upper right corner is the terminus and represents the texts' ends. The line between the origin and the terminus is the main diagonal. The slope of the main diagonal is the bitext slope.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 66, |
| "end": 74, |
| "text": "Figure 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Bitext Geometry", |
| "sec_num": "2." |
| }, |
| { |
| "text": "Each bitext space is spanned by a pair of axes. The lengths of the axes are the lengths of the two component texts. The axes of a bitext space are measured in characters, because text lengths measured in characters correlate better than text lengths measured in tokens (Gale and Church 1991a) . This correlation is important for geometric bitext mapping heuristics, such as those described in Section 4.4. Although the axes are measured in characters, I will argue that word tokens are the optimum level of analysis for bitext mapping. By convention, each token is assigned the position of its median character.", |
| "cite_spans": [ |
| { |
| "start": 269, |
| "end": 292, |
| "text": "(Gale and Church 1991a)", |
| "ref_id": "BIBREF14" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Bitext Geometry", |
| "sec_num": "2." |
| }, |
| { |
| "text": "Each bitext space contains a number of true points of correspondence (TPCs), other than the origin and the terminus. TPCs exist both at the coordinates of matching text units and at the coordinates of matching text unit boundaries. If a token at position p on the x-axis and a token at position q on the y-axis are translations of each other, then the coordinate (p, q) in the bitext space is a TPC. If a sentence on the x-axis ends at character r and the corresponding sentence on the y-axis ends at character s, then the coordinate (r + .5, s + .5) is a TPC. The .5 is added because it is the inter-sentence boundaries that correspond, rather than the last characters of the sentences. Similarly, TPCs arise from corresponding boundaries between paragraphs, chapters, list items, etc. Groups of TPCs with a roughly linear arrangement in the bitext space are called chains.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Bitext Geometry", |
| "sec_num": "2." |
| }, |
| { |
| "text": "Bitext maps are injective (1-to-1) partial functions in bitext spaces. A complete set of TPCs for a particular bitext is the true bitext map (TBM). The purpose of a bitext mapping algorithm is to produce bitext maps that are the best possible approximations of each bitext's TBM.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Bitext Geometry", |
| "sec_num": "2." |
| }, |
| { |
| "text": "Early bitext mapping algorithms focused on finding corresponding sentences (Debifi and San~nouda 1992; Kay and R6scheisen 1993) . Although sentence maps are too coarse for some bitext applications (Melamed 1996a; Macklovitch 1996) , sentences were a relatively easy starting point, because their order rarely changes during translation. Therefore, most sentence mapping algorithms ignore the possibility of crossing correspondences and aim to produce only an alignment. Given parallel texts U and V, an alignment is a segmentation of U and V into n segments each, so that for each i, 1 < i < n, ui and vi are mutual translations. An aligned segment pair ai is an ordered pair (ui, vi) . Thus, an alignment A can also be defined as a sequence of aligned segments: A =- (al .... ,an) . In 1991, two teams of researchers independently discovered that sentences from bitexts involving clean translations can be aligned with high accuracy just by matching sentence sequences with similar lengths (Brown, Lai, and Mercer 1991; Gale and Church 1991a) . Both teams approached the alignment problem via maximum-likelihood estimation, but using different models. Brown, Lai, and Mercer (1991) formulated the problem as a hidden Markov model (HMM), based on a two-stage generative process. Stage one generated some number of aligned segment pairs; stage two decided how many segments from each half of the bitext to put in each aligned segment pair. Brown, Lai, and Mercer (1991) took advantage of various lexical \"anchors\" in the bitext that they were experimenting with. These anchors were also generated by the HMM, according to their respective probability functions. All the hidden variables were estimated using the EM algorithm (Dempster, Laird, and Rubin 1977) . Gale and Church (1991a) began with a less structured model and proceeded to estimate its parameters through a series of approximations. Given the set A of all possible alignments, the maximum-likelihood alignment is Am~x = arg ~cax Pr(A I U, V).", |
| "cite_spans": [ |
| { |
| "start": 103, |
| "end": 127, |
| "text": "Kay and R6scheisen 1993)", |
| "ref_id": "BIBREF19" |
| }, |
| { |
| "start": 197, |
| "end": 212, |
| "text": "(Melamed 1996a;", |
| "ref_id": null |
| }, |
| { |
| "start": 213, |
| "end": 230, |
| "text": "Macklovitch 1996)", |
| "ref_id": "BIBREF21" |
| }, |
| { |
| "start": 676, |
| "end": 684, |
| "text": "(ui, vi)", |
| "ref_id": null |
| }, |
| { |
| "start": 768, |
| "end": 781, |
| "text": "(al .... ,an)", |
| "ref_id": null |
| }, |
| { |
| "start": 991, |
| "end": 1020, |
| "text": "(Brown, Lai, and Mercer 1991;", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 1021, |
| "end": 1043, |
| "text": "Gale and Church 1991a)", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 1153, |
| "end": 1182, |
| "text": "Brown, Lai, and Mercer (1991)", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 1439, |
| "end": 1468, |
| "text": "Brown, Lai, and Mercer (1991)", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 1724, |
| "end": 1757, |
| "text": "(Dempster, Laird, and Rubin 1977)", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 1760, |
| "end": 1783, |
| "text": "Gale and Church (1991a)", |
| "ref_id": "BIBREF14" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Previous Work", |
| "sec_num": "3." |
| }, |
| { |
| "text": "(1)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Previous Work", |
| "sec_num": "3." |
| }, |
| { |
| "text": "Gale and Church first assumed that the probability of any aligned segment pair is independent of any other segment pair: (ailui, vi) .", |
| "cite_spans": [ |
| { |
| "start": 121, |
| "end": 132, |
| "text": "(ailui, vi)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Previous Work", |
| "sec_num": "3." |
| }, |
| { |
| "text": "IAI Amax = argmax ]1 Pr", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Previous Work", |
| "sec_num": "3." |
| }, |
| { |
| "text": "(2)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Previous Work", |
| "sec_num": "3." |
| }, |
| { |
| "text": "V AE,A a.a. i=1", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Previous Work", |
| "sec_num": "3." |
| }, |
| { |
| "text": "Next, they assumed that the only feature of b/i and v i that influences the probability of Alignment algorithms that don't look at the words can fumble in bitext regions like this vote record. Source: Chen (1996) English French Oui.", |
| "cite_spans": [ |
| { |
| "start": 201, |
| "end": 212, |
| "text": "Chen (1996)", |
| "ref_id": "BIBREF4" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Previous Work", |
| "sec_num": "3." |
| }, |
| { |
| "text": "their alignment is a function d (ui, Vi) of the difference in their lengths, in characters:", |
| "cite_spans": [ |
| { |
| "start": 32, |
| "end": 40, |
| "text": "(ui, Vi)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Previous Work", |
| "sec_num": "3." |
| }, |
| { |
| "text": "IAI Amax ~-arg max ]1 Pr(aild(ui, vi)). (3) AC.A ~a. i=1", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Previous Work", |
| "sec_num": "3." |
| }, |
| { |
| "text": "By Bayes' rule,", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Previous Work", |
| "sec_num": "3." |
| }, |
| { |
| "text": "Ial Pr(d(ui, vi) ", |
| "cite_spans": [ |
| { |
| "start": 4, |
| "end": 16, |
| "text": "Pr(d(ui, vi)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Previous Work", |
| "sec_num": "3." |
| }, |
| { |
| "text": "lai) Pr(ai) Amax --arg max ]1 (4) -AE~4 ~'L Pr(d(ui, vi)) i=1", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Previous Work", |
| "sec_num": "3." |
| }, |
| { |
| "text": "Ignoring the normalizing constant Pr(d(ui, vi) ) and taking the logarithm, Gale and", |
| "cite_spans": [ |
| { |
| "start": 34, |
| "end": 46, |
| "text": "Pr(d(ui, vi)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Previous Work", |
| "sec_num": "3." |
| }, |
| { |
| "text": "Area x = arg max ~ log Pr(d(ui, Vi) lai) Pr(ai).", |
| "cite_spans": [ |
| { |
| "start": 23, |
| "end": 35, |
| "text": "Pr(d(ui, Vi)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Church arrived at IAI", |
| "sec_num": null |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "v AGA i=1", |
| "eq_num": "(5)" |
| } |
| ], |
| "section": "Church arrived at IAI", |
| "sec_num": null |
| }, |
| { |
| "text": "Gale and Church empirically estimated the distributions Pr(d(ui, vi) lai) and Pr(ai) from a hand-aligned training bitext and then used dynamic programming to solve Equation 5. The length-based alignment algorithms work remarkably well on language pairs like French/English and German/English, considering how little information they use. However, length correlations are not as high when either of the languages involved does not use a phonetically based alphabet (e.g., Chinese). Even in language pairs where the length correlation is high, length-based algorithms can fumble in bitext regions that contain many segments of similar length, like the vote record in Table 1 . The only way to ensure a correct alignment in such cases is to look at the words. For this reason, Chen (1996) added a statistical translation model to the Brown, Lai, and Mercer alignment algorithm, and Wu (1994) added a translation lexicon to the Gale and Church alignment algorithm.", |
| "cite_spans": [ |
| { |
| "start": 56, |
| "end": 68, |
| "text": "Pr(d(ui, vi)", |
| "ref_id": null |
| }, |
| { |
| "start": 774, |
| "end": 785, |
| "text": "Chen (1996)", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 831, |
| "end": 888, |
| "text": "Brown, Lai, and Mercer alignment algorithm, and Wu (1994)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 665, |
| "end": 672, |
| "text": "Table 1", |
| "ref_id": "TABREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Church arrived at IAI", |
| "sec_num": null |
| }, |
| { |
| "text": "A translation lexicon T can be represented as a sequence of t entries, where each entry is a pair of words: T ~ /(xl,yl) ..... (xt, yt) l. Roughly speaking, Wu (1994) extended Gale and Church's (1991a) method with a matching function m (u, v,j) , which was equal to one whenever xj E u and yj E v for lexicon entry (xj, yj) , and zero otherwise\u2022 The information in the matching function was then used along with the information in d (ui, Vi) to condition the probability of alignments in Equation 3: IAI Amax = arg max H Pr (aild( ui\" vi ) ; m( ui, vi, 1) ..... m ( ui, vi, t ) ", |
| "cite_spans": [ |
| { |
| "start": 127, |
| "end": 135, |
| "text": "(xt, yt)", |
| "ref_id": null |
| }, |
| { |
| "start": 157, |
| "end": 166, |
| "text": "Wu (1994)", |
| "ref_id": "BIBREF34" |
| }, |
| { |
| "start": 176, |
| "end": 201, |
| "text": "Gale and Church's (1991a)", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 236, |
| "end": 244, |
| "text": "(u, v,j)", |
| "ref_id": null |
| }, |
| { |
| "start": 315, |
| "end": 323, |
| "text": "(xj, yj)", |
| "ref_id": null |
| }, |
| { |
| "start": 433, |
| "end": 441, |
| "text": "(ui, Vi)", |
| "ref_id": null |
| }, |
| { |
| "start": 524, |
| "end": 555, |
| "text": "(aild( ui\" vi ) ; m( ui, vi, 1)", |
| "ref_id": null |
| }, |
| { |
| "start": 564, |
| "end": 577, |
| "text": "( ui, vi, t )", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Church arrived at IAI", |
| "sec_num": null |
| }, |
| { |
| "text": "). (6) A \u2022.A i=1", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Church arrived at IAI", |
| "sec_num": null |
| }, |
| { |
| "text": "From this point, Wu proceeded along the lines of Equations 4 and 5 and the dynamic programming solution.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Church arrived at IAI", |
| "sec_num": null |
| }, |
| { |
| "text": "Another interesting approach is possible when part-of-speech taggers are available for both languages. The insight that parts of speech are usually preserved in translation enabled Papageorgiou, Cranias, and Piperidis (1994) to design an alignment algorithm that maximizes the number of matching parts of speech in aligned segments. It is difficult to compare this algorithm's performance to that of other algorithms in the literature, because results were only reported for a relatively easy bitext. On this bitext, the algorithm's performance was nearly perfect. A translation model between parts of speech would not help on bitext regions like the one in Table 1 .", |
| "cite_spans": [ |
| { |
| "start": 181, |
| "end": 224, |
| "text": "Papageorgiou, Cranias, and Piperidis (1994)", |
| "ref_id": "BIBREF28" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 658, |
| "end": 665, |
| "text": "Table 1", |
| "ref_id": "TABREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Church arrived at IAI", |
| "sec_num": null |
| }, |
| { |
| "text": "The alignment algorithms described above work nearly perfectly given clean bitexts that have easily detectable sentence boundaries. However bitext mapping at the sentence level is not an option for many bitexts . Sentences are often difficult to detect, especially when punctuation is missing due to OCR errors. More importantly, bitexts often contain lists, tables, titles, footnotes, citations and/or markup codes that foil sentence alignment methods. Church's solution was to map bitext correspondence at the level of the smallest text units--characters. Characters match across languages to the extent that they participate in orthographic cognates--words with similar meanings and spellings in different languages. Since there are far more characters than sentences in any bitext, the quadratic computational complexity of this approach presented an efficiency problem. Church showed how to use a high-band filter to find a rough bitext map quickly.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Church arrived at IAI", |
| "sec_num": null |
| }, |
| { |
| "text": "Church's rough bitext maps were intended for input into Dagan, Church, and Gale's (1993) slower algorithm for refinement. Dagan, Church, and Gale used the rough bitext map to define a distance-based model of co-occurrence. Then they adapted Brown et al.'s (1993) statistical translation Model 2 to work with this model of cooccurrence. 2 The information in the translation model was more reliable than characterlevel cognate information, so it produced a higher signal-to-noise ratio in the bitext space. Therefore, Dagan, Church, and Gale were able to filter out many of the imperfections of the initial bitext map.", |
| "cite_spans": [ |
| { |
| "start": 56, |
| "end": 88, |
| "text": "Dagan, Church, and Gale's (1993)", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 241, |
| "end": 262, |
| "text": "Brown et al.'s (1993)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Church arrived at IAI", |
| "sec_num": null |
| }, |
| { |
| "text": "A limitation of Church's method, and therefore also of Dagan, Church, and Gale's method, is that orthographic cognates exist only among languages with similar alphabets (Church et al. 1993 ). Fung investigated ways to make these methods useful when cognates cannot be found. First, working with Church, she introduced the K-Vec algorithm (Fung and Church 1994) , which used a rough model of co-occurrence to bootstrap a small translation lexicon. The translation lexicon indicated points of correspondence in the bitext map, much the same way as matching character n-grams. These points of correspondence could then be further refined using the methods previously developed by and Dagan, Church, and Gale (1993) . Later, Fung and McKeown (1994) improved on K-Vec by employing relative position offsets, instead of a fixed model of co-occurrence. This strategy made the algorithm more robust for noisier bitexts.", |
| "cite_spans": [ |
| { |
| "start": 169, |
| "end": 188, |
| "text": "(Church et al. 1993", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 338, |
| "end": 360, |
| "text": "(Fung and Church 1994)", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 681, |
| "end": 711, |
| "text": "Dagan, Church, and Gale (1993)", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 721, |
| "end": 744, |
| "text": "Fung and McKeown (1994)", |
| "ref_id": "BIBREF13" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Church arrived at IAI", |
| "sec_num": null |
| }, |
| { |
| "text": "4.1 Overview SIMR borrows several insights from previous work. Like the algorithms of Gale and Church (1991a) and Brown, Lai, and Mercer (1991) , SIMR exploits the cor-2 See Melamed (1998a) for a general discussion of models of co-occurrence. relation between the lengths of mutual translations. Like char_align , SIMR infers bitext maps from likely points of correspondence between the two texts, points that are plotted in a two-dimensional space of possibilities. Unlike previous methods, SIMR greedily searches for only a small chain of correspondence points at a time.", |
| "cite_spans": [ |
| { |
| "start": 86, |
| "end": 109, |
| "text": "Gale and Church (1991a)", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 114, |
| "end": 143, |
| "text": "Brown, Lai, and Mercer (1991)", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 174, |
| "end": 189, |
| "text": "Melamed (1998a)", |
| "ref_id": "BIBREF25" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Smooth Injective Map Recognizer (SIMR)", |
| "sec_num": "4." |
| }, |
| { |
| "text": "The search begins in a small search rectangle in the bitext space, whose diagonal is parallel to the main diagonal. The search for each chain alternates between a generation phase and a recognition phase. In the generation phase, SIMR generates candidate points of correspondence within the search rectangle that satisfy the supplied matching predicate, as explained in Section 4.2. In the recognition phase, SIMR invokes the chain recognition heuristic to select the most likely chain of true points of correspondence (TPCs) among the generated points. The most likely chain of TPCs is the set of points whose geometric arrangement most resembles the typical arrangement of TPCs. The parameters of the chain recognition heuristic are optimized on a small training bitext. If no suitable chains are found, the search rectangle is proportionally expanded by the minimum possible amount and the generation-recognition cycle is repeated. The rectangle keeps expanding until at least one acceptable chain is found. If more than one acceptable chain is found in the same cycle, SIMR accepts the chain whose points are least dispersed around its least-squares line. Each time SIMR accepts a chain, it moves the search rectangle to another region of the bitext space to search for the next chain.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Smooth Injective Map Recognizer (SIMR)", |
| "sec_num": "4." |
| }, |
| { |
| "text": "SIMR employs a simple heuristic to select regions of the bitext space to search. To a first approximation, true bitext maps are monotonically increasing functions. This means that if SIMR accepts one chain, it should look for others either above and to the right or below and to the left of the one it has just found. All SIMR needs is a place to start the trace, and a good place to start is at the beginning. Since the origin of the bitext space is always a TPC, the first search rectangle is anchored at the origin. Subsequent search rectangles are anchored at the top right corner of the previously found chain, as shown in Figure 2 .", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 628, |
| "end": 636, |
| "text": "Figure 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "The Smooth Injective Map Recognizer (SIMR)", |
| "sec_num": "4." |
| }, |
| { |
| "text": "The expanding rectangle search strategy makes SIMR robust in the face of TBM discontinuities. Figure 2 shows a segment of the TBM that contains a vertical gap (an omission in the text on the x-axis). As the search rectangle grows, it will eventually intersect with the TBM, even if the discontinuity is quite large (Melamed 1996a ). The noise filter described in Section 4.3 reduces the chances that SIMR will be led astray by false points of correspondence.", |
| "cite_spans": [ |
| { |
| "start": 315, |
| "end": 329, |
| "text": "(Melamed 1996a", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 94, |
| "end": 102, |
| "text": "Figure 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "The Smooth Injective Map Recognizer (SIMR)", |
| "sec_num": "4." |
| }, |
| { |
| "text": "Before SIMR can decide where to generate candidate points of correspondence, it must be told which pairs of words have coordinates within the boundaries of the current search rectangle. The mapping from tokens to axis positions is performed by a language-specific axis generator (Melamed 1998b ). SIMR calls one of its matching predicates on each pair of tokens whose coordinate falls within the search rectangle.", |
| "cite_spans": [ |
| { |
| "start": 279, |
| "end": 293, |
| "text": "(Melamed 1998b", |
| "ref_id": "BIBREF26" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Point Generation", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "A matching predicate is a heuristic for deciding whether two given tokens might be mutual translations. Two kinds of information that a matching predicate can rely on most often are cognates and translation lexicons.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Point Generation", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "Two words are orthographic cognates if they have the same meaning and similar spellings. Similarity of spelling can be measured in more or less complicated ways. The first published attempt to exploit cognates for bitext mapping purposes (Simard, Foster, and Isabelle 1992) deemed two alphabetic tokens cognates if their first four characters were identical. This criterion proved surprisingly effective, given its simplicity. However, like all heuristics, it produced some false positives and some false SIMR's \"expanding rectangle\" search strategy. The search rectangle is anchored at the top right corner of the previously accepted chain. Its diagonal remains parallel to the main diagonal.", |
| "cite_spans": [ |
| { |
| "start": 238, |
| "end": 273, |
| "text": "(Simard, Foster, and Isabelle 1992)", |
| "ref_id": "BIBREF30" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Point Generation", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "negatives. An example of a false negative is the word pair government and gouvernement. The false positives were often words with a big difference in length, like conseil and conservative. These examples suggest that a more accurate cognate criterion can be driven by approximate string matching. For example, McEnery and Oakes (1995) threshold the Dice coefficient of matching character bigrams in each pair of candidate cognates. The matching predicates in SIMR's current implementation threshold the Longest Common Subsequence Ratio (LCSR). The LCSR of two tokens is the ratio of the length of their longest (not necessarily contiguous) common subsequence (LCS) and the length of the longer token. In symbols,", |
| "cite_spans": [ |
| { |
| "start": 310, |
| "end": 334, |
| "text": "McEnery and Oakes (1995)", |
| "ref_id": "BIBREF22" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Point Generation", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "LCSR(A, B) = length[LCS(A, B)] max[length(A), length(B)] \"", |
| "eq_num": "(7)" |
| } |
| ], |
| "section": "Point Generation", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "For example, gouvernement, which is 12 characters long, has 10 characters that appear in the same order in government. So, the LCSR for these two words is 10/12. On the other hand, the LCSR for conseil and conservative is only 6/12. A simple dynamic programming algorithm (Bellman 1957 ) can compute the LCS in O(n2). A rather more complicated algorithm can compute it in O(n log logn) time on average (Hunt and Szymanski 1977) . When dealing with language pairs that have different alphabets, the matching predicate can employ phonetic cognates. When language L1 borrows a word from language L2, the word is usually written in L1 similarly to the way it sounds in L2. Thus, French and Russian /portm0n0/ are cognates, as are English /sIstom/ and Japanese/~isutemu/. For many languages, it is not difficult to construct an approximate mapping from the orthography to its underlying phonological form. Given such a mapping for L1 and L2, it is possible to identify cognates despite incomparable orthographies. Knight and Graehl (1997) have shown that it is possible to find phonetic cognates even between languages whose writing systems are as different as those of English and Japanese. They have built a weighted finite-state automaton (WFSA), based on empirically estimated probability distributions, for back-transliterating English loan words written in katakana into their original English form. The WFSA efficiently represents a large number of transliteration probabilities between words written in the katakana and Roman alphabets. Standard finite-state techniques can efficiently find the most likely path through the WFSA from a Japanese word written in katakana to an English word. The weight of the most likely path is an estimate of the probability that the former is a transliteration of the latter. Thresholding this probability would lead to a phonetic cognate matching predicate for English/Japanese bitexts. The threshold would need to be optimized together with SIMR's other parameters, the same way the LCSR threshold is currently optimized (see Section 5).", |
| "cite_spans": [ |
| { |
| "start": 272, |
| "end": 285, |
| "text": "(Bellman 1957", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 402, |
| "end": 427, |
| "text": "(Hunt and Szymanski 1977)", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 1009, |
| "end": 1033, |
| "text": "Knight and Graehl (1997)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Point Generation", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "Cognates are more common in bitexts from more similar language pairs, and from text genres where more word borrowing occurs, such as technical texts. In the nontechnical Canadian Hansards (parliamentary debate transcripts published in English and in French), an LCSR cutoff of .58 finds cognates for roughly one quarter of all text tokens. Even distantly related languages like English and Czech will share a large number of orthographic cognates in the form of proper nouns, numerals, and punctuation. When one or both of the languages involved is written in pictographs, cognates can still be found among punctuation and numerals. However, these kinds of cognates are usually too sparse to build an accurate bitext map from.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Point Generation", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "When the matching predicate cannot generate enough candidate correspondence points based on cognates, its signal can be strengthened by a seed translation lexicon-a simple list of word pairs that are believed to be mutual translations. Seed translation lexicons can be extracted from machine-readable bilingual dictionaries (MRBDs) in the rare cases where MRBDs are available. In other cases, they can be constructed automatically or semiautomatically using any of several published methods (Fung and Church 1994; Fung 1995; Melamed 1996b; Resnik & Melamed 1997) . 3 A matching predicate based on a seed translation lexicon deems two candidate tokens to be mutual translations if the token pair appears in the lexicon. Since the matching predicate need not be perfectly accurate, the seed translation lexicons need not be perfectly accurate either.", |
| "cite_spans": [ |
| { |
| "start": 491, |
| "end": 513, |
| "text": "(Fung and Church 1994;", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 514, |
| "end": 524, |
| "text": "Fung 1995;", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 525, |
| "end": 539, |
| "text": "Melamed 1996b;", |
| "ref_id": null |
| }, |
| { |
| "start": 540, |
| "end": 562, |
| "text": "Resnik & Melamed 1997)", |
| "ref_id": "BIBREF29" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Point Generation", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "All the matching predicates described above can be fine-tuned with stop lists for one or both languages. For example, closed-class words are unlikely to have cognates. Indeed, French/English words like a, an, on, and par often produce spurious points of correspondence. The same problem is caused by faux amis (\"false friends\") (Macklovitch 1996) . These are words with similar spellings but different meanings in different languages. For example, the French word librarie means 'bookstore,' not 'library,' and actuel means 'current,' not 'actual.' A matching predicate can use a list of closed-class words and/or a list of pairs of faux amis to filter out spurious matches.", |
| "cite_spans": [ |
| { |
| "start": 328, |
| "end": 346, |
| "text": "(Macklovitch 1996)", |
| "ref_id": "BIBREF21" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Point Generation", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "3 Most published methods for automatically constructing translation lexicons require a preexisting bitext map, which seems to render them useless for the purposes of bitext mapping algorithms. Fortunately, only one seed translation lexicon is required for each language pair, or at worst for each sublanguage.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Point Generation", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "If we expect to map many bitexts in the same language pair, then it becomes feasible to spend a few hours creating one bitext map by hand. Melamed (1996c) explains how to do so quickly and efficiently. Better yet, Fung (1995) shows how it may be possible to extract a small translation lexicon and a rough bitext map simultaneously. ", |
| "cite_spans": [ |
| { |
| "start": 139, |
| "end": 154, |
| "text": "Melamed (1996c)", |
| "ref_id": "BIBREF23" |
| }, |
| { |
| "start": 214, |
| "end": 225, |
| "text": "Fung (1995)", |
| "ref_id": "BIBREF11" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Point Generation", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "Frequent word types cause false points of correspondence that line up in rows and columns.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Figure 3", |
| "sec_num": null |
| }, |
| { |
| "text": "Inspection of several bitext spaces has revealed a common noise pattern, illustrated in Figure 3 . It consists of correspondence points that line up in rows or columns associated with frequent word types. Word types like the English article a can produce one or more correspondence points for almost every sentence in the opposite text. Only one point of correspondence in each row and column can be correct; the rest are noise. It is difficult to measure exactly how much noise is generated by frequent tokens, and the proportion is different for every bitext. Informal inspection of some bitext spaces indicated that frequent tokens are often responsible for the lion's share of the noise. Reducing this source of noise makes it much easier for SIMR to stay on track.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 88, |
| "end": 96, |
| "text": "Figure 3", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Noise Filter", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "Other bitext mapping algorithms mitigate this source of noise either by assigning lower weights to correspondence points associated with frequent word types or by deleting frequent word types from the bitext altogether (Dagan, Church, and Gale 1993) . However, a word type that is relatively frequent overall can be rare in some parts of the text. In those parts, the word type can provide valuable clues to correspondence. On the other hand, many tokens of a relatively rare type can be concentrated in a short segment of the text, resulting in many false correspondence points. The varying concentration of identical tokens suggests that more localized noise filters would be more effective. SIMR's localized search strategy provides a vehicle for a localized noise filter.", |
| "cite_spans": [ |
| { |
| "start": 219, |
| "end": 249, |
| "text": "(Dagan, Church, and Gale 1993)", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Noise Filter", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "The filter is based on the maximum point ambiguity level parameter. For each point p = (x, y), let X be the number of points in column x within the search rectangle, and let Y be the number of points in row y within the search rectangle. The ambiguity level of p is defined as X + Y -2. In particular, if p is the only point in its row and in its column, then its ambiguity level is zero. The chain recognition heuristic ignores", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Noise Filter", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "O O~ O O Q ! o I false . chain \u2022 ! \u2022 off track\" Figure 4", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Noise Filter", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "SIMR's noise filter makes an important contribution to the signal-to-noise ratio in the bitext space. Even if one chain of false points of correspondence slips by the chain recognition heuristic, the expanding rectangle is likely to find its way back to the TBM trace before the chain recognition heuristic accepts another chain.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Noise Filter", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "points whose ambiguity level is too high. What makes this a localized filter is that only points within the search rectangle count toward each other's ambiguity level.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Noise Filter", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "The ambiguity level of a given point can change when the search rectangle expands or moves. The noise filter ensures that false points of correspondence are relatively sparse, as illustrated in Figure 4 . Even if one chain of false points of correspondence slips by the chain recognition heuristic, the expanding rectangle is likely to find its way back to the TBM trace before the chain recognition heuristic accepts another chain. If the matching predicate generates a reasonably strong signal then the signal-to-noise ratio will be high and SIMR is not likely to get lost, even though it is a greedy algorithm with no ability to look ahead.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 194, |
| "end": 202, |
| "text": "Figure 4", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Noise Filter", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "After noise \u2022tering, most TPC chains conform to the pattern illustrated in Figure 5 . The pattern can be characterized by three properties:", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 75, |
| "end": 83, |
| "text": "Figure 5", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Point Selection", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "\u2022 Injectivity: No two points in a chain of TPCs can have the same x-or y-coordinates.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Point Selection", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "\u2022 Linearity: TPCs tend to line up straight. Recall that sets of points with a roughly linear arrangement are called chains.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Point Selection", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "\u2022 Low Variance of Slope: The slope of a TPC chain is rarely much different from the bitext slope.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Point Selection", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "SIMR exploits these properties to decide which chains might be TPC chains. First, chains that lack the injectivity property are rejected outright. The remaining chains are filtered using two threshold parameters: maximum point dispersal and maximum angle deviation. The linearity of each chain is measured as the root mean squared position in text 1", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Point Selection", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "Typical pattern of candidate points of correspondence in a bitext space, after noise filtering. The true points of correspondence trace the true bitext map parallel to the main diagonal.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Figure 5", |
| "sec_num": null |
| }, |
| { |
| "text": "distance of the chain's points from the chain's least-squares line. If this distance exceeds the maximum point dispersal threshold, the chain is rejected. The angle of each chain's least-squares line is compared to the arctangent of the bitext slope. If the difference exceeds the maximum angle deviation threshold, the chain is rejected.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Figure 5", |
| "sec_num": null |
| }, |
| { |
| "text": "In a search rectangle containing n points, there are 2 n possible chains--too many to search by brute force. The properties of TPCs listed above provide two ways to constrain the search. The Linearity property leads to a constraint on the chain size. Chains of only a few points are unreliable, because they often line up straight by coincidence. Chains that are too big will span too long a segment of the TBM to be well approximated by a line. SIMR uses a fixed chain size k, 6 < k < 11. The exact value of k is optimized together with the other parameters, as described in Section 5. Fixing the chain size at k reduces the number of candidate chains to (~) -n:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Reduction of the Search Space", |
| "sec_num": "4.5" |
| }, |
| { |
| "text": "(n-k)!k!\"", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Reduction of the Search Space", |
| "sec_num": "4.5" |
| }, |
| { |
| "text": "For typical values of n and k, (~) can still reach into the millions. The Low Variance of Slope property suggests another constraint: SIMR should consider only chains that are roughly parallel to the main diagonal. Two lines are parallel if the perpendicular displacement between them is constant. So, chains that are roughly parallel to the main diagonal will consist of points that all have roughly the same displacement from the main diagonal. 4 Points with similar displacement can be grouped together by sorting, as illustrated in Figure 6 . Then, chains that are most parallel to the main diagonal will be contiguous subsequences of the sorted point sequence. In a region of the bitext subsequence 1 maine ~subsequence 8", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 536, |
| "end": 544, |
| "text": "Figure 6", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Reduction of the Search Space", |
| "sec_num": "4.5" |
| }, |
| { |
| "text": "(points 1 thru 6)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Reduction of the Search Space", |
| "sec_num": "4.5" |
| }, |
| { |
| "text": "L47 J (points 5 thru 10) (points 8 thru 13)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "\u00b01 o2", |
| "sec_num": null |
| }, |
| { |
| "text": "The chain recognition heuristic exploits the Low Variance of Slope property of TPC chains. The candidate points of correspondence are numbered according to their displacement from the main diagonal. The chain most parallel to the main diagonal is always one of the contiguous subsequences of this ordering. For a fixed chain size of 6, there are 13 -6 + 1 = 8 contiguous subsequences in this region of 13 points. Of these 8, the fifth subsequence is the best chain.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Figure 6", |
| "sec_num": null |
| }, |
| { |
| "text": "space containing n points, there will be only n -k + 1 such subsequences of length k. The most computationally expensive step in the chain recognition process is the insertion of candidate points into the sorted point sequence.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Figure 6", |
| "sec_num": null |
| }, |
| { |
| "text": "The following subsections describe two of the more interesting enhancements in the current SIMR implementation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Enhancements", |
| "sec_num": "4.6" |
| }, |
| { |
| "text": "4.6.1 Overlapping Chains. SIMR's fixed chain size imposes a rather arbitrary fragmentation on the TBM trace. Each chain starts at the top-right corner of the previously found chain, but these chain boundaries are independent of discontinuities or angle variations in the TBM trace. Therefore, SIMR is likely to miss TPCs wherever the TBM is not linear. One way to make SIMR more robust is to start the search rectangle just above the lowest point of the previously found chain, instead of just above the highest point. If the chain size is fixed at k, then each linear stretch of s TPCs will result in s -k + 1 overlapping chains. Unfortunately, this solution introduces another problem: Two overlapping chains can be inconsistent. The injective property of TBMs implies that whenever two (interpolated) chains overlap in the x or y dimensions, but are not identical in the region of overlap, then one of the chains must be wrong. To resolve such conflicts, SIMR employs a postprocessing algorithm to eliminate conflicting chains one at a time, until all remaining chains are pairwise consistent. The conflict resolution algorithm is based on the heuristic that chains that conflict with a larger number of other chains are more likely to be wrong. The algorithm sorts all chains with respect to how many other chains they conflict with, and eliminates them in this sort order, one at a time, until no maximum angle mare / e > deviation threshold diagonals", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Enhancements", |
| "sec_num": "4.6" |
| }, |
| { |
| "text": "o O .---'o", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Enhancements", |
| "sec_num": "4.6" |
| }, |
| { |
| "text": "2nd pass search space", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Enhancements", |
| "sec_num": "4.6" |
| }, |
| { |
| "text": "Chain X is perfectly valid, even though it has a highly deviant slope. Such chains can be recovered by re-searching regions between accepted chains. The slope of the local main diagonal can be quite different from the slope of the global main diagonal. conflicts remain. Whenever two or more chains are fled in the sort order, the conflict resolution algorithm eliminates all but the chain with the least point dispersal.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Figure 7", |
| "sec_num": null |
| }, |
| { |
| "text": "To ensure that SIMR rejects spurious chains, the maximum angle deviation threshold must be set low. However, like any heuristic filter, this one will reject some perfectly valid candidates\u2022 If a more precise bitext map is desired, some of these valid chains can be recovered during an extra sweep through the bitext space. Since bitext maps are mostly injective, valid chains that are rejected by the angle deviation filter usually occur between two accepted chains, as shown in Figure 7 . If Chains C and D are accepted as valid, then the slope of the TBM between the end of Chain C and the start of Chain D must be much closer to the slope of Chain X than to the slope of the main diagonal\u2022 Chain X should be accepted\u2022 During a second pass through the bitext space, SIMR searches for sandwiched chains in any space between two accepted chains that is large enough to accommodate another chain. This subspace of the bitext space will have its own main diagonal\u2022 The slope of this local main diagonal can be quite different from the slope of the global main diagonal.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 479, |
| "end": 487, |
| "text": "Figure 7", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Additional Search Passes.", |
| "sec_num": "4.6.2" |
| }, |
| { |
| "text": "An additional search through the bitext space also enables SIMR to recover chains that were missed because of an inversion in the translation. Nonmonotonic TBM segments result in a characteristic map pattern, as a consequence of the injectivity of bitext maps. SIMR has no problem with small nonmonotonic segments inside chains. However, the expanding rectangle search strategy can miss larger nonmonotonic segments that do not fit inside one chain. In Figure 8 , the vertical range of segment j corresponds to a vertical gap in SIMR's first-pass map. The horizontal range of segment j corresponds to a horizontal gap in SIMR's first-pass map.'Similarly, any nonmonotonic segment of the TBM will occupy the intersection of a vertical gap and a horizontal gap in the monotonic first-pass map. Furthermore, switched segments are usually adjacent and relatively short\u2022 Therefore, to recover nonmonotonic segments of the TBM, SIMR needs only to search gap intersections that are close to the first-pass map. There are usually very few such intersections that are large enough to accommodate new chains, ", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 453, |
| "end": 461, |
| "text": "Figure 8", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Additional Search Passes.", |
| "sec_num": "4.6.2" |
| }, |
| { |
| "text": "i i _ i '= ..... L ..... ~_ .........", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "..... \u0129i ~s~_g_ ~~i _i i i i ~_ iiiiii~_e i", |
| "sec_num": null |
| }, |
| { |
| "text": "Segments i and j switched places during translation. Any nonmonotonic segment of the TBM will occupy the intersection of a vertical gap and a horizontal gap in the monotonic first-pass map. These larger nonmonotonic segments can be recovered during a second sweep through the bitext space. so the second-pass search requires only a small fraction of the computational effort of the first pass.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Figure 8", |
| "sec_num": null |
| }, |
| { |
| "text": "SIMR's parameters--the fixed chain size; the LCSR threshold used in the matching predicate; and the thresholds for maximum point dispersal, maximum angle deviation, and maximum point ambiguity--interact in complicated ways. Ideally, SIMR should be reparameterized so that its parameters are pairwise independent. Then it may be possible to optimize the parameters analytically, or at least in a probabilistic framework. For now, the easiest way to optimize these parameters is via simulated annealing (Vidal 1993), a simple general framework for optimizing highly interdependent parameter sets.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Parameter Optimization", |
| "sec_num": "5." |
| }, |
| { |
| "text": "Simulated annealing requires an objective function to optimize. The objective function for bitext mapping should measure the difference between the TBM and the interpolated bitext maps produced with the current parameter set. In geometric terms, the difference is a distance. The TBM consists of a set of TPCs. The distance between a bitext map and each TPC can be defined in a number of ways. The simplest metrics are the horizontal distance or the vertical distance, but these metrics measure the error with respect to only one language or the other. A more robust average is the distance perpendicular to the main diagonal. In order to penalize large errors more heavily, root mean squared (RMS) distance, rather than mean distance, should be minimized.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Parameter Optimization", |
| "sec_num": "5." |
| }, |
| { |
| "text": "There is a slight complication in the computation of distances between two partial functions, in that linear interpolation is not well-defined for nonmonotonic sets of points. It would be incorrect to simply connect the dots left to right, because the result- .O", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Parameter Optimization", |
| "sec_num": "5." |
| }, |
| { |
| "text": "Two text segments at the end of Sentence A were switched during translation, resulting in a nonmonotonic segment\u2022 To interpolate injective bitext maps, nonmonotonic segments must be encapsulated in Minimum Enclosing Rectangles (MERs). A unique bitext map can then be interpolated by using the lower left and upper right comers of the MER (map M2), instead of using the nonmonotonic correspondence points (function M1). Figure 9 . A unique bitext map results from interpolating between the lower left and upper right comers of the MER, instead of using the nonmonotonic correspondence points.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 419, |
| "end": 427, |
| "text": "Figure 9", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Figure 9", |
| "sec_num": null |
| }, |
| { |
| "text": "SIMR's parameters were optimized by simulated annealing, as described in the previous section\u2022 A separate optimization was performed on separate training bitexts for each of three language pairs. SIMR was then evaluated on previously unseen test bitexts in the three language pairs\u2022 The objective function for optimization and the evaluation metric were the root mean squared distance, in characters, between each TPC and the interpolated bitext map produced by SIMR, where the distance was measured perpendicular to the main diagonal \u2022 Tables 2 and 3 report SIMR's errors on the training and test bitexts, respectively\u2022 The TBM samples used for training and testing were derived from segment alignments. All the bitexts had been manually aligned by bilingual annotators (Melamed 53 1997) . The alignments were converted into sets of coordinates in the bitext space by pairing the character positions at the ends of aligned segment pairs. This TBM sampling method artificially reduced the error estimates. Most of the aligned segments were sentences, which ended with a period. Whenever SIMR matched the periods correctly, the interpolated bitext map was pulled close to the TPC, even though it may have been much farther off in the middle of the sentence. Thus, the results in Table 3 should be considered only relative to each other and to other results obtained under the same experimental conditions. It would be impressive indeed if any bitext mapping algorithm's actual RMS error were less than 1 character on bitexts involving languages with different word order, such as English/Korean. The matching predicates for French/English and Spanish/English relied on an LCSR threshold to find cognates. The Korean text contained some Roman character strings, so the matching predicate for Korean/English generated candidate points of correspondence whenever one of these strings coordinated in the search rectangle with an identical string in the English half of the bitext. A seed translation lexicon was also used to strengthen the Korean/English signal. In addition, English, French, Spanish and Korean stop lists were used to prevent matches of closed-class words. The translation lexicon and stop lists had been previously developed independently of the training and test bitexts.", |
| "cite_spans": [ |
| { |
| "start": 780, |
| "end": 788, |
| "text": "53 1997)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 535, |
| "end": 551, |
| "text": "\u2022 Tables 2 and 3", |
| "ref_id": "TABREF3" |
| }, |
| { |
| "start": 1278, |
| "end": 1285, |
| "text": "Table 3", |
| "ref_id": "TABREF4" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Evaluation of SIMR", |
| "sec_num": "6." |
| }, |
| { |
| "text": "The French/English part of the evaluation was performed on bitexts from the publicly available corpus de bi-texte anglais-franfais (BAF) (Simard and Plamondon 1996) .", |
| "cite_spans": [ |
| { |
| "start": 137, |
| "end": 164, |
| "text": "(Simard and Plamondon 1996)", |
| "ref_id": "BIBREF32" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation of SIMR", |
| "sec_num": "6." |
| }, |
| { |
| "text": "SIMR's error distribution on the \"parliamentary debates\" bitext in this collection is given in Table 4 . This distribution can be compared to the error distributions reported for the same test set by Dagan, Church, and Gale (1993) , who reported parts of their error distribution in words, rather than in characters: \"In 55% of the cases, there is no error in word_align's output (distance of 0), in 73% the distance from the correct alignment is at most 1, and in 84% the distance is at most 3\" (Dagan, Church, and Gale 1993, 7) . These distances were measured horizontally from the bitext map rather than perpendicularly to the main diagonal. Given the bitext slope for that bitext and a conservative estimate of 6 characters per word (including the space between words), each horizontal word of error corresponds to just over 4 characters of error perpendicular to the main diagonal. Thus, Dagan, Church, and Gale's \"no error\" is the same as 2 characters of error or less, i.e., less than half a word. One word of error is the same as an error of up to 6 characters and 3 words are equivalent to 4.3\u00bd = 14 characters. On this basis, Table 5 compares the accuracy of SIMR and word_align. 5 Another interesting comparison is in terms of maximum error. Certain applications of bitext maps, such as the one described by Melamed (1996a) , can tolerate many small errors but no large ones. As shown in Table 4 , SIMR's bitext map was never off by more than 185 characters from any of the 7,123 segment boundaries. 185 characters is about 1.5 times the length of an average sentence (Melamed 1996a) . The input to word_align is the output of char_align and Dagan, Church, and Gale (1993) have reported that word_align cannot escape from char_align's worst errors. An independent implementation of char_align (Michel Simard, personal communication) erred by more than one thousand characters on the same bitext.", |
| "cite_spans": [ |
| { |
| "start": 200, |
| "end": 230, |
| "text": "Dagan, Church, and Gale (1993)", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 496, |
| "end": 529, |
| "text": "(Dagan, Church, and Gale 1993, 7)", |
| "ref_id": null |
| }, |
| { |
| "start": 1319, |
| "end": 1334, |
| "text": "Melamed (1996a)", |
| "ref_id": null |
| }, |
| { |
| "start": 1579, |
| "end": 1594, |
| "text": "(Melamed 1996a)", |
| "ref_id": null |
| }, |
| { |
| "start": 1653, |
| "end": 1683, |
| "text": "Dagan, Church, and Gale (1993)", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 95, |
| "end": 102, |
| "text": "Table 4", |
| "ref_id": "TABREF5" |
| }, |
| { |
| "start": 1136, |
| "end": 1143, |
| "text": "Table 5", |
| "ref_id": null |
| }, |
| { |
| "start": 1399, |
| "end": 1406, |
| "text": "Table 4", |
| "ref_id": "TABREF5" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Evaluation of SIMR", |
| "sec_num": "6." |
| }, |
| { |
| "text": "5 Error measurements at the character level are less susceptible to random variation than measurements at the word level. Character-level measurements also have the advantage of being universally applicable to all languages, including those in which words are difficult to identify automatically.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation of SIMR", |
| "sec_num": "6." |
| }, |
| { |
| "text": "The Spanish/English and Korean/English bitexts were hand-aligned when SIMR was being ported to these language pairs. 6 The Spanish/English bitexts were drawn from the Sun Solaris AnswerBooks and hand-aligned by Philip Resnik. The Korean/ English bitexts were provided by MIT's Lincoln Laboratories and hand-aligned by Young-Suk Lee. Table 3 shows that SIMR's performance on Spanish/English and Korean/English bitexts is no worse than its performance on French/English bitexts.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 333, |
| "end": 340, |
| "text": "Table 3", |
| "ref_id": "TABREF4" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Evaluation of SIMR", |
| "sec_num": "6." |
| }, |
| { |
| "text": "The results in Table 3 were obtained using a version of SIMR that included all the enhancements described in Section 4.6. It is interesting to consider the degree to which each enhancement improves performance. I remapped the French/English bitexts listed in Table 3 with two stripped-down versions of SIMR. One version was basic SIMR without any enhancements. The other version incorporated overlapping chains, but performed only one search pass. The deterioration in performance varied widely. For example, on the parliamentary debates bitext, the RMS error rose from 5.7 to 16 when only one search pass was allowed, but rose only another 2 points to 18 using non-overlapping chains. In contrast, on the U.N. annual report bitext, the extra search passes made no difference at all but non-overlapping chains increased the RMS error from 12 to 40. For most of the Other bitexts, each enhancement reduced the RMS error by a few characters, compared to the basic version. However, the improvement was not universal: the RMS error of the basic SIMR was 19 for the \"other technical report\" on which the enhanced SIMR scored 21. The expected value of the enhancements is difficult to predict, because each enhancement is aimed at solving a particular pattern recognition problem, and each problem may or may not occur in a given bitext. The relationship between geometric patterns in TPC chains and syntactic properties of bitexts is a ripe research topic.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 15, |
| "end": 22, |
| "text": "Table 3", |
| "ref_id": "TABREF4" |
| }, |
| { |
| "start": 259, |
| "end": 266, |
| "text": "Table 3", |
| "ref_id": "TABREF4" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Evaluation of SIMR", |
| "sec_num": "6." |
| }, |
| { |
| "text": "SIMR has no idea that words are often used to make sentences. It just outputs a series of corresponding token positions, leaving users free to draw their own conclusions about how the texts' larger units correspond. However, many existing translators' tools and machine translation strategies depend on aligned sentences or other aligned text segments. What can SIMR do for them? Formally, an alignment is a correspondence relation that does not permit crossing correspondences. The rest of this article presents the Geometric Segment Alignment (GSA) algorithm, which uses segment boundary information to reduce the correspondence relation in SIMR's output to a segment alignment. The GSA algorithm can be applied equally well to sentences, paragraphs, lists of items, or any other text units for which boundary information is available.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Alignment", |
| "sec_num": "7." |
| }, |
| { |
| "text": "A set of correspondence points, supplemented with segment boundary information, expresses segment correspondence, which is a richer representation than segment alignment. Figure 10 illustrates how segment boundaries form a grid over the bitext space. Each cell in the grid represents the intersection of two segments, one from each half of the bitext. A point of correspondence inside cell (X,y) indicates that some token in segment X corresponds with some token in segment y; i.e., segments X and y correspond. For example, Figure 10 indicates that segment e corresponds with segments G and H.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 171, |
| "end": 180, |
| "text": "Figure 10", |
| "ref_id": null |
| }, |
| { |
| "start": 525, |
| "end": 534, |
| "text": "Figure 10", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Correspondence is Richer than Alignment", |
| "sec_num": "7.1" |
| }, |
| { |
| "text": "In contrast to a correspondence relation, \"an alignment is a segmentation of the 6 The porting method is detailed elsewhere (Melamed 1996c (Melamed , 1998b .", |
| "cite_spans": [ |
| { |
| "start": 124, |
| "end": 138, |
| "text": "(Melamed 1996c", |
| "ref_id": "BIBREF23" |
| }, |
| { |
| "start": 139, |
| "end": 155, |
| "text": "(Melamed , 1998b", |
| "ref_id": "BIBREF26" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Correspondence is Richer than Alignment", |
| "sec_num": "7.1" |
| }, |
| { |
| "text": "Segment boundaries form a grid over the bitext space. Each cell in the grid represents the product of two segments, one from each half of the bitext. A point of correspondence inside cell (X,y) indicates that some token in segment X corresponds with some token in segment y; i.e., the segments X and y correspond. So, for example, segment E corresponds with segment d. The aligned blocks are outlined with solid lines.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Figure 10", |
| "sec_num": null |
| }, |
| { |
| "text": "two texts such that the nth segment of one text is the translation of the nth segment of the other\" (Simard, Foster, and Isabelle 1992, 68) . For example, given the token correspondences in Figure 10 , the segment (G,H / should be aligned with the segment (e,f/. If segments (X1,..., Xnl align with segments/Yl ..... Yn)\" then ((X 1 ..... Xnl\" (Yl ..... Yn/) is an aligned block. In geometric terms, aligned blocks are rectangular regions of the bitext space, such that the sides of the rectangles coincide with segment boundaries, and such that no two rectangles overlap either vertically or horizontally. The aligned blocks in Figure 10 are outlined with solid lines. SIMR's initial output has more expressive power than the alignment that can be derived from it. One illustration of this difference is that segment correspondence can represent order inversions, but segment alignment cannot. Inversions occur surprisingly often in real bitexts, even for sentence-size segments . Figure 10 provides another illustration. If, instead of the point in cell (H,e), there was a point in cell (G,tf), the correct alignment for that region would still be ((G,H/, (e,f/). If there were points of correspondence in both (H,e) and (G,f), the correct alignment would still be the same. Yet, the three cases are clearly different. If a lexicographer wanted to see a word in segment G in its bilingual context, it would be useful to know whether segment f is relevant.", |
| "cite_spans": [ |
| { |
| "start": 100, |
| "end": 139, |
| "text": "(Simard, Foster, and Isabelle 1992, 68)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 190, |
| "end": 199, |
| "text": "Figure 10", |
| "ref_id": null |
| }, |
| { |
| "start": 629, |
| "end": 638, |
| "text": "Figure 10", |
| "ref_id": null |
| }, |
| { |
| "start": 982, |
| "end": 991, |
| "text": "Figure 10", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Figure 10", |
| "sec_num": null |
| }, |
| { |
| "text": "Given a sequence of segment boundaries for each half of a bitext, the Geometric Segment Alignment (GSA) algorithm reduces sets of correspondence points to segment alignments. The algorithm's first step is to perform a transitive closure over the input correspondence relation. For instance, if the input contains (G,e), (H,e), and (H,f), then GSA adds the pairing (G,f). Next, GSA forces all segments to be contiguous: If segment Y corresponds with segments x and z, but not y, the pairing (Y,y) is added. In geometric terms, these two operations arrange all cells that contain points of correspondence into nonoverlapping rectangles, while adding as few cells as possible. The result is an alignment relation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Geometric Segment Alignment (GSA) Algorithm", |
| "sec_num": "7.2" |
| }, |
| { |
| "text": "A complete set of TPCs, together with appropriate boundary information, guarantees a perfect alignment. Alas, the points of correspondence postulated by SIMR are neither complete nor noise-free. SIMR makes errors of omission and errors of commission. Fortunately, the noise in SIMR's output causes alignment errors in predictable ways. GSA employs several backing-off heuristics to reduce the number of errors.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Geometric Segment Alignment (GSA) Algorithm", |
| "sec_num": "7.2" |
| }, |
| { |
| "text": "Typical errors of commission are stray points of correspondence like the one in cell (H,e) in Figure 10 . This point indicates that /G,H/ and ~e,f / should form a 2x2 aligned block, whereas the lengths of the component segments suggest that a pair of lx I blocks is more likely. In a separate development bitext, I have found that SIMR is usually wrong in these cases. To reduce such errors, GSA asks Gale & Church's length-based alignment algorithm (Gale and Church 1991a; Michel Simard, personal communication) for a second opinion on any aligned block that is not lx 1. Whenever the length-based algorithm prefers a more fine-grained alignment, its judgement overrules SIMR's.", |
| "cite_spans": [ |
| { |
| "start": 450, |
| "end": 473, |
| "text": "(Gale and Church 1991a;", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 474, |
| "end": 512, |
| "text": "Michel Simard, personal communication)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 94, |
| "end": 103, |
| "text": "Figure 10", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "The Geometric Segment Alignment (GSA) Algorithm", |
| "sec_num": "7.2" |
| }, |
| { |
| "text": "Typical errors of omission are illustrated in Figure 10 by the complete absence of correspondence points between segments /B,C,D/ and ~b,c/. This empty block of segments is sandwiched between aligned blocks. It is highly likely that at least some of these segments are mutual translations, despite SIMR's failure to find any points of correspondence between them. Therefore, GSA treats all sandwiched empty blocks as aligned blocks. If an empty block is not I x 1, GSA realigns it using Gale and Church's length-based algorithm, just as it would realign any other many-to-many aligned block.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 46, |
| "end": 55, |
| "text": "Figure 10", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "The Geometric Segment Alignment (GSA) Algorithm", |
| "sec_num": "7.2" |
| }, |
| { |
| "text": "The most problematic cases involve an error of omission adjacent to an error of commission, as in blocks (//,/hi) and (/J,K/,/i/). If the point in cell (J,i) should really be in cell (J,h), then realignment inside the erroneous blocks would not solve the problem. A naive solution is to merge these blocks and then to realign them using a length-based method. Unfortunately, this kind of alignment pattern, i.e., 0 x I followed by 2x 1, is surprisingly often correct. Length-based methods assign low probabilities to such pattern sequences and usually get them wrong. Therefore, GSA also considers the confidence level with which the length-based alignment algorithm reports its realignment. If this confidence level is sufficiently high, GSA accepts the lengthbased realignment; otherwise, the alignment indicated by SIMR's points of correspondence is retained. The minimum confidence at which GSA trusts the length-based realignment is a GSA parameter, which has been optimized on a separate development bitext.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Geometric Segment Alignment (GSA) Algorithm", |
| "sec_num": "7.2" |
| }, |
| { |
| "text": "GSA processed two bitext maps produced by SIMR using two different matching predicates. The first matching predicate relied only on cognates that pass a certain LCSR threshold, as described in Section 4.2. The second matching predicate was like the first, except that it also generated a point of correspondence whenever the input token pair appeared as an entry in a translation lexicon. The translation lexicon was automatically extracted from an MRBD (Cousin et al. 1991) .", |
| "cite_spans": [ |
| { |
| "start": 449, |
| "end": 474, |
| "text": "MRBD (Cousin et al. 1991)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation of GSA", |
| "sec_num": "8." |
| }, |
| { |
| "text": "Bitexts involving millions of segments are becoming more and more common. Before comparing bitext alignment algorithms in terms of accuracy, it is important Table 6 Comparison of bitext alignment algorithms' accuracy. One error is counted for each aligned block in the reference alignment that is missing from the test alignment.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 157, |
| "end": 164, |
| "text": "Table 6", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Evaluation of GSA", |
| "sec_num": "8." |
| }, |
| { |
| "text": "Errors, Not Given Bitext Algorithm Aligned Paragraphs % Aligned Paragraphs % \"easy\" Hansard (n = 7,123) Gale and Church (1991a) not available 128 1.8 Simard, Foster, and Isabelle (1992) to compare their asymptotic running times. In order to run a quadratic-time alignment algorithm in a reasonable amount of time on a large bitext, the bitext must be presegmented into a set of smaller bitexts. When a bitext contains no easily recognizable \"anchors,\" such as paragraphs or sections, this first-pass alignment must be done manually. Given a reasonably good bitext map, GSA's expected running time is linear in the number of input segment boundaries. In all the bitexts on which GSA was trained and tested, the points of correspondence in SIMR's output were sufficiently dense and accurate that GSA backed off to a quadratic-time alignment algorithm only for very small aligned blocks. For example, when the seed translation lexicon was used in SIMR's matching predicate, the largest aligned block that needed to be realigned was 5x5 segments. Without the seed translation lexicon, the largest realigned block was 7x7 segments. Thus, GSA can obviate the need to manually prealign large bitexts. Table 6 compares GSA's accuracy on the \"easy\" and \"hard\" French/English bitexts with the accuracy of two other alignment algorithms, as reported by Simard, Foster, and Isabelle (1992) . The error metric counts one error for each aligned block in the reference alignment that is missing from the test alignment. To account for the possibility of modularizing the overall alignment task into paragraph alignment followed by sentence alignment, Simard, Foster, and Isabelle (1992) have reported the accuracy of their sentence alignment algorithm when a perfect alignment at the paragraph level is given. SIMR/GSA was also tested in this manner, to enable the second set of comparisons in Table 6 .", |
| "cite_spans": [ |
| { |
| "start": 104, |
| "end": 127, |
| "text": "Gale and Church (1991a)", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 150, |
| "end": 185, |
| "text": "Simard, Foster, and Isabelle (1992)", |
| "ref_id": "BIBREF30" |
| }, |
| { |
| "start": 1342, |
| "end": 1377, |
| "text": "Simard, Foster, and Isabelle (1992)", |
| "ref_id": "BIBREF30" |
| }, |
| { |
| "start": 1636, |
| "end": 1671, |
| "text": "Simard, Foster, and Isabelle (1992)", |
| "ref_id": "BIBREF30" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 1194, |
| "end": 1201, |
| "text": "Table 6", |
| "ref_id": null |
| }, |
| { |
| "start": 1879, |
| "end": 1886, |
| "text": "Table 6", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Errors, Given", |
| "sec_num": null |
| }, |
| { |
| "text": "Due to the scarcity of hand-aligned training bitexts at my disposal, GSA's backingoff heuristics are somewhat ad hoc. Even so, GSA performs at least as well as, and usually better than, other alignment algorithms for which comparable results have been published. Chen (1996) has also published a quantitative evaluation of his alignment algorithm on these reference bitexts, but his evaluation was done post hoc. Since the results in this article are based on a gold standard, they are not comparable to Chen's results. Among other reasons, error rates based on a gold standard are sometimes inflated by errors in the gold standard and this was indeed the case for the gold standard used here (see Melamed [1996a] ). It is also an open question whether GSA performs better than the algorithm proposed by Wu (1994) . The two algorithms have not yet been evaluated on the same test data. For now, I can offer only a theoretical reason why SIMR+GSA should be more accurate than the algorithms of Chen and Wu: Bitext maps lead to alignment more directly than a translation model (Chen 1996) or a translation lexicon (Wu 1994) , because both segment alignments and bitext maps are relations between token instances, rather than between token types.", |
| "cite_spans": [ |
| { |
| "start": 263, |
| "end": 274, |
| "text": "Chen (1996)", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 698, |
| "end": 713, |
| "text": "Melamed [1996a]", |
| "ref_id": null |
| }, |
| { |
| "start": 804, |
| "end": 813, |
| "text": "Wu (1994)", |
| "ref_id": "BIBREF34" |
| }, |
| { |
| "start": 1075, |
| "end": 1086, |
| "text": "(Chen 1996)", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 1112, |
| "end": 1121, |
| "text": "(Wu 1994)", |
| "ref_id": "BIBREF34" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Errors, Given", |
| "sec_num": null |
| }, |
| { |
| "text": "More important than GSA's current accuracy is GSA's potential accuracy. With a bigger development bitext, more effective backing-off heuristics can be developed. Better input can also make a difference: GSA's accuracy will improve in lockstep with SIMR's accuracy.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Errors, Given", |
| "sec_num": null |
| }, |
| { |
| "text": "The Smooth Injective Map Recognizer (SIMR) is based on innovative approaches to each of the three main components of a bitext mapping algorithm: signal generation, noise \u2022tering, and search. The advances in signal generation stemmed from the use of word-based matching predicates. When word-pair coordinates are plotted in a Cartesian bitext space, the geometric heuristics of existing sentence alignment algorithms can be exploited just as easily and to a greater extent at the word level. The cognate heuristic of character-based bitext mapping algorithms also works better at the word level, because cognateness can be defined more precisely in terms of words, e.g., using the Longest Common Subsequence Ratio. Most importantly, matching heuristics based on existing translation lexicons can be defined only at the word level. When neither cognates nor sentence boundaries can be found, we can still map bitexts in any pair of languages using a small hand-constructed translation lexicon. To complement wordbased matching predicates, I have proposed localized noise filtering. Localized noise filters are more accurate than global ones because they are sensitive to local variations in noise distributions. The combination of a strong signal and an accurate noise filter enables localized search heuristics. Localized search heuristics can directly exploit the geometric tendencies of TPC chains in order to search the bitext space in linear space and time. This level of efficiency is particularly important for large bitexts.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "9." |
| }, |
| { |
| "text": "SIMR also advances the state of the art of bitext mapping on several other criteria. Evaluation on preexisting gold standards has shown that SIMR can map bitexts with high accuracy in a variety of language pairs and text genres, without getting lost. SIMR is robust in the face of translation irregularities like omissions and allows crossing correspondences to account for word-order differences. SIMR encapsulates its language-specific heuristics, so that it can be ported to any language pair with a minimal effort . These features make SIMR one of the most widely applicable bitext mapping algorithms published to date.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "9." |
| }, |
| { |
| "text": "For applications that require it, SIMR's bitext maps can be efficiently reduced to segment alignments, using the Geometric Segment Alignment (GSA) algorithm presented here. Admittedly, GSA is only useful when a good bitext map is available. In such cases, there are three reasons to favor GSA over other options for alignment: One, it is simply more accurate. Two, its expected running time is linear in the size of the bitext. Therefore, three, it is not necessary to manually prealign large bitexts before input to GSA.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "9." |
| }, |
| { |
| "text": "There are numerous ways to improve on the methods presented here. If SIMR can be reparameterized so that its parameters are pairwise independent, then it may be possible to optimize these parameters analytically, or at least within a well-founded probabilistic framework. Likewise, the parameters in GSA's backing-off heuristics and the heuristics themselves were partially dictated by the scarcity of suitable training data at the time that GSA was being developed. All of this is to say that the details of the current implementations of SIMR and GSA are less important than the general approach to bitext mapping advocated here.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "9." |
| }, |
| { |
| "text": "Displacement can be negative.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "This research began while I was a visitor at the Centre d'Innovation en Technologies de l'Information in Laval, Canada. I am indebted to Pierre Isabelle for informing me that the bitext mapping problem was far from being solved. ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgments", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Dynamic Programming", |
| "authors": [ |
| { |
| "first": "Richard", |
| "middle": [], |
| "last": "Bellman", |
| "suffix": "" |
| } |
| ], |
| "year": 1957, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Bellman, Richard. 1957. Dynamic Programming. Princeton University Press, Princeton, NJ.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "The mathematics of statistical machine translation: Parameter estimation", |
| "authors": [ |
| { |
| "first": "Peter", |
| "middle": [ |
| "F" |
| ], |
| "last": "Brown", |
| "suffix": "" |
| }, |
| { |
| "first": "Vincent", |
| "middle": [ |
| "Della" |
| ], |
| "last": "Stephen Della Pietra", |
| "suffix": "" |
| }, |
| { |
| "first": "Robert", |
| "middle": [ |
| "L" |
| ], |
| "last": "Pietra", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Mercer", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Computational Linguistics", |
| "volume": "9", |
| "issue": "2", |
| "pages": "263--311", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Brown, Peter F., Stephen Della Pietra, Vincent Della Pietra, and Robert L. Mercer. 1993. The mathematics of statistical machine translation: Parameter estimation. Computational Linguistics, \u20229(2): 263-311.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Aligning sentences in parallel corpora", |
| "authors": [ |
| { |
| "first": "Peter", |
| "middle": [ |
| "F" |
| ], |
| "last": "Brown", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Jennifer", |
| "suffix": "" |
| }, |
| { |
| "first": "Robert", |
| "middle": [ |
| "L" |
| ], |
| "last": "Lai", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Mercer", |
| "suffix": "" |
| } |
| ], |
| "year": 1991, |
| "venue": "Proceedings of the 29th Annual Meeting", |
| "volume": "", |
| "issue": "", |
| "pages": "169--176", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Brown, Peter F., Jennifer C. Lai, and Robert L. Mercer. 1991. Aligning sentences in parallel corpora. In Proceedings of the 29th Annual Meeting, pages 169-176, Berkeley, CA. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Deriving translation data from bilingual texts", |
| "authors": [ |
| { |
| "first": "Roberta", |
| "middle": [], |
| "last": "Catizone", |
| "suffix": "" |
| }, |
| { |
| "first": "Graham", |
| "middle": [], |
| "last": "Russell", |
| "suffix": "" |
| }, |
| { |
| "first": "Susan", |
| "middle": [], |
| "last": "Warwick", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Proceedings of the First International Lexical Acquisition Workshop", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Catizone, Roberta, Graham Russell, and Susan Warwick. 1993. Deriving translation data from bilingual texts. In Proceedings of the First International Lexical Acquisition Workshop, Detroit, MI.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Char_align: A program for aligning parallel texts at the character level", |
| "authors": [ |
| { |
| "first": "Stanley", |
| "middle": [], |
| "last": "Chen", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [ |
| "A" |
| ], |
| "last": "Cambridge", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Church", |
| "suffix": "" |
| }, |
| { |
| "first": "W", |
| "middle": [], |
| "last": "Kenneth", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Proceedings of the 31st Annual Meeting", |
| "volume": "", |
| "issue": "", |
| "pages": "1--8", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Chen, Stanley. 1996. Building Probabilistic Models for Natural Language. Ph.D. dissertation, Harvard University, Cambridge, MA. Church, Kenneth W. 1993. Char_align: A program for aligning parallel texts at the character level. In Proceedings of the 31st Annual Meeting, pages 1-8, Columbus, OH. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Aligning parallel texts: Do methods developed for English-French generalize to Asian languages?", |
| "authors": [ |
| { |
| "first": "Kenneth", |
| "middle": [ |
| "W" |
| ], |
| "last": "Church", |
| "suffix": "" |
| }, |
| { |
| "first": "William", |
| "middle": [], |
| "last": "Ido Dagan", |
| "suffix": "" |
| }, |
| { |
| "first": "Pascale", |
| "middle": [], |
| "last": "Gale", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Fung", |
| "suffix": "" |
| }, |
| { |
| "first": "B", |
| "middle": [], |
| "last": "Helfman", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Satish", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Proceedings of PacfoCol'93", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Church, Kenneth W., Ido Dagan, William Gale, Pascale Fung, J. Helfman, and B. Satish. 1993. Aligning parallel texts: Do methods developed for English-French generalize to Asian languages? In Proceedings of PacfoCol'93. Taipei, Taiwan. Cousin, Pierre-Henri, Lorna Sinclair, Jean-Francois Allain, and Catherine E.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "The Collins Paperback French Dictionary", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [], |
| "last": "Love", |
| "suffix": "" |
| } |
| ], |
| "year": 1991, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Love. 1991. The Collins Paperback French Dictionary. Harper Collins Publishers, Glasgow, Scotland.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Robust word alignment for machine aided translation", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [], |
| "last": "Dagan", |
| "suffix": "" |
| }, |
| { |
| "first": "Kenneth", |
| "middle": [ |
| "W" |
| ], |
| "last": "Ido", |
| "suffix": "" |
| }, |
| { |
| "first": "William", |
| "middle": [], |
| "last": "Church", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Gale", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Dagan, Ido, Kenneth W. Church, and William Gale. 1993. Robust word alignment for machine aided translation.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Proceedings of the Workshop on Very Large Corpora: Academic and Industrial Perspectives", |
| "authors": [], |
| "year": null, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "1--8", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "In Proceedings of the Workshop on Very Large Corpora: Academic and Industrial Perspectives, pages 1-8, Columbus, OH.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Appariement des phrases de textes bilingues", |
| "authors": [ |
| { |
| "first": "Fathi", |
| "middle": [], |
| "last": "Debili", |
| "suffix": "" |
| }, |
| { |
| "first": "Ely@s", |
| "middle": [], |
| "last": "Sammouda", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "Proceedings of the 14th International Conference on Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "517--538", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Debili, Fathi and Ely@s Sammouda. 1992. Appariement des phrases de textes bilingues. In Proceedings of the 14th International Conference on Computational Linguistics, pages 517-538, Nantes, France.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Maximum likelihood from incomplete data via the EM algorithm", |
| "authors": [ |
| { |
| "first": "A", |
| "middle": [ |
| "P" |
| ], |
| "last": "Dempster", |
| "suffix": "" |
| }, |
| { |
| "first": "N", |
| "middle": [ |
| "M" |
| ], |
| "last": "Laird", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [ |
| "B" |
| ], |
| "last": "Rubin", |
| "suffix": "" |
| } |
| ], |
| "year": 1977, |
| "venue": "Journal of the Royal Statistical Society", |
| "volume": "34", |
| "issue": "B", |
| "pages": "1--38", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Dempster, A. P., N. M. Laird, and D. B. Rubin. 1977. Maximum likelihood from incomplete data via the EM algorithm. Journal of the Royal Statistical Society, 34(B): 1-38.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "A pattern matching method for finding noun and proper noun translations from noisy parallel corpora", |
| "authors": [ |
| { |
| "first": "Pascale", |
| "middle": [], |
| "last": "Fung", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "Proceedings of the 33rd Annual Meeting", |
| "volume": "", |
| "issue": "", |
| "pages": "236--243", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Fung, Pascale. 1995. A pattern matching method for finding noun and proper noun translations from noisy parallel corpora. In Proceedings of the 33rd Annual Meeting, pages 236-243, Boston, MA. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "K-vec: A new approach for aligning parallel texts", |
| "authors": [ |
| { |
| "first": "Pascale", |
| "middle": [], |
| "last": "Fung", |
| "suffix": "" |
| }, |
| { |
| "first": "Kenneth", |
| "middle": [ |
| "W" |
| ], |
| "last": "Church", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "Proceedings of the 15th International Conference on Computational Linguistics", |
| "volume": "1", |
| "issue": "", |
| "pages": "96--97", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Fung, Pascale and Kenneth W. Church. 1994. K-vec: A new approach for aligning parallel texts. In Proceedings of the 15th International Conference on Computational Linguistics, pages 1,096-1,102, Kyoto, Japan.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Aligning noisy parallel corpora across language groups: Word pair feature matching by dynamic time warping", |
| "authors": [ |
| { |
| "first": "Pascale", |
| "middle": [], |
| "last": "Fung", |
| "suffix": "" |
| }, |
| { |
| "first": "Kathleen", |
| "middle": [], |
| "last": "Mckeown", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "Proceedings of the Conference of the Association for Machine Translation in the Americas", |
| "volume": "", |
| "issue": "", |
| "pages": "81--88", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Fung, Pascale and Kathleen McKeown. 1994. Aligning noisy parallel corpora across language groups: Word pair feature matching by dynamic time warping. In Proceedings of the Conference of the Association for Machine Translation in the Americas, pages 81-88, Columbia, MD.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "A program for aligning sentences in bilingual corpora", |
| "authors": [ |
| { |
| "first": "William", |
| "middle": [], |
| "last": "Gale", |
| "suffix": "" |
| }, |
| { |
| "first": "Kenneth", |
| "middle": [ |
| "W" |
| ], |
| "last": "Church", |
| "suffix": "" |
| } |
| ], |
| "year": 1991, |
| "venue": "Proceedings of the 29th Annual Meeting", |
| "volume": "", |
| "issue": "", |
| "pages": "177--184", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Gale, William and Kenneth W. Church. 1991a. A program for aligning sentences in bilingual corpora. In Proceedings of the 29th Annual Meeting, pages 177-184, Berkeley, CA. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "Identifying word correspondences in parallel texts", |
| "authors": [ |
| { |
| "first": "William", |
| "middle": [], |
| "last": "Gale", |
| "suffix": "" |
| }, |
| { |
| "first": "Kenneth", |
| "middle": [ |
| "W" |
| ], |
| "last": "Church", |
| "suffix": "" |
| } |
| ], |
| "year": 1991, |
| "venue": "Proceedings of the DARPA SNL Workshop", |
| "volume": "", |
| "issue": "", |
| "pages": "152--157", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Gale, William and Kenneth W. Church. 1991b. Identifying word correspondences in parallel texts. In Proceedings of the DARPA SNL Workshop, pages 152-157.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Bi-text, a new concept in translation theory", |
| "authors": [ |
| { |
| "first": "Brian", |
| "middle": [], |
| "last": "Harris", |
| "suffix": "" |
| } |
| ], |
| "year": 1988, |
| "venue": "Language Monthly", |
| "volume": "54", |
| "issue": "", |
| "pages": "8--10", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Harris, Brian. 1988. Bi-text, a new concept in translation theory. Language Monthly, 54: 8-10.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "A fast algorithm for computing longest common subsequences", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [ |
| "W" |
| ], |
| "last": "Hunt", |
| "suffix": "" |
| }, |
| { |
| "first": "T", |
| "middle": [ |
| "G" |
| ], |
| "last": "Szymanski", |
| "suffix": "" |
| } |
| ], |
| "year": 1977, |
| "venue": "Communications of the ACM", |
| "volume": "20", |
| "issue": "5", |
| "pages": "350--353", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "J. W. Hunt and T. G. Szymanski. 1977. A fast algorithm for computing longest common subsequences. Communications of the ACM, 20(5): 350-353.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "Bi-textual aids for translators", |
| "authors": [ |
| { |
| "first": "Pierre", |
| "middle": [], |
| "last": "Isabelle", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "Proceedings of the 8th Annual Conference of the UW Centre for the New OED and Text Research", |
| "volume": "", |
| "issue": "", |
| "pages": "1--15", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Isabelle, Pierre. 1992. Bi-textual aids for translators. In Proceedings of the 8th Annual Conference of the UW Centre for the New OED and Text Research, pages 1-15, Waterloo, Canada.", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "title": "Text-translation alignment", |
| "authors": [ |
| { |
| "first": "Martin", |
| "middle": [], |
| "last": "Kay", |
| "suffix": "" |
| }, |
| { |
| "first": "Martin", |
| "middle": [], |
| "last": "R6scheisen", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Computational Linguistics", |
| "volume": "19", |
| "issue": "1", |
| "pages": "121--142", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kay, Martin and Martin R6scheisen. 1993. Text-translation alignment. Computational Linguistics, 19(1): 121-142.", |
| "links": null |
| }, |
| "BIBREF20": { |
| "ref_id": "b20", |
| "title": "Machine transliteration", |
| "authors": [ |
| { |
| "first": "Kevin", |
| "middle": [], |
| "last": "Knight", |
| "suffix": "" |
| }, |
| { |
| "first": "Jonathan", |
| "middle": [], |
| "last": "Graehi", |
| "suffix": "" |
| } |
| ], |
| "year": 1997, |
| "venue": "Proceedings of the 35th Annual Meeting", |
| "volume": "", |
| "issue": "", |
| "pages": "128--135", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Knight, Kevin and Jonathan Graehi. 1997. Machine transliteration. In Proceedings of the 35th Annual Meeting, pages 128-135, Madrid, Spain. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF21": { |
| "ref_id": "b21", |
| "title": "Peut-on v4rifier automatiquement la coh4rence terminologique?", |
| "authors": [ |
| { |
| "first": "Elliott", |
| "middle": [], |
| "last": "Macklovitch", |
| "suffix": "" |
| } |
| ], |
| "year": 1996, |
| "venue": "META", |
| "volume": "41", |
| "issue": "3", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Macklovitch, Elliott. 1996. Peut-on v4rifier automatiquement la coh4rence terminologique? META 41(3). .", |
| "links": null |
| }, |
| "BIBREF22": { |
| "ref_id": "b22", |
| "title": "Automatic construction of clean broad-coverage translation lexicons", |
| "authors": [ |
| { |
| "first": "Tony", |
| "middle": [], |
| "last": "Mcenery", |
| "suffix": "" |
| }, |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Oakes", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "Proceedings of the 2nd Conference of the Association for Machine Translation in the Americas", |
| "volume": "", |
| "issue": "", |
| "pages": "125--134", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "McEnery, Tony and Michael Oakes. 1995. Cognate extraction in the CRATER project: Methods and assessment. In Proceedings of From Texts to Tags: Issues in Multilingual Language Analysis, pages 77-86, Dublin, Ireland. Melamed, I. Dan. 1996a. Automatic detection of omissions in translations. In Proceedings of the 16th International Conference on Computational Linguistics, pages 764-769, Copenhagen, Denmark. Melamed, I. Dan. 1996b. Automatic construction of clean broad-coverage translation lexicons. In Proceedings of the 2nd Conference of the Association for Machine Translation in the Americas, pages 125-134, Montreal, Canada.", |
| "links": null |
| }, |
| "BIBREF23": { |
| "ref_id": "b23", |
| "title": "Porting SIMR to new language pairs. Institute for Research in Cognitive Science", |
| "authors": [ |
| { |
| "first": "I", |
| "middle": [], |
| "last": "Melamed", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Dan", |
| "suffix": "" |
| } |
| ], |
| "year": 1996, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Melamed, I. Dan. 1996c. Porting SIMR to new language pairs. Institute for Research in Cognitive Science Technical Report 96-26, University of Pennsylvania, Philadelphia, PA.", |
| "links": null |
| }, |
| "BIBREF24": { |
| "ref_id": "b24", |
| "title": "A portable algorithm for mapping bitext correspondence", |
| "authors": [ |
| { |
| "first": "I", |
| "middle": [], |
| "last": "Melamed", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Dan", |
| "suffix": "" |
| } |
| ], |
| "year": 1997, |
| "venue": "Proceedings of the 35th Annual Meeting", |
| "volume": "", |
| "issue": "", |
| "pages": "305--312", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Melamed, I. Dan. 1997. A portable algorithm for mapping bitext correspondence. In Proceedings of the 35th Annual Meeting, pages 305-312, Madrid, Spain. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF25": { |
| "ref_id": "b25", |
| "title": "Models of co-occurrence", |
| "authors": [ |
| { |
| "first": "I", |
| "middle": [], |
| "last": "Melamed", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Dan", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Melamed, I. Dan. 1998a. Models of co-occurrence. Institute for Research in Cognitive Science Technical Report 98-05, University of Pennsylvania, Philadelphia, PA.", |
| "links": null |
| }, |
| "BIBREF26": { |
| "ref_id": "b26", |
| "title": "Empirical Methods for Exploiting Parallel Texts", |
| "authors": [ |
| { |
| "first": "I", |
| "middle": [], |
| "last": "Melamed", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Dan", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Melamed, I. Dan. 1998b. Empirical Methods for Exploiting Parallel Texts. Ph.D. dissertation, University of Pennsylvania, Philadelphia, PA.", |
| "links": null |
| }, |
| "BIBREF27": { |
| "ref_id": "b27", |
| "title": "Reading more into foreign languages", |
| "authors": [ |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Nerbonne", |
| "suffix": "" |
| }, |
| { |
| "first": "Lauri", |
| "middle": [], |
| "last": "Karttunen", |
| "suffix": "" |
| }, |
| { |
| "first": "Elena", |
| "middle": [], |
| "last": "Paskaleva", |
| "suffix": "" |
| }, |
| { |
| "first": "Gabor", |
| "middle": [], |
| "last": "Proszeky", |
| "suffix": "" |
| }, |
| { |
| "first": "Tiit", |
| "middle": [], |
| "last": "Roosmaa", |
| "suffix": "" |
| } |
| ], |
| "year": 1997, |
| "venue": "Proceedings of the 5th ACL Conference on Applied Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "135--138", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Nerbonne, John, Lauri Karttunen, Elena Paskaleva, Gabor Proszeky, and Tiit Roosmaa. 1997. Reading more into foreign languages. In Proceedings of the 5th ACL Conference on Applied Natural Language Processing, pages 135-138, Washington, DC.", |
| "links": null |
| }, |
| "BIBREF28": { |
| "ref_id": "b28", |
| "title": "Automatic alignment in parallel corpora", |
| "authors": [ |
| { |
| "first": "Harris", |
| "middle": [], |
| "last": "Papageorgiou", |
| "suffix": "" |
| }, |
| { |
| "first": "Lambros", |
| "middle": [], |
| "last": "Cranias", |
| "suffix": "" |
| }, |
| { |
| "first": "Stelios", |
| "middle": [], |
| "last": "Piperidis", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "Proceedings of the 32nd Annual Meeting (Student Session)", |
| "volume": "", |
| "issue": "", |
| "pages": "334--336", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Papageorgiou, Harris, Lambros Cranias, and Stelios Piperidis. 1994. Automatic alignment in parallel corpora. In Proceedings of the 32nd Annual Meeting (Student Session), pages 334-336, Las Cruces, NM. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF29": { |
| "ref_id": "b29", |
| "title": "Semi-automatic acquisition of domain-specific translation lexicons", |
| "authors": [ |
| { |
| "first": "Philip", |
| "middle": [], |
| "last": "Resnik", |
| "suffix": "" |
| }, |
| { |
| "first": "I. Dan", |
| "middle": [], |
| "last": "Melamed", |
| "suffix": "" |
| } |
| ], |
| "year": 1997, |
| "venue": "Proceedings of the 5th ACL Conference on Applied Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "340--347", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Resnik, Philip and I. Dan Melamed. 1997. Semi-automatic acquisition of domain-specific translation lexicons. In Proceedings of the 5th ACL Conference on Applied Natural Language Processing, pages 340-347, Washington, DC.", |
| "links": null |
| }, |
| "BIBREF30": { |
| "ref_id": "b30", |
| "title": "Using cognates to align sentences in bilingual corpora", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [], |
| "last": "Simard", |
| "suffix": "" |
| }, |
| { |
| "first": "George", |
| "middle": [ |
| "F" |
| ], |
| "last": "Michel", |
| "suffix": "" |
| }, |
| { |
| "first": "Pierre", |
| "middle": [], |
| "last": "Foster", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Isabelle", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "Proceedings of the Fourth International Conference on Theoretical and Methodological Issues in Machine Translation", |
| "volume": "", |
| "issue": "", |
| "pages": "67--81", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Simard, Michel, George F. Foster, and Pierre Isabelle. 1992. Using cognates to align sentences in bilingual corpora. In Proceedings of the Fourth International Conference on Theoretical and Methodological Issues in Machine Translation, pages 67-81.", |
| "links": null |
| }, |
| "BIBREF32": { |
| "ref_id": "b32", |
| "title": "Bilingual sentence alignment: Balancing robustness and accuracy", |
| "authors": [ |
| { |
| "first": "Michel", |
| "middle": [], |
| "last": "Simard", |
| "suffix": "" |
| }, |
| { |
| "first": "Pierre", |
| "middle": [], |
| "last": "Plamondon", |
| "suffix": "" |
| } |
| ], |
| "year": 1996, |
| "venue": "Proceedings of the 2nd Conference of the Association for Machine Translation in the Americas", |
| "volume": "", |
| "issue": "", |
| "pages": "135--144", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Simard, Michel and Pierre Plamondon. 1996. Bilingual sentence alignment: Balancing robustness and accuracy. In Proceedings of the 2nd Conference of the Association for Machine Translation in the Americas, pages 135-144, Montreal, Canada.", |
| "links": null |
| }, |
| "BIBREF33": { |
| "ref_id": "b33", |
| "title": "Applied Simulated Annealing", |
| "authors": [], |
| "year": 1993, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ren4 V. V. Vidal, editor. 1993. Applied Simulated Annealing. Springer-Verlag, Heidelberg, Germany.", |
| "links": null |
| }, |
| "BIBREF34": { |
| "ref_id": "b34", |
| "title": "Aligning a parallel English-Chinese corpus statistically with lexical criteria", |
| "authors": [ |
| { |
| "first": "Dekai", |
| "middle": [], |
| "last": "Wu", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "Proceedings of the 32nd Annual Meeting", |
| "volume": "", |
| "issue": "", |
| "pages": "80--87", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Wu, Dekai. 1994. Aligning a parallel English-Chinese corpus statistically with lexical criteria. In Proceedings of the 32nd Annual Meeting, pages 80-87, Las Cruces, NM. Association for Computational Linguistics.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "type_str": "figure", |
| "uris": null, |
| "num": null, |
| "text": "Figure 1 A bitext space." |
| }, |
| "TABREF0": { |
| "content": "<table/>", |
| "num": null, |
| "type_str": "table", |
| "html": null, |
| "text": "" |
| }, |
| "TABREF3": { |
| "content": "<table><tr><td/><td/><td/><td>RMS Error</td></tr><tr><td>Language Pair</td><td colspan=\"2\">Number of Training TPCs Training Genre</td><td>in Characters</td></tr><tr><td>French / English</td><td>598</td><td>marketing report</td><td>6.6</td></tr><tr><td>Spanish / English</td><td>562</td><td>software manuals</td><td>5.5</td></tr><tr><td>Korean / English</td><td>615</td><td>military manuals</td><td>3.9</td></tr><tr><td colspan=\"4\">ing function may not be injective. To interpolate injective bitext maps, nonmonotonic</td></tr><tr><td colspan=\"4\">segments must be encapsulated in Minimum Enclosing Rectangles (MERs), as shown</td></tr><tr><td>in</td><td/><td/><td/></tr></table>", |
| "num": null, |
| "type_str": "table", |
| "html": null, |
| "text": "SIMR accuracy on training bitexts for three language pairs." |
| }, |
| "TABREF4": { |
| "content": "<table><tr><td>Language Pair</td><td>Bitext or Genre</td><td>Number of</td><td>RMS Error</td></tr><tr><td/><td/><td>Test TPCs</td><td>in Characters</td></tr><tr><td>French / English</td><td>parliamentary debates</td><td>7,123</td><td>5.7</td></tr><tr><td/><td>CITI technical reports</td><td>365, 305, 176</td><td>4.4, 2.6, 9.9</td></tr><tr><td/><td>other technical reports</td><td>561, 1,393</td><td>21, 14</td></tr><tr><td/><td>court transcripts</td><td>1,377</td><td>3.9</td></tr><tr><td/><td>U.N. annual report</td><td>2,049</td><td>12</td></tr><tr><td/><td>I.L.O. report</td><td>7,129</td><td>6.4</td></tr><tr><td>Spanish / English</td><td>software manuals</td><td colspan=\"2\">376, 151, 100, 349 4.6, 0.67, 5.2, 4.7</td></tr><tr><td>Korean / English</td><td>military manuals</td><td>40, 88, 186, 299</td><td>2.6, 7.1, 25, 7.8</td></tr><tr><td/><td>military messages</td><td>192</td><td>0.</td></tr></table>", |
| "num": null, |
| "type_str": "table", |
| "html": null, |
| "text": "SIMR error estimates on different text genres in three language pairs." |
| }, |
| "TABREF5": { |
| "content": "<table><tr><td colspan=\"4\">Number of Test Points Error Range in Characters Fraction of Test Points</td></tr><tr><td/><td>1</td><td>-101</td><td>.0001</td></tr><tr><td/><td>2</td><td>-80 to -70</td><td>.0003</td></tr><tr><td/><td>1</td><td>-70 to -60</td><td>.0001</td></tr><tr><td/><td>5</td><td>-60 to -50</td><td>.0007</td></tr><tr><td/><td>4</td><td>-50 to -40</td><td>.0006</td></tr><tr><td/><td>6</td><td>-40 to -30</td><td>.0008</td></tr><tr><td/><td>9</td><td>-30 to -20</td><td>.0013</td></tr><tr><td/><td>29</td><td>-20 to -10</td><td>.0041</td></tr><tr><td/><td>3,057</td><td>-10 to 0</td><td>.4292</td></tr><tr><td/><td>3,902</td><td>0 to 10</td><td>.5478</td></tr><tr><td/><td>43</td><td>10 to 20</td><td>.0060</td></tr><tr><td/><td>28</td><td>20 to 30</td><td>.0039 ~</td></tr><tr><td/><td>17</td><td>30 to 40</td><td>.0024</td></tr><tr><td/><td>5</td><td>40 to 50</td><td>.0007</td></tr><tr><td/><td>8</td><td>50 to 60</td><td>.0011</td></tr><tr><td/><td>1</td><td>60 to 70</td><td>.0001</td></tr><tr><td/><td>1</td><td>70 to 80</td><td>.0001</td></tr><tr><td/><td>1</td><td>80 to 90</td><td>.0001</td></tr><tr><td/><td>1</td><td>90 to 100</td><td>.0001</td></tr><tr><td/><td>1</td><td>110 to 120</td><td>.0001</td></tr><tr><td/><td>1</td><td>185</td><td>.0001</td></tr><tr><td/><td>7,123</td><td>-101 to 185</td><td>1.000</td></tr><tr><td>Table 5</td><td/><td/><td/></tr><tr><td colspan=\"4\">Comparison of error distributions for SIMR and word_align on the parliamentary debates</td></tr><tr><td>bitext.</td><td/><td/><td/></tr><tr><td/><td colspan=\"3\">Error of at Most Error of at Most Error of at Most</td></tr><tr><td>Algorithm</td><td>2 Characters</td><td>6 Characters</td><td>14 Characters</td></tr><tr><td>word_align</td><td>55%</td><td>73%</td><td>84%</td></tr><tr><td>SIMR</td><td>93%</td><td>97%</td><td>98%</td></tr></table>", |
| "num": null, |
| "type_str": "table", |
| "html": null, |
| "text": "SIMR's error distribution on the French/English \"parliamentary debates\" bitext. Errors were measured perpendicular to the main diagonal." |
| } |
| } |
| } |
| } |