| { |
| "paper_id": "E99-1013", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T10:37:25.774201Z" |
| }, |
| "title": "Complementing WordNet with Roget's and Corpus-based Thesauri for Information Retrieval", |
| "authors": [ |
| { |
| "first": "Rila", |
| "middle": [], |
| "last": "Mandala", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Tokyo Institute of Technology", |
| "location": { |
| "addrLine": "2-12-1 Oookayama Meguro-Ku", |
| "postCode": "152-8522", |
| "settlement": "Tokyo", |
| "country": "Japan" |
| } |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Takenobu", |
| "middle": [], |
| "last": "Tokunaga", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Tokyo Institute of Technology", |
| "location": { |
| "addrLine": "2-12-1 Oookayama Meguro-Ku", |
| "postCode": "152-8522", |
| "settlement": "Tokyo", |
| "country": "Japan" |
| } |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Hozumi", |
| "middle": [], |
| "last": "Tanaka", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Tokyo Institute of Technology", |
| "location": { |
| "addrLine": "2-12-1 Oookayama Meguro-Ku", |
| "postCode": "152-8522", |
| "settlement": "Tokyo", |
| "country": "Japan" |
| } |
| }, |
| "email": "tanaka@cs.titech.ac.jp" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "This paper proposes a method to overcome the drawbacks of WordNet when applied to information retrieval by complementing it with Roget's thesaurus and corpus-derived thesauri. Words and relations which are not included in WordNet can be found in the corpus-derived thesauri. Effects of polysemy can be minimized with weighting method considering all query terms and all of the thesauri. Experimental results show that our method enhances information retrieval performance significantly.", |
| "pdf_parse": { |
| "paper_id": "E99-1013", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "This paper proposes a method to overcome the drawbacks of WordNet when applied to information retrieval by complementing it with Roget's thesaurus and corpus-derived thesauri. Words and relations which are not included in WordNet can be found in the corpus-derived thesauri. Effects of polysemy can be minimized with weighting method considering all query terms and all of the thesauri. Experimental results show that our method enhances information retrieval performance significantly.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Information retrieval (IR) systems can be viewed basically as a form of comparison between documents and queries. In traditional IR methods, this comparison is done based on the use of common index terms in the document and the query (Salton and McGill, 1983) . The drawback of such methods is that if semantically relevant documents do not contain the same terms as the query, then they will be judged irrelevant by the IR system. This occurs because the vocabulary that the user uses is often not the same as the one used in documents (Blair and Maron, 1985) .", |
| "cite_spans": [ |
| { |
| "start": 234, |
| "end": 259, |
| "text": "(Salton and McGill, 1983)", |
| "ref_id": "BIBREF16" |
| }, |
| { |
| "start": 537, |
| "end": 560, |
| "text": "(Blair and Maron, 1985)", |
| "ref_id": "BIBREF1" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "To avoid the above problem, several researchers have suggested the addition of terms which have similar or related meaning to the query, increasing the chances of matching words in relevant documents. This method is called query expansion. A thesaurus contains information pertaining to paradigmatic semantic relations such as term synonymy, hypernymy, and hyponymy (Aitchison and Gilchrist, 1987) . It is thus natural to use a thesaurus as a source for query expansion.", |
| "cite_spans": [ |
| { |
| "start": 366, |
| "end": 397, |
| "text": "(Aitchison and Gilchrist, 1987)", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Many researchers have used WordNet (Miller, 1990) in information retrieval as a tool for query \u2022 Interrelated words may have different parts of speech.", |
| "cite_spans": [ |
| { |
| "start": 35, |
| "end": 49, |
| "text": "(Miller, 1990)", |
| "ref_id": "BIBREF11" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "\u2022 Most domain-specific relationships between words are not found in WordNet.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "\u2022 Some kinds of words are not included in WordNet, such as proper names.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "To overcome all the above problems, we propose a method to enrich WordNet with Roget's Thesaurus and corpus-based thesauri. The idea underlying this method is that the automatically constructed thesauri can counter all the above drawbacks of WordNet. For example, as we stated earlier, proper names and their interrelations are not found in WordNet, but if proper names bear some strong relationship with other terms, they often cooccur in documents, as can be modelled by a corpus-based thesaurus.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Polysemous words degrade the precision of information retrieval since all senses of the original query term are considered for expansion. To overcome the problem of polysemous words, we apply a restriction in that queries are expanded by adding those terms that are most similar to the entirety of the query, rather than selecting terms that are similar to a single term in the query.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "In the next section we describe the details of our method.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "In WordNet, words are organized into taxonomies where each node is a set of synonyms (a synset) representing a single sense. There are 4 different taxonomies based on distinct parts of speech and many relationships defined within each. In this paper we use only noun taxonomy with hyponymy/hypernymy (or is-a) relations, which relates more general and more specific senses (Miller, 1988) . Figure 1 shows a fragment of the WordNet taxonomy. The similarity between word wl and we is defined as the shortest path from each sense of wl to each sense of w2, as below (Leacock and Chodorow, 1988; Resnik, 1995) sim(wl, w2) = max [log(2~) ] where N v is the number of nodes in path p from wl to w2 and D is the maximum depth of the taxonomy.", |
| "cite_spans": [ |
| { |
| "start": 373, |
| "end": 387, |
| "text": "(Miller, 1988)", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 563, |
| "end": 591, |
| "text": "(Leacock and Chodorow, 1988;", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 592, |
| "end": 605, |
| "text": "Resnik, 1995)", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 624, |
| "end": 634, |
| "text": "[log(2~) ]", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 390, |
| "end": 398, |
| "text": "Figure 1", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "WordNet", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "In Roget's Thesaurus (Chapman, 1977) , words are classified according to the ideas they express, and these categories of ideas are numbered in sequence. The terms within a category are further organized by part of speech (nouns, verbs, adjectives, adverbs, prepositions, conjunctions, and interjections) . Figure 2 shows a fragment of Roget's category.", |
| "cite_spans": [ |
| { |
| "start": 21, |
| "end": 36, |
| "text": "(Chapman, 1977)", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 221, |
| "end": 303, |
| "text": "(nouns, verbs, adjectives, adverbs, prepositions, conjunctions, and interjections)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 306, |
| "end": 314, |
| "text": "Figure 2", |
| "ref_id": "FIGREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Roget's Thesaurus", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "In this case, our similarity measure treat all the words in Roger as features. A word w possesses the feature f if f and w belong to the same Roget category. The similarity between two words is then defined as the Dice coefficient of the two feature vectors (Lin, 1998) .", |
| "cite_spans": [ |
| { |
| "start": 258, |
| "end": 269, |
| "text": "(Lin, 1998)", |
| "ref_id": "BIBREF8" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Roget's Thesaurus", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "sim(wl,w2) = 21R(wl) n R(w~)l tn(w,)l + In(w )l", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Roget's Thesaurus", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "where R(w) is the set of words that belong to the same Roget category as w.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Roget's Thesaurus", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "This method is based on the assumption that a pair of words that frequently occur together in the same document are related to the same subject. Therefore word co-occurrence information can be used to identify semantic relationships between words (Schutze and Pederson, 1997; Schutze and Pederson, 1994) . We use mutual information as a tool for computing similarity between words. Mutual information compares the probability of the co-occurence of words a and b with the independent probabilities of occurrence of a and b (Church and Hanks, 1990 ).", |
| "cite_spans": [ |
| { |
| "start": 247, |
| "end": 275, |
| "text": "(Schutze and Pederson, 1997;", |
| "ref_id": null |
| }, |
| { |
| "start": 276, |
| "end": 303, |
| "text": "Schutze and Pederson, 1994)", |
| "ref_id": "BIBREF18" |
| }, |
| { |
| "start": 523, |
| "end": 546, |
| "text": "(Church and Hanks, 1990", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Co-occurrence-based Thesaurus", |
| "sec_num": "2.3.1" |
| }, |
| { |
| "text": "where the probabilities of P(a) and P(b) are estimated by counting the number of occurrences of a and b in documents and normalizing over the size of vocabulary in the documents. The joint probability is estimated by counting the number of times that word a co-occurs with b and is also normalized over the size of the vocabulary.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "P(a, b) I(a, b) = log P(a)P(b)", |
| "sec_num": null |
| }, |
| { |
| "text": "In contrast to the previous section, this method attempts to gather term relations on the basis of linguistic relations and not document cooccurrence statistics. Words appearing in similax grammatical contexts are assumed to be similar, and therefore classified into the same class (Lin, 1998; Grefenstette, 1994; Grefenstette, 1992; Ruge, 1992; Hindle, 1990) .", |
| "cite_spans": [ |
| { |
| "start": 282, |
| "end": 293, |
| "text": "(Lin, 1998;", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 294, |
| "end": 313, |
| "text": "Grefenstette, 1994;", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 314, |
| "end": 333, |
| "text": "Grefenstette, 1992;", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 334, |
| "end": 345, |
| "text": "Ruge, 1992;", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 346, |
| "end": 359, |
| "text": "Hindle, 1990)", |
| "ref_id": "BIBREF6" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Syntactically-based Thesaurus", |
| "sec_num": "2.3.2" |
| }, |
| { |
| "text": "First, all the documents are parsed using the Apple Pie Parser. The Apple Pie Parser is a natural language syntactic analyzer developed by Satoshi Sekine at New York University (Sekine and Grishman, 1995) . The parser is a bottom-up probabilistic chart parser which finds the parse tree with the best score by way of the best-first search algorithm. Its grammar is a semi-context sensitive grammar with two non-terminals and was automatically extracted from Penn Tree Bank syntactically tagged corpus developed at the University of Pennsylvania. The parser generates a syntactic tree in the manner of a Penn Tree Bank bracketing. Figure 3 shows a parse tree produced by this parser.", |
| "cite_spans": [ |
| { |
| "start": 177, |
| "end": 204, |
| "text": "(Sekine and Grishman, 1995)", |
| "ref_id": "BIBREF20" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 630, |
| "end": 638, |
| "text": "Figure 3", |
| "ref_id": "FIGREF3" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Syntactically-based Thesaurus", |
| "sec_num": "2.3.2" |
| }, |
| { |
| "text": "The main technique used by the parser is the best-first search. Because the grammar is probabilistic, it is enough to find only one parse tree with highest possibility. During the parsing process, the parser keeps the unexpanded active nodes in a heap, and always expands the active node with the best probability.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Syntactically-based Thesaurus", |
| "sec_num": "2.3.2" |
| }, |
| { |
| "text": "Unknown words are treated in a special manner. If the tagging phase of the parser finds an unknown word, it uses a list of parts-of-speech defined in the parameter file. This information has been collected from the Wall Street Journal corpus and uses part of the corpus for training and the rest for testing. Also, it has separate lists for such information as special suffices like -ly, -y, -ed, -d, and -s. The accuracy of this parser is reported Synonyms/Hypernyms (Ordered by Frequency) of noun correlation 2 senses of correlation Sense 1 correlation, correlativity => reciprocality, reciprocity => relation => abstraction Using the above parser, the following syntactic structures are extracted :", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Syntactically-based Thesaurus", |
| "sec_num": "2.3.2" |
| }, |
| { |
| "text": "\u2022 Subject-Verb a noun is the subject of a verb.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Syntactically-based Thesaurus", |
| "sec_num": "2.3.2" |
| }, |
| { |
| "text": "\u2022 Verb-Object a noun is the object of a verb.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Syntactically-based Thesaurus", |
| "sec_num": "2.3.2" |
| }, |
| { |
| "text": "\u2022 Adjective-Noun an adjective modifies a noun.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Syntactically-based Thesaurus", |
| "sec_num": "2.3.2" |
| }, |
| { |
| "text": "\u2022 Noun-Noun a noun modifies a noun.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Syntactically-based Thesaurus", |
| "sec_num": "2.3.2" |
| }, |
| { |
| "text": "Each noun has a set of verbs, adjectives, and nouns that it co-occurs with, and for each such relationship, a mutual information value is calculated.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Syntactically-based Thesaurus", |
| "sec_num": "2.3.2" |
| }, |
| { |
| "text": "\u2022 I~b(Vi, nj) = log f,~b(~,~,)/g,~b", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Syntactically-based Thesaurus", |
| "sec_num": "2.3.2" |
| }, |
| { |
| "text": "\u2022 (fsub(nj)/Ns,~b)(f(Vi)/Nzub)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Syntactically-based Thesaurus", |
| "sec_num": "2.3.2" |
| }, |
| { |
| "text": "where fsub (vi, nj) \u2022 Iadj(ai,nj) = log", |
| "cite_spans": [ |
| { |
| "start": 11, |
| "end": 19, |
| "text": "(vi, nj)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Syntactically-based Thesaurus", |
| "sec_num": "2.3.2" |
| }, |
| { |
| "text": "I\u00b0d;(n~'ai)/N*ai (fadj(nj)/Nadj)(f(ai)/ga#4)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Syntactically-based Thesaurus", |
| "sec_num": "2.3.2" |
| }, |
| { |
| "text": "where f(ai, nj) is the frequency of noun nj occurring as the argument of adjective ai, fadj(nj) is the frequency of the noun nj occurring as the argument of any adjective, f(ai) is the frequency of the adjective ai, and Nadj is the number of adjective clauses. The similarity sim(w,wz) between two words w~ and w2 can be computed as follows :", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Syntactically-based Thesaurus", |
| "sec_num": "2.3.2" |
| }, |
| { |
| "text": "(r,w) 6T(w, )nT(w2) Ir(wl,w)+ (r,w) 6T(wt ) (r,w) eT(w2)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Syntactically-based Thesaurus", |
| "sec_num": "2.3.2" |
| }, |
| { |
| "text": "Where r is the syntactic relation type, and w is", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Syntactically-based Thesaurus", |
| "sec_num": "2.3.2" |
| }, |
| { |
| "text": "\u2022 a verb, if r is the subject-verb or object-verb relation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Syntactically-based Thesaurus", |
| "sec_num": "2.3.2" |
| }, |
| { |
| "text": "\u2022 an adjective, if r is the adjective-noun relation. and T(w) is the set of pairs (r,w') such that It(w, w') is positive.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Syntactically-based Thesaurus", |
| "sec_num": "2.3.2" |
| }, |
| { |
| "text": "A query q is represented by the vector -~ = (ql, q2,---, qn), where each qi is the weight of each search term ti contained in query q. We used SMART version 11.0 (Saiton, 1971) to obtain the initial query weight using the formula ltc as belows :", |
| "cite_spans": [ |
| { |
| "start": 143, |
| "end": 176, |
| "text": "SMART version 11.0 (Saiton, 1971)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Combination and Term Expansion Method", |
| "sec_num": "3" |
| }, |
| { |
| "text": "(log(tfik) + 1.0) * log(N/nk) ~-~[(log(tfo + 1.0) * log(N/nj)] 2 j=l", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Combination and Term Expansion Method", |
| "sec_num": "3" |
| }, |
| { |
| "text": "where tfik is the occurrrence frequency of term tk in query qi, N is the total number of documents in the collection, and nk is the number of documents to which term tk is assigned.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Combination and Term Expansion Method", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Using the above weighting method, the weight of initial query terms lies between 0 and 1. On the other hand, the similarity in each type of thesaurus does not have a fixed range. Hence, we apply the following normalization strategy to each type of thesaurus to bring the similarity value into the range [0, 1].", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Combination and Term Expansion Method", |
| "sec_num": "3" |
| }, |
| { |
| "text": "The similarity value between two terms in the combined thesauri is defined as the average of their similarity value over all types of thesaurus.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "simold --Simmin Simnew = Simmaz --8immin", |
| "sec_num": null |
| }, |
| { |
| "text": "The similarity between a query q and a term tj can be defined as belows : simqt(q, tj) = Z qi * sim (ti, tj) tiEq where the value of sim(ti, tj) is taken from the combined thesauri as described above.", |
| "cite_spans": [ |
| { |
| "start": 100, |
| "end": 108, |
| "text": "(ti, tj)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "simold --Simmin Simnew = Simmaz --8immin", |
| "sec_num": null |
| }, |
| { |
| "text": "With respect to the query q, all the terms in the collection can now be ranked according to their simqt. Expansion terms are terms tj with high simqt (q, t j).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "simold --Simmin Simnew = Simmaz --8immin", |
| "sec_num": null |
| }, |
| { |
| "text": "The weight(q, tj) of an expansion term tj is defined as a function of simqt(q, tj):", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "simold --Simmin Simnew = Simmaz --8immin", |
| "sec_num": null |
| }, |
| { |
| "text": "weight(q, tj) -simqt (q, tj) ZtiEq qi where 0 < weight(q, tj) < 1.", |
| "cite_spans": [ |
| { |
| "start": 21, |
| "end": 28, |
| "text": "(q, tj)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "simold --Simmin Simnew = Simmaz --8immin", |
| "sec_num": null |
| }, |
| { |
| "text": "The weight of an expansion term depends both on all terms appearing in a query and on the similarity between the terms, and ranges from 0 to 1. The weight of an expansion term depends both on the entire query and on the similarity between the terms. The weight of an expansion term can be interpreted mathematically as the weighted mean of the similarities between the term tj and all the query terms. The weight of the original query terms are the weighting factors of those similarities (Qiu and Frei, 1993) .", |
| "cite_spans": [ |
| { |
| "start": 489, |
| "end": 509, |
| "text": "(Qiu and Frei, 1993)", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "simold --Simmin Simnew = Simmaz --8immin", |
| "sec_num": null |
| }, |
| { |
| "text": "Therefore the query q is expanded by adding the following query : ~ee = (al, a2, ..., at) where aj is equal to weight(q, tj) if tj belongs to the top r ranked terms. Otherwise aj is equal to 0.", |
| "cite_spans": [ |
| { |
| "start": 72, |
| "end": 89, |
| "text": "(al, a2, ..., at)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "simold --Simmin Simnew = Simmaz --8immin", |
| "sec_num": null |
| }, |
| { |
| "text": "The resulting expanded query is :", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "simold --Simmin Simnew = Simmaz --8immin", |
| "sec_num": null |
| }, |
| { |
| "text": "~ezpanded \"~-~ o ~ee", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "simold --Simmin Simnew = Simmaz --8immin", |
| "sec_num": null |
| }, |
| { |
| "text": "where the o is defined as the concatenation operator.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "simold --Simmin Simnew = Simmaz --8immin", |
| "sec_num": null |
| }, |
| { |
| "text": "The method above can accommodate polysemy, because an expansion term which is taken from a different sense to the original query term is given a very low weight.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "simold --Simmin Simnew = Simmaz --8immin", |
| "sec_num": null |
| }, |
| { |
| "text": "Experiments were carried out on the TREC-7 Collection, which consists of 528,155 documents and 50 topics (Voorhees and Harman, to appear 1999) . TREC is currently de facto standard test collection in information retrieval community. Table 1 shows topic-length statistics, Table 2 shows document statistics, and Figure 4 shows an example topic.", |
| "cite_spans": [ |
| { |
| "start": 105, |
| "end": 142, |
| "text": "(Voorhees and Harman, to appear 1999)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 233, |
| "end": 240, |
| "text": "Table 1", |
| "ref_id": "TABREF1" |
| }, |
| { |
| "start": 272, |
| "end": 279, |
| "text": "Table 2", |
| "ref_id": "TABREF2" |
| }, |
| { |
| "start": 311, |
| "end": 319, |
| "text": "Figure 4", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "4" |
| }, |
| { |
| "text": "We use the title, description, and combined ti-tle+description+narrative of these topics. Note that in the TREC-7 collection the description contains all terms in the title section.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "4" |
| }, |
| { |
| "text": "For our baseline, we used SMART version 11.0 (Salton, 1971) as information retrieval engine with the Inc.ltc weighting method. SMART is an information retrieval engine based on the vector space model in which term weights are calculated based on term frequency, inverse document frequency and document length normalization.", |
| "cite_spans": [ |
| { |
| "start": 45, |
| "end": 59, |
| "text": "(Salton, 1971)", |
| "ref_id": "BIBREF17" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Automatic indexing of a text in SMART system involves the following steps :", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "4" |
| }, |
| { |
| "text": "\u2022 Tokenization : The text is first tokenized into individual words and other tokens.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "4" |
| }, |
| { |
| "text": "\u2022 Stop word removal : Common function words (like the, of, an, etc.) also called stop words, are removed from this list of tokens.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "4" |
| }, |
| { |
| "text": "The SMART system uses a predefined list of 571 stop words.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "4" |
| }, |
| { |
| "text": "\u2022 Stemming: Various morphological variants of a word are normalized to the same stem. SMART system uses the variant of Lovin method to apply simple rules for suffix stripping.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "4" |
| }, |
| { |
| "text": "\u2022 Weighting : The term (word and phrase) vector thus created for a text, is weighted using t f, idf, and length normalization considerations. Table 3 gives the average of non-interpolated precision using SMART without expansion (baseline), expansion using only WordNet, expansion using only the corpus-based syntactic-relationbased thesaurus, expansion using only the corpusbased co-occurrence-based thesaurus, and expansion using combined thesauri. For each method we also give the relative improvement over the baseline. We can see that the combined method outperform the isolated use of each type of thesaurus significantly. ", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 142, |
| "end": 149, |
| "text": "Table 3", |
| "ref_id": "TABREF3" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "4" |
| }, |
| { |
| "text": "In this section we discuss why our method using WordNet is able to improve information retrieval performance. The three types of thesaurus we used have different characteristics. Automatically constructed thesauri add not only new terms but also new relationships not found in WordNet. If two terms often co-occur in a document then those two terms are likely to bear some relationship.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "5" |
| }, |
| { |
| "text": "The reason why we should use not only automatically constructed thesauri is that some relationships may be missing in them For example, consider the words colour and color. These words certainly share the same context, but would never appear in the same document, at least not with a frequency recognized by a co-occurrence-based method. In general, different words used to describe similar concepts may never be used in the same document, and are thus missed by cooccurrence methods. However their relationship may be found in WordNet, Roget's, and the syntacticallybased thesaurus.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "5" |
| }, |
| { |
| "text": "One may ask why we included Roget's Thesaurus here which is almost identical in nature to WordNet. The reason is to provide more evidence in the final weighting method. Including Roget's as part of the combined thesaurus is better than not including it, although the improvement is not significant (4% for title, 2% for description and 0.9% for all terms in the query). One reason is that the coverage of Roget's is very limited.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "5" |
| }, |
| { |
| "text": "A second point is our weighting method. The advantages of our weighting method can be summarized as follows:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "5" |
| }, |
| { |
| "text": "\u2022 the weight of each expansion term considers the similarity of that term to all terms in the Identify documents discussing the development and application of spaceborne ocean remote sensing.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Narrative: Documents discussing the development and application of spaceborne ocean remote sensing in oceanography, seabed prospecting and mining, or any marinescience activity are relevant. Documents that discuss the application of satellite remote sensing in geography, agriculture, forestry, mining and mineral prospecting or any land-bound science are not relevant, nor are references to international marketing or promotional advertizing of any remote-sensing technology. Synthetic aperture radar (SAR) employed in ocean remote sensing is relevant. original query, rather than to just one query term.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "5" |
| }, |
| { |
| "text": "\u2022 the weight of an expansion term also depends on its similarity within all types of thesaurus.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Our method can accommodate polysemy, because an expansion term taken from a different sense to the original query term sense is given very low weight. The reason for this is that the weighting method depends on all query terms and all of the thesauri. For example, the word bank has many senses in WordNet. Two such senses are the financial institution and river edge senses. In a document collection relating to financial banks, the river sense of bank will generally not be found in the cooccurrence-based thesaurus because of a lack of articles talking about rivers. Even though (with small possibility) there may be some documents in the collection talking about rivers, if the query contained the finance sense of bank then the other terms in the query would also tend to be concerned with finance and not rivers. Thus rivers would only have a relationship with the bank term and there would be no relations with other terms in the original query, resulting in a low weight.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Since our weighting method depends on both the query in its entirety and similarity over the three thesauri, wrong sense expansion terms are given very low weight.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Related Research and Voorhees (1994; proposed an expansion method using WordNet. Our method differs from theirs in that we enrich the coverage of WordNet using two methods of automatic thesaurus construction, and we weight the expansion term appropriately so that it can accommodate polysemy.", |
| "cite_spans": [ |
| { |
| "start": 21, |
| "end": 36, |
| "text": "Voorhees (1994;", |
| "ref_id": "BIBREF26" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "6", |
| "sec_num": null |
| }, |
| { |
| "text": "Although Stairmand (1997) and Richardson (1995) proposed the use of WordNet in information retrieval, they did not use WordNet in the query expansion framework.", |
| "cite_spans": [ |
| { |
| "start": 9, |
| "end": 25, |
| "text": "Stairmand (1997)", |
| "ref_id": "BIBREF22" |
| }, |
| { |
| "start": 30, |
| "end": 47, |
| "text": "Richardson (1995)", |
| "ref_id": "BIBREF14" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "6", |
| "sec_num": null |
| }, |
| { |
| "text": "Our syntactic-relation-based thesaurus is based on the method proposed by Hindle (1990) , although Hindle did not apply it to information retrieval.", |
| "cite_spans": [ |
| { |
| "start": 74, |
| "end": 87, |
| "text": "Hindle (1990)", |
| "ref_id": "BIBREF6" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "6", |
| "sec_num": null |
| }, |
| { |
| "text": "Hindle only extracted subject-verb and object-verb relations, while we also extract adjective-noun and noun-noun relations, in the manner of Grefenstette (1994) , who applied his syntactically-based thesaurus to information retrieval with mixed results. Our system improves on Grefenstette's results since we factor in thesauri which contain hierarchical information absent from his automatically derived thesaurus. Our weighting method follows the Qiu and Frei (1993) method, except that Qiu used it to expand terms from a single automatically constructed thesarus and did not consider the use of more than one thesaurus.", |
| "cite_spans": [ |
| { |
| "start": 141, |
| "end": 160, |
| "text": "Grefenstette (1994)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 449, |
| "end": 468, |
| "text": "Qiu and Frei (1993)", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "6", |
| "sec_num": null |
| }, |
| { |
| "text": "This paper is an extension of our previous work (Mandala et al., to appear 1999 ) in which we ddid not consider the effects of using Roget's Thesaurus as one piece of evidence for expansion and used the Tanimoto coefficient as similarity coefficient instead of mutual information.", |
| "cite_spans": [ |
| { |
| "start": 48, |
| "end": 79, |
| "text": "(Mandala et al., to appear 1999", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "6", |
| "sec_num": null |
| }, |
| { |
| "text": "We have proposed the use of different types of thesaurus for query expansion. The basic idea underlying this method is that each type of thesaurus has different characteristics and combining them provides a valuable resource to expand the query. Wrong expansion terms can be avoided by designing a weighting term method in which the weight of expansion terms not only depends on all query terms, but also depends on their similarity values in all type of thesaurus. Future research will include the use of a parser with better performance and the use of more recent term weighting methods for indexing.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions", |
| "sec_num": "7" |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "The authors would like to thank Mr. Timothy Baldwin (TIT, Japan) and three anonymous referees for useful comments on the earlier version of this paper. We also thank Dr. Chris Buckley (SabIR Research) for support with SMART, and Dr. Satoshi Sekine (New York University) for providing the Apple Pie Parser program. This research is partially supported by JSPS project number JSPS-RFTF96P00502.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgements", |
| "sec_num": "8" |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Thesaurus Construction: A Practical Manual", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Aitchison", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Gilchrist", |
| "suffix": "" |
| } |
| ], |
| "year": 1987, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "J. Aitchison and A. Gilchrist. 1987. Thesaurus Construction: A Practical Manual. Aslib.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "An evaluation of retrieval effectiveness", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [ |
| "C" |
| ], |
| "last": "Blair", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [ |
| "E" |
| ], |
| "last": "Maron", |
| "suffix": "" |
| } |
| ], |
| "year": 1985, |
| "venue": "Communications of the ACM", |
| "volume": "28", |
| "issue": "", |
| "pages": "289--299", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "D.C. Blair and M.E. Maron. 1985. An evalua- tion of retrieval effectiveness. Communications of the ACM, 28:289-299.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Roget's International Thesaurus (Forth Edition)", |
| "authors": [ |
| { |
| "first": "Robert", |
| "middle": [ |
| "L" |
| ], |
| "last": "Chapman", |
| "suffix": "" |
| } |
| ], |
| "year": 1977, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Robert L. Chapman. 1977. Roget's International Thesaurus (Forth Edition). Harper and Row, New York.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Word association norms, mutual information and lexicography", |
| "authors": [ |
| { |
| "first": "Kenneth", |
| "middle": [ |
| "Ward" |
| ], |
| "last": "Church", |
| "suffix": "" |
| }, |
| { |
| "first": "Patrick", |
| "middle": [], |
| "last": "Hanks", |
| "suffix": "" |
| } |
| ], |
| "year": 1990, |
| "venue": "Proceedings of the 27th Annual Meeting of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "76--83", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kenneth Ward Church and Patrick Hanks. 1990. Word association norms, mutual information and lexicography. In Proceedings of the 27th Annual Meeting of the Association for Compu- tational Linguistics, pages 76-83.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Use of syntactic context to produce term association lists for text retrieval", |
| "authors": [ |
| { |
| "first": "Gregory", |
| "middle": [], |
| "last": "Grefenstette", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "Proceedings of the 15th Annual International A CM SIGIR Conference on Research and Development in Information Retrieval", |
| "volume": "", |
| "issue": "", |
| "pages": "89--97", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Gregory Grefenstette. 1992. Use of syntactic context to produce term association lists for text retrieval. In Proceedings of the 15th An- nual International A CM SIGIR Conference on Research and Development in Information Re- trieval, pages 89-97.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Explorations in Automatic Thesaurus Discovery", |
| "authors": [ |
| { |
| "first": "Gregory", |
| "middle": [], |
| "last": "Grefenstette", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Gregory Grefenstette. 1994. Explorations in Automatic Thesaurus Discovery. Kluwer Aca- demic Publisher.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Noun classification from predicate-argument structures", |
| "authors": [ |
| { |
| "first": "Donald", |
| "middle": [], |
| "last": "Hindle", |
| "suffix": "" |
| } |
| ], |
| "year": 1990, |
| "venue": "Proceedings of the 28th Annual Meeting of the Association for Computational Linguistic", |
| "volume": "", |
| "issue": "", |
| "pages": "268--275", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Donald Hindle. 1990. Noun classification from predicate-argument structures. In Proceedings of the 28th Annual Meeting of the Association for Computational Linguistic, pages 268-275.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Combining local context and WordNet similarity for word sense identification", |
| "authors": [ |
| { |
| "first": "Claudia", |
| "middle": [], |
| "last": "Leacock", |
| "suffix": "" |
| }, |
| { |
| "first": "Martin", |
| "middle": [], |
| "last": "Chodorow", |
| "suffix": "" |
| } |
| ], |
| "year": 1988, |
| "venue": "WordNet, An Electronic Lexical Database", |
| "volume": "", |
| "issue": "", |
| "pages": "265--283", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Claudia Leacock and Martin Chodorow. 1988. Combining local context and WordNet similar- ity for word sense identification. In Christiane Fellbaum, editor, WordNet, An Electronic Lex- ical Database, pages 265-283. MIT Press.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Automatic retrieval and clustering of similar words", |
| "authors": [ |
| { |
| "first": "Dekang", |
| "middle": [], |
| "last": "Lin", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "Proceedings of the COLING-ACL'98", |
| "volume": "", |
| "issue": "", |
| "pages": "768--773", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Dekang Lin. 1998. Automatic retrieval and clus- tering of similar words. In Proceedings of the COLING-ACL'98, pages 768-773.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Combining general hand-made and automatically constructed thesauri for information retrieval", |
| "authors": [ |
| { |
| "first": "Rila", |
| "middle": [], |
| "last": "Mandala", |
| "suffix": "" |
| }, |
| { |
| "first": "Takenobu", |
| "middle": [], |
| "last": "Tokunaga", |
| "suffix": "" |
| }, |
| { |
| "first": "Hozumi", |
| "middle": [], |
| "last": "Tanaka", |
| "suffix": "" |
| } |
| ], |
| "year": 1999, |
| "venue": "Proceedings of the 16th International Joint Conference on Artificial Intelligence (IJCAI-99)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Rila Mandala, Takenobu Tokunaga, and Hozumi Tanaka. to appear, 1999. Combining general hand-made and automatically constructed the- sauri for information retrieval. In Proceedings of the 16th International Joint Conference on Artificial Intelligence (IJCAI-99).", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Nouns in WordNet", |
| "authors": [ |
| { |
| "first": "George", |
| "middle": [ |
| "A" |
| ], |
| "last": "Miller", |
| "suffix": "" |
| } |
| ], |
| "year": 1988, |
| "venue": "WordNet, An Electronic Lexieal Database", |
| "volume": "", |
| "issue": "", |
| "pages": "23--46", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "George A. Miller. 1988. Nouns in WordNet. In Christiane Fellbaum, editor, WordNet, An Electronic Lexieal Database, pages 23-46. MIT Press.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Special issue, WordNet: An on-line lexical database", |
| "authors": [ |
| { |
| "first": "George", |
| "middle": [ |
| "A" |
| ], |
| "last": "Miller", |
| "suffix": "" |
| } |
| ], |
| "year": 1990, |
| "venue": "International Journal of Lexicography", |
| "volume": "3", |
| "issue": "4", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "George A. Miller. 1990. Special issue, WordNet: An on-line lexical database. International Jour- nal of Lexicography, 3(4).", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Concept based query expansion", |
| "authors": [ |
| { |
| "first": "Yonggang", |
| "middle": [], |
| "last": "Qiu", |
| "suffix": "" |
| }, |
| { |
| "first": "Hans-Peter", |
| "middle": [], |
| "last": "Frei", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Proceedings of the 16th Annual International ACM SIGIR Conference on Research and Development in Information Retrieval", |
| "volume": "", |
| "issue": "", |
| "pages": "160--169", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yonggang Qiu and Hans-Peter Frei. 1993. Con- cept based query expansion. In Proceedings of the 16th Annual International ACM SIGIR Conference on Research and Development in Information Retrieval, pages 160-169.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Using information content to evaluate semantic similarity in a taxonomy", |
| "authors": [ |
| { |
| "first": "Philip", |
| "middle": [], |
| "last": "Resnik", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "Proceedings of the l~th International Joint Conference on Artificial Intelligence (1JCAI-95)", |
| "volume": "", |
| "issue": "", |
| "pages": "448--453", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Philip Resnik. 1995. Using information content to evaluate semantic similarity in a taxonomy. In Proceedings of the l~th International Joint Conference on Artificial Intelligence (1JCAI- 95), pages 448-453.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Using WordNet in a knowledge-based approach to information retrieval", |
| "authors": [ |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Richardson", |
| "suffix": "" |
| }, |
| { |
| "first": "Alan", |
| "middle": [ |
| "F" |
| ], |
| "last": "Smeaton", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "R. Richardson and Alan F. Smeaton. 1995. Using WordNet in a knowledge-based approach to in- formation retrieval. Technical Report CA-0395, School of Computer Applications, Dublin City University.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "Experiments on linguisticallybased term associations. Information Processing and Management", |
| "authors": [ |
| { |
| "first": "Gerda", |
| "middle": [], |
| "last": "Ruge", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "", |
| "volume": "28", |
| "issue": "", |
| "pages": "317--332", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Gerda Ruge. 1992. Experiments on linguistically- based term associations. Information Process- ing and Management, 28(3):317-332.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "An Introduction to Modern Information Retrieval", |
| "authors": [ |
| { |
| "first": "Gerard", |
| "middle": [], |
| "last": "Salton", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Mcgill", |
| "suffix": "" |
| } |
| ], |
| "year": 1983, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Gerard Salton and M McGill. 1983. An In- troduction to Modern Information Retrieval. McGraw-Hill.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "The SMART Retrieval System: Experiments in Automatic Document Processing", |
| "authors": [ |
| { |
| "first": "Gerard", |
| "middle": [], |
| "last": "Salton", |
| "suffix": "" |
| } |
| ], |
| "year": 1971, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Gerard Salton. 1971. The SMART Retrieval Sys- tem: Experiments in Automatic Document Pro- cessing. Prentice-Hall.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "A cooccurrence-based thesaurus and two applications to information retrieval", |
| "authors": [ |
| { |
| "first": "Hinrich", |
| "middle": [], |
| "last": "Schutze", |
| "suffix": "" |
| }, |
| { |
| "first": "Jan", |
| "middle": [ |
| "O" |
| ], |
| "last": "Pederson", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "Proceedings of the RIA O 94 Conference", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hinrich Schutze and Jan O. Pederson. 1994. A cooccurrence-based thesaurus and two applica- tions to information retrieval. In Proceedings of the RIA O 94 Conference.", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "title": "A cooccurrence-based thesaurus and two applications to information retrieval", |
| "authors": [ |
| { |
| "first": "Hinrich", |
| "middle": [], |
| "last": "Schutze", |
| "suffix": "" |
| } |
| ], |
| "year": 1997, |
| "venue": "Information Processing and Management", |
| "volume": "33", |
| "issue": "3", |
| "pages": "307--318", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hinrich Schutze and Jan 0. Pederson. 1997. A cooccurrence-based thesaurus and two applica- tions to information retrieval. Information Pro- cessing and Management, 33(3):307-318.", |
| "links": null |
| }, |
| "BIBREF20": { |
| "ref_id": "b20", |
| "title": "A corpus-based probabilistic grammar with only two non-terminals", |
| "authors": [ |
| { |
| "first": "Satoshi", |
| "middle": [], |
| "last": "Sekine", |
| "suffix": "" |
| }, |
| { |
| "first": "Ralph", |
| "middle": [], |
| "last": "Grishman", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "Proceedings of the International Workshop on Parsing Technologies", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Satoshi Sekine and Ralph Grishman. 1995. A corpus-based probabilistic grammar with only two non-terminals. In Proceedings of the Inter- national Workshop on Parsing Technologies.", |
| "links": null |
| }, |
| "BIBREF21": { |
| "ref_id": "b21", |
| "title": "Running TREC-4 experiments: A chronological report of query expansion experiments carried out as part of TREC-4", |
| "authors": [ |
| { |
| "first": "Alan", |
| "middle": [ |
| "F" |
| ], |
| "last": "Smeaton", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Berrut", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "Proceedings of The Fourth Text REtrieval Conference (TREC-4). NIST special publication", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Alan F. Smeaton and C. Berrut. 1995. Running TREC-4 experiments: A chronological report of query expansion experiments carried out as part of TREC-4. In Proceedings of The Fourth Text REtrieval Conference (TREC-4). NIST special publication.", |
| "links": null |
| }, |
| "BIBREF22": { |
| "ref_id": "b22", |
| "title": "Textual context analysis for information retrieval", |
| "authors": [ |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Mark", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Stairmand", |
| "suffix": "" |
| } |
| ], |
| "year": 1997, |
| "venue": "Proceedings of the 20th Annual International A CM-SIGIR Conference on Research and Development in Information Retrieval", |
| "volume": "", |
| "issue": "", |
| "pages": "140--147", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mark A. Stairmand. 1997. Textual context anal- ysis for information retrieval. In Proceedings of the 20th Annual International A CM-SIGIR Conference on Research and Development in Information Retrieval, pages 140-147.", |
| "links": null |
| }, |
| "BIBREF23": { |
| "ref_id": "b23", |
| "title": "Overview of the Seventh Text REtrieval Conference (TREC-7)", |
| "authors": [ |
| { |
| "first": "Ellen", |
| "middle": [ |
| "M" |
| ], |
| "last": "Voorhees", |
| "suffix": "" |
| }, |
| { |
| "first": "Donna", |
| "middle": [], |
| "last": "Harman", |
| "suffix": "" |
| } |
| ], |
| "year": 1999, |
| "venue": "Proceedings of the Seventh Text REtrieval Conference", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ellen M. Voorhees and Donna Harman. to ap- pear, 1999. Overview of the Seventh Text RE- trieval Conference (TREC-7). In Proceedings of the Seventh Text REtrieval Conference. NIST Special Publication.", |
| "links": null |
| }, |
| "BIBREF24": { |
| "ref_id": "b24", |
| "title": "Using WordNet for text retrieval", |
| "authors": [ |
| { |
| "first": "Ellen", |
| "middle": [ |
| "M" |
| ], |
| "last": "Voorhees", |
| "suffix": "" |
| } |
| ], |
| "year": 1988, |
| "venue": "An Electronic Lexical Database", |
| "volume": "", |
| "issue": "", |
| "pages": "285--303", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ellen M. Voorhees. 1988. Using WordNet for text retrieval. In Christiane Fellbaum, editor, Word- Net, An Electronic Lexical Database, pages 285- 303. MIT Press.", |
| "links": null |
| }, |
| "BIBREF25": { |
| "ref_id": "b25", |
| "title": "Using wordnet to disambiguate word senses for text retrieval", |
| "authors": [ |
| { |
| "first": "Ellen", |
| "middle": [ |
| "M" |
| ], |
| "last": "Voorhees", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Proceedings of the 16th Annual International ACM-SIGIR Conference on Research and Development in Information Retrieval", |
| "volume": "", |
| "issue": "", |
| "pages": "171--180", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ellen M. Voorhees. 1993. Using wordnet to dis- ambiguate word senses for text retrieval. In Proceedings of the 16th Annual International ACM-SIGIR Conference on Research and De- velopment in Information Retrieval, pages 171- 180.", |
| "links": null |
| }, |
| "BIBREF26": { |
| "ref_id": "b26", |
| "title": "Query expansion using lexical-semantic relations", |
| "authors": [ |
| { |
| "first": "Ellen", |
| "middle": [ |
| "M" |
| ], |
| "last": "Voorhees", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "Proceedings of the 17th Annual International ACM-SIGIR Conference on Research and Development in Information Retrieval", |
| "volume": "", |
| "issue": "", |
| "pages": "61--69", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ellen M. Voorhees. 1994. Query expansion using lexical-semantic relations. In Proceedings of the 17th Annual International ACM-SIGIR Con- ference on Research and Development in Infor- mation Retrieval, pages 61-69.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "uris": null, |
| "text": "An Example WordNet entry 9. Relation. --N. relation, bearing, reference, connection, concern,, cogaation ; correlation c. 12; analogy; similarity c. 17; affinity, homology, alliance, homogeneity, association; approximation c. (nearness) 197; filiation c. (consanguinity) 11[obs3]; interest; relevancy c. 23; dependency, relationship, relative position. comparison c. 464; ratio, proportion. link, tie, bond of union.", |
| "num": null, |
| "type_str": "figure" |
| }, |
| "FIGREF1": { |
| "uris": null, |
| "text": "A fragment of a Roget's Thesaurus entry as parseval recall 77.45 % and parseval precision 75.58 %.", |
| "num": null, |
| "type_str": "figure" |
| }, |
| "FIGREF2": { |
| "uris": null, |
| "text": "Inoun(ni,nj) = log f .... (~j,~)/N ....where (f \u2022oun (nj )/ Nnou. )(f (ni )/ Nnoun ) f(ai,nj) is the frequency of noun nj occurring as the argument of noun hi, fnoun(nj) is the frequency of the noun n~ occurring as the argument of any noun, f(ni) is the frequency of the noun hi, and N.o~,n is the number of noun clauses.", |
| "num": null, |
| "type_str": "figure" |
| }, |
| "FIGREF3": { |
| "uris": null, |
| "text": "An example parse tree \u2022 a noun, if r is the noun-noun relation.", |
| "num": null, |
| "type_str": "figure" |
| }, |
| "FIGREF4": { |
| "uris": null, |
| "text": "Figure 4: Topics Example", |
| "num": null, |
| "type_str": "figure" |
| }, |
| "TABREF0": { |
| "content": "<table><tr><td>fob~ (nj ,11i )/Nobj \u2022 Iobj(Vi, nj) = log (Yob~(nj)/Nob~)(f(vl)/Nob~)</td></tr></table>", |
| "text": "is the frequency of noun nj occurring as the subject of verb vi, L~,b(n~) is the frequency of the noun nj occurring as subject of any verb, f(vi) is the frequency of the verb vi, and Nsub is the number of subject clauses. fobj(Vi, nj) is the frequency of noun nj occurring as the object of verb vi, fobj(nj) is the frequency of the noun nj occurring as object of any verb, f(vi) is the frequency of the verb vi, and Nsub is the number of object clauses.", |
| "type_str": "table", |
| "num": null, |
| "html": null |
| }, |
| "TABREF1": { |
| "content": "<table><tr><td colspan=\"4\">:TREC-7 Topic length statistics</td></tr><tr><td colspan=\"4\">Topic Section Min Max Mean</td></tr><tr><td>Title</td><td>1</td><td>3</td><td>2.5</td></tr><tr><td>Description</td><td>5</td><td>34</td><td>14.3</td></tr><tr><td>Narrative</td><td>14</td><td>92</td><td>40.8</td></tr><tr><td>All</td><td>31</td><td>114</td><td>57.6</td></tr></table>", |
| "text": "", |
| "type_str": "table", |
| "num": null, |
| "html": null |
| }, |
| "TABREF2": { |
| "content": "<table><tr><td/><td/><td colspan=\"2\">:TREC-7 Document statistics</td><td/></tr><tr><td>Source</td><td colspan=\"4\">Size(Mb) #Docs I Median# t Mean#</td></tr><tr><td/><td/><td/><td colspan=\"2\">Words/Doc Words/Doc</td></tr><tr><td/><td/><td>Disk 4</td><td/><td/></tr><tr><td>FT</td><td>564</td><td>t210,1581</td><td>316</td><td>412.7</td></tr><tr><td>FR94</td><td>395</td><td>1155,630</td><td>588</td><td>644.7</td></tr><tr><td/><td/><td>Disk 5</td><td/><td/></tr><tr><td>FBIS</td><td colspan=\"3\">4701130,47113221543.6</td><td/></tr><tr><td>LA Times</td><td>475</td><td>131,896</td><td>351</td><td>526.5</td></tr><tr><td>Title :</td><td/><td/><td/><td/></tr><tr><td colspan=\"2\">ocean remote sensing</td><td/><td/><td/></tr><tr><td>Description:</td><td/><td/><td/><td/></tr></table>", |
| "text": "", |
| "type_str": "table", |
| "num": null, |
| "html": null |
| }, |
| "TABREF3": { |
| "content": "<table><tr><td/><td/><td/><td colspan=\"3\">Expanded with</td><td/></tr><tr><td>Topic Type</td><td>Base</td><td>WordNet</td><td>Roget</td><td>Syntac</td><td colspan=\"2\">Cooccur Combined</td></tr><tr><td/><td/><td>only</td><td>only</td><td>only</td><td>only</td><td>method</td></tr><tr><td>Title</td><td>0.1175</td><td>0.1276</td><td>0.1236</td><td>0.1386</td><td>0.1457</td><td>0.2314</td></tr><tr><td/><td/><td>(+8.6%)</td><td colspan=\"2\">(+5.2 %) (+17.9%)</td><td>(+24.0%)</td><td>(+96.9%)</td></tr><tr><td colspan=\"2\">Description 0.1428</td><td>0.1509</td><td>0,1477</td><td>0.1648</td><td>0.1693</td><td>0.2645</td></tr><tr><td/><td/><td>(+5.7%)</td><td colspan=\"3\">(+3.4%) (+15.4%) (+18.5%)</td><td>(+85.2%)</td></tr><tr><td>All</td><td>0.1976</td><td>0.2010</td><td>0.1999</td><td>0.2131</td><td>0.2191</td><td>0.2724</td></tr><tr><td/><td/><td>(+1.7%)</td><td>(+1.2%)</td><td>(+7.8%)</td><td>(+10.8%)</td><td>(+37.8%)</td></tr></table>", |
| "text": "Average non-interpolated precision for expansion using single or combined thesauri.", |
| "type_str": "table", |
| "num": null, |
| "html": null |
| } |
| } |
| } |
| } |