| { |
| "paper_id": "P03-1016", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T09:14:02.381023Z" |
| }, |
| "title": "Synonymous Collocation Extraction Using Translation Information", |
| "authors": [ |
| { |
| "first": "Hua", |
| "middle": [], |
| "last": "Wu", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "wu_hua_@msn.com" |
| }, |
| { |
| "first": "Ming", |
| "middle": [], |
| "last": "Zhou", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "mingzhou@microsoft.com" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "Automatically acquiring synonymous collocation pairs such as <turn on, OBJ, light> and <switch on, OBJ, light> from corpora is a challenging task. For this task, we can, in general, have a large monolingual corpus and/or a very limited bilingual corpus. Methods that use monolingual corpora alone or use bilingual corpora alone are apparently inadequate because of low precision or low coverage. In this paper, we propose a method that uses both these resources to get an optimal compromise of precision and coverage. This method first gets candidates of synonymous collocation pairs based on a monolingual corpus and a word thesaurus, and then selects the appropriate pairs from the candidates using their translations in a second language. The translations of the candidates are obtained with a statistical translation model which is trained with a small bilingual corpus and a large monolingual corpus. The translation information is proved as effective to select synonymous collocation pairs. Experimental results indicate that the average precision and recall of our approach are 74% and 64% respectively, which outperform those methods that only use monolingual corpora and those that only use bilingual corpora.", |
| "pdf_parse": { |
| "paper_id": "P03-1016", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "Automatically acquiring synonymous collocation pairs such as <turn on, OBJ, light> and <switch on, OBJ, light> from corpora is a challenging task. For this task, we can, in general, have a large monolingual corpus and/or a very limited bilingual corpus. Methods that use monolingual corpora alone or use bilingual corpora alone are apparently inadequate because of low precision or low coverage. In this paper, we propose a method that uses both these resources to get an optimal compromise of precision and coverage. This method first gets candidates of synonymous collocation pairs based on a monolingual corpus and a word thesaurus, and then selects the appropriate pairs from the candidates using their translations in a second language. The translations of the candidates are obtained with a statistical translation model which is trained with a small bilingual corpus and a large monolingual corpus. The translation information is proved as effective to select synonymous collocation pairs. Experimental results indicate that the average precision and recall of our approach are 74% and 64% respectively, which outperform those methods that only use monolingual corpora and those that only use bilingual corpora.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "This paper addresses the problem of automatically extracting English synonymous collocation pairs using translation information. A synonymous collocation pair includes two collocations which are similar in meaning, but not identical in wording. Throughout this paper, the term collocation refers to a lexically restricted word pair with a certain syntactic relation. For instance, <turn on, OBJ, light> is a collocation with a syntactic relation verb-object, and <turn on, OBJ, light> and <switch on, OBJ, light> are a synonymous collocation pair. In this paper, translation information means translations of collocations and their translation probabilities.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Synonymous collocations can be considered as an extension of the concept of synonymous expressions which conventionally include synonymous words, phrases and sentence patterns. Synonymous expressions are very useful in a number of NLP applications. They are used in information retrieval and question answering (Kiyota et al., 2002; Dragomia et al., 2001) to bridge the expression gap between the query space and the document space. For instance, \"buy book\" extracted from the users' query should also in some way match \"order book\" indexed in the documents. Besides, the synonymous expressions are also important in language generation (Langkilde and Knight, 1998) and computer assisted authoring to produce vivid texts.", |
| "cite_spans": [ |
| { |
| "start": 311, |
| "end": 332, |
| "text": "(Kiyota et al., 2002;", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 333, |
| "end": 355, |
| "text": "Dragomia et al., 2001)", |
| "ref_id": null |
| }, |
| { |
| "start": 637, |
| "end": 665, |
| "text": "(Langkilde and Knight, 1998)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Up to now, there have been few researches which directly address the problem of extracting synonymous collocations. However, a number of studies investigate the extraction of synonymous words from monolingual corpora (Carolyn et al., 1992; Grefenstatte, 1994; Lin, 1998; Gasperin et al., 2001) . The methods used the contexts around the investigated words to discover synonyms. The problem of the methods is that the precision of the extracted synonymous words is low because it extracts many word pairs such as \"cat\" and \"dog\", which are similar but not synonymous. In addition, some studies investigate the extraction of synonymous words and/or patterns from bilingual corpora (Barzilay and Mckeown, 2001; Shimohata and Sumita, 2002) . However, these methods can only extract synonymous expressions which occur in the bilingual corpus. Due to the limited size of the bilingual corpus, the coverage of the extracted expressions is very low.", |
| "cite_spans": [ |
| { |
| "start": 217, |
| "end": 239, |
| "text": "(Carolyn et al., 1992;", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 240, |
| "end": 259, |
| "text": "Grefenstatte, 1994;", |
| "ref_id": null |
| }, |
| { |
| "start": 260, |
| "end": 270, |
| "text": "Lin, 1998;", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 271, |
| "end": 293, |
| "text": "Gasperin et al., 2001)", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 679, |
| "end": 707, |
| "text": "(Barzilay and Mckeown, 2001;", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 708, |
| "end": 735, |
| "text": "Shimohata and Sumita, 2002)", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Given the fact that we usually have large mono-lingual corpora (unlimited in some sense) and very limited bilingual corpora, this paper proposes a method that tries to make full use of these different resources to get an optimal compromise of precision and coverage for synonymous collocation extraction. We first obtain candidates of synonymous collocation pairs based on a monolingual corpus and a word thesaurus. We then select those appropriate candidates using their translations in a second language. Each translation of the candidates is assigned a probability with a statistical translation model that is trained with a small bilingual corpus and a large monolingual corpus. The similarity of two collocations is estimated by computing the similarity of their vectors constructed with their corresponding translations. Those candidates with larger similarity scores are extracted as synonymous collocations. The basic assumption behind this method is that two collocations are synonymous if their translations are similar. For example, <turn on, OBJ, light> and <switch on, OBJ, light> are synonymous because both of them are translated into < , OBJ, > (<kai1, OBJ, deng1>) and < , OBJ, > (<da3 kai1, OBJ, deng1>) in Chinese.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "In order to evaluate the performance of our method, we conducted experiments on extracting three typical types of synonymous collocations. Experimental results indicate that our approach achieves 74% average precision and 64% recall respectively, which considerably outperform those methods that only use monolingual corpora or only use bilingual corpora.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The remainder of this paper is organized as follows. Section 2 describes our synonymous collocation extraction method. Section 3 evaluates the proposed method, and the last section draws our conclusion and presents the future work.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Our method for synonymous collocation extraction comprises of three steps: (1) extract collocations from large monolingual corpora; (2) generate candidates of synonymous collocation pairs with a word thesaurus WordNet; (3) select synonymous collocation candidates using their translations.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Our Approach", |
| "sec_num": "2" |
| }, |
| { |
| "text": "This section describes how to extract English collocations. Since Chinese collocations will be used to train the language model in Section 2.3, they are also extracted in the same way.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Collocation Extraction", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "Collocations in this paper take some syntactical relations (dependency relations), such as <verb, OBJ, noun>, <noun, ATTR, adj>, and <verb, MOD, adv>. These dependency triples, which embody the syntactic relationship between words in a sentence, are generated with a parser-we use NLPWIN in this paper 1 . For example, the sentence \"She owned this red coat\" is transformed to the following four triples after parsing: <own, SUBJ, she>, <own, OBJ, coat>, <coat, DET, this>, and <coat, ATTR, red>. These triples are generally represented in the form of <Head, Relation Type, Modifier>.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Collocation Extraction", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "The measure we use to extract collocations from the parsed triples is weighted mutual information (WMI) (Fung and Mckeown, 1997) ", |
| "cite_spans": [ |
| { |
| "start": 104, |
| "end": 128, |
| "text": "(Fung and Mckeown, 1997)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Collocation Extraction", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": ", as described as ) ( ) | ( ) | ( ) , , ( log ) , , ( ) , , ( 2 1 2 1 2 1 2 1 r p r w p r w p w r w p w r w p w r w WMI =", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Collocation Extraction", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "Those triples whose WMI values are larger than a given threshold are taken as collocations. We do not use the point-wise mutual information because it tends to overestimate the association between two words with low frequencies. Weighted mutual information meliorates this effect by adding", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Collocation Extraction", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": ") , , ( 2 1 w r w p .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Collocation Extraction", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "For expository purposes, we will only look into three kinds of collocations for synonymous collocation extraction: <verb, OBJ, noun>, <noun, ATTR, adj> and <verb, MOD, adv>. The English collocations are extracted from Wall Street Journal (1987) (1988) (1989) (1990) (1991) (1992) and Association Press (1988) (1989) (1990) , and the Chinese collocations are extracted from People's Daily (1980) (1981) (1982) (1983) (1984) (1985) (1986) (1987) (1988) (1989) (1990) (1991) (1992) (1993) (1994) (1995) (1996) (1997) (1998) . The statistics of the extracted collocations are shown in Table 1 and 2. The thresholds are set as 5 for both English and Chinese. Token refers to the total number of collocation occurrences and Type refers to the number of unique collocations in the corpus.", |
| "cite_spans": [ |
| { |
| "start": 238, |
| "end": 244, |
| "text": "(1987)", |
| "ref_id": null |
| }, |
| { |
| "start": 245, |
| "end": 251, |
| "text": "(1988)", |
| "ref_id": null |
| }, |
| { |
| "start": 252, |
| "end": 258, |
| "text": "(1989)", |
| "ref_id": null |
| }, |
| { |
| "start": 259, |
| "end": 265, |
| "text": "(1990)", |
| "ref_id": null |
| }, |
| { |
| "start": 266, |
| "end": 272, |
| "text": "(1991)", |
| "ref_id": null |
| }, |
| { |
| "start": 273, |
| "end": 279, |
| "text": "(1992)", |
| "ref_id": null |
| }, |
| { |
| "start": 302, |
| "end": 308, |
| "text": "(1988)", |
| "ref_id": null |
| }, |
| { |
| "start": 309, |
| "end": 315, |
| "text": "(1989)", |
| "ref_id": null |
| }, |
| { |
| "start": 316, |
| "end": 322, |
| "text": "(1990)", |
| "ref_id": null |
| }, |
| { |
| "start": 388, |
| "end": 394, |
| "text": "(1980)", |
| "ref_id": null |
| }, |
| { |
| "start": 395, |
| "end": 401, |
| "text": "(1981)", |
| "ref_id": null |
| }, |
| { |
| "start": 402, |
| "end": 408, |
| "text": "(1982)", |
| "ref_id": null |
| }, |
| { |
| "start": 409, |
| "end": 415, |
| "text": "(1983)", |
| "ref_id": null |
| }, |
| { |
| "start": 416, |
| "end": 422, |
| "text": "(1984)", |
| "ref_id": null |
| }, |
| { |
| "start": 423, |
| "end": 429, |
| "text": "(1985)", |
| "ref_id": null |
| }, |
| { |
| "start": 430, |
| "end": 436, |
| "text": "(1986)", |
| "ref_id": null |
| }, |
| { |
| "start": 437, |
| "end": 443, |
| "text": "(1987)", |
| "ref_id": null |
| }, |
| { |
| "start": 444, |
| "end": 450, |
| "text": "(1988)", |
| "ref_id": null |
| }, |
| { |
| "start": 451, |
| "end": 457, |
| "text": "(1989)", |
| "ref_id": null |
| }, |
| { |
| "start": 458, |
| "end": 464, |
| "text": "(1990)", |
| "ref_id": null |
| }, |
| { |
| "start": 465, |
| "end": 471, |
| "text": "(1991)", |
| "ref_id": null |
| }, |
| { |
| "start": 472, |
| "end": 478, |
| "text": "(1992)", |
| "ref_id": null |
| }, |
| { |
| "start": 479, |
| "end": 485, |
| "text": "(1993)", |
| "ref_id": null |
| }, |
| { |
| "start": 486, |
| "end": 492, |
| "text": "(1994)", |
| "ref_id": null |
| }, |
| { |
| "start": 493, |
| "end": 499, |
| "text": "(1995)", |
| "ref_id": null |
| }, |
| { |
| "start": 500, |
| "end": 506, |
| "text": "(1996)", |
| "ref_id": null |
| }, |
| { |
| "start": 507, |
| "end": 513, |
| "text": "(1997)", |
| "ref_id": null |
| }, |
| { |
| "start": 514, |
| "end": 520, |
| "text": "(1998)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 581, |
| "end": 588, |
| "text": "Table 1", |
| "ref_id": "TABREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Collocation Extraction", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "Candidate generation is based on the following assumption: For a collocation <Head, Relation Type, Modifier>, its synonymous expressions also take the form of <Head, Relation Type, Modifier> although sometimes they may also be a single word or a sentence pattern.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Candidate Generation", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "The synonymous candidates of a collocation are obtained by expanding a collocation <Head, Relation Type, Modifier> using the synonyms of Head and Modifier. The synonyms of a word are obtained from WordNet 1.6. In WordNet, one synset consists of several synonyms which represent a single sense. Therefore, polysemous words occur in more than one synsets. The synonyms of a given word are obtained from all the synsets including it. For example, the word \"turn on\" is a polysemous word and is included in several synsets. For the sense \"cause to operate by flipping a switch\", \"switch on\" is one of its synonyms. For the sense \"be contingent on\", \"depend on\" is one of its synonyms. We take both of them as the synonyms of \"turn on\" regardless of its meanings since we do not have sense tags for words in collocations.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Candidate Generation", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "If we use C w to indicate the synonym set of a word w and U to denote the English collocation set generated in Section 2.1. The detail algorithm on generating candidates of synonymous collocation pairs is described in Figure 1 . For example, given a collocation <turn on, OBJ, light>, we expand \"turn on\" to \"switch on\", \"depend on\", and then expand \"light\" to \"lump\", \"illumination\". With these synonyms and the relation type OBJ, we generate synonymous collocation candidates of <turn on, OBJ, light>. The candidates are <switch on, OBJ, light>, <turn on, OBJ, lump>, <depend on, OBJ, illumination>, <depend on, OBJ, light> etc. Both these candidates and the original collocation <turn on, OBJ, light> are used to generate the synonymous collocation pairs.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 218, |
| "end": 226, |
| "text": "Figure 1", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Candidate Generation", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "With the above method, we obtained candidates of synonymous collocation pairs. For example, <switch on, OBJ, light> and <turn on, OBJ, light> are a synonymous collocation pair. However, this method also produces wrong synonymous collocation candidates. For example, <depend on, OBJ, illumination> and <turn on, OBJ, light> is not a synonymous pair. Thus, it is important to filter out these inappropriate candidates. ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Candidate Generation", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "In synonymous word extraction, the similarity of two words can be estimated based on the similarity of their contexts. However, this method cannot be effectively extended to collocation similarity estimation. For example, in sentences \"They turned on the lights\" and \"They depend on the illumination\", the meaning of two collocations <turn on, OBJ, light> and <depend on, OBJ, illumination> are different although their contexts are the same. Therefore, monolingual information is not enough to estimate the similarity of two collocations. However, the meanings of the above two collocations can be distinguished if they are translated into a second language (e.g., Chinese). For example, <turn on, OBJ, light> is translated into < , OBJ, > (<kai1, OBJ, deng1) and < , OBJ, > (<da3 kai1, OBJ, deng1>) in Chinese while <depend on, OBJ, illumination> is translated into < , OBJ, > (qu3 jue2 yu2, OBJ, guang1 zhao4 du4>). Thus, they are not synonymous pairs because their translations are completely different.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Candidate Selection", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "In this paper, we select the synonymous collocation pairs from the candidates in the following way. First, given a candidate of synonymous collocation pair generated in section 2.2, we translate the two collocations into Chinese with a simple statistical translation model. Second, we calculate the similarity of two collocations with the feature vectors constructed with their translations. A candidate is selected as a synonymous collocation pair", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Candidate Selection", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "(1) For each collocation (Co1 i =<Head, R, Modi-fier>) U, do the following: a. Use the synonyms in WordNet 1.6 to expand Head and Modifier and get their synonym sets C Head and C Modifier b. Generate the candidate set of its synonymous", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Candidate Selection", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "collocations S i ={<w 1 , R, w 2 > | w 1 {Head} C Head & w 2 {Modifier} C Modifier & <w 1 , R, w 2 > U & <w 1 , R, w 2 > \u2260 Co1 i } (2) Generate the candidate set of synonymous collocation pairs SC= {(Co1 i , Co1 j )| Co1 i Co1 j S i", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Candidate Selection", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "if its similarity exceeds a certain threshold.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Candidate Selection", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "For an English collocation e col =<e 1 , r e , e 2 >, we translate it into Chinese collocations 2 using an English-Chinese dictionary. If the translation sets of e 1 and e 2 are represented as CS 1 and CS 2 respectively, the Chinese translations can be represented as S={<c 1 , r c , c 2 >| c 1 CS 1 , c 2 CS 2 , r c }, with R denoting the relation set.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Collocation Translation", |
| "sec_num": "2.3.1" |
| }, |
| { |
| "text": "Given an English collocation e col =<e 1 , r e , e 2 > and one of its Chinese collocation c col =<c 1 , r c , c 2 > S, the probability that e col is translated into c col is calculated as in Equation 1 (1)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Collocation Translation", |
| "sec_num": "2.3.1" |
| }, |
| { |
| "text": "According to Equation (1), we need to calculate the translation probability p(e col |c col ) and the target language probability p(c col ). Calculating the translation probability needs a bilingual corpus. If the above equation is used directly, we will run into the data sparseness problem. Thus, model simplification is necessary.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Collocation Translation", |
| "sec_num": "2.3.1" |
| }, |
| { |
| "text": "Our simplification is made according to the following three assumptions. Assumption 1: For a Chinese collocation c col and r e , we assume that e 1 and e 2 are conditionally independent. The translation model is rewritten as: (2)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Translation Model", |
| "sec_num": "2.3.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": ") | ( ) , | ( ) , | ( ) | , ,", |
| "eq_num": "( ) |" |
| } |
| ], |
| "section": "Translation Model", |
| "sec_num": "2.3.2" |
| }, |
| { |
| "text": "Assumption 2: Given a Chinese collocation <c 1 , r c , c 2 >, we assume that the translation probability p(e i |c col ) only depends on e i and c i (i=1,2), and p(r e |c col ) only depends on r e and r c . Equation 2is rewritten as: (3)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Translation Model", |
| "sec_num": "2.3.2" |
| }, |
| { |
| "text": ") | ( ) | ( ) | ( ) | ( ) | ( ) | ( ) | ( 2 2 1 1 2 1 c", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Translation Model", |
| "sec_num": "2.3.2" |
| }, |
| { |
| "text": "It is equal to a word translation model if we take the relation type in the collocations as an element like a word, which is similar to Model 1 in (Brown et al., 1993) . Assumption 3: We assume that one type of English collocation can only be translated to the same type of Chinese collocations 3 . Thus, p(r e | r c ) =1 in our case. Equation 3is rewritten as: ", |
| "cite_spans": [ |
| { |
| "start": 147, |
| "end": 167, |
| "text": "(Brown et al., 1993)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Translation Model", |
| "sec_num": "2.3.2" |
| }, |
| { |
| "text": ") | ( ) | ( ) | ( ) | ( ) | ( ) | ( 2 2 1 1 2 2 1", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Translation Model", |
| "sec_num": "2.3.2" |
| }, |
| { |
| "text": "The language model p(c col ) is calculated with the Chinese collocation database extracted in section 2.1. In order to tackle with the data sparseness problem, we smooth the language model with an interpolation method.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Language Model", |
| "sec_num": "2.3.3" |
| }, |
| { |
| "text": "When the given Chinese collocation occurs in the corpus, we calculate it as in (5). For a collocation <c 1 , r c , c 2 >, if we assume that two words c 1 and c 2 are conditionally independent given the relation r c , Equation (5) can be rewritten as in (6). . \u03bb is a constant so that the probabilities sum to 1.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Language Model", |
| "sec_num": "2.3.3" |
| }, |
| { |
| "text": "Many methods are used to estimate word translation probabilities from unparallel or parallel bilingual corpora (Koehn and Knight, 2000; Brown et al., 1993) . In this paper, we use a parallel bilingual corpus to train the word translation probabilities based on the result of word alignment with a bilingual Chinese-English dictionary. The alignment method is described in (Wang et al., 2001) . In order to deal with the problem of data sparseness, we conduct a simple smoothing by adding 0.5 to the counts of each translation pair as in (8). ", |
| "cite_spans": [ |
| { |
| "start": 111, |
| "end": 135, |
| "text": "(Koehn and Knight, 2000;", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 136, |
| "end": 155, |
| "text": "Brown et al., 1993)", |
| "ref_id": null |
| }, |
| { |
| "start": 372, |
| "end": 391, |
| "text": "(Wang et al., 2001)", |
| "ref_id": "BIBREF13" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Word Translation Probability Estimation", |
| "sec_num": "2.3.4" |
| }, |
| { |
| "text": "For each synonymous collocation pair, we get its corresponding Chinese translations and calculate the translation probabilities as in section 2.3.1. These Chinese collocations with their corresponding translation probabilities are taken as feature vectors of the English collocations, which can be represented as: ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Collocation Similarity Calculation", |
| "sec_num": "2.3.5" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "> =< ) , ( , ... ), , ( ), ,", |
| "eq_num": "( 2 2" |
| } |
| ], |
| "section": "Collocation Similarity Calculation", |
| "sec_num": "2.3.5" |
| }, |
| { |
| "text": "For example, given a synonymous collocation pair <turn on, OBJ, light> and <switch on, OBJ, light>, we first get their corresponding feature vectors. The feature vector of <turn on, OBJ, light>: ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Collocation Similarity Calculation", |
| "sec_num": "2.3.5" |
| }, |
| { |
| "text": "< (< ,", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Collocation Similarity Calculation", |
| "sec_num": "2.3.5" |
| }, |
| { |
| "text": "We use an English-Chinese dictionary to get the Chinese translations of collocations, which includes 219,404 English words. Each source word has 3 translation words on average. The word translation probabilities are estimated from a bilingual corpus that obtains 170,025 pairs of Chinese-English sentences, including about 2.1 million English words and about 2.5 million Chinese words.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Implementation of our Approach", |
| "sec_num": "2.4" |
| }, |
| { |
| "text": "With these data and the collocations in section 2.1, we produced 93,523 synonymous collocation pairs and filtered out 1,060,788 candidate pairs with our translation method if we set the similarity threshold to 0.01.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Implementation of our Approach", |
| "sec_num": "2.4" |
| }, |
| { |
| "text": "To evaluate the effectiveness of our methods, two experiments have been conducted. The first one is designed to compare our method with two methods that use monolingual corpora. The second one is designed to compare our method with a method that uses a bilingual corpus.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "We compared our approach with two methods that use monolingual corpora. These two methods also employed the candidate generation described in section 2.2. The difference is that the two methods use different strategies to select appropriate candidates. The training corpus for these two methods is the same English one as in Section 2.1.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Comparison with Methods using Monolingual Corpora", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "Method 1: This method uses monolingual contexts to select synonymous candidates. The purpose of this experiment is to see whether the context method for synonymous word extraction can be effectively extended to synonymous collocation extraction. The similarity of two collocations is calculated with their feature vectors. The feature vector of a collocation is constructed by all words in sentences which surround the given collocation. The context vector for collocation i is represented as in (10). ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Method Description", |
| "sec_num": "3.1.1" |
| }, |
| { |
| "text": "Method 2: Instead of using contexts to calculate the similarity of two words, this method calculates the similarity of collocations with the similarity of their components. The formula is described in Equation 12 . We assume that the relation type keeps the same, so", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Method Description", |
| "sec_num": "3.1.1" |
| }, |
| { |
| "text": "1 ) , ( 2 1 = rel rel sim .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Method Description", |
| "sec_num": "3.1.1" |
| }, |
| { |
| "text": "The similarity of the words is calculated with the same method as described in (Lin, 1998) , which is rewritten in Equation (13). The similarity of the words is calculated through the surrounding context words which have dependency relationships with the investigated words. ", |
| "cite_spans": [ |
| { |
| "start": 79, |
| "end": 90, |
| "text": "(Lin, 1998)", |
| "ref_id": "BIBREF11" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Method Description", |
| "sec_num": "3.1.1" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": ") , , ( ) , , ( )) , , ( ) , , ( ( ) , ( 2 ) 2 ( ) , ( 1 ) 1 ( ) , (", |
| "eq_num": "2 1" |
| } |
| ], |
| "section": "Method Description", |
| "sec_num": "3.1.1" |
| }, |
| { |
| "text": "With the candidate generation method as depicted in section 2.2, we generated 1,154,311 candidates of synonymous collocations pairs for 880,600 collocations, from which we randomly selected 1,300 pairs to construct a test set. Each pair was evaluated independently by two judges to see if it is synonymous. Only those agreed upon by two judges are considered as synonymous pairs. The statistics of the test set is shown in Table 3 . We evaluated three types of synonymous collocations: <verb, OBJ, noun>, <noun, ATTR, adj>, <verb, MOD, adv>. For the type <verb, OBJ, noun>, among the 630 synonymous collocation candidate pairs, 197 pairs are correct. For <noun, ATTR, adj>, 163 pairs (among 324 pairs) are correct, and for <verb, MOD, adv>, 124 pairs (among 346 pairs) are correct. ", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 423, |
| "end": 430, |
| "text": "Table 3", |
| "ref_id": "TABREF8" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Test Set", |
| "sec_num": "3.1.2" |
| }, |
| { |
| "text": "With the test set, we evaluate the performance of each method. The evaluation metrics are precision, recall, and f-measure. A development set including 500 synonymous pairs is used to determine the thresholds of each method. For each method, the thresholds for getting highest f-measure scores on the development set are selected. As the result, the thresholds for Method 1, Method 2 and our approach are 0.02, 0.02, and 0.01 respectively. With these thresholds, the experimental results on the test set in Table 3 are shown in Table 4 , Table 5 and Table 6 . It can be seen that our approach gets the highest precision (74% on average) for all the three types of synonymous collocations. Although the recall (64% on average) of our approach is below other methods, the f-measure scores, which combine both precision and recall, are the highest. In order to compare our methods with other methods under the same recall value, we conduct another experiment on the type <verb, OBJ, noun> 4 . We set the recalls of the two methods to the same value of our method, which is 0.6396 in Table 4 . The precisions are 0.3190, 0.4922, and 0.6811 for Method 1, Method 2, and our method, respectively. Thus, the precisions of our approach are higher than the other two methods even when their recalls are the same. It proves that our method of using translation information to select the candidates is effective for synonymous collocation extraction.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 507, |
| "end": 536, |
| "text": "Table 3 are shown in Table 4", |
| "ref_id": "TABREF8" |
| }, |
| { |
| "start": 539, |
| "end": 558, |
| "text": "Table 5 and Table 6", |
| "ref_id": null |
| }, |
| { |
| "start": 1081, |
| "end": 1088, |
| "text": "Table 4", |
| "ref_id": "TABREF9" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Evaluation Results", |
| "sec_num": "3.1.3" |
| }, |
| { |
| "text": "The results of Method 1 show that it is difficult to extract synonymous collocations with monolingual contexts. Although Method 1 gets higher recalls than the other methods, it brings a large number of wrong candidates, which results in lower precision. If we set higher thresholds to get comparable precision, the recall is much lower than that of our approach. This indicates that the contexts of collocations are not discriminative to extract synonymous collocations.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation Results", |
| "sec_num": "3.1.3" |
| }, |
| { |
| "text": "The results also show that Model 2 is not suitable for the task. The main reason is that both high scores of ) , ( The reason that our method outperforms the other two methods is that when one collocation is translated into another language, its translations indirectly disambiguate the words' senses in the collocation. For example, the probability of <turn on, OBJ, light> being translated into < , OBJ, > (<da3 kai1, OBJ, deng1>) is much higher than that of it being translated into < , OBJ, > (<qu3 jue2 yu2, OBJ, guang1 zhao4 du4>) while the situation is reversed for <depend on, OBJ, il-lumination>. Thus, the similarity between <turn on, OBJ, light> and <depend on, OBJ, illumination> is low and, therefore, this candidate is filtered out.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation Results", |
| "sec_num": "3.1.3" |
| }, |
| { |
| "text": "Bilingual Corpora Barzilay and Mckeown (2001) , and Shimohata and Sumita (2002) used a bilingual corpus to extract synonymous expressions. If the same source expression has more than one different translation in the second language, these different translations are extracted as synonymous expressions. In order to compare our method with these methods that only use a bilingual corpus, we implement a method that is similar to the above two studies. The detail process is described in Method 3. Method 3: The method is described as follows: (1) All the source and target sentences (here Chinese and English, respectively) are parsed; (2) extract the Chinese and English collocations in the bilingual corpus; (3) align Chinese collocations c col =<c 1 , r c , c 2 > and English collocations e col =<e 1 , r e , e 2 > if c 1 is aligned with e 1 and c 2 is aligned with e 2 ; (4) obtain two English synonymous collocations if two different English collocations are aligned with the same Chinese collocation and if they occur more than once in the corpus.", |
| "cite_spans": [ |
| { |
| "start": 18, |
| "end": 45, |
| "text": "Barzilay and Mckeown (2001)", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 52, |
| "end": 79, |
| "text": "Shimohata and Sumita (2002)", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Comparison with Methods using", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "The training bilingual corpus is the same one described in Section 2. With Method 3, we get 9,368 synonymous collocation pairs in total. The number is only 10% of that extracted by our approach, which extracts 93,523 pairs with the same bilingual corpus. In order to evaluate Method 3 and our approach on the same test set. We randomly select 100 collocations which have synonymous collocations in the bilingual corpus. For these 100 collocations, Method 3 extracts 121 synonymous collocation pairs, where 83% (100 among 121) are correct 5 . Our method described in Section 2 generates 556 synonymous collocation pairs with a threshold set in the above section, where 75% (417 among 556) are correct.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Comparison with Methods using", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "If we set a higher threshold (0.08) for our method, we get 360 pairs where 295 are correct (82%). If we use |A|, |B|, |C| to denote correct pairs extracted by Method 3, our method, both Method 3 and our method respectively, we get |A|=100, |B|=295, and", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Comparison with Methods using", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "78 | | | | = \u2229 = B A C", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Comparison with Methods using", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": ". Thus, the synonymous collocation pairs extracted by our method cover 78% (", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Comparison with Methods using", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "| | | | A C", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Comparison with Methods using", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": ") of those extracted by Method 3 while those extracted by Method 3 only cover 26% (", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Comparison with Methods using", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "| | | | B C", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Comparison with Methods using", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": ") of those extracted by our method. It can be seen that the coverage of Method 3 is much lower than that of our method even when their precisions are set to the same value. This is mainly because Method 3 can only extract synonymous collocations which occur in the bilingual corpus. In contrast, our method uses the bilingual corpus to train the translation probabilities, where the translations are not necessary to occur in the bilingual corpus. The advantage of our method is that it can extract synonymous collocations not occurring in the bilingual corpus.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Comparison with Methods using", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "This paper proposes a novel method to automatically extract synonymous collocations by using translation information. Our contribution is that, given a large monolingual corpus and a very limited bilingual corpus, we can make full use of these resources to get an optimal compromise of precision and recall. Especially, with a small bilingual corpus, a statistical translation model is trained for the translations of synonymous collocation candidates. The translation information is used to select synonymous collocation pairs from the candidates obtained with a monolingual corpus. Experimental results indicate that our approach extracts synonymous collocations with an average precision of 74% and recall of 64%. This result significantly outperforms those of the methods that only use monolingual corpora, and that only use a bilingual corpus.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions and Future Work", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Our future work will extend synonymous expressions of the collocations to words and patterns besides collocations. In addition, we are also interested in extending this method to the extraction of synonymous words so that \"black\" and \"white\", \"dog\" and \"cat\" can be classified into different synsets.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions and Future Work", |
| "sec_num": "4" |
| }, |
| { |
| "text": "The NLPWIN parser is developed at Microsoft Research, which parses several languages including Chinese and English. Its output can be a phrase structure parse tree or a logical form which is represented with dependency triples.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "Some English collocations can be translated into Chinese words, phrases or patterns. Here we only consider the case of being translated into collocations.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "Zhou et al. (2001) found that about 70% of the Chinese translations have the same relation type as the source English collocations.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "The results of the other two types of collocations are the same as <verb, OBJ, noun>. We omit them because of the space limit.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "These synonymous collocation pairs are evaluated by two judges and only those agreed on by both are selected as correct pairs.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "We thank Jianyun Nie, Dekang Lin, Jianfeng Gao, Changning Huang, and Ashley Chang for their valuable comments on an early draft of this paper.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgements", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Extracting Paraphrases from a Parallel Corpus", |
| "authors": [ |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Barzilay", |
| "suffix": "" |
| }, |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Mckeown", |
| "suffix": "" |
| } |
| ], |
| "year": 2001, |
| "venue": "Proc. of ACL/EACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Barzilay R. and McKeown K. (2001). Extracting Para- phrases from a Parallel Corpus. In Proc. of ACL/EACL.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "The mathematics of statistical machine translation: Parameter estimation", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [], |
| "last": "Mercer", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Computational Linguistics", |
| "volume": "19", |
| "issue": "2", |
| "pages": "263--311", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mercer (1993). The mathematics of statistical machine translation: Parameter estimation. Computational Linguistics, 19(2), pp263-311.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Experiments in automatic statistical thesaurus construction", |
| "authors": [ |
| { |
| "first": "Carolyn", |
| "middle": [ |
| "J" |
| ], |
| "last": "Crouch", |
| "suffix": "" |
| }, |
| { |
| "first": "Bokyung", |
| "middle": [], |
| "last": "Yang", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "Proc. of the Fifteenth Annual International ACM SIGIR conference on Research and Development in Information Retrieval", |
| "volume": "", |
| "issue": "", |
| "pages": "77--88", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Carolyn J. Crouch and Bokyung Yang (1992). Experi- ments in automatic statistical thesaurus construction. In Proc. of the Fifteenth Annual International ACM SIGIR conference on Research and Development in Information Retrieval, pp77-88.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Mining the web for answers to natural language questions", |
| "authors": [ |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Dragomir", |
| "suffix": "" |
| }, |
| { |
| "first": "Hong", |
| "middle": [], |
| "last": "Radev", |
| "suffix": "" |
| }, |
| { |
| "first": "Zhiping", |
| "middle": [], |
| "last": "Qi", |
| "suffix": "" |
| }, |
| { |
| "first": "Sasha", |
| "middle": [], |
| "last": "Zheng", |
| "suffix": "" |
| }, |
| { |
| "first": "Zhu", |
| "middle": [], |
| "last": "Blair-Goldensohn", |
| "suffix": "" |
| }, |
| { |
| "first": "Waiguo", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "" |
| }, |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Fan", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Prager", |
| "suffix": "" |
| } |
| ], |
| "year": 2001, |
| "venue": "ACM CIKM 2001: Tenth International Conference on Information and Knowledge Management", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Dragomir R. Radev, Hong Qi, Zhiping Zheng, Sasha Blair-Goldensohn, Zhu Zhang, Waiguo Fan, and John Prager (2001). Mining the web for answers to natural language questions. In ACM CIKM 2001: Tenth In- ternational Conference on Information and Knowledge Management, Atlanta, GA.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "A Technical Word-and Term-Translation Aid Using Noisy Parallel Corpora across Language Groups", |
| "authors": [ |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Fung", |
| "suffix": "" |
| }, |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Mckeown", |
| "suffix": "" |
| } |
| ], |
| "year": 1997, |
| "venue": "Machine Translation", |
| "volume": "1", |
| "issue": "", |
| "pages": "53--87", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Fung P. and Mckeown K. (1997). A Technical Word-and Term-Translation Aid Using Noisy Parallel Corpora across Language Groups. In: Machine Translation, Vol.1-2 (special issue), pp53-87.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Using Syntactic Contexts for Measuring Word Similarity", |
| "authors": [ |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Gasperin", |
| "suffix": "" |
| }, |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Gamallo", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Agustini", |
| "suffix": "" |
| }, |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Lopes", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Vera De Lima", |
| "suffix": "" |
| } |
| ], |
| "year": 2001, |
| "venue": "Workshop on Knowledge Acquisition & Categorization, ESSLLI", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Gasperin C., Gamallo P, Agustini A., Lopes G., and Vera de Lima (2001) Using Syntactic Contexts for Meas- uring Word Similarity. Workshop on Knowledge Acquisition & Categorization, ESSLLI.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Explorations in Automatic Thesaurus Discovery", |
| "authors": [ |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Grefenstette", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Grefenstette G. (1994) Explorations in Automatic The- saurus Discovery. Kluwer Academic Press, Boston.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Dialog Navigator\": A Question Answering System based on Large Text Knowledge Base", |
| "authors": [ |
| { |
| "first": "Y", |
| "middle": [], |
| "last": "Kiyota", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Kurohashi", |
| "suffix": "" |
| }, |
| { |
| "first": "F", |
| "middle": [], |
| "last": "Kido", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Proc. of the 19th International Conference on Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kiyota Y., Kurohashi S., and Kido F. (2002) \"Dialog Navigator\": A Question Answering System based on Large Text Knowledge Base. In Proc. of the 19th In- ternational Conference on Computational Linguistics, Taiwan.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Estimating Word Translation Probabilities from Unrelated Monolingual Corpora using the EM Algorithm", |
| "authors": [ |
| { |
| "first": ".", |
| "middle": [ |
| "P" |
| ], |
| "last": "Koehn", |
| "suffix": "" |
| }, |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Knight", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "National Conference on Artificial Intelligence", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Koehn. P and Knight K. (2000). Estimating Word Translation Probabilities from Unrelated Monolin- gual Corpora using the EM Algorithm. National Conference on Artificial Intelligence (AAAI 2000)", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Generation that Exploits Corpus-based Statistical Knowledge", |
| "authors": [ |
| { |
| "first": "I", |
| "middle": [], |
| "last": "Langkilde", |
| "suffix": "" |
| }, |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Knight", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "Proc. of the COLING-ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Langkilde I. and Knight K. (1998). Generation that Exploits Corpus-based Statistical Knowledge. In Proc. of the COLING-ACL 1998.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Automatic Retrieval and Clustering of Similar Words", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Lin", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "Proc. of the 36th Annual Meeting of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Lin D. (1998) Automatic Retrieval and Clustering of Similar Words. In Proc. of the 36th Annual Meeting of the Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Automatic Paraphrasing Based on Parallel Corpus for Normalization", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Shimohata", |
| "suffix": "" |
| }, |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Sumita", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Proc. of the Third International Conference on Language Resources and Evaluation", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Shimohata M. and Sumita E.(2002). Automatic Para- phrasing Based on Parallel Corpus for Normalization. In Proc. of the Third International Conference on Language Resources and Evaluation.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Finding Target Language Correspondence for Lexicalized EBMT System", |
| "authors": [ |
| { |
| "first": "W", |
| "middle": [], |
| "last": "Wang", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Huang", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Zhou", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [ |
| "N" |
| ], |
| "last": "Huang", |
| "suffix": "" |
| } |
| ], |
| "year": 2001, |
| "venue": "Proc. of the Sixth Natural Language Processing Pacific Rim Symposium", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Wang W., Huang J., Zhou M., and Huang C.N. (2001). Finding Target Language Correspondence for Lexi- calized EBMT System. In Proc. of the Sixth Natural Language Processing Pacific Rim Symposium.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Improving Translation Selection with a New Translation Model Trained by Independent Monolingual Corpora", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Zhou", |
| "suffix": "" |
| }, |
| { |
| "first": "Y", |
| "middle": [], |
| "last": "Ding", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [ |
| "N" |
| ], |
| "last": "Huang", |
| "suffix": "" |
| } |
| ], |
| "year": 2001, |
| "venue": "Computational Linguistics & Chinese Language Processing", |
| "volume": "6", |
| "issue": "", |
| "pages": "1--26", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Zhou M., Ding Y., and Huang C.N. (2001). Improving Translation Selection with a New Translation Model Trained by Independent Monolingual Corpora. Computational Linguistics & Chinese Language Processing. Vol. 6 No, 1, pp1-26.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "uris": null, |
| "type_str": "figure", |
| "num": null, |
| "text": "Candidate Set Generation Algorithm" |
| }, |
| "FIGREF1": { |
| "uris": null, |
| "type_str": "figure", |
| "num": null, |
| "text": "the count of the Chinese collocation col c . N represents the total counts of all the Chinese collocations in the training corpus." |
| }, |
| "FIGREF2": { |
| "uris": null, |
| "type_str": "figure", |
| "num": null, |
| "text": "the collocations with c 1 as the head and r c as the relation type." |
| }, |
| "FIGREF3": { |
| "uris": null, |
| "type_str": "figure", |
| "num": null, |
| "text": "two collocations is defined as in (9). The candidate pairs whose similarity scores exceed a given threshold are selected." |
| }, |
| "FIGREF4": { |
| "uris": null, |
| "type_str": "figure", |
| "num": null, |
| "text": "all counts of the words in the training corpus. With the feature vectors, the similarity of two collocations is calculated as in (11). Those candidates whose similarities exceed a given threshold are selected as synonymous collocations." |
| }, |
| "FIGREF6": { |
| "uris": null, |
| "type_str": "figure", |
| "num": null, |
| "text": "the high similarity of the two collocations." |
| }, |
| "TABREF0": { |
| "html": null, |
| "text": "", |
| "type_str": "table", |
| "content": "<table><tr><td colspan=\"3\">. English Collocations</td></tr><tr><td>Class</td><td>#Type</td><td>#Token</td></tr><tr><td>verb, OBJ, noun</td><td>506,628</td><td>7,005,455</td></tr><tr><td colspan=\"2\">noun, ATTR, adj 333,234</td><td>4,747,970</td></tr><tr><td>verb, Mod, adv</td><td>40,748</td><td>483,911</td></tr><tr><td colspan=\"3\">Table 2. Chinese Collocations</td></tr><tr><td>Class</td><td>#Type</td><td>#Token</td></tr><tr><td>verb, OBJ, noun</td><td colspan=\"2\">1,579,783 19,168,229</td></tr><tr><td colspan=\"2\">noun, ATTR, adj 311,560</td><td>5,383,200</td></tr><tr><td>verb, Mod, adv</td><td>546,054</td><td>9,467,103</td></tr></table>", |
| "num": null |
| }, |
| "TABREF6": { |
| "html": null, |
| "text": "The values in the feature vector are translation probabilities. With these two vectors, we get the similarity of <turn on, OBJ, light> and <switch on, OBJ, light>, which is 0.2348.", |
| "type_str": "table", |
| "content": "<table><tr><td/><td>OBJ,</td><td colspan=\"2\">>, 0.04692), (<</td><td>, OBJ,</td><td>>,</td></tr><tr><td colspan=\"2\">0.01602), \u2026 , (<</td><td colspan=\"3\">, OBJ, >, 0.0002710), (<</td><td>,</td></tr><tr><td>OBJ,</td><td colspan=\"3\">>, 0.0000305) ></td></tr><tr><td colspan=\"5\">The feature vector of <switch on, OBJ, light>:</td></tr><tr><td>< (<</td><td>, OBJ,</td><td colspan=\"3\">>, 0.04238), (< , OBJ,</td><td>>,</td></tr><tr><td colspan=\"2\">0.01257), (<</td><td>, OBJ,</td><td colspan=\"2\">>, 0.002531), \u2026 , (< ,</td></tr><tr><td>OBJ,</td><td colspan=\"3\">>, 0.00003542) ></td></tr></table>", |
| "num": null |
| }, |
| "TABREF8": { |
| "html": null, |
| "text": "", |
| "type_str": "table", |
| "content": "<table><tr><td/><td>. The Test Set</td><td/></tr><tr><td>Type</td><td>#total</td><td>#correct</td></tr><tr><td>verb, OBJ, noun</td><td>630</td><td>197</td></tr><tr><td>noun, ATTR, adj</td><td>324</td><td>163</td></tr><tr><td>verb, MOD, adv</td><td>346</td><td>124</td></tr></table>", |
| "num": null |
| }, |
| "TABREF9": { |
| "html": null, |
| "text": "", |
| "type_str": "table", |
| "content": "<table><tr><td colspan=\"4\">. Results for <verb, OBJ, noun></td></tr><tr><td>Method</td><td colspan=\"2\">Precision Recall</td><td>F-measure</td></tr><tr><td>Method 1</td><td>0.3148</td><td>0.8934</td><td>0.4656</td></tr><tr><td>Method 2</td><td>0.3886</td><td>0.7614</td><td>0.5146</td></tr><tr><td>Ours</td><td>0.6811</td><td>0.6396</td><td>0.6597</td></tr><tr><td colspan=\"4\">Table 5. Results for <noun, ATTR, adj></td></tr><tr><td>Method</td><td colspan=\"2\">Precision Recall</td><td>F-measure</td></tr><tr><td>Method 1</td><td>0.5161</td><td>0.9816</td><td>0.6765</td></tr><tr><td>Method 2</td><td>0.5673</td><td>0.8282</td><td>0.6733</td></tr><tr><td>Ours</td><td>0.8739</td><td>0.6380</td><td>0.7376</td></tr><tr><td colspan=\"4\">Table 6. Results for <verb, MOD, adv></td></tr><tr><td>Method</td><td colspan=\"2\">Precision Recall</td><td>F-measure</td></tr><tr><td>Method 1</td><td>0.3662</td><td>0.9597</td><td>0.5301</td></tr><tr><td>Method 2</td><td>0.4163</td><td>0.7339</td><td>0.5291</td></tr><tr><td>Ours</td><td>0.6641</td><td>0.7016</td><td>0.6824</td></tr></table>", |
| "num": null |
| } |
| } |
| } |
| } |