ACL-OCL / Base_JSON /prefixE /json /E95 /E95-1010.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "E95-1010",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T10:31:36.394172Z"
},
"title": "Text Alignment in the Real World: Improving Alignments of Noisy Translations Using Common Lexical Features, String Matching Strategies and N-Gram Comparisons ~",
"authors": [
{
"first": "Mark",
"middle": [
"W"
],
"last": "Davis",
"suffix": "",
"affiliation": {
"laboratory": "Computing Research Laboratory New",
"institution": "Mexico State University",
"location": {
"postCode": "30001/3CRL",
"settlement": "Las Cruces",
"region": "New Mexico",
"country": "USA"
}
},
"email": "madavis@crl.nmsu.edu"
},
{
"first": "Ted",
"middle": [
"E"
],
"last": "Dunning",
"suffix": "",
"affiliation": {
"laboratory": "Computing Research Laboratory New",
"institution": "Mexico State University",
"location": {
"postCode": "30001/3CRL",
"settlement": "Las Cruces",
"region": "New Mexico",
"country": "USA"
}
},
"email": ""
},
{
"first": "William",
"middle": [
"C"
],
"last": "Ogden",
"suffix": "",
"affiliation": {
"laboratory": "Computing Research Laboratory New",
"institution": "Mexico State University",
"location": {
"postCode": "30001/3CRL",
"settlement": "Las Cruces",
"region": "New Mexico",
"country": "USA"
}
},
"email": "ogden@crl.nmsu.edu"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "Alignment methods based on byte-length comparisons of alignment blocks have been remarkably successful for aligning good translations from legislative transcriptions. For noisy translations in which the parallel text of a document has significant structural differences, byte-alignment methods often do not perform well. The Pan American Health Organization (PAHO) corpus is a series of articles that were first translated by machine methods and then improved by professional translators. Many of the Spanish PAHO texts do not share formatting conventions with the corresponding English documents, refer to tables in stylistically different ways and contain extraneous information. A method based on a dynamic programming framework, but using a decision criterion derived from a combination of byte-length ratio measures, hard matching of numbers, string comparisons and n-gram co-occurrence matching substantially improves the performance of the alignment process. IThis research was funded under DoD Contract #MDA 904-94-C-E086",
"pdf_parse": {
"paper_id": "E95-1010",
"_pdf_hash": "",
"abstract": [
{
"text": "Alignment methods based on byte-length comparisons of alignment blocks have been remarkably successful for aligning good translations from legislative transcriptions. For noisy translations in which the parallel text of a document has significant structural differences, byte-alignment methods often do not perform well. The Pan American Health Organization (PAHO) corpus is a series of articles that were first translated by machine methods and then improved by professional translators. Many of the Spanish PAHO texts do not share formatting conventions with the corresponding English documents, refer to tables in stylistically different ways and contain extraneous information. A method based on a dynamic programming framework, but using a decision criterion derived from a combination of byte-length ratio measures, hard matching of numbers, string comparisons and n-gram co-occurrence matching substantially improves the performance of the alignment process. IThis research was funded under DoD Contract #MDA 904-94-C-E086",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Given texts in two languages that are to some degree translations of one another, an alignment of the texts associates sentences, paragraphs or phrases in one document with their translations in the other. Successful approaches to alignment can be divided into two primary types: those that use comparisons of lexical elements between the documents (Wu, 1994; Chen 1993; Catizone, Russell and Warwick, 1989) , and those that use a statistical decision process derived from byte-length ratios between alignment blocks (Wu, 1994; Church, 1993; Gale and Church, 1991) . Methods vary for the former approach, hut in the latter approach, a dynamic programming framework is used to sequentially align blocks as the alignment process proceeds. Under this model, blocks are compared only with nearby blocks as the alignment proceeds, substantially reducing the computational overhead [O(n 2) ~ O(n!)] of the alignment process.",
"cite_spans": [
{
"start": 349,
"end": 359,
"text": "(Wu, 1994;",
"ref_id": "BIBREF13"
},
{
"start": 360,
"end": 370,
"text": "Chen 1993;",
"ref_id": "BIBREF0"
},
{
"start": 371,
"end": 407,
"text": "Catizone, Russell and Warwick, 1989)",
"ref_id": "BIBREF0"
},
{
"start": 517,
"end": 527,
"text": "(Wu, 1994;",
"ref_id": "BIBREF13"
},
{
"start": 528,
"end": 541,
"text": "Church, 1993;",
"ref_id": "BIBREF1"
},
{
"start": 542,
"end": 564,
"text": "Gale and Church, 1991)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In the primary literature on alignment, the texts are typically well-behaved. In byte-length ratio approaches, the presence of long stretches of blocks that have roughly similar lengths can be problematic, and some improvement can be achieved by augmenting the byte-length measure by scores derived from lexical feature matching (Wu, 1994) . When combined with radical formatting departures between documents that often arise in text translations, the difficulties of producing good alignments are exacerbated by the presence of untranslated segments, textual rearrangements and other problematic text features. The dynamic programming framework makes long runs of segments that have no translation in their parallel text difficult to ignore because the limited window size prevents passing over those segments to reach appropriate areas of the document further downstream. Taken together, these difficulties can be catastrophic to the alignment process. Our experience shows that the fraction of correct alignments can drop to less than 5%.",
"cite_spans": [
{
"start": 329,
"end": 339,
"text": "(Wu, 1994)",
"ref_id": "BIBREF13"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Noisy translations of this sort do reflect human error and the preferences of translators, and they are probably much more prevalent than alignment work on legislative transcriptions has indicated. The purpose of this research was to ascertain what types of information contained in a document could be used to improve the alignment process, while not making gross assumptions about the source text format con-ventions and peculiarities. The Pan American Health Organization (PAHO) corpus was used as a test corpus for evaluating the performance of the modified alignment algorithm. The PAHO texts are a series of documents on Latin American health issues and our test segment consisted of 180 documents that ranged from 20 to 3825 lines in length. From these documents, several of the more problematic texts were hand aligned for analysis and comparison with the results of automatic alignment methods.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The byte-length ratio methods are very general in that they rely only upon a heuristic segmentation procedure to divide a text into sentence-level chunks. Although determining sentence boundaries can be problematic across languages, simple assumptions appear to work well even for comparisons between European and Oriental languages, primarily because the segmentation heuristic is uniformly applied to each document and therefore an \"undersegmented\" section can combine together to match with single blocks in the opposite language as necessary.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "A General Approach",
"sec_num": "2"
},
{
"text": "Less general would be a method that relied on deep analysis of the source texts to determine appropriate boundaries for alignment blocks. A model that accounted for all of the formatting discrepancies, comparative rescalings of sentence or phrase length due to the economy of the language expression, and other properties that may define a corpus, will not necessarily be appropriate to other corpora or to text in general.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "A General Approach",
"sec_num": "2"
},
{
"text": "We chose to remain as general as possible with our investigations of alignment methods. In particular, the heuristics for text segmentation regarded periods followed by a space, a newline (paragraph boundaries) or a tab as a sentence boundary for both English and Spanish texts ( Figure 1 ). Multiple periods separated by spaces were ignored for alignment segmentation to",
"cite_spans": [],
"ref_spans": [
{
"start": 280,
"end": 288,
"text": "Figure 1",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "A General Approach",
"sec_num": "2"
},
{
"text": "XXXV Meeting Washington, D,C, \u2022 XLIIt Meeting l/ the .--, . . . \u2022 .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "A General Approach",
"sec_num": "2"
},
{
"text": "Region in 1990, summarizing the information obtained from the Governments in response to the questionnaire sent to them annually.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "It describes the situation of malaria in",
"sec_num": null
},
{
"text": "El presente documento es el XXXIX lnforme sobre la Situaei6n",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "INTRODUCCION",
"sec_num": null
},
{
"text": "La situaci6n de la malaria en el mundo se refiere a 1989, Y ha sido tomada de publieaciones de la Organizaei6n Mundial de la Salud, ~ S1TUACIN DE LA MALARIA EN EL MUNDO",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "INTRODUCCION",
"sec_num": null
},
{
"text": "Mils de140% de la poblaci6n mundial, o sea, mils de 2,000 millones de personas, pemmncccn expuestas a diversos grados de riesgo do malaria en unos 100 paises o territorios (Mapa 1). allow for ellipsis. This approach did not, therefore, regard many abbreviations as a unique class of textual event. The end result was an extremely simplistic segmentation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Poblaei6nen fiesgo",
"sec_num": null
},
{
"text": "The PAHO texts serve as an important counterpart to our translator's workstation, Norm (Ogden, 1993) . During the translation process, translators can access many different resources including a variety of on-line dictionaries, reference works and parallel texts. The parallel texts include examples of translations that different translators have compiled in the past and serve as a series of examples of how to translate words and phrases for a particular context. The PAHO texts also serve as a basis for our multi-lingual information retrieval system (Davis and Dunning, 1995; Davis, 1993a, 1993b) . The need for robust strategies to process and align large parallel corpora automatically is therefore a critical component of our ongoing research.",
"cite_spans": [
{
"start": 87,
"end": 100,
"text": "(Ogden, 1993)",
"ref_id": "BIBREF9"
},
{
"start": 555,
"end": 580,
"text": "(Davis and Dunning, 1995;",
"ref_id": "BIBREF2"
},
{
"start": 581,
"end": 601,
"text": "Davis, 1993a, 1993b)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "The PAHO Corpus: Noisy, Problematic Texts",
"sec_num": "3"
},
{
"text": "In the PAHO corpus, many of the texts are wellbehaved, with similar tokenization at the boundaries delineating paragraphs. But some are extremely noisy, with added text in the English or Spanish document that lacks a counterpart in the parallel document. Formatting conventions differ in many cases, with multiple periods delimiting contents listings in one, while spaces serve a similar role in the other, or tables and reference formats differing between the two texts. Another formatting problem is the addition of significant runs of whitespace and newlines that simply do not occur in the parallel text. The document pair shown in Figure 1 is representative of the quality of the PAHO texts.",
"cite_spans": [],
"ref_spans": [
{
"start": 636,
"end": 644,
"text": "Figure 1",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "The PAHO Corpus: Noisy, Problematic Texts",
"sec_num": "3"
},
{
"text": "One of the most striking features of English-Spanish translations is the fact that native English speakers with little knowledge of Spanish appear able to identify parallel texts with remarkable accuracy. The reason appears to be the large number of cognate terms that Spanish and English translations share, especially technical terms, and other lexical features such as numbers and proper names that may appear with similar placement and frequency across two parallel texts. The work by Simard, Foster and Isabelle (1993) as well as Church (1993) demonstrated that cognate-matching strategies can be highly effective in aligning text. Native English speakers with limited Spanish appear to be capable of aligning even noisy texts like many of the PAHO documents, with difficulty causing a decrease in speed of alignment, rather than decreased accuracy of the alignment. From these observations, we examined five different sources of information for alignment discrimination:",
"cite_spans": [
{
"start": 535,
"end": 548,
"text": "Church (1993)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Features and Alignment",
"sec_num": "4"
},
{
"text": "\u2022 Byte-length ratios \u2022 Unordered character n-gram comparisons \u2022 Simple ordered string-matching \u2022 Number matching \u2022 Bilingual-dictionary translations",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Features and Alignment",
"sec_num": "4"
},
{
"text": "The analyses of each of these information sources are presented in sections 5.1 through 5.5.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Features and Alignment",
"sec_num": "4"
},
{
"text": "For each method, a hand-aligned document from PAHO corpus that was problematic for byte-ratio methods was used for evaluation, first for comparing the method's score distribution between random blocks and the hand-aligned set, then for performing realignments of the documents. The document was quite long for the PAHO set, containing about 1400 lines of text and 360 alignment blocks in the English document and 1000 lines and 297 blocks in the Spanish text. In these particular documents, the English text had nearly 400 lines of extraneous data abutted to the end of it that was not in the Spanish document, increasing the error potential for byte-length methods.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Features and Alignment",
"sec_num": "4"
},
{
"text": "We used a modified and extended version of Gale and Church's byte-ratio algorithm (199l) as a basis for an improved alignment algorithm. The standard algorithm derives a penalty from a ratio of the byte lengths of two potential aligned blocks and augments the penalty with a factor based on the frequency of matches between blocks in one language that equate to a block or blocks in the second language. The byte-ratio penalty is the measurement-conditioned or a posteriori probability of a match while the frequency of block matches gives the a priori probability of the same match. Our version of the basic algorithm differs in the mechanics of memory management (we use skiplists to improve performance of the dynamic programming, for example), includes both positive and negative information about the probability of a given match and fuses multiple sources of information for evaluating alignment probabilities.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Improving Alignments",
"sec_num": "5"
},
{
"text": "For two documents, D l and D 2 , consisting ofn and m alignment blocks, respectively, a i < n and by ~ m' an alignment, A, is a set consisting of ai'\" \"ai + l ~-4 bj...bj +p pairs. For compactness, we will write this as cti, l *~ flj, p. an approximation of the joint a posteriori probabilities by assuming independence, produces Equation 3, Figure 2 . Note that the term in the denominator of Equation 3 reflects both the statistics of the positive and negative information for the alignment. In Gale and Church's original work, the denominator term was assumed to be a constant over the range of 8, and therefore could be safely ignored during the maximization of probabilities over the alignment set. In reality, this assumption is true only in the case of a uniform distribution of P (Sk]~ (0~ i l ~ [~j p) ) ' and is perhaps not even true in that Case due to ti{e scaling properties of the logarithm when the maximization problem above is converted to a minimization problem (below).",
"cite_spans": [],
"ref_spans": [
{
"start": 342,
"end": 350,
"text": "Figure 2",
"ref_id": "FIGREF1"
}
],
"eq_spans": [],
"section": "Improving Alignments",
"sec_num": "5"
},
{
"text": "In any case, the probability of a given value of fi occurring is not merely dependent on the probability of that score in the hand-aligned set, but is dependent on the comparative probabilities of the score for the hand aligned set and a set of randomly chosen alignment blocks. Clearly, if a value of 5 is equally likely for both the hand aligned and random sets, then the measurement cannot contribute to the decision process. Equation3 presents a very general approach to the fusion of multiple sources of information about alignment probabilities. Each of the sources contributes to the overall probability of an alignment, but is in turn scaled by the total probability of a given score occurring over the entire set of possible alignments.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Improving Alignments",
"sec_num": "5"
},
{
"text": "We can convert the maximization of probabilities into a minimization of penalties taking the negative logarithm of Equation 2 and substituting Equation 3, where 01 , 0 2 and 03 are as given in figure 2, Equations 5, 6 and 7. Equation 8 in the same figure is the result.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Improving Alignments",
"sec_num": "5"
},
{
"text": "The feature functions, 5 k , are derived from estimates of the probability of byte length differences, number matching score probabilities and string match score probabilities in our approach.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Improving Alignments",
"sec_num": "5"
},
{
"text": "The Bayesian prior, P (O~i,l<--.->~j,p) , can be estimated as per Gale and Church (1991) by assuming that it is equal to the frequency of distinct n-m matches in the training set.",
"cite_spans": [
{
"start": 66,
"end": 88,
"text": "Gale and Church (1991)",
"ref_id": null
}
],
"ref_spans": [
{
"start": 22,
"end": 39,
"text": "(O~i,l<--.->~j,p)",
"ref_id": null
}
],
"eq_spans": [],
"section": "Improving Alignments",
"sec_num": "5"
},
{
"text": "The probability of an alignment based on byte-length ratios is P(51 Ctl t ~-~ 13j p) = P(Sl(l(ct I t) l(~j p))),",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Byte-length Ratios, 5 I",
"sec_num": "5.1"
},
{
"text": "I . \", ', ~ ,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Byte-length Ratios, 5 I",
"sec_num": "5.1"
},
{
"text": "where l ( ) is the byte-length function. The distribution is assumed to be a Gaussian random variable derived from the block length differences in the hand aligned set. Following Gale and Church (1991) , the slope of the average of the length differences describes the average number of Spanish characters generated per English character. Assuming that the distribution is approximately Gaussian, we can normalize it to mean 0 and variance 1, resulting in:",
"cite_spans": [
{
"start": 179,
"end": 201,
"text": "Gale and Church (1991)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Byte-length Ratios, 5 I",
"sec_num": "5.1"
},
{
"text": "~il(/(\u00b0~i, t), l(pj p)) = l(pj, p) -l(txi, t)c ' ~/(~i, t) 02",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Byte-length Ratios, 5 I",
"sec_num": "5.1"
},
{
"text": "where c = E(I(~j, p)/l(o~i, l) ) = 0.99 and 02 ~ O. 16 is the observed variance. The histogram in Figure 3a shows the actual distribution of the hand-aligned data set. The shape of the histogram is approximately Gaussian. The distribution of the corresponding random segments in shown in Figure 3b . Note that the distribution of the random set has significantly higher standard deviation than the corresponding hand aligned set. This diagram, as well as Figure 4 for the n-gram approach on the following page, indicate the statistical quality of the information provided by the scores. Good sources of information would produce a marked difference between the two distributions. For comparatively poor sources of information, the distributions would show little or no differences.",
"cite_spans": [],
"ref_spans": [
{
"start": 98,
"end": 107,
"text": "Figure 3a",
"ref_id": null
},
{
"start": 288,
"end": 297,
"text": "Figure 3b",
"ref_id": null
},
{
"start": 455,
"end": 463,
"text": "Figure 4",
"ref_id": null
}
],
"eq_spans": [],
"section": "Byte-length Ratios, 5 I",
"sec_num": "5.1"
},
{
"text": "Cognates in English and Spanish often have short runs of letters in common. A measure that counts the number of matching n-grams in two strings is an unordered comparison of similarities within the strings. In this way, runs of letters in common between cognate terms are measured. We used an efficient n-gram matching algorithm that requires a single scan of each string, followed by two sorts and a linear-time list comparison to count matches. The resulting score was normalized by the total number of n-grams between the strings. Formally, for two strings elee....e p and sls2...s q, the n-gram match count, K n, is given by:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "4-gram Matching, 5 2",
"sec_num": "5.2"
},
{
"text": "Kn = 1 ~, ~<qm(eiei+ 1 n,~+l...Sj+n) p-q i<p j \"\"el+",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "4-gram Matching, 5 2",
"sec_num": "5.2"
},
{
"text": "where mO is the matching function. The function, m(), is equal to 1 only for equivalent n-grams, else it is 0.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "4-gram Matching, 5 2",
"sec_num": "5.2"
},
{
"text": "We chose to use 4-gram scores for the alignment algorithm, 52 = K 4 . The distributions of the 4-gram counts were computed for both the hand-aligned and random alignment blocks. Figure 4 shows the resulting distributions. The results suggest that, on the whole, the use of n-gram methods should be considered for improving alignments that contain lexically similar cognates. Being unordered comparisons, however, they cannot exploit any intrinsic sequencing of lexical elements.",
"cite_spans": [],
"ref_spans": [
{
"start": 178,
"end": 186,
"text": "Figure 4",
"ref_id": null
}
],
"eq_spans": [],
"section": "4-gram Matching, 5 2",
"sec_num": "5.2"
},
{
"text": "The value of unordered comparisons like the n-gram matching may be enhanced by ordered comparisons. An ordered comparison can reduce the noise associated with matching unrelated n-grams at opposite ends of parallel alignment blocks. We chose to evaluate a simple string-matching scheme as a possible method for improving alignment performance. The scheme compares the two alignment blocks characterby-character, skipping over sections in one block that do not match in the opposite, thus primarily penalizing the inclusion of dissimilar text segments in either block. The resulting sum of the matches is scaled by the sum of the lengths of the two blocks. In comparison with the random block scoring, the distribution of the hand aligned data set had a greater number of matches with high string-match scores.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Ordered String Comparisons, 8 3",
"sec_num": "5.3"
},
{
"text": "The PAHO texts are distinguished by a number of textual features, especially the fact that they are all in some way related to Latin American health issues. The preponderance of the documents are technical reports on epidemiology, proceedings from meetings and conferences, and compendiums of resources and citations. Within these documents, numbers occur regularly. The string-matching technique suggested that if a class of lexical distinction could be matched directly, the alignments might be significantly improved. Numbers are sufficiently general that we felt we were not violating the spirit of the restriction on generality by using a number-matching scheme. For each alignment block pair, the number matching algorithm extracted all numbers. The total number of exact matches between the number sets from each alignment block was then normalized by the sizes of both sets of numbers. This approach has several drawbacks, such as the differences in the format of numbers between Spanish and English. In Spanish, for example, commas are used instead of decimal points. These distinctions were ignored, however, to preserve the generality of the algorithm. This generality will potentially extend to other languages, including Asiatic languages, which tend to use Arabic numerals to represent numbers. The distributions of both the hand and random block scoring both showed a substantial mass of very low scores.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Number Matching, 8 4",
"sec_num": "5.4"
},
{
"text": "It should be noted that numbers are simply a special case of cognates and certainly contribute to the ngram scores. Adding in number matching strategies therefore only enhances the n-gram results.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Number Matching, 8 4",
"sec_num": "5.4"
},
{
"text": "Despite the fact that non-Spanish speakers can often achieve success at aligning English documents with Spanish texts, the added knowledge of someone with both Spanish and English language understanding is an added benefit and should facilitate alignment. To evaluate the role of translation-based alignment scor- ing, the Collins Spanish-English and English-Spanish bilingual dictionaries were used to produce a score equal to the residue from a translation attempt of the terms in potential aligning blocks. Given a set of English terms, e i, Spanish terms, sj, from two blocks, the translation operation, T(I), generates a set of terms in the opposite language by stemming each term and retrieving the terms that the stemmed word translates to in Collins. The residue, R,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Translation Residues",
"sec_num": "5.5"
},
{
"text": "is then a penalty equal to the (normalized) number of terms in each translation set that do not have a match in the opposite translation set:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Translation Residues",
"sec_num": "5.5"
},
{
"text": "R =1 EkllZ\u00a2lPc tgll ZUT(lk) UlkU",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Translation Residues",
"sec_num": "5.5"
},
{
"text": "In comparison test, the distributions of scores between random Spanish blocks and English blocks, and between the hand-aligned sets, were surprisingly similar, making a statistical discrimination of proper alignments difficult. We believe that dictionary-based discrimination performs poorly primarily due to the noisy nature of the dictionary we used. It was initially thought that subsenses and usage patterns for each term would be an aid to discrimination by providing a stronger basis for matches between true parallel blocks. The added terms beyond the critical primary sense in the dictionary had high hit rates with usage terms throughout the dictionary. The result was a noisy translation set that robbed the residue measure of discriminatory power. The results discouraged us from including the R measure in the error function for the dynamic programming system, although we suspect that improved dictionaries may ultimately provide better discrimination. It may also be possible to apply a kill list to the dictionary to reduce the number of high frequency terms in each definition, increasing the relevancy of the overall residue measure.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Translation Residues",
"sec_num": "5.5"
},
{
"text": "The fact that our formulation of the alignment probability for two blocks is dependent on both the positive and negative information about the alignment probability means that the probability density functions can be used directly in the algorithm. Specifically, the distributions shown in Figures 3 and 4 , as well as the distributions for ordered string comparisons and number comparisons, were loaded into the algorithm as histograms. During the dynamic programming operation, probability scores were determined by direct look-up of the 8 scores in the appropriate histogram, with some weighted averaging performed for values between the boundaries of the histogram bars for smoothing. This approach eliminated the necessity of estimating a distribution function for the rather non-Gaussian functions that are assumed to underlay the experimental data. Using this approach, the bytelength ratios could be simplified by not assuming a Gaussian-like distribution and directly using the histograms of byte-length probabilities. For comparison, however, we chose to use the Gale and Church derivation without modifying 81 . Table 1 shows the performance of the original alignment algorithm compared to the improved algorithm. The results are for two documents. #HAND is the number of alignment blocks found in the hand aligned set. #FOUND is the number of alignment blocks found by the algorithms. Values of #FOUND lower than the value of #HAND indicates that alignment blocks that contain multiple segments have been found by the algorithm (e.g., a 3-3 match has supplanted three 1-1 matches). #CORRECT is the number of the found blocks which exactly match blocks in the hand aligned set. Note that the number of exact matches is a conservative estimate of the number of acceptable alignments, as different translators may, for example, differ about whether a 2-2 match can take the place of two 1-1 matches and still be considered aligned.",
"cite_spans": [],
"ref_spans": [
{
"start": 290,
"end": 305,
"text": "Figures 3 and 4",
"ref_id": null
},
{
"start": 1123,
"end": 1130,
"text": "Table 1",
"ref_id": "TABREF2"
}
],
"eq_spans": [],
"section": "Implementation",
"sec_num": "6"
},
{
"text": "In general, the performance of the improved alignment algorithm was very good, improving the hit rates from 23% to 49% on Document 1 and from 0.00381% to 70% on Document 2. The abysmal performance of the byte-length method on Document 2 can be attributed to the massive amounts of header information, significant added whitespace and inconsistent table and list formats that occurred in one document but not the other. The algorithm encountered only 1 hit (the document start) in the first quarter of the document. The training texts for these runs were the texts themselves, and therefore the results must be reviewed with care. The statistics of just two documents, applied directly to those two documents for evaluation does not necessarily provide a direct estimate of the same statistics to a broader spectrum of documents.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Performance",
"sec_num": "7"
},
{
"text": "In the real world, poor-quality translations are common due to the preferences of individual translators, lack of formal format guidelines for translations and outright mistakes. Our method combines four feature scores into a simple measure of the probability of two textual segments aligning. The algorithm is fairly general in that all of the feature scores used are more or less applicable to a wide range of Spanish and English translations and are also applicable to a degree to other European languages. It is further likely that the methods we used can improve alignments between many non-European languages by exploiting the increasingly common English phrases and Arabic number occurrences in professional and public communications throughout the world.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "8"
},
{
"text": "Our alignment algorithm presents a new formulation of Bayesian methods combined with a direct approach to data fusion for multiple sources of information. This approach should work well with a wide range of data sources, including direct comparisons of co-occurrence probabilities for specific classes of lexical elements.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "8"
}
],
"back_matter": [],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Aligning Sentences in Bilingual Corpora Using Lexical Information",
"authors": [
{
"first": "Roberta",
"middle": [],
"last": "Catizone",
"suffix": ""
},
{
"first": "Graham",
"middle": [],
"last": "Russell",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Susan Warwick",
"suffix": ""
},
{
"first": "M",
"middle": [
"I"
],
"last": "Detroit",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Chen",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Stanley F",
"suffix": ""
}
],
"year": 1989,
"venue": "Proceedings of the 31st Annual Conference of the Association of Computational Linguistics",
"volume": "",
"issue": "",
"pages": "9--16",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "CATIZONE, ROBERTA, GRAHAM RUSSELL & SUSAN WARWICK. 1989. Deriving Translation Data from Bilingual Texts. In Proceedings of the First International Acquisition Workshop, Detroit, MI. CHEN, STANLEY F. 1993. Aligning Sentences in Bilingual Corpora Using Lexical Information. In Pro- ceedings of the 31st Annual Conference of the Associ- ation of Computational Linguistics, 9-16, Columbus, OH.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Char-align: A Program for Aligning Parallel Texts at the Character Level",
"authors": [
{
"first": "Kenneth",
"middle": [
"W"
],
"last": "Church",
"suffix": ""
}
],
"year": 1993,
"venue": "Proceedings of the 31st Annual Conference of the Association of Computational Linguistics",
"volume": "",
"issue": "",
"pages": "1--8",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "CHURCH, KENNETH W. 1993. Char-align: A Pro- gram for Aligning Parallel Texts at the Character Level. In Proceedings of the 31st Annual Conference of the Association of Computational Linguistics, 1-8, Columbus, OH.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Query TransLation using Evolutionary Programming for Multi-lingual Information Retrieval",
"authors": [
{
"first": "Mark",
"middle": [
"W"
],
"last": "Davis",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Ted E",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Dunning",
"suffix": ""
}
],
"year": 1995,
"venue": "Proceedings of the Fourth Annual Conference on Evolutionary Programming",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "DAVIS, MARK W. & TED E. DUNNING. 1995. Query TransLation using Evolutionary Programming for Multi-lingual Information Retrieval. To appear in Proceedings of the Fourth Annual Conference on Evolutionary Programming, San Diego, CA.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "A Single Language Evaluation of a Multi-Lingual Text Retrieval System. NIST Special Publication 500-207",
"authors": [
{
"first": "Ted",
"middle": [
"E"
],
"last": "Dunning",
"suffix": ""
},
{
"first": "",
"middle": [
"Davis"
],
"last": "Mark W",
"suffix": ""
}
],
"year": 1993,
"venue": "The First Text Retrieval Conference",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "DUNNING, TED E. & MARK W. DAVIS. 1993a. A Single Language Evaluation of a Multi-Lingual Text Retrieval System. NIST Special Publication 500-207.\" The First Text Retrieval Conference (TREC-1), D.K.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Multi-Lingual Information Retrieval",
"authors": [],
"year": null,
"venue": "Computer and Cognitive Science",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Multi-Lingual Information Retrieval. Memoranda in Computer and Cognitive Science, MCCS-93-252, Computing Research Laboratory, New Mexico State University.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "A Program for Aligning Sentences in Bilingual Corpora",
"authors": [],
"year": null,
"venue": "Proceedings of the 29th Annual Conference of the Association of Computational Linguistics",
"volume": "",
"issue": "",
"pages": "177--184",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "A Program for Aligning Sentences in Bilingual Corpora. In Proceedings of the 29th Annual Confer- ence of the Association of Computational Linguistics, 177-184, Berkeley, CA.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Norm -A System for Translators. Demonstration at ARPA Workshop on Human Language Technology, Merill-Lynch Conference Center",
"authors": [
{
"first": "William",
"middle": [
"C"
],
"last": "Ogden",
"suffix": ""
}
],
"year": 1993,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "OGDEN, WILLIAM C. 1993. Norm -A System for Translators. Demonstration at ARPA Workshop on Human Language Technology, Merill-Lynch Confer- ence Center, Plainsboro, NJ.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Using Cognates to Align Sentences in Bilingual Corpora",
"authors": [],
"year": null,
"venue": "Fourth International Conference on Theoretical and Methodological Issues in Machine Translation",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Using Cognates to Align Sentences in Bilingual Cor- pora. Fourth International Conference on Theoretical and Methodological Issues in Machine Translation.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"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 Conference of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "80--87",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "WU, DEKAI. 1994. Aligning a Parallel English-Chi- nese Corpus Statistically with Lexical Criteria. In Proceedings of the 32nd Annual Conference of the Association for Computational Linguistics, 80-87, Las Cruces, NM.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"type_str": "figure",
"uris": null,
"text": "Sample English and Spanish texts with contiguous grey areas indicating alignment blocks.",
"num": null
},
"FIGREF1": {
"type_str": "figure",
"uris": null,
"text": "Equations.Following the Gale and Church approach, we choose an alignment that maximizes the probability over all possible alignments:arg r~ax [P(A IDv D2)]If we assume that the probabilities of individually aligned block pairs in an alignment are independent, the above equation becomes:p(AIDI, D2 ) = I-I e(eti, t~[ij, plOpO2) (ai.t <' -> ~j,p) ~ AFurther assuming that the individual probabilities of aligning two blocks, e(ai, t~-~fJj, pIDvD2), are dependent on features in the text described by a series of feature scores, 8 k, the above equations expands into Equation 1 in figure 2. Now, for each of the feature scoring functions, the a posteriori probabilities can be calculated from Bayes' Rule as shown in Equation 2,Figure 2which, given",
"num": null
},
"FIGREF2": {
"type_str": "figure",
"uris": null,
"text": "Figure 4. 4-gram matching score distributions, 8 2 , for (a) hand aligned and (b) randomly aligned blocks.",
"num": null
},
"TABREF0": {
"content": "<table><tr><td colspan=\"3\">p(AIDvD2) = P (ai, l &lt;' -&gt; (Eq 1) 1-'I p(ai, t~--&gt;f3j, plSp82 ..... 8k) (0ti.i \u00a2,-&gt; 13j,~) ~ A (Eq2)</td></tr><tr><td>P(ai, l&lt;'-'&gt;~j, pl51, 5 2 ..... 5k)</td><td/><td>(Eq 3)</td></tr><tr><td colspan=\"2\">P (5,, 5 2 ..... 5,l~i, t ~ f3j, p) p (~i,l ~ ~j,p)</td><td/></tr><tr><td colspan=\"2\">P (51 , 5 2 ..... 5klO~i, 1 ~--&gt; [~j,p) P (o~i, 1 &lt;--) [~j,p) + P (51 , 5 2 ..... 5kl---~ ( o~i, l &lt;--&gt; [~j,p) ) P (-.-1 (o~i, 1 \u00a2\u00a2-.-&gt; [~j,p) )</td><td/></tr><tr><td/><td/><td>(Eq 4)</td></tr><tr><td colspan=\"2\">01 = logP(Sk[Oti, l ~ ~j,p)</td><td>(Eq 5)</td></tr><tr><td colspan=\"2\">0 2 = log[P(Sk]ai, l&lt;---&gt;[~j,p) e(o~i,l&lt;---&gt;~j.p)+P(Skl~(ai, l~-&gt;~j,p))P(~(ai, t~--~j,p))]</td><td>(Eq 6)</td></tr><tr><td colspan=\"2\">03 = logP(a/, l ~ ~j,p)</td><td>(Eq 7)</td></tr><tr><td>argmaxe(AIDpD2) = A</td><td>~ (a,.,~fb. .) cA k ~-01 +02-03</td><td>(Eq 8)</td></tr></table>",
"num": null,
"type_str": "table",
"text": "Dj, plSv 82 ..... 8k) = p(51 ' 52 ..... 5k )",
"html": null
},
"TABREF1": {
"content": "<table><tr><td/><td>Distribution 555O.00</td><td>of 4-Gram</td><td/><td/><td/><td/><td>Distribution of d-9O.O0</td></tr><tr><td/><td/><td/><td/><td/><td/><td/><td>80.OO</td></tr><tr><td/><td>45.0O</td><td/><td/><td/><td/><td/></tr><tr><td/><td/><td/><td/><td/><td/><td/><td>7o.oo</td></tr><tr><td/><td>40.00</td><td/><td/><td/><td/><td/></tr><tr><td/><td>35,O0</td><td/><td/><td/><td/><td/><td>o?o</td><td>60.0o</td></tr><tr><td/><td>30.00 25.00 2O.00 15,OO 10.OO 5.00</td><td/><td/><td/><td/><td/><td>~</td><td>5o.oo 4o.o0 30.00 20.o0 10.00 o.oo iiiiiiiiiiiiiii i</td></tr><tr><td/><td/><td>0.00</td><td>50.00</td><td>IOO.00</td><td>150.OO</td><td/><td>o.oo</td><td>20.00</td><td>40.oo</td></tr><tr><td/><td/><td/><td/><td>82x 1~ 3</td><td/><td/><td>82x l~ 3</td></tr><tr><td/><td/><td/><td>(a)</td><td/><td/><td/><td>(b)</td></tr><tr><td/><td/><td/><td/><td/><td colspan=\"2\">Distribution</td><td>of Byte-length</td><td>Ratios for the Randomly</td><td>Aligned Set</td></tr><tr><td/><td>70,0O</td><td/><td/><td/><td/><td>110.00</td></tr><tr><td/><td>65,00</td><td/><td/><td/><td/><td>100.00</td></tr><tr><td/><td>60,00</td><td/><td/><td/><td/><td/></tr><tr><td/><td>55,O0</td><td/><td/><td/><td/><td>9O.OO</td></tr><tr><td/><td>50,00</td><td/><td/><td/><td/><td>80.OO</td></tr><tr><td/><td>45.00</td><td/><td/><td/><td/><td>70.OO</td></tr><tr><td/><td>,IO,OO</td><td/><td/><td/><td>~</td><td>6O.0O</td></tr><tr><td>~:~</td><td>35,00</td><td/><td/><td/><td>~</td><td>5o.oo</td></tr><tr><td/><td>30,00</td><td/><td/><td/><td/><td/></tr><tr><td/><td/><td/><td/><td/><td/><td>4o.oo</td></tr><tr><td/><td>25,0O</td><td/><td/><td/><td/><td/></tr><tr><td/><td>2O.OO</td><td/><td/><td/><td/><td>30.oo</td></tr><tr><td/><td>15.00</td><td/><td/><td/><td/><td>2o.oo</td></tr><tr><td/><td>IO.OO</td><td/><td/><td/><td/><td>lo.oo</td></tr><tr><td/><td>_~.00</td><td/><td/><td/><td/><td>o.oo</td></tr><tr><td/><td colspan=\"2\">-40.00</td><td>-20.00</td><td>0.00</td><td/><td/><td>0.oo</td><td>500.00</td></tr><tr><td/><td/><td/><td>8 1</td><td/><td/><td/><td>8 t</td></tr><tr><td/><td/><td>(a)</td><td/><td/><td/><td/><td>(b)</td></tr><tr><td colspan=\"8\">Figure 3. Distribution of 51 for (a) hand aligned and (b) randomly aligned blocks</td></tr></table>",
"num": null,
"type_str": "table",
"text": ".00 ......... ~' ......... -: .......... :-....",
"html": null
},
"TABREF2": {
"content": "<table><tr><td/><td colspan=\"3\">Byte-length Ratio Method</td><td/><td colspan=\"2\">Improved Method</td></tr><tr><td/><td>#HAND</td><td colspan=\"2\">#FOUND #CORRECT</td><td>#HAND</td><td colspan=\"2\">#FOUND #CORRECT</td></tr><tr><td>Document 1</td><td>281</td><td>196</td><td>65</td><td>281</td><td>222</td><td>138</td></tr><tr><td>Document 2</td><td>787</td><td>440</td><td>3</td><td>787</td><td>614</td><td>553</td></tr></table>",
"num": null,
"type_str": "table",
"text": "",
"html": null
}
}
}
}