|
{ |
|
"paper_id": "C98-1041", |
|
"header": { |
|
"generated_with": "S2ORC 1.0.0", |
|
"date_generated": "2023-01-19T12:29:53.319918Z" |
|
}, |
|
"title": "Machine Translation vs. Dictionary Term Translation -a Comparison for English-Japanese News Article Alignment", |
|
"authors": [ |
|
{ |
|
"first": "Nigel", |
|
"middle": [], |
|
"last": "Collier", |
|
"suffix": "", |
|
"affiliation": {}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Hideki", |
|
"middle": [], |
|
"last": "Hirakawa", |
|
"suffix": "", |
|
"affiliation": {}, |
|
"email": "[email protected]" |
|
}, |
|
{ |
|
"first": "Akira", |
|
"middle": [], |
|
"last": "Kumano", |
|
"suffix": "", |
|
"affiliation": {}, |
|
"email": "" |
|
} |
|
], |
|
"year": "", |
|
"venue": null, |
|
"identifiers": {}, |
|
"abstract": "Bilingual news article alignment methods based on multilingual information retrieval have been shown to be successful for the automatic production of so-called noisy-parallel corpora. In this paper we compare the use of machine translation (MT) to the commonly used dictionary term lookup (DTL) method for Renter news article aligmnent in English and Japanese. The results show the trade-off between improved lexical disambiguation provided by machine translation and extended synonym choice provided by dictionary term lookup and indicate that MT is superior to DTL only at medium and low recall levels. At high recall levels DTL has superior precision.", |
|
"pdf_parse": { |
|
"paper_id": "C98-1041", |
|
"_pdf_hash": "", |
|
"abstract": [ |
|
{ |
|
"text": "Bilingual news article alignment methods based on multilingual information retrieval have been shown to be successful for the automatic production of so-called noisy-parallel corpora. In this paper we compare the use of machine translation (MT) to the commonly used dictionary term lookup (DTL) method for Renter news article aligmnent in English and Japanese. The results show the trade-off between improved lexical disambiguation provided by machine translation and extended synonym choice provided by dictionary term lookup and indicate that MT is superior to DTL only at medium and low recall levels. At high recall levels DTL has superior precision.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Abstract", |
|
"sec_num": null |
|
} |
|
], |
|
"body_text": [ |
|
{ |
|
"text": "In this paper we compare the effectiveness of full machine translation (MT) and simple dictionary term lookup (DTL) for the task of English-Japanese news article alignment using the vector space model from tahiti-lingual information retrieval. Matching texts depends essentially on lexical coincidence between the English text and the Japanese translation, and we see that the two methods show the trade-off between reduced transfer ambiguity in MT and increased synonymy in DTL. Corpus-based approaches to natural language processing are now well established for tasks such as vocabulary and phrase acquisition, word sense disanabiguation and pattern learning. The continued practical application of corpus-based methods is critically dependent on the availability of corpus resources.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "In machine translation we are concerned with the provision of bilingual knowledge and we have found that the types of language domains which users are interested in such as news, current affairs and technology, are poorly represented in today's publically available corpora. Our main area of interest is English-Japanese translation, but there are few clean parallel corpora available in large quantities. As a result we have looked at ways of automatically acquiring large amounts of parallel text for vocabu-lary acquisition.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "The World Wide Web and other lnternet resources provide a potentially valuable source of parallel texts. Newswire companies for example publish news articles in various languages and various domains every day. We can expect a coincidence of content in these collections of text, but the degree of parallelism is likely to be less than is the ease for texts such as the United Nations and parliamentary proceedings. Nevertheless, we can expect a coincidence of vocabulary, in the case of names of people and places, organisations and events. This time-sensitive bilingual vocabulary is valuable for machine translation and makes a significant difference to user satisfaction by improving the comprehensibility of the output.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Our goal is to automatically produce a parallel corpus of aligned articles from collections of English and Japanese news texts for bilingual vocabulary acquisition. The first stag(: in this process is to align the news texts. Previously (Collier et al., 1998) adapted multi-lingual (also called \"translingual\" or \"cross-language\") information retrieval (MLIR) for this purpose and showed the practicality of the method. In this paper we extend their investigation by comparing the performance of machine translation and conventional dictionary term translation for this task.", |
|
"cite_spans": [ |
|
{ |
|
"start": 237, |
|
"end": 259, |
|
"text": "(Collier et al., 1998)", |
|
"ref_id": "BIBREF1" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "There has recently be~.n much interest in the MLIR task (Carbonell et al., 1997) (Dumais et al., 1996) (Hull and Grefenstc.tte, 1996) . MLIR differs from traditional informal ion retrieval in several respects which we will discuss below. The most obvious is that we must introduce a translation stage in between matching the query and the texts in the document collection. Query translation, which is currently considered to be preferable to docmnent collection translation, introduces several new factors to the IR task:", |
|
"cite_spans": [ |
|
{ |
|
"start": 56, |
|
"end": 80, |
|
"text": "(Carbonell et al., 1997)", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 81, |
|
"end": 102, |
|
"text": "(Dumais et al., 1996)", |
|
"ref_id": "BIBREF3" |
|
}, |
|
{ |
|
"start": 103, |
|
"end": 133, |
|
"text": "(Hull and Grefenstc.tte, 1996)", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "MLIR Methods", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "\u2022 Term transfer mistakes -analysis is far from perfect in today's MT systems and we must con-sider how to compensate for incorrect translations.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "MLIR Methods", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "\u2022 Unresolved lexical ambiguity-occurs when analysis cannot decide between alternative meanings of words in the target language.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "MLIR Methods", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "\u2022 Synonym selection -when we use an MT system to translate a query, generation will usually result in a single lexical choice, even though alternative synonyms exist. For matching texts, the MT system may not have chosen the same synonym in the translated query as the author of the matching document.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "MLIR Methods", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "\u2022 Vocabulary limitations-are an inevitable factor when using bilingual dictionaries.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "MLIR Methods", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "Most of the previous work in MLIR has used simple dictionary term translation within the vector space model (Salton, 1989) . This avoids synonymy selection constraints imposed by sentence generation in machine translation systems, but fails to resolve lexical transfer ambiguity. Since all possible translations are generated, the correctly matching term is assumed to be contained in the list and term transfer mistakes are not an explicit factor.", |
|
"cite_spans": [ |
|
{ |
|
"start": 108, |
|
"end": 122, |
|
"text": "(Salton, 1989)", |
|
"ref_id": "BIBREF8" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "MLIR Methods", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "Two important issues need to be considered in dictionary term based MLIR. The first, raised by Hull et al (Hull and Grefenstette, 1996) , is that generating multiple translations breaks the term independence assumption of the vector space model. A second issue, identified by (Davis, 1996) , is whether vector matching methods can succeed given that they essentially exploit linear (term-for-term) relations in the query and target document. This becomes important for languages such as English and Japanese where high-level transfer is necessary.", |
|
"cite_spans": [ |
|
{ |
|
"start": 106, |
|
"end": 135, |
|
"text": "(Hull and Grefenstette, 1996)", |
|
"ref_id": "BIBREF6" |
|
}, |
|
{ |
|
"start": 276, |
|
"end": 289, |
|
"text": "(Davis, 1996)", |
|
"ref_id": "BIBREF2" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "MLIR Methods", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "Machine translation of the query on the other hand, uses high level analysis and should be able to resolve much of the lexical transfer ambiguity supplied by the bilingual dictionary, leading to significant improvements in performance over DTL, e.g. see (Davis, 1996) . We assume that the MT system will select only one synonym where a choice exists so term independence in the vector space model is not a problem. Term transfer mistakes clearly depend on the quality of analysis, but may become a significant factor when the query contains only a few terms and little surrounding context. Surprisingly, to the best of our knowledge, no comparison has been attempted before between DTL and MT in MLIR. This may be due either to the unreliability of MT, or because queries in MLIR tend to be short phrases or single terms and MT is considered too challenging. In our application of article alignment, where the query contains sentences, it is both meaningful and important to compare the two methods.", |
|
"cite_spans": [ |
|
{ |
|
"start": 254, |
|
"end": 267, |
|
"text": "(Davis, 1996)", |
|
"ref_id": "BIBREF2" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "MLIR Methods", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "News Article Alignment", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "3", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The goal of news article alignment is the same as that in MLIR: we want to find relevant matching documents in the source language corpus collection for those queries in the target language corpus collection. The main characLeristics which make news article alignment different to MLIR are:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "3", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "\u2022 Number of query terms -the number of terms in a query is very large compared to the usual IR task;", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "3", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "\u2022 Small search space -we can reduce the search to those documents within a fixed range of the publication date;", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "3", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "\u2022 Free text retrieval-we cannot control the search vocabulary as is the case in some information retrieval systems;", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "3", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "\u2022 High precision -is required because the quality of the bilingual knowledge which we can acquire is directly related to t he quality of article alignment.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "3", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "We expect the end pro(hzct of article alignment to be a noisy-parallel corpus.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "3", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "In contrast to clean-pm'allel texts we are just beginning to explore noisy-parallel texts as a serious option for corpus-based NLP, e.g. (Fung and McKeown, 1996) . Noisy-parallel texts are characterised by heavy reformatting at ~he translation stage, including large sections of tmtranslated text and textual reordering. Methods which seek to align single sentences are unlikely to ~ucceed with noisy parallel texts and we seek to mat('h whole documents rather than sentences before bili~gual lexieal knowledge acquisition. The search effort required to align individual documents is considerable and makes manual alignment both tedious a~d time consuming.", |
|
"cite_spans": [ |
|
{ |
|
"start": 137, |
|
"end": 161, |
|
"text": "(Fung and McKeown, 1996)", |
|
"ref_id": "BIBREF4" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "3", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "In our collections of English and Japanese news articles we find that the Japanese texts are much shorter than the English texts, typically only two or three paragraphs, and so it was natural to translate from Japanese into English and to think of the Japanese texts as queries. The goal of article aligmnent can be reformulated as an IR task by trying to find the English document(s) in the collection (corpus) of news articles which too:st closely corresponded to the Japanese query. The overall system is outlined in Figure 1 and discussed below.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 520, |
|
"end": 528, |
|
"text": "Figure 1", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "System Overview", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "4.1 Dictionary term lookup method DTL takes each term in the query and performs dictionary lookup to produce a list of possible translation terms in the document collection language. Duplicate terms were no~ removed from the translation list. In our simulaticms we used a 65,000 term Figure 1 : System Overview common word bilingual dictionary and 14,000 terms from a proper noun bilingual dictionary which we consider to be relevant to international news events. The disadvantage of term vector translation using DTL arises from the shallow level of analysis. This leads to the incorporation of a range of polysemcs and homographs in the translated query which reduces the precision of document retrieval. In fact, the greater the depth of coverage in the bilingual lexicon, the greater this problem will become.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 284, |
|
"end": 292, |
|
"text": "Figure 1", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "System Overview", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "G E~HIm ~,~'' . ...... ~ m l--J J~ m", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "System Overview", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "Full machine translation (MT) is another option for the translation stage and it should allow us to reduce the transfer ambiguity inherent in the DTL model through linguistic analysis. The system we use is Toshiba Corporation's ASTt{ANSAC (Ilirakawa et al., 1991) for Japanese to English translation.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Machine translation method", |
|
"sec_num": "4.2" |
|
}, |
|
{ |
|
"text": "The translation model in ASTI?~ANSAC is the transfer method, following the standard process of morphological analysis, syntactic analysis, semantic analysis and selection of translation words. Analysis uses ATNs (Augmented Transition Networks) on a context free grammar. We modified the system ~so that it used the same dictionary resources as the DTL method described above.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Machine translation method", |
|
"sec_num": "4.2" |
|
}, |
|
{ |
|
"text": "Example query translation Figure 2 shows an example sentence taken from a Japanese query together with its English translation produced by MT and DTL methods. We see that in both translations there is missing vocabulary (e.g. \" 7,Y\" 4~7]'\" 72-~ 7 b\" is not translated); since the two methods both use the same dictionary resource this is a constant factor and we can ignore it for comparison purposes.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 26, |
|
"end": 34, |
|
"text": "Figure 2", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "4.3", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "As expected we see that MT has correctly resolved some of the lexical ambiguities such as '~ --+ world', whereas DTL has included the spu-Original Japanese text:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "4.3", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "\u00a9Ut~---J-.q I~:~-e g ta:~, g J: .~ o Translation using MT: Although the American who aims at an independent world round by the balloon, and Mr. :7. ~ 4 ~J 7 ~Iset are flying the India sky on 19th, it can seem to attain a simplc world round.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "4.3", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Translation using DTL: independent individual singhhanded single separate sole alone balloon round one rouml one revolution world earth universe world-wide internaa ioual base found ground depend turn hang approach come draw drop cause due twist choose call according to based on owing to by by means of under due to through from accord owe round one round one revolution go travel drive sail walk run American Y, 4 ~7\" aim direct toward ~hoot for have direct India Republic of India Rep. of Iudia 7 A-~ Mr. Miss Ms. Mis. Messrs. Mrs. Mines. Ms. Mses. Esq. American sky skies upper air upper regions high up in the sky up in the air eul altitude a height i1~ the sky of over set arrangement arrange world earth universe world-wide universal intentational simple innoce,t naive unsophisticated inexperienced fly hop flight aviation round one round one revolution go travel drive sail walk run seem appear encaustic signs sign indicatiotL~ attain achieve accomplish realise fulfill achievement al ~ ainment Figure 2 : Cross method comparison of a sample sentence taken from a Japauese query with its translation in English rious homonym terms \"earth, universe, world-wide, universal, international\".", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 1005, |
|
"end": 1013, |
|
"text": "Figure 2", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "4.3", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "In the case of synonyn,y we notice that MT has decided on \"independent\" as the translation of \"~ ~J~\", DTL also includes the synonyms \"individual, singlehanded, single, separate, sole,...\" ,etc.. The author of the correctly matching English text actually chose the term 'singlehanded', so synonym expansion will provide us with a better match in this case. The choice of synonyms is quite dependent on author preference and style considerations which MT cannot be expected to seccmd-guess.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "4.3", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The limitations of MT analysis give us some selection errors, for example we see that \"4 Y 1\" J=~2~:7~ ~7: U-(\" I~ ~ za\" is translated as \"flying the India sky\", whereas the natural translation would be 'flying over India\", even though 'over' is registered as a possible translation of '_['.~' in th,~ dictionary.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "4.3", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The English document collection consisted of Reuter daily news articles taken from the internet for the December 1996 to the May 1997. In total we have 6782 English articles with an average of about 45 articles per day. After pre-processing to remove hypertext and formatting characters we are left with approximately 140000 paragraphs of English text.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Corpus", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "In contrast to the English news articles, the Japanese articles, which are also produced daily by Reuter's, are very short. The Japanese is a translated smnmary of an English article, but considerable reformatting has taken place. In many cases the Japanese translation seems to draw on multiple sources including some which do not appear on the public newswire at all. The 1488 Japanese articles cover the same period as the English articles.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Corpus", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "The task of text alignment takes a list of texts {Q{), .., Q'} in a target language and a list of texts {Do,.., Din} in a source language and produces a list of aligned pairs. A pair < Q~, Dy > is in the list if Q\" is a partial or whole translation of Dy. In order to decide on whether the source and target language text should be in the list of aligned pairs we translate Q\" into the source language to obtain Q~ using bilingual dictionary lookup. We then match texts from {Q0, .., Q,~} and {Do, .., Din} using standard models from Information Retrieval. We now describe the basic model.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Implementation", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "An index of t terms is generated from the document collection (English corpus) and the query set (Japanese translated articles). Each document has a description vector D = (Wdl, Wd2, .., Wdt) where Wdk represents the weight of term k in document D. The set of documents in the collection is N, and nk represents the number of documents in which term k appears. \u00a2fdk denotes the term frequency of term k in document D. A query Q is formulated as a query description vector Q = (Wql , Wq2, .., Wqt).", |
|
"cite_spans": [ |
|
{ |
|
"start": 172, |
|
"end": 177, |
|
"text": "(Wdl,", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 178, |
|
"end": 182, |
|
"text": "Wd2,", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 183, |
|
"end": 186, |
|
"text": "..,", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 187, |
|
"end": 191, |
|
"text": "Wdt)", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Terminology", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "We implemented the standard vector-space model with cosine normalisation, inverse document frequency idf and lexical stemming using the Porter algorithm (Porter, 1980) to remove suffix variations between surface words. The cosine rule is used to compensate for variations in document length and the number of terms when matching a query Q from the Japanese text collection and a document D from the English text collection.", |
|
"cite_spans": [ |
|
{ |
|
"start": 153, |
|
"end": 167, |
|
"text": "(Porter, 1980)", |
|
"ref_id": "BIBREF7" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Model", |
|
"sec_num": "6.1" |
|
}, |
|
{ |
|
"text": "Cos(Q, D) = (~=1 '\u00a2\"~k x ~'=1 W2k)l/2", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "t ~k=l Wq kwdk", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "(1)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "t ~k=l Wq kwdk", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "We combined term weib;hts in the document and query with a measure of the importance of the term in the document collection as a whole. This gives us the well-known inverse document frequency (tf+idJ) score:", |
|
"cite_spans": [ |
|
{ |
|
"start": 192, |
|
"end": 200, |
|
"text": "(tf+idJ)", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "t ~k=l Wq kwdk", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "EQUATION", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [ |
|
{ |
|
"start": 0, |
|
"end": 8, |
|
"text": "EQUATION", |
|
"ref_id": "EQREF", |
|
"raw_str": "= tick \u00d7 og(INI/ k)", |
|
"eq_num": "(2)" |
|
} |
|
], |
|
"section": "t ~k=l Wq kwdk", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Since log (INI/nk) favou,s rarer terms idf is known to improve precision. 7 Experiment In order to automatically evaluate fractional recall and precision it was necessary to construct a representative set of Japanese articles with their correct English article alignments. We call this a judgement set. Although it is a significant effort to evaluate alignments by hand, this is possibly the only way to obtain an accurate assessment of the alignment performance. Once alignment has taken place we compared the threshold filtered set of English-Japanese aligned articles with the judgement set to obtain recall-precision statistics.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "t ~k=l Wq kwdk", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The judgement set consisted of 100 Japanese queries with 454 relevant l,:nglish documents. Some 24 Japanese queries had no corresponding English document at all. This la,':~e percentage of irrelevant queries can be thought of as 'distraetors' and is a particular feature of this alignment task.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "t ~k=l Wq kwdk", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "This set was then giveh to a bilingual checker who was asked to score each aligned article pair according to (1) the two articles arc translations of each other, (2) the two articles are strongly contextnally related, (3) no match. We removed type 3 correspondences so that the judgement set contained pairs of articles which at least shared the same context, i.e. referred to the same news event.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "t ~k=l Wq kwdk", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Following inspection of matching articles we used the heuristic that the search space for each Japanese query was one day either side of the day of publication. On average this was 135 articles. This is small by the standards of conventional IR tasks, but given the large number of distractor queries, the requirement for high precision and the need to translate queries, the task is chall<uging.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "t ~k=l Wq kwdk", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "We will define recall and precision in the usual way as follows: Figure 3 . We see that in the basic tf+idf model, machine translation provides significantly better article matching performance for medium and low levels of recall. For high recall levels DTL is better. Lexical transfer disalnbiguation appears to be important for high precision, but synonym choices are crucial for good recall. Overall the MT method obtained an average precision of 0.72 in the 0.1 to 0.9 recall range and DTL has an average precision of 0.67. This 5 percent overall improvement can be partly attributed to the fact that the Japanese news articles provided sufficient surrounding context to etiable word sense disambiguation to be effective. It may also show that synonym selection is not so detrimental where a large number of other terms exist in the query. IIowever, given these advantages we still see that DTL performs ahnost as well as MT and better at higher recall levels, hi order to maximise recall, synonym lists provided by DTL seem to be important. Moreover, on inspection of the results we found that for some weakly 1hatching document-query pairs in the judgement set, a mistranslation of an important or rare term may significantly bias the matching score.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 65, |
|
"end": 73, |
|
"text": "Figure 3", |
|
"ref_id": "FIGREF2" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "t ~k=l Wq kwdk", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "We have investigated the performance of MLIR with the DTL and MT models for news article alignment using English and Japanese texts. The results in this paper have shown surprisingly that MT does not have a clear advantage over the DTL model at all levels of recall. The trade-off between lexical transfer ambiguity and synonymy implies that we should seek a middle strategy: a sophisticated system would perhaps perform holnouym disambiguation and then leave alternative synonyms in the translation query list. This should maximise both precision and recall and will be a target fi)r our future work. Furthermore, we would like to extend our investigation to other MLIR test sets to see how MT performs against DTL when the mmiber of terms in the query is smaller.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusion", |
|
"sec_num": "8" |
|
} |
|
], |
|
"back_matter": [ |
|
{ |
|
"text": "We gratefully acknowled~,e the kind permission of Reuters for tile use of their newswire articles in our research. We especially thank Miwako Shimazu for evaluating the judgement set used ill our simulations.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Acknowledgements", |
|
"sec_num": null |
|
} |
|
], |
|
"bib_entries": { |
|
"BIBREF0": { |
|
"ref_id": "b0", |
|
"title": "19:)7. Translingual information retrieval: A comparative evaluation", |
|
"authors": [ |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Carbonell", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Y", |
|
"middle": [], |
|
"last": "Yang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "/", |
|
"middle": [], |
|
"last": "Frederking", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "R", |
|
"middle": [], |
|
"last": "Brown", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Y", |
|
"middle": [], |
|
"last": "Eng", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Lee", |
|
"suffix": "" |
|
} |
|
], |
|
"year": null, |
|
"venue": "Fiftecnth International Joint Conference on Artificial Intelligence (IJCA 1-97)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "23--29", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "J. Carbonell, Y. Yang, l/. Frederking, R. Brown, Y. (]eng, and D. Lee. 19:)7. Translingual informa- tion retrieval: A comparative evaluation. In Fif- tecnth International Joint Conference on Artifi- cial Intelligence (IJCA 1-97), Nagoya, Japan, 23rd -29th August.", |
|
"links": null |
|
}, |
|
"BIBREF1": { |
|
"ref_id": "b1", |
|
"title": "A study of lcxical and discourse factors in bilingual text alignment using ~[LIR. Trans. of information Processing Society of Japan", |
|
"authors": [ |
|
{ |
|
"first": "N", |
|
"middle": [], |
|
"last": "Collier", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Knmano", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ti", |
|
"middle": [], |
|
"last": "Hirakawa", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1998, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "N. Collier, A. Knmano, and tI. Hirakawa. 1998. A study of lcxical and discourse factors in bilingual text alignment using ~[LIR. Trans. of informa- tion Processing Society of Japan (to appear).", |
|
"links": null |
|
}, |
|
"BIBREF2": { |
|
"ref_id": "b2", |
|
"title": "New exl,c~riments in cross-language text retrieval at NMSIi's computing research lab", |
|
"authors": [ |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Davis", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1996, |
|
"venue": "Fifth Text Retrieval Conference (TIIEC-5)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "M. Davis. 1996. New exl,c~riments in cross-language text retrieval at NMSIi's computing research lab. In Fifth Text Retrieval Conference (TIIEC-5).", |
|
"links": null |
|
}, |
|
"BIBREF3": { |
|
"ref_id": "b3", |
|
"title": "Automatic cross-language retrieval using latent semantic indexing", |
|
"authors": [ |
|
{ |
|
"first": "S", |
|
"middle": [], |
|
"last": "Dumais", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "T", |
|
"middle": [], |
|
"last": "Landauer", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Littman", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1996, |
|
"venue": "Working notes of the wc, rkshop on cross-linguistic information retrieval A CM SIGIR", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "S. Dumais, T. Landauer, and M. Littman. 1996. Automatic cross-language retrieval using latent semantic indexing, h, G. Grefenstette, editor, Working notes of the wc, rkshop on cross-linguistic information retrieval A CM SIGIR.", |
|
"links": null |
|
}, |
|
"BIBREF4": { |
|
"ref_id": "b4", |
|
"title": "A technical word and term translation aid using noisy parallel corpora across language groups. Macl, ine 7)'anslalion -Special Issue on New Tools for Human TranslatoT:~", |
|
"authors": [ |
|
{ |
|
"first": "P", |
|
"middle": [], |
|
"last": "Fung", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "K", |
|
"middle": [], |
|
"last": "Mckeown", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1996, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "53--87", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "P. Fung and K. McKeown. 1996. A technical word and term translation aid using noisy parallel cor- pora across language groups. Macl, ine 7)'ansla- lion -Special Issue on New Tools for Human TranslatoT:~, pages 53-87.", |
|
"links": null |
|
}, |
|
"BIBREF5": { |
|
"ref_id": "b5", |
|
"title": "EJ/JE machine translation system ASTRANSAC -extensions towards p,:rsonalization", |
|
"authors": [ |
|
{ |
|
"first": "H", |
|
"middle": [], |
|
"last": "Hirakawa", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "It", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "S", |
|
"middle": [], |
|
"last": "Nogami", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Amano", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1991, |
|
"venue": "Proceedings of the Machine Trcmslation Summit III", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "73--80", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "H. Hirakawa, It. Nogami, and S. Amano. 1991. EJ/JE machine translation system ASTRANSAC -extensions towards p,:rsonalization. In Proceed- ings of the Machine Trcmslation Summit III, pages 73-80.", |
|
"links": null |
|
}, |
|
"BIBREF6": { |
|
"ref_id": "b6", |
|
"title": "Querying across languages: A dictionary-based approach to multilingual information retrieval", |
|
"authors": [ |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Hull", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "G", |
|
"middle": [], |
|
"last": "Grefenstette", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1996, |
|
"venue": "Proceedings of the 19th Annual International ACM SIG1R Con-fe~rnce on Research and Development in hfformation Retrieval", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "18--22", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "D. Hull and G. Grefenstette, 1996. Querying across languages: A dictionary-based approach to mul- tilingual information retrieval. In Proceedings of the 19th Annual International ACM SIG1R Con- fe~rnce on Research and Development in hfforma- tion Retrieval, Zurich, Switzerland, pages 49-57, 18-22 August.", |
|
"links": null |
|
}, |
|
"BIBREF7": { |
|
"ref_id": "b7", |
|
"title": "An algorithm for suffix stripping", |
|
"authors": [ |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Porter", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1980, |
|
"venue": "", |
|
"volume": "14", |
|
"issue": "", |
|
"pages": "130--137", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "M. Porter. 1980. An algorithm for suffix stripping. Program, 14(3):130-137.", |
|
"links": null |
|
}, |
|
"BIBREF8": { |
|
"ref_id": "b8", |
|
"title": "Autom.lic Text Processing-The Transformation, Analysis, and Retrieval of Information by Computer", |
|
"authors": [ |
|
{ |
|
"first": "G", |
|
"middle": [], |
|
"last": "Salton", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1989, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "G. Salton. 1989. Autom.lic Text Processing-The Transformation, Analysis, and Retrieval of Infor- mation by Computer. Addison-Wesley Publishing Company, Inc., Reading, Massachusetts.", |
|
"links": null |
|
} |
|
}, |
|
"ref_entries": { |
|
"FIGREF0": { |
|
"text": "relevant items in collection no. of relevant items retrieved precision = (4) no. of items retrieved Results for the model with MT and DTL are shown in", |
|
"type_str": "figure", |
|
"uris": null, |
|
"num": null |
|
}, |
|
"FIGREF2": { |
|
"text": "Model 1: Recall and prec,sion for English-Japanese article alignment. +: DTL x: MT.", |
|
"type_str": "figure", |
|
"uris": null, |
|
"num": null |
|
} |
|
} |
|
} |
|
} |