1 / 33

Using the Web for Automated Translation Extraction in Cross-Language Information Retrieval

Using the Web for Automated Translation Extraction in Cross-Language Information Retrieval. Ying Zhang Phil Vines School of Computer Science and Information Technology RMIT University. SIGIR 2004. Abstract. Dynamically discover translations of out of vocabulary (OOV) terms From Web

oprah
Download Presentation

Using the Web for Automated Translation Extraction in Cross-Language Information Retrieval

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Using the Web for Automated Translation Extraction inCross-Language Information Retrieval Ying Zhang Phil Vines School of Computer Science and Information Technology RMIT University SIGIR 2004

  2. Abstract • Dynamically discover translations of out of vocabulary (OOV) terms • From Web • Statistical analysis • Corpus-based translation disambiguation • Apply to both Chinese-English and English-Chinese CLIR

  3. Introduction • Translation of OOV terms • Chinese-English • a standard first step is to segment the text into words based on an existing segmentation dictionary • However where an OOV term occurs, it will not be recognized, and segmented into either smaller sequences of characters or individual characters • the constituent components will usually be translated into terms in the target language that have little relationship to the original meaning

  4. Introduction • English-Chinese • no segmentation is required for English terms • However when trying to discover appropriate Chinese translations for these terms, segmentation again comes into play, and previous work has suffered from inability to correctly identify new terms automatically • Propose a segmentation free method based on frequency and length analysis and corpus-based disambiguation

  5. Previous works • Three major issues in dictionary-based translation schemes • Phrase identification and translation • Correct phrase translation may improve retrieval effectiveness by up to 25% (Ballesteros and Croft, 1996) • Translation ambiguity • term co-occurrence (Ballesteros and Croft, 2002; Gao, et al., 2002), mutual information (Mirna, 2000) or language modeling (Federico and Bertoldi, 2002) • Out of vocabulary (OOV) terms • English-Arabic transliteration (AbdulJaleel and Larkey, 2003) • Chinese-English (Chen and Gey, 2003; Chen, Jiang, and Gey, 2000) • English-Chinese transliteration (Meng, et al., 2003)

  6. Previous works • The three issues are all inter-related • They have developed a disambiguation technique based on language modeling using a HMM together with a decay factor, and extended it by adding the concept of window size effect • Using the Web to search for translations • Chen, Jiang, and Gey, 2000; Meng, et al., 2003

  7. Previous works • Chen and Gey, 2003 • Each English OOV term is submitted as a query to Yahoo!Chinese in traditional Chinese (Big5 encoding) • The top 200 result entries are then segmented into words using a dictionary-based longest matching method • For each line containing the English query word or phrase, they consider the five Chinese “words” immediately before and after the English word or phrase • Use a weighting scheme to select the top m of these as the best translation, where m is the number of English terms • Problems • Segmentation error • The correct Chinese translation may occur some distance from the English OOV term

  8. Observation • When new terms, foreign terms, or proper nouns are used in Chinese web text, they are sometimes accompanied by the English translation in the vicinity of the Chinese text • It is common to find a small amount of English text in Chinese web documents, but extremely rare to find Chinese text in English web documents

  9. English translation extraction • Chinese OOV term detection • Extraction of Web text • Collection of co-occurrence statistics • Translation selection

  10. Chinese OOV term detection • This process builds on a translation disambiguation technique • They used a HMM to select the most appropriate translations for a sequence of query key terms • The probability estimate can be used to indicate the likely occurrence of OOV terms • When a Chinese OOV term occurs, it will be incorrectly segmented into individual characters, which will then be separately translated into English terms • Since the correlation between these English terms is weak, the language model probability value (Pvalue) given by the HMM will be very low. When Pvaluefalls below Pmin, we conclude that the query contains OOV terms

  11. Extraction of web text • Extract strings that contain the Chinese query terms and some English text from the Web • Uses Google to fetch the top100 Chinese documents using the whole Chinese query • Only the title and the query-biased summary are extracted • The file is then filtered to remove HTML tags and metadata, leaving only the web text • Chinese query Q: (c1, c2, c3, c4, c5)

  12. Collection of co-occurrence statistics • Scan for the occurrence of English text. Where English text occurs, check the immediately proceeding Chinese text to see if it is a substring of the original Chinese query • Collect the frequency of co-occurrence of the English text and all Chinese query substrings that appear immediately before the English text

  13. Translation selection • Firstly search for longest Chinese substring Ct • Search for the Chinese query substrings Ctargets, where |Ctargets| = max(|Cij|) • Extract the English term etand the Chinese query substring Ct, where f(et, Ct) = max(f(ei,Ctargets)) • Add (Ct, et) into the translation dictionary

  14. Translation selection • Then search for the English term etwith the highest frequency • Search for the English terms etargets, where f(etargets) = max(f(ei)) • Extract the English term et’and the Chinese query substring Ct’, where f(et’,Ct’) = max(f(etargets,Cij)) • if Ct’≠Ctand et’≠et, add (Ct’, et’) into the translation dictionary • two translation pairs (c2c3, e1) and • (c1c2c3c4c5, e3) are extracted and • added into the translation dictionary

  15. English translation extraction • Extraction of Web text • Collection of co-occurrence statistics • Translation selection

  16. Extraction of Web text • Extract strings that contain the English OOV term and some Chinese text from the Web • Use Google to fetch the top 100 Chinese documents with the English OOV term eoovas the query • For each returned document, only the title and the query-biased summary are extracted • The file is then filtered to remove HTML tags and metadata, leaving only the web text

  17. Collection of co-occurrence statistics • Scan for the occurrence of eoovand accumulate the frequency foov. Where eoovoccurs, we collect twenty Chinese characters immediately before as Sleftand twenty Chinese characters immediately after as Sright • Consider all substrings in Sleftand Sright, and collect the frequency fnand the length |sn| of each Chinese substring • Rank the substrings based on the likelihood of being the correct translation. Use the ranking function r to select only the top ten strings for further consideration • L is the maximum length of the substring • α = 0.25

  18. Translation selection • Select the two substrings s10 and s3 from Table 2 with the longest length. In the event of a tie use frequency to discriminate. rovided that one is not a substring of the other, both s10 and s3 are added into the translation candidate set T • Select the two substrings s1 and s2 from Table 2 with the highest frequency. In the event of a tie use length to discriminate. Provided that one is not a substring of the other, both s1 and s2 are added into the T • From the translation candidate set T, exclude any substring that is already in the translation dictionary or does not occur in the document collection

  19. Chinese-English CLIR • Document Collection and Queries • English document collection from the NTCIR-4 CLIR task and the associated 50 Chinese training topics • Title • Chinese-English Dictionaries • ce3 from Linguistic Data Consortium and CEDICT Chinese-English dictionary • find at least one English translation for each term in a given Chinese query for 74% of the queries. However, 54% of translated queries contain inappropriate or wrong translations.

  20. Chinese-English CLIR • Pre-processing • English documents • Remove stop words • Stemming (Porter stemmer) • Chinese queries • Segmentation • Erik Peterson (http://www.mandarintools.com/segmenter.html) • Autotag (CKIP) • Remove stop words • The Chinese stoplist was manually selected from the statistical results obtained from the given Chinese topic file. • Lucy search engine

  21. Chinese-English CLIR • Experiment Design • RUN1: BableFish • RUN2: using a dictionary look-up and the disambiguation technique previously developed • RUN3: using the disambiguation technique combined with the English translation extraction technique

  22. Chinese-English CLIR • Experimental Results and Discussion • evaluate the translation quality • successful translation • each term in the given query being correctly translated • Inappropriate translation • a translation of a query term has been found that relates to the original meaning, but is inappropriate in the given context • wrong translation • a query term has been translated into a term which has no relation to the original meaning

  23. Chinese-English CLIR

  24. Chinese-English CLIR • NTCIR-4 formal run topics • The title of each topic is presented a list of comma separated query key terms • From the 60 titles, there are 25 Chinese OOV terms • extract English translations for 18 terms (72%)

  25. Chinese-English CLIR

  26. English-Chinese CLIR • Document Collection and Queries • TREC-5 and TREC-6 Chinese collection • used dictionary-based segmentation with greedy-parsing to segment the document collection • There are 54 English topics of TREC-5 and TREC-6 Chinese track • Queries containing OOV terms • augmented some otherwise OOV free topics with English OOV terms from the description and narrative sections • total 14 queries • Title

  27. English-Chinese CLIR • English-Chinese Dictionaries • ec2 • ec2 from Linguistic Data Consortium • CEDICT Chinese-English dictionary • contains 128, 527 entries including 19,081 multi word phrases

  28. English-Chinese CLIR • Experiment Design • Run1: Chinese queries without any of the Chinese equivalents of the English OOV terms (C-C) • Run2: translated English queries without any English OOV terms (E-C) • Run3: added the Chinese equivalents of the English OOV terms to the Chinese queries (CO-C) • Run4: added the English OOV terms to the English queries and using the system to translate and then retrieve Chinese documents (EO-C)

  29. English-Chinese CLIR • Experimental Results and Discussion • retrieval effectiveness

  30. English-Chinese CLIR • Some of the English query translations provided by the TREC organizers did not precisely parallel the original Chinese queries • In CH47,“ (Philippines)” is missing from the English query • Some translations provided by the translation dictionary are inappropriate in the given context • in CH28, the English term “cellular phone” is translated into “ ”, where the given Chinese equivalent is “ ” • Find appropriate translations for 88% (22 out of 25) of English OOV terms • (Chen, et al., 2000) 72% (8 out 11) translations required manual segmentation correction in order to be processed correctly

  31. English-Chinese CLIR

  32. English-Chinese CLIR • 50 English OOV terms from news web sites • Since their technique requires a corpus to provide disambiguation, they were not able to carry out the final step of their translation extraction procedure, namely using the corpus to select the most appropriate translation from a set of candidate translations • 10 of the English OOV terms have a single correct Chinese translation • 35 English OOV terms have at least one correct translation in the candidate set

More Related