| { |
| "paper_id": "P99-1043", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T09:31:24.268896Z" |
| }, |
| "title": "Mixed Language Query Disambiguation", |
| "authors": [ |
| { |
| "first": "Pascale", |
| "middle": [], |
| "last": "Fung", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "HKUST Clear Water Bay", |
| "location": { |
| "settlement": "Hong Kong" |
| } |
| }, |
| "email": "pascale@ust.hk" |
| }, |
| { |
| "first": "Liu", |
| "middle": [], |
| "last": "Xiaohu", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "HKUST Clear Water Bay", |
| "location": { |
| "settlement": "Hong Kong" |
| } |
| }, |
| "email": "ixiaohu@ust.hk" |
| }, |
| { |
| "first": "Chi", |
| "middle": [], |
| "last": "Cheung", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "HKUST Clear Water Bay", |
| "location": { |
| "settlement": "Hong Kong" |
| } |
| }, |
| "email": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Shun", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "HKUST Clear Water Bay", |
| "location": { |
| "settlement": "Hong Kong" |
| } |
| }, |
| "email": "" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "We propose a mixed language query disambiguation approach by using co-occurrence information from monolingual data only. A mixed language query consists of words in a primary language and a secondary language. Our method translates the query into monolingual queries in either language. Two novel features for disambiguation, namely contextual word voting and 1-best contextual word, are introduced and compared to a baseline feature, the nearest neighbor. Average query translation accuracy for the two features are 81.37% and 83.72%, compared to the baseline accuracy of 75.50%.", |
| "pdf_parse": { |
| "paper_id": "P99-1043", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "We propose a mixed language query disambiguation approach by using co-occurrence information from monolingual data only. A mixed language query consists of words in a primary language and a secondary language. Our method translates the query into monolingual queries in either language. Two novel features for disambiguation, namely contextual word voting and 1-best contextual word, are introduced and compared to a baseline feature, the nearest neighbor. Average query translation accuracy for the two features are 81.37% and 83.72%, compared to the baseline accuracy of 75.50%.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Online information retrieval is now prevalent because of the ubiquitous World Wide Web. The Web is also a powerful platform for another application--interactive spoken language query systems. Traditionally, such systems were implemented on stand-alone kiosks. Now we can easily use the Web as a platform. Information such as airline schedules, movie reservation, car trading, etc., can all be included in HTML files, to be accessed by a generic spoken interface to the Web browser (Zue, 1995; DiDio, 1997; Raymond, 1997; Fung et al., 1998a) . Our team has built a multilingual spoken language interface to the Web, named SALSA (Fung et al., 1998b; Fung et al., 1998a; Ma and Fung, 1998) . Users can use speech to surf the net via various links as well as issue search commands such as \"Show me the latest movie of Jacky Chan'. The system recognizes commands and queries in English, Mandarin and Cantonese, as well as mixed language sentences.", |
| "cite_spans": [ |
| { |
| "start": 481, |
| "end": 492, |
| "text": "(Zue, 1995;", |
| "ref_id": "BIBREF35" |
| }, |
| { |
| "start": 493, |
| "end": 505, |
| "text": "DiDio, 1997;", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 506, |
| "end": 520, |
| "text": "Raymond, 1997;", |
| "ref_id": "BIBREF26" |
| }, |
| { |
| "start": 521, |
| "end": 540, |
| "text": "Fung et al., 1998a)", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 627, |
| "end": 647, |
| "text": "(Fung et al., 1998b;", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 648, |
| "end": 667, |
| "text": "Fung et al., 1998a;", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 668, |
| "end": 686, |
| "text": "Ma and Fung, 1998)", |
| "ref_id": "BIBREF23" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Until recently, most of the search engines handle keyword based queries where the user types in a series of strings without syntactic structure. The choice of key words in this case determines the success rate of the search. In many situations, the key words are ambiguous.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "To resolve ambiguity, query expansion is usually employed to look for additional keywords. We believe that a more useful search engine should allow the user to input natural language sentences. Sentence-based queries are useful because (1) they are more natural to the user and (2) more importantly, they provide more contextual information which are important for query understanding. To date, the few sentence-based search engines do not seem to take advantage of context information in the query, but merely extracting key words from the query sentence (AskJeeves, 1998; ElectricMonk, 1998) .", |
| "cite_spans": [ |
| { |
| "start": 556, |
| "end": 573, |
| "text": "(AskJeeves, 1998;", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 574, |
| "end": 593, |
| "text": "ElectricMonk, 1998)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "In addition to the need for better query understanding methods for a large variety of domains, it has also become important to handle queries in different languages.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Crosslanguage information retrieval has emerged as an important area as the amount of non-English material is ever increasing (Oard, 1997; Grefenstette, 1998; Ballesteros and Croft, 1998; Picchi and Peters, 1998; Davis, 1998; Hull and Grefenstette, 1996) . One of the important tasks of cross-language IR is to translate queries from one language to another. The original query and the translated query are then used to match documents in both the source and target languages. Target language documents are either glossed or translated by other systems. According to (Grefenstette, 1998), three main problems of query translations are:", |
| "cite_spans": [ |
| { |
| "start": 126, |
| "end": 138, |
| "text": "(Oard, 1997;", |
| "ref_id": "BIBREF24" |
| }, |
| { |
| "start": 139, |
| "end": 158, |
| "text": "Grefenstette, 1998;", |
| "ref_id": null |
| }, |
| { |
| "start": 159, |
| "end": 187, |
| "text": "Ballesteros and Croft, 1998;", |
| "ref_id": null |
| }, |
| { |
| "start": 188, |
| "end": 212, |
| "text": "Picchi and Peters, 1998;", |
| "ref_id": "BIBREF25" |
| }, |
| { |
| "start": 213, |
| "end": 225, |
| "text": "Davis, 1998;", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 226, |
| "end": 254, |
| "text": "Hull and Grefenstette, 1996)", |
| "ref_id": "BIBREF20" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "1. generating translation candidates, 2. weighting translation candidates, and 3. pruning translation alternatives for document matching.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "In cross-language IR, key word disambiguation is even more critical than in monolingual IR (Ballesteros and Croft, 1998) since the wrong translation can lead to a large amount of garbage documents in the target language, in addition to the garbage documents in the source language. Once again, we believe that sentencebased queries provide more information than mere key words in cross-language IR.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "In both monolingual IR and cross-language IR, the query sentence or key words are assumed to be consistently in one language only.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "This makes sense in cases where the user is more likely to be a monolingual person who is looking for information in any language. It is also easier to implement a monolingual search engine. However, we suggest that the typical user of a cross-language IR system is likely to be bilingual to some extent. Most Web users in the world know some English. In fact, since English still constitutes 88% of the current web pages, speakers of another language would like to find English contents as well as contents in their own language. Likewise, English speakers might want to find information in another language. A typical example is a Chinese user looking for the information of an American movie, s/he might not know the Chinese name of that movie. His/her query for this movie is likely to be in mixed language.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Mixed language query is also prevalent in spoken language. We have observed this to be a common phenomenon among users of our SALSA system. The colloquial Hong Kong language is Cantonese with mixed English words. In general, a mixed language consists of a sentence mostly in the primary language with some words in a secondary language. We are interested in translating such mixed language queries into monolingual queries unambiguously.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "In this paper, we propose a mixed language query disambiguation approach which makes use of the co-occurrence information of words between those in the primary language and those in the secondary language. We describe the overall methodology in Section 2. In Sections 2.1-3, we present the solutions to the three disambiguation problems. In Section 2.3 we present three different discriminative features for disambiguation, ranging from the baseline model (Section 2.3.1), to the voting scheme (Section 2.3.2), and finally the 1-best model (Section 2.3.3). We describe our evaluation experiments in Section 3, and present the results in Section 4. We then conclude in Section 5.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Mixed language query translation is halfway between query translation and query disambiguation in that not all words in the query need to be translated.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Methodology", |
| "sec_num": "2" |
| }, |
| { |
| "text": "There are two ways to use the disambiguated mixed language queries. In one scenario, all secondary language words are translated unambiguously into the primary language, and the resulting monolingual query is processed by a general IR system. In another scenario, the primary language words are converted into secondary language and the query is passed to another IR system in the secondary language. Our methods allows for both general and crosslanguage IR from a mixed language query.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Methodology", |
| "sec_num": "2" |
| }, |
| { |
| "text": "To draw a parallel to the three problems of query translation, we suggest that the three main problems of mixed language disambiguation are:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Methodology", |
| "sec_num": "2" |
| }, |
| { |
| "text": "1. generating translation candidates in the primary language, 2. weighting translation candidates, and 3. pruning translation alternatives for query translation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Methodology", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Co-occurrence information between neighboring words and words in the same sentence has been used in phrase extraction (Smadja, 1993; Fung and Wu, 1994) , phrasal translation (Smadja et al., 1996; Kupiec, 1993; Wu, 1995; Dagan and Church, 1994) , target word selection (Liu and Li, 1997; Tanaka and Iwasaki, 1996) , domain word translation , sense disambiguation (Brown et al., 1991; Dagan et al., 1991; Dagan and Itai, 1994; Gale et al., 1992a; Gale et al., 1992b; Gale et al., 1992c; Shiitze, 1992; Yarowsky, 1995) , and even recently for query translation in cross-language IR as well (Ballesteros and Croft, 1998). Co-occurrence statistics is collected from either bilingual parallel and non-parallel corpora (Smadja et al., 1996; Kupiec, 1993; Wu, 1995; Tanaka and Iwasaki, 1996; , or monolingual corpora (Smadja, 1993; Fung and Wu, 1994; Liu and Li, 1997; Shiitze, 1992; Yarowsky, 1995) . As we noted in , parallel corpora are rare in most domains. We want to devise a method that uses only monolingual data in the primary language to train co-occurrence information.", |
| "cite_spans": [ |
| { |
| "start": 118, |
| "end": 132, |
| "text": "(Smadja, 1993;", |
| "ref_id": "BIBREF30" |
| }, |
| { |
| "start": 133, |
| "end": 151, |
| "text": "Fung and Wu, 1994)", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 174, |
| "end": 195, |
| "text": "(Smadja et al., 1996;", |
| "ref_id": "BIBREF29" |
| }, |
| { |
| "start": 196, |
| "end": 209, |
| "text": "Kupiec, 1993;", |
| "ref_id": "BIBREF21" |
| }, |
| { |
| "start": 210, |
| "end": 219, |
| "text": "Wu, 1995;", |
| "ref_id": "BIBREF32" |
| }, |
| { |
| "start": 220, |
| "end": 243, |
| "text": "Dagan and Church, 1994)", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 268, |
| "end": 286, |
| "text": "(Liu and Li, 1997;", |
| "ref_id": "BIBREF22" |
| }, |
| { |
| "start": 287, |
| "end": 312, |
| "text": "Tanaka and Iwasaki, 1996)", |
| "ref_id": "BIBREF31" |
| }, |
| { |
| "start": 362, |
| "end": 382, |
| "text": "(Brown et al., 1991;", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 383, |
| "end": 402, |
| "text": "Dagan et al., 1991;", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 403, |
| "end": 424, |
| "text": "Dagan and Itai, 1994;", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 425, |
| "end": 444, |
| "text": "Gale et al., 1992a;", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 445, |
| "end": 464, |
| "text": "Gale et al., 1992b;", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 465, |
| "end": 484, |
| "text": "Gale et al., 1992c;", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 485, |
| "end": 499, |
| "text": "Shiitze, 1992;", |
| "ref_id": null |
| }, |
| { |
| "start": 500, |
| "end": 515, |
| "text": "Yarowsky, 1995)", |
| "ref_id": "BIBREF34" |
| }, |
| { |
| "start": 712, |
| "end": 733, |
| "text": "(Smadja et al., 1996;", |
| "ref_id": "BIBREF29" |
| }, |
| { |
| "start": 734, |
| "end": 747, |
| "text": "Kupiec, 1993;", |
| "ref_id": "BIBREF21" |
| }, |
| { |
| "start": 748, |
| "end": 757, |
| "text": "Wu, 1995;", |
| "ref_id": "BIBREF32" |
| }, |
| { |
| "start": 758, |
| "end": 783, |
| "text": "Tanaka and Iwasaki, 1996;", |
| "ref_id": "BIBREF31" |
| }, |
| { |
| "start": 809, |
| "end": 823, |
| "text": "(Smadja, 1993;", |
| "ref_id": "BIBREF30" |
| }, |
| { |
| "start": 824, |
| "end": 842, |
| "text": "Fung and Wu, 1994;", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 843, |
| "end": 860, |
| "text": "Liu and Li, 1997;", |
| "ref_id": "BIBREF22" |
| }, |
| { |
| "start": 861, |
| "end": 875, |
| "text": "Shiitze, 1992;", |
| "ref_id": null |
| }, |
| { |
| "start": 876, |
| "end": 891, |
| "text": "Yarowsky, 1995)", |
| "ref_id": "BIBREF34" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Methodology", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Without loss of generality, we suppose the mixed language sentence consists of the words S = (E1, E2, ..., C, ..., En}, where C is the only secondary language word 1. Since in our method we want to find the co-occurrence information between all Ei and C from a monolingual corpus, we need to translate the latter into the primary language word Ec. This corresponds to the first problem in query translation--translation candidate generation. We generate translation candidates of C via an online bilingual dictionary. All translations of secondary language word C, comprising of multiple senses, are taken together as a set {Eci }.", |
| "cite_spans": [ |
| { |
| "start": 93, |
| "end": 97, |
| "text": "(E1,", |
| "ref_id": null |
| }, |
| { |
| "start": 98, |
| "end": 101, |
| "text": "E2,", |
| "ref_id": null |
| }, |
| { |
| "start": 102, |
| "end": 106, |
| "text": "...,", |
| "ref_id": null |
| }, |
| { |
| "start": 107, |
| "end": 109, |
| "text": "C,", |
| "ref_id": null |
| }, |
| { |
| "start": 110, |
| "end": 114, |
| "text": "...,", |
| "ref_id": null |
| }, |
| { |
| "start": 115, |
| "end": 119, |
| "text": "En},", |
| "ref_id": null |
| }, |
| { |
| "start": 120, |
| "end": 120, |
| "text": "", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Translation candidate generation", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "Problem two in query translation is to weight all translation candidates for C. In our method, the weights are based on co-occurrence information. The hypothesis is that the correct translations of C should co-occur frequently with the contextual words Ei and incorrect translation of C should co-occur rarely with the contextual words. Obviously, other information such as syntactical relationship between words or the part-of-speech tags could be used as weights too. However, it is difficult to parse and tag a mixed language sentence. The only information we can use to disambiguate C is the co-occurrence information between its translation candidates { Ec, } and El, E2, . . . , En.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Translation candidate weighting", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "Mutual information is a good measure of the co-occurrence relationship between two words . We first compute the mutual information between any word pair from a monolingual corpus in the primary language 2", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Translation candidate weighting", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "1In actual experiments, each sentence can contain multiple secondary language words 2This corpus does not need to be in the same domain as the testing data using the following formula, where E is a word and f (E) is the frequency of word E.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Translation candidate weighting", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": ") = log f(Ei, Ej) f(Ei) * f(Sj)", |
| "eq_num": "(1)" |
| } |
| ], |
| "section": "MI(Ei, Ej", |
| "sec_num": null |
| }, |
| { |
| "text": "Ei and Ej can be either neighboring words or any two words in the sentence.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "MI(Ei, Ej", |
| "sec_num": null |
| }, |
| { |
| "text": "The last problem in query translation is selecting the target translation. In our approach, we need to choose a particular Ec from Ec~. We call this pruning process translation disambiguation. We present and compare three unsupervised statistical methods in this paper. The first baseline method is similar to (Dagan et al., 1991; Dagan and Itai, 1994; Ballesteros and Croft, 1998; Smadja et al., 1996) , where we use the nearest neighboring word of the secondary language word C as feature for disambiguation. In the second method, we chQose all contextual words as disambiguating feature. In the third method, the most discriminative contextual word is selected as feature.", |
| "cite_spans": [ |
| { |
| "start": 310, |
| "end": 330, |
| "text": "(Dagan et al., 1991;", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 331, |
| "end": 352, |
| "text": "Dagan and Itai, 1994;", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 353, |
| "end": 381, |
| "text": "Ballesteros and Croft, 1998;", |
| "ref_id": null |
| }, |
| { |
| "start": 382, |
| "end": 402, |
| "text": "Smadja et al., 1996)", |
| "ref_id": "BIBREF29" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Translation candidate pruning", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "as disambiguating feature The first disambiguating feature we present here is similar to the statistical feature in (Dagan et al., 1991; Smadja et al., 1996; Dagan and Itai, 1994; Ballesteros and Croft, 1998) , namely the co-occurrence with neighboring words. We do not use any syntactic relationship as in (Dagan and Itai, 1994) because such relationship is not available for mixed-language sentences. The assumption here is that the most powerful word for disambiguating a word is the one next to it. Based on mutual information, the primary language target word for C is chosen from the set {Ec~}. Suppose the nearest neighboring word for C in S is Ey, we select the target word Ecr, such that the mutual information between Ec~ and Ev is maximum. r = argmaxiMI (Ec,, Ey) (2)", |
| "cite_spans": [ |
| { |
| "start": 116, |
| "end": 136, |
| "text": "(Dagan et al., 1991;", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 137, |
| "end": 157, |
| "text": "Smadja et al., 1996;", |
| "ref_id": "BIBREF29" |
| }, |
| { |
| "start": 158, |
| "end": 179, |
| "text": "Dagan and Itai, 1994;", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 180, |
| "end": 208, |
| "text": "Ballesteros and Croft, 1998)", |
| "ref_id": null |
| }, |
| { |
| "start": 307, |
| "end": 329, |
| "text": "(Dagan and Itai, 1994)", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 765, |
| "end": 774, |
| "text": "(Ec,, Ey)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Baseline: single neighboring word", |
| "sec_num": "2.3.1" |
| }, |
| { |
| "text": "Ev is taken to be either the left or the right neighbor of our target word.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Baseline: single neighboring word", |
| "sec_num": "2.3.1" |
| }, |
| { |
| "text": "This idea is illustrated in Figure 1 . MI1, represented by the solid line, is greater than MI2, Ey is the neighboring word for C. Since MI1 is greater than MI2, Ecl is selected as the translation of C.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 28, |
| "end": 36, |
| "text": "Figure 1", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Baseline: single neighboring word", |
| "sec_num": "2.3.1" |
| }, |
| { |
| "text": "2.3.2 Voting: multiple contextual words as disambiguating feature The baseline method uses only the neighboring word to disambiguate C. Is one or two neighboring word really sufficient for disambiguation?", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Baseline: single neighboring word", |
| "sec_num": "2.3.1" |
| }, |
| { |
| "text": "The intuition for choosing the nearest neighboring word Ey as the disambiguating feature for C is based on the assumption that they are part of a phrase or collocation term, and that there is only one sense per collocation (Dagan and Itai, 1994; Yarowsky, 1993) . However, in most cases where C is a single word, there might be some other words which are more useful for disambiguating C. In fact, such long-distance dependency occurs frequently in natural language (Rosenfeld, 1995; Huang et al., 1993) .", |
| "cite_spans": [ |
| { |
| "start": 223, |
| "end": 245, |
| "text": "(Dagan and Itai, 1994;", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 246, |
| "end": 261, |
| "text": "Yarowsky, 1993)", |
| "ref_id": "BIBREF33" |
| }, |
| { |
| "start": 466, |
| "end": 483, |
| "text": "(Rosenfeld, 1995;", |
| "ref_id": "BIBREF27" |
| }, |
| { |
| "start": 484, |
| "end": 503, |
| "text": "Huang et al., 1993)", |
| "ref_id": "BIBREF18" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Baseline: single neighboring word", |
| "sec_num": "2.3.1" |
| }, |
| { |
| "text": "Another reason against using single neighboring word comes from (Gale and Church, 1994) where it is argued that as many as 100,000 context words might be needed to have high disambiguation accuracy. (Shfitze, 1992; Yarowsky, 1995) all use multiple context words as discriminating features. We have also demonstrated in our domain translation task that multiple context words are useful Fung and McKeown, 1997) .", |
| "cite_spans": [ |
| { |
| "start": 64, |
| "end": 87, |
| "text": "(Gale and Church, 1994)", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 199, |
| "end": 214, |
| "text": "(Shfitze, 1992;", |
| "ref_id": "BIBREF28" |
| }, |
| { |
| "start": 215, |
| "end": 230, |
| "text": "Yarowsky, 1995)", |
| "ref_id": "BIBREF34" |
| }, |
| { |
| "start": 386, |
| "end": 409, |
| "text": "Fung and McKeown, 1997)", |
| "ref_id": "BIBREF9" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Baseline: single neighboring word", |
| "sec_num": "2.3.1" |
| }, |
| { |
| "text": "Based on the above arguments, we enlarge the disambiguation window to be the entire sentence instead of only one word to the left or right. We use all the contextual words in the query sentence. Each contextual word \"votes\" by its mutual information with all translation candidates.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Baseline: single neighboring word", |
| "sec_num": "2.3.1" |
| }, |
| { |
| "text": "Suppose there are n primary language words in S = E1,E2,...,C,...,En, as shown in Figure To illustrate this idea, Table 2 shows that candidate 2 is the correct translation for C. There are four candidates of C and four contextual words to disambiguate C. \"Please show me the latest dianying/movie of Jacky Chan\", the and Jacky are considered to be equally important. We believe however, that if the most powerful word is chosen for disambiguation, we can expect better performance. This is related to the concept of \"trigger pairs\" in (Rosenfeld, 1995) and Singular Value Decomposition in (Shfitze, 1992) .", |
| "cite_spans": [ |
| { |
| "start": 535, |
| "end": 552, |
| "text": "(Rosenfeld, 1995)", |
| "ref_id": "BIBREF27" |
| }, |
| { |
| "start": 589, |
| "end": 604, |
| "text": "(Shfitze, 1992)", |
| "ref_id": "BIBREF28" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 82, |
| "end": 88, |
| "text": "Figure", |
| "ref_id": null |
| }, |
| { |
| "start": 114, |
| "end": 121, |
| "text": "Table 2", |
| "ref_id": "TABREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Baseline: single neighboring word", |
| "sec_num": "2.3.1" |
| }, |
| { |
| "text": "E1 0 1 0 0 E2 1 0 0 0 E3 0 0 0 1 E4 0 1 0 0", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Baseline: single neighboring word", |
| "sec_num": "2.3.1" |
| }, |
| { |
| "text": "In (Dagan and Itai, 1994) , syntactic relationship is used to find the most powerful \"trigger word\". Since syntactic relationship is unavailable in a mixed language sentence, we have to use other type of information. In this method, we want to choose the best trigger word among all contextual words. Referring again to Table 1 , Mljci is the mutual information score between contextual word Ej and translation candidate Ec~.", |
| "cite_spans": [ |
| { |
| "start": 3, |
| "end": 25, |
| "text": "(Dagan and Itai, 1994)", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 320, |
| "end": 329, |
| "text": "Table 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Baseline: single neighboring word", |
| "sec_num": "2.3.1" |
| }, |
| { |
| "text": "We compute the disambiguation contribution ratio for each context word Ej. For each row j in Table 1 , the largest MI score Mljc~ and the second largest MI score Mljc~ are chosen to yield the contribution for word Ej, which is the ratio between the two scores", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 93, |
| "end": 100, |
| "text": "Table 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Baseline: single neighboring word", |
| "sec_num": "2.3.1" |
| }, |
| { |
| "text": "(3)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Mljc/ Contribution(Ej, Eci) = Mljc~", |
| "sec_num": null |
| }, |
| { |
| "text": "If the ratio between MIjc/and MIjc~ is close to one, we reason that Ej is not discriminative enough as a feature for disambiguating C. On the other hand, if the ratio between MIie/i and MIie.~ is noticeably greater than one, we can use Ej as the feature to disambiguate {Ec~} with high confidence. We choose the word Ey with maximum contribution as the disambiguating feature, and select the target word Ecr , whose mutual information score with Ey is the highest, as the translation for C. r = arg max MI (Ey, Ec,) ", |
| "cite_spans": [ |
| { |
| "start": 506, |
| "end": 515, |
| "text": "(Ey, Ec,)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Mljc/ Contribution(Ej, Eci) = Mljc~", |
| "sec_num": null |
| }, |
| { |
| "text": "This method is illustrated in Figure 3 . Since E2 is the contextual word with highest contribution score, the candidate Ei is chosen that the mutual information between E2 and Eci is the largest.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 30, |
| "end": 38, |
| "text": "Figure 3", |
| "ref_id": "FIGREF2" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Mljc/ Contribution(Ej, Eci) = Mljc~", |
| "sec_num": null |
| }, |
| { |
| "text": "The mutual information between co-occurring words and its contribution weight is ob- tained from a monolingual training corpus--Wall Street Journal from 1987-1992. The training corpus size is about 590MB. We evaluate our methods for mixed language query disambiguation on an automatically generated mixedlanguage test set. No bilingual corpus, parallel or comparable, is needed for training.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation experiments", |
| "sec_num": "3" |
| }, |
| { |
| "text": "To evaluate our method, a mixed-language sentence set is generated from the monolingual ATIS corpus. The primary language is English and the secondary language is chosen to be Chinese. Some English words in the original sentences are selected randomly and translated into Chinese words manually to produce the testing data. These axe the mixed language sentences. 500 testing sentences are extracted from the ARPA ATIS corpus. The ratio of Chinese words in the sentences varies from 10% to 65%.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation experiments", |
| "sec_num": "3" |
| }, |
| { |
| "text": "We carry out three sets of experiments using the three different features we have presented in this paper. In each experiment, the percentage of primary language words in the sentence is incrementally increased at 5% steps, from 35% to 90%. We note the accuracy of unambiguous translation at each step. Note that at the 35% stage, the primary language is in fact Chinese.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation experiments", |
| "sec_num": "3" |
| }, |
| { |
| "text": "One advantage of using the artificially generated mixed-language test set is that it becomes very easy to evaluate the performance of the disambiguation/translation algorithm. We just need to compare the translation output with the original ATIS sentences.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation results", |
| "sec_num": "4" |
| }, |
| { |
| "text": "The experimental results are shown in We can see that both voting contextual words and the 1-best contextual words are more powerful discriminant than the baseline neighboring word. The 1-best feature is most effective for disambiguating secondary language words in a mixed-language sentence.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation results", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Mixed-language query occurs very often in both spoken and written form, especially in Asia. Such queries are usually in complete sentences instead of concatenated word strings because they are closer to the spoken language and more natural for user. A mixed-language sentence consists of words mostly in a primary language and some in a secondary language. However, even though mixed-languages are in sentence form, they are difficult to parse and tag because those secondary language words introduce an ambiguity factor. To understand a query can mean finding the matched document, in the case of Web search, or finding the corresponding semantic classes, in the case of an interactive system. In order to understand a mixed-language query, we need to translate the secondary language words into primary language unambiguously.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion and Discussion", |
| "sec_num": "5" |
| }, |
| { |
| "text": "In this paper, we present an approach of mixed,language query disambiguation by using co-occurrence information obtained from a monolingual corpus. Two new types of disambiguation features are introduced, namely voting contextual words and 1-best contextual word. These two features are compared to the baseline feature of a single neighboring word. Assuming the primary language is English and the secondary language Chinese, our experiments on English-Chinese mixed language show that the average translation accuracy for the baseline is 75.50%, for the voting model is 81.37% and for the 1-best model, 83.72%.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion and Discussion", |
| "sec_num": "5" |
| }, |
| { |
| "text": "The baseline method uses only the neighboring word to disambiguate C. The assumption is that the neighboring word is the most semantic relevant. This method leaves out an important feature of nature language: long distance dependency. Experimental results show that it is not sufficient to use only the nearest neighboring word for disambiguation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion and Discussion", |
| "sec_num": "5" |
| }, |
| { |
| "text": "The performance of the voting method is better than the baseline because more contextual words are used. The results are consistent with the idea in (Gale and Church, 1994; Shfitze, 1992; Yarowsky, 1995) .", |
| "cite_spans": [ |
| { |
| "start": 149, |
| "end": 172, |
| "text": "(Gale and Church, 1994;", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 173, |
| "end": 187, |
| "text": "Shfitze, 1992;", |
| "ref_id": "BIBREF28" |
| }, |
| { |
| "start": 188, |
| "end": 203, |
| "text": "Yarowsky, 1995)", |
| "ref_id": "BIBREF34" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion and Discussion", |
| "sec_num": "5" |
| }, |
| { |
| "text": "In our experiments, it is found that 1-best contextual word is even better than multiple contextual words.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion and Discussion", |
| "sec_num": "5" |
| }, |
| { |
| "text": "This seemingly counterintuitive result leads us to believe that choosing the most discriminative single word is even more powerful than using multiple contextual word equally. We believe that this is consistent with the idea of using \"trigger pairs\" in (Rosenfeld, 1995) and Singular Value Decomposition in (Shiitze, 1992) .", |
| "cite_spans": [ |
| { |
| "start": 253, |
| "end": 270, |
| "text": "(Rosenfeld, 1995)", |
| "ref_id": "BIBREF27" |
| }, |
| { |
| "start": 307, |
| "end": 322, |
| "text": "(Shiitze, 1992)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion and Discussion", |
| "sec_num": "5" |
| }, |
| { |
| "text": "We can conclude that sometimes longdistance contextual words are more discriminant than immediate neighboring words, and that multiple contextual words can contribute to better disambiguation.Our results support our belief that natural sentence-based queries are less ambiguous than keyword based queries. Our method using multiple disambiguating contextual words can take advantage of syntactic information even when parsing or tagging is not possible, such as in the case of mixed-language queries.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion and Discussion", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Other advantages of our approach include: (1) the training is unsupervised and no domaindependent data is necessary, (2) neither bilingual corpora or mixed-language corpora is needed for training, and (3) it can generate monolingual queries in both primary and secondary languages, enabling true cross-language IR.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion and Discussion", |
| "sec_num": "5" |
| }, |
| { |
| "text": "In our future work, we plan to analyze the various \"discriminating words\" contained in a mixed language or monolingual query to find out which class of words contribute more to the final disambiguation. We also want to test the significance of the co-occurrence information of all contextual words between themselves in the disambiguation task. Finally, we plan to develop a general mixed-language and crosslanguage understanding framework for both document retrieval and interactive tasks.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion and Discussion", |
| "sec_num": "5" |
| } |
| ], |
| "back_matter": [], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Resolving ambiguity for cross-language retrieval", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [], |
| "last": "Askjeeves", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "Proceedings of the 21st Annual International A CM SIGIR Conference on Research and Development in Information Retrieval", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "AskJeeves. 1998. http://www.askjeeves.com. Lisa Ballesteros and W. Bruce Croft. 1998. Resolving ambiguity for cross-language re- trieval. In Proceedings of the 21st Annual In- ternational A CM SIGIR Conference on Re- search and Development in Information Re- trieval, pages 64-:71, Melbourne, Australia, August.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Aligning sentences in parallel corpora", |
| "authors": [ |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Brown", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Lai", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Mercer", |
| "suffix": "" |
| } |
| ], |
| "year": 1991, |
| "venue": "Proceedings of the 29th Annual Conference of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "P. Brown, J. Lai, and R. Mercer. 1991. Aligning sentences in parallel corpora. In Proceedings of the 29th Annual Conference of the Associ- ation for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Termight: Identifying and translating technical terminology", |
| "authors": [ |
| { |
| "first": "Ido", |
| "middle": [], |
| "last": "Dagan", |
| "suffix": "" |
| }, |
| { |
| "first": "Kenneth", |
| "middle": [ |
| "W" |
| ], |
| "last": "Church", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "Proceedings of the 4th Conference on Applied Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "34--40", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ido Dagan and Kenneth W. Church. 1994. Ter- might: Identifying and translating technical terminology. In Proceedings of the 4th Con- ference on Applied Natural Language Process- ing, pages 34-40, Stuttgart, Germany, Octo- ber.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Word sense disambiguation using a second language monolingual corpus", |
| "authors": [ |
| { |
| "first": "Ido", |
| "middle": [], |
| "last": "Dagan", |
| "suffix": "" |
| }, |
| { |
| "first": "Alon", |
| "middle": [], |
| "last": "Itai", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "564--596", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ido Dagan and Alon Itai. 1994. Word sense dis- ambiguation using a second language mono- lingual corpus. In Computational Linguistics, pages 564-596.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Two languages are more informative than one", |
| "authors": [ |
| { |
| "first": "Alon", |
| "middle": [], |
| "last": "Ido Dagan", |
| "suffix": "" |
| }, |
| { |
| "first": "Ulrike", |
| "middle": [], |
| "last": "Itai", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Schwall", |
| "suffix": "" |
| } |
| ], |
| "year": 1991, |
| "venue": "Proceedings of the 29th Annual Conference of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "130--137", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ido Dagan, Alon Itai, and Ulrike Schwall. 1991. Two languages are more informative than one. In Proceedings of the 29th Annual Con- ference of the Association for Computational Linguistics, pages 130-137, Berkeley, Califor- nia.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Free resources and advanced alignment for cross-language text retrieval", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Davis", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "M. Davis. 1998. Free resources and advanced alignment for cross-language text retrieval.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Proceedings of the 6th Text Retrieval Conference (TREC-6)", |
| "authors": [], |
| "year": null, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "In Proceedings of the 6th Text Retrieval Con- ference (TREC-6), NIST, Gaithersburg, MD, November.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Os/2 let users talk back to 'net. page 12. ElectricMonk", |
| "authors": [ |
| { |
| "first": "Laura", |
| "middle": [], |
| "last": "Didio", |
| "suffix": "" |
| } |
| ], |
| "year": 1997, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Laura DiDio. 1997. Os/2 let users talk back to 'net. page 12. ElectricMonk. 1998. http://www.electricmonk.com.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "An IR approach for translating new words from nonparallel, comparable texts", |
| "authors": [ |
| { |
| "first": "Pascale", |
| "middle": [], |
| "last": "Fung", |
| "suffix": "" |
| }, |
| { |
| "first": "Yuen Yee", |
| "middle": [], |
| "last": "Lo", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "Proceedings of the 36th Annual Conference of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "414--420", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Pascale Fung and Yuen Yee Lo. 1998. An IR approach for translating new words from non- parallel, comparable texts. In Proceedings of the 36th Annual Conference of the Associ- ation for Computational Linguistics, pages 414-420, Montreal,Canada, August.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Finding terminology translations from nonparallel corpora", |
| "authors": [ |
| { |
| "first": "Pascale", |
| "middle": [], |
| "last": "Fung", |
| "suffix": "" |
| }, |
| { |
| "first": "Kathleen", |
| "middle": [], |
| "last": "Mckeown", |
| "suffix": "" |
| } |
| ], |
| "year": 1997, |
| "venue": "The 5th Annual Workshop on Very Large Corpora", |
| "volume": "", |
| "issue": "", |
| "pages": "192--202", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Pascale Fung and Kathleen McKeown. 1997. Finding terminology translations from non- parallel corpora. In The 5th Annual Work- shop on Very Large Corpora, pages 192-202, Hong Kong, Aug.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "A statistical view of bilingual lexicon extraction: from parallel corpora to non-parallel corpora", |
| "authors": [ |
| { |
| "first": "Pascale", |
| "middle": [], |
| "last": "Fung", |
| "suffix": "" |
| }, |
| { |
| "first": "Dekai", |
| "middle": [], |
| "last": "Wu", |
| "suffix": "" |
| }, |
| { |
| "first": ";", |
| "middle": [], |
| "last": "Kyoto", |
| "suffix": "" |
| }, |
| { |
| "first": "June", |
| "middle": [ |
| "Pascale" |
| ], |
| "last": "Japan", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Fung", |
| "suffix": "" |
| }, |
| { |
| "first": "Chi", |
| "middle": [], |
| "last": "Cheung", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Shuen", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Lam Kwok", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Leung", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Liu Wai Kat", |
| "suffix": "" |
| }, |
| { |
| "first": "Yee", |
| "middle": [], |
| "last": "Lo Yuen", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "Proceedings of the Third Conference of the Association for Machine Translation in the Americas, Pennsylvania", |
| "volume": "", |
| "issue": "", |
| "pages": "69--85", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Pascale Fung and Dekai Wu. 1994. Statistical augmentation of a Chinese machine-readable dictionary. In Proceedings of the Second An- nual Workshop on Very Large Corpora, pages 69-85, Kyoto, Japan, June. Pascale Fung, CHEUNG Chi Shuen, LAM Kwok Leung, LIU Wai Kat, and LO Yuen Yee. 1998a. A speech assisted online search agent (salsa). In ICSLP. Pascale Fung, CHEUNG Chi Shuen, LAM Kwok Leung, LIU Wai Kat, LO Yuen Yee, and MA Chi Yuen. 1998b. SALSA, a multilingual speech-based web browser. In The First AEARU Web Technolgy Workshop, Nov. Pascale Fung. 1998. A statistical view of bilin- gual lexicon extraction: from parallel corpora to non-parallel corpora. In Proceedings of the Third Conference of the Association for Ma- chine Translation in the Americas, Pennsyl- vania, October.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "A program for aligning sentences in bilingual corpora", |
| "authors": [ |
| { |
| "first": "A", |
| "middle": [], |
| "last": "William", |
| "suffix": "" |
| }, |
| { |
| "first": "Kenneth", |
| "middle": [ |
| "W" |
| ], |
| "last": "Gale", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Church", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Computational Linguistics", |
| "volume": "19", |
| "issue": "1", |
| "pages": "75--102", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "William A. Gale and Kenneth W. Church. 1993. A program for aligning sentences in bilingual corpora. Computational Linguis- tics, 19(1):75-102.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Discrimination decisions in 100,000 dimensional spaces. Current Issues in Computational Linguistics: In honour of Don Walker", |
| "authors": [ |
| { |
| "first": "A", |
| "middle": [], |
| "last": "William", |
| "suffix": "" |
| }, |
| { |
| "first": "Kenneth", |
| "middle": [ |
| "W" |
| ], |
| "last": "Gale", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Church", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "429--550", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "William A. Gale and Kenneth W. Church. 1994. Discrimination decisions in 100,000 dimen- sional spaces. Current Issues in Computa- tional Linguistics: In honour of Don Walker, pages 429-550.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Estimating upper and lower bounds on the performance of word-sense disambiguation programs", |
| "authors": [ |
| { |
| "first": "W", |
| "middle": [], |
| "last": "Gale", |
| "suffix": "" |
| }, |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Church", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Yarowsky", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "Proceedings of the 30th Conference of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "W. Gale, K. Church, and D. Yarowsky. 1992a. Estimating upper and lower bounds on the performance of word-sense disambiguation programs. In Proceedings of the 30th Con- ference of the Association for Computational Linguistics. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Using bilingual materials to develop word sense disambiguation methods", |
| "authors": [ |
| { |
| "first": "W", |
| "middle": [], |
| "last": "Gale", |
| "suffix": "" |
| }, |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Church", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Yarowsky", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "Proceedings of TMI 92", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "W. Gale, K. Church, and D. Yarowsky. 1992b. Using bilingual materials to develop word sense disambiguation methods. In Proceed- ings of TMI 92.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "Work on statistical methods for word sense disambiguation", |
| "authors": [ |
| { |
| "first": "W", |
| "middle": [], |
| "last": "Gale", |
| "suffix": "" |
| }, |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Church", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Yarowsky", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "Proceedings of AAAI 92", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "W. Gale, K. Church, and D. Yarowsky. 1992c. Work on statistical methods for word sense disambiguation. In Proceedings of AAAI 92.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "A method for disambiguating word senses in a large corpus", |
| "authors": [ |
| { |
| "first": "W", |
| "middle": [], |
| "last": "Gale", |
| "suffix": "" |
| }, |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Church", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Yarowsky", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Computers and Humanities", |
| "volume": "26", |
| "issue": "", |
| "pages": "415--439", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "W. Gale, K. Church, and D. Yarowsky. 1993. A method for disambiguating word senses in a large corpus. In Computers and Humanities, volume 26, pages 415-439.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Crosslanguage Information Retrieval", |
| "authors": [], |
| "year": 1998, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Gregory Grefenstette, editor. 1998. Cross- language Information Retrieval. Kluwer Aca- demic Publishers.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "The SPHINX-II speech recognition system: an overview", |
| "authors": [ |
| { |
| "first": "Xuedong", |
| "middle": [], |
| "last": "Huang", |
| "suffix": "" |
| }, |
| { |
| "first": "Fileno", |
| "middle": [], |
| "last": "Alleva", |
| "suffix": "" |
| }, |
| { |
| "first": "Hisao-Wuen", |
| "middle": [], |
| "last": "Hong", |
| "suffix": "" |
| }, |
| { |
| "first": "Mei-Yuh", |
| "middle": [], |
| "last": "Hwang", |
| "suffix": "" |
| }, |
| { |
| "first": "Kai-Fu", |
| "middle": [], |
| "last": "Lee", |
| "suffix": "" |
| }, |
| { |
| "first": "Ronald", |
| "middle": [], |
| "last": "Rosenfeld", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Xuedong Huang, Fileno Alleva, Hisao-Wuen Hong, Mei-Yuh Hwang, Kai-Fu Lee, and Ronald Rosenfeld. 1993. The SPHINX- II speech recognition system: an overview.", |
| "links": null |
| }, |
| "BIBREF20": { |
| "ref_id": "b20", |
| "title": "A dictionary-based approach to multilingual informaion retrieval", |
| "authors": [ |
| { |
| "first": "A", |
| "middle": [], |
| "last": "David", |
| "suffix": "" |
| }, |
| { |
| "first": "Gregory", |
| "middle": [], |
| "last": "Hull", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Grefenstette", |
| "suffix": "" |
| } |
| ], |
| "year": 1996, |
| "venue": "Proceedings of the 19th International Conference on Research and Development in Information Retrieval", |
| "volume": "", |
| "issue": "", |
| "pages": "49--57", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "David A. Hull and Gregory Grefenstette. 1996. A dictionary-based approach to multilingual informaion retrieval. In Proceedings of the 19th International Conference on Research and Development in Information Retrieval, pages 49-57.", |
| "links": null |
| }, |
| "BIBREF21": { |
| "ref_id": "b21", |
| "title": "An algorithm for finding noun phrase correspondences in bilingual corpora", |
| "authors": [ |
| { |
| "first": "Julian", |
| "middle": [], |
| "last": "Kupiec", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Proceedings of the 31st Annual Conference of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "17--22", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Julian Kupiec. 1993. An algorithm for finding noun phrase correspondences in bilingual cor- pora. In Proceedings of the 31st Annual Con- ference of the Association for Computational Linguistics, pages 17-22, Columbus, Ohio, June.", |
| "links": null |
| }, |
| "BIBREF22": { |
| "ref_id": "b22", |
| "title": "Statistic-based target word selection in English-Chinese machine translation", |
| "authors": [ |
| { |
| "first": "Xiaohu", |
| "middle": [], |
| "last": "Liu", |
| "suffix": "" |
| }, |
| { |
| "first": "Sheng", |
| "middle": [], |
| "last": "Li", |
| "suffix": "" |
| } |
| ], |
| "year": 1997, |
| "venue": "Journal of Harbin Institute of Technology", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Xiaohu Liu and Sheng Li. 1997. Statistic-based target word selection in English-Chinese ma- chine translation. Journal of Harbin Institute of Technology, May.", |
| "links": null |
| }, |
| "BIBREF23": { |
| "ref_id": "b23", |
| "title": "Using English phoneme models for Chinese speech recognition", |
| "authors": [ |
| { |
| "first": "Chi", |
| "middle": [ |
| "Yuen" |
| ], |
| "last": "", |
| "suffix": "" |
| }, |
| { |
| "first": "Ma", |
| "middle": [], |
| "last": "", |
| "suffix": "" |
| }, |
| { |
| "first": "Pascale", |
| "middle": [], |
| "last": "Fung", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "International Symposium on Chinese Spoken language processing", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Chi Yuen Ma and Pascale Fung. 1998. Using English phoneme models for Chinese speech recognition. In International Symposium on Chinese Spoken language processing.", |
| "links": null |
| }, |
| "BIBREF24": { |
| "ref_id": "b24", |
| "title": "Alternative approaches for cross-language text retrieval", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [ |
| "W" |
| ], |
| "last": "Oard", |
| "suffix": "" |
| } |
| ], |
| "year": 1997, |
| "venue": "AAAI Symposium on cross-language text and speech retrieval. American Association for Artificial Intelligence", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "D.W. Oard. 1997. Alternative approaches for cross-language text retrieval. In AAAI Sym- posium on cross-language text and speech re- trieval. American Association for Artificial Intelligence, Mar.", |
| "links": null |
| }, |
| "BIBREF25": { |
| "ref_id": "b25", |
| "title": "Crosslanguage information retrieval: a system for comparable corpus querying", |
| "authors": [ |
| { |
| "first": "Eugenio", |
| "middle": [], |
| "last": "Picchi", |
| "suffix": "" |
| }, |
| { |
| "first": "Carol", |
| "middle": [], |
| "last": "Peters", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "Cross-language Information Retrieval", |
| "volume": "", |
| "issue": "", |
| "pages": "81--92", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Eugenio Picchi and Carol Peters. 1998. Cross- language information retrieval: a system for comparable corpus querying. In Gregory Grefenstette, editor, Cross-language Infor- mation Retrieval, pages 81-92. Kluwer Aca- demic Publishers.", |
| "links": null |
| }, |
| "BIBREF26": { |
| "ref_id": "b26", |
| "title": "Webgalaxy : Beyond point and click -a conversational interface to a browser", |
| "authors": [ |
| { |
| "first": "Lau", |
| "middle": [], |
| "last": "Raymond", |
| "suffix": "" |
| } |
| ], |
| "year": 1997, |
| "venue": "Computer Netowrks ~ ISDN Systems", |
| "volume": "", |
| "issue": "", |
| "pages": "1385--1393", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Lau Raymond. 1997. Webgalaxy : Beyond point and click -a conversational interface to a browser. In Computer Netowrks ~ ISDN Systems, pages 1385-1393.", |
| "links": null |
| }, |
| "BIBREF27": { |
| "ref_id": "b27", |
| "title": "A Corpus-Based Approach to Language Learning", |
| "authors": [ |
| { |
| "first": "Rony", |
| "middle": [], |
| "last": "Rosenfeld", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Rony Rosenfeld. 1995. A Corpus-Based Ap- proach to Language Learning. Ph.D. thesis, Carnegie Mellon University.", |
| "links": null |
| }, |
| "BIBREF28": { |
| "ref_id": "b28", |
| "title": "Dimensions of meaning", |
| "authors": [ |
| { |
| "first": "Hinrich", |
| "middle": [], |
| "last": "Shfitze", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "Proceedings of Supercomputing '92", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hinrich Shfitze. 1992. Dimensions of meaning. In Proceedings of Supercomputing '92.", |
| "links": null |
| }, |
| "BIBREF29": { |
| "ref_id": "b29", |
| "title": "Translating collocations for bilingual lexicons: A statistical approach", |
| "authors": [ |
| { |
| "first": "Frank", |
| "middle": [], |
| "last": "Smadja", |
| "suffix": "" |
| }, |
| { |
| "first": "Kathleen", |
| "middle": [], |
| "last": "Mckeown", |
| "suffix": "" |
| }, |
| { |
| "first": "Vasileios", |
| "middle": [], |
| "last": "Hatzsivassiloglou", |
| "suffix": "" |
| } |
| ], |
| "year": 1996, |
| "venue": "Computational Linguistics", |
| "volume": "21", |
| "issue": "4", |
| "pages": "1--38", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Frank Smadja, Kathleen McKeown, and Vasileios Hatzsivassiloglou. 1996. Translat- ing collocations for bilingual lexicons: A sta- tistical approach. Computational Linguistics, 21(4):1-38.", |
| "links": null |
| }, |
| "BIBREF30": { |
| "ref_id": "b30", |
| "title": "Retrieving collocations from text: Xtract. Computational Linguistics", |
| "authors": [ |
| { |
| "first": "Frank", |
| "middle": [], |
| "last": "Smadja", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "", |
| "volume": "19", |
| "issue": "", |
| "pages": "143--177", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Frank Smadja. 1993. Retrieving collocations from text: Xtract. Computational Linguis- tics, 19(1):143-177.", |
| "links": null |
| }, |
| "BIBREF31": { |
| "ref_id": "b31", |
| "title": "Extraction of lexical translations from nonaligned corpora", |
| "authors": [ |
| { |
| "first": "Kumiko", |
| "middle": [], |
| "last": "Tanaka", |
| "suffix": "" |
| }, |
| { |
| "first": "Hideya", |
| "middle": [], |
| "last": "Iwasaki", |
| "suffix": "" |
| } |
| ], |
| "year": 1996, |
| "venue": "Proceedings of COLING 96", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kumiko Tanaka and Hideya Iwasaki. 1996. Extraction of lexical translations from non- aligned corpora. In Proceedings of COLING 96, Copenhagan, Danmark, July.", |
| "links": null |
| }, |
| "BIBREF32": { |
| "ref_id": "b32", |
| "title": "Grammarless extraction of phrasal translation examples from parallel texts", |
| "authors": [ |
| { |
| "first": "Dekai", |
| "middle": [], |
| "last": "Wu", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "Proceedings of TMI 95", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Dekai Wu. 1995. Grammarless extraction of phrasal translation examples from parallel texts. In Proceedings of TMI 95, Leuven, Bel- gium, July. Submitted.", |
| "links": null |
| }, |
| "BIBREF33": { |
| "ref_id": "b33", |
| "title": "One sense per collocation", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Yarowsky", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Proceedings of ARPA Human Language Technology Workshop", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "D. Yarowsky. 1993. One sense per collocation. In Proceedings of ARPA Human Language Technology Workshop, Princeton.", |
| "links": null |
| }, |
| "BIBREF34": { |
| "ref_id": "b34", |
| "title": "Unsupervised word sense disambiguation rivaling supervised methods", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Yarowsky", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "Proceedings of the 33rd Conference of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "189--196", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "D. Yarowsky. 1995. Unsupervised word sense disambiguation rivaling supervised methods. In Proceedings of the 33rd Conference of the Association for Computational Linguis- tics, pages 189-196. Association for Compu- tational Linguistics.", |
| "links": null |
| }, |
| "BIBREF35": { |
| "ref_id": "b35", |
| "title": "Spoken language interfaces to computers: Achievements and challenges", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [], |
| "last": "Victor Zue", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "The 33rd Annual Meeting of the Association of Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Victor Zue. 1995. Spoken language interfaces to computers: Achievements and challenges. In The 33rd Annual Meeting of the Association of Computational Linguistics, Boston, June.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "uris": null, |
| "num": null, |
| "type_str": "figure", |
| "text": "The neighboring word as disambiguating feature represented by the dotted line." |
| }, |
| "FIGREF1": { |
| "uris": null, |
| "num": null, |
| "type_str": "figure", |
| "text": "MIjci receives a vote. The rest of the row get zero's. At the end, we sum up all the one's in each column. The column i receiving the highest vote is chosen as the one representing the real translation. Voting for the best translation" |
| }, |
| "FIGREF2": { |
| "uris": null, |
| "num": null, |
| "type_str": "figure", |
| "text": "The best contextual word as disambiguating feature" |
| }, |
| "FIGREF3": { |
| "uris": null, |
| "num": null, |
| "type_str": "figure", |
| "text": ". The horizontal axis represents the percentage of English words in the testing data and the vertical axis represents the translation accuracy. Translation accuracy is the ratio of the number of secondary language (Chinese) words disambiguated correctly over the number of all secondary language (Chinese) words present in the testing sentences. The three different curves represent the accuracies obtained from the baseline feature, the voting model, and the 1-best model." |
| }, |
| "FIGREF4": { |
| "uris": null, |
| "num": null, |
| "type_str": "figure", |
| "text": ": 1-best is the most discriminating feature" |
| }, |
| "TABREF0": { |
| "type_str": "table", |
| "num": null, |
| "html": null, |
| "content": "<table><tr><td/><td>Eel</td><td>Ec2</td><td>\u00b0oo</td><td>Ec~</td></tr><tr><td>E1</td><td>MIlcl</td><td>MIlc2</td><td colspan=\"2\">... MIlcm</td></tr><tr><td>E2</td><td colspan=\"2\">MI2cl MI2c2</td><td colspan=\"2\">... MI2cm</td></tr><tr><td>\u00b0o.</td><td/><td/><td/><td/></tr><tr><td>Ej</td><td>Mljcl</td><td>Mljc2</td><td>...</td><td>MXjc</td></tr><tr><td>En</td><td colspan=\"2\">MIncl MInc2</td><td colspan=\"2\">... Mlncm</td></tr><tr><td colspan=\"5\">Table 1: Mutual information between all trans-</td></tr><tr><td colspan=\"5\">lation candidates and words in the sentence</td></tr><tr><td colspan=\"5\">For each row j in Table 1, the largest scoring</td></tr></table>", |
| "text": "2, we compute mutual information scores between all Ec~ and all Ej where Eci is one of the translation candidates for C and Ej is one of all n words in S. A mutual information score matrix is shown inTable 1. whereMIjc~ is the mutual information score between contextual word Ej and translation candidate Eel." |
| }, |
| "TABREF1": { |
| "type_str": "table", |
| "num": null, |
| "html": null, |
| "content": "<table><tr><td/><td>: Candidate 2 is the correct translation</td></tr><tr><td>2.3.3</td><td>1-best contextual word as</td></tr><tr><td/><td>disambiguating feature</td></tr></table>", |
| "text": "In the above voting scheme, a candidate receives either a one vote or a zero vote from all contex-tual words equally no matter how these words axe related to C. As an example, in the query" |
| } |
| } |
| } |
| } |