| { |
| "paper_id": "P96-1003", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T09:02:35.744125Z" |
| }, |
| "title": "Noun-Phrase Analysis in Unrestricted Text for Information Retrieval", |
| "authors": [ |
| { |
| "first": "David", |
| "middle": [ |
| "A" |
| ], |
| "last": "Evans", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "Laboratory for Computational Linguistics", |
| "institution": "Carnegie Mellon Univeristy Pittsburgh", |
| "location": { |
| "postCode": "15213", |
| "region": "PA" |
| } |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Chengxiang", |
| "middle": [], |
| "last": "Zhai", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "Laboratory for Computational Linguistics", |
| "institution": "Carnegie Mellon Univeristy Pittsburgh", |
| "location": { |
| "postCode": "15213", |
| "region": "PA" |
| } |
| }, |
| "email": "" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "Information retrieval is an important application area of natural-language processing where one encounters the genuine challenge of processing large quantities of unrestricted natural-language text. This paper reports on the application of a few simple, yet robust and efficient nounphrase analysis techniques to create better indexing phrases for information retrieval. In particular, we describe a hybrid approach to the extraction of meaningful (continuous or discontinuous) subcompounds from complex noun phrases using both corpus statistics and linguistic heuristics. Results of experiments show that indexing based on such extracted subcompounds improves both recall and precision in an information retrieval system. The noun-phrase analysis techniques are also potentially useful for book indexing and automatic thesaurus extraction.", |
| "pdf_parse": { |
| "paper_id": "P96-1003", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "Information retrieval is an important application area of natural-language processing where one encounters the genuine challenge of processing large quantities of unrestricted natural-language text. This paper reports on the application of a few simple, yet robust and efficient nounphrase analysis techniques to create better indexing phrases for information retrieval. In particular, we describe a hybrid approach to the extraction of meaningful (continuous or discontinuous) subcompounds from complex noun phrases using both corpus statistics and linguistic heuristics. Results of experiments show that indexing based on such extracted subcompounds improves both recall and precision in an information retrieval system. The noun-phrase analysis techniques are also potentially useful for book indexing and automatic thesaurus extraction.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Information retrieval (IR) is an important application area of naturaManguage processing (NLP). 1 The IR (or perhaps more accurately \"text retrieval\") task may be characterized as the problem of selecting a subset of documents (from a document collection) whose content is relevant to the information need of a user as expressed by a query. The document collections involved in IR are often gigabytes of unrestricted natural-language text. A user's query may be expressed in a controlled language (e.g., a boolean expression of keywords) or, more desirably, a natural language, such as English.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Information Retrieval", |
| "sec_num": "1.1" |
| }, |
| { |
| "text": "A typical IR system works as follows. The documents to be retrieved are processed to extract indexing terms or content carriers, which are usually (Evans, 1990; Smeaton, 1992; Lewis & Sparck Jones, 1996) single words or (less typically) phrases. The indexing terms provide a description of the document's content. Weights are often assigned to terms to indicate how well they describe the document. A (natural-language) query is processed in a similar way to extract query terms. Query terms are then matched against the indexing terms of a document to determine the relevance of each document to the quer3a", |
| "cite_spans": [ |
| { |
| "start": 147, |
| "end": 160, |
| "text": "(Evans, 1990;", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 161, |
| "end": 175, |
| "text": "Smeaton, 1992;", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 176, |
| "end": 203, |
| "text": "Lewis & Sparck Jones, 1996)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Information Retrieval", |
| "sec_num": "1.1" |
| }, |
| { |
| "text": "The ultimate goal of an IR system is to increase both precision, the proportion of retrieved documents that are relevant, as well as recall, the proportion of relevant document that are retrieved. However, the real challenge is to understand and represent appropriately the content of a document and quer~ so that the relevance decision can be made efficiently, without degrading precision and recall. A typical solution to the problem of making relevance decisions efficient is to require exact matching of indexing terms and query terms, with an evaluation of the 'hits' based on a scoring metric. Thus, for instance, in vector-space models of relevance ranking, both the indexing terms of a document and the query terms are treated as vectors (with individual term weights) and the similarity between the two vectors is given by a cosine-distance measure, essentially the angle between any two vectors?", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Information Retrieval", |
| "sec_num": "1.1" |
| }, |
| { |
| "text": "One can regard almost any IR system as performing an NLP task: text is 'parsed\" for terms and terms are used to express 'meaning'--to capture document content. Clearly, most traditional IR systems do not attempt to find structure in the naturallanguage text in the 'parsing' process; they merely extract word-like strings to use in indexing. Ideally, however, extracted structure would directly reflect the encoded linguistic relations among terms-captuing the conceptual content of the text better than simple word-strings.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Natural-Language Processing for IR", |
| "sec_num": "1.2" |
| }, |
| { |
| "text": "There are several prerequisites for effective NLP in an IR application, including the following.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Natural-Language Processing for IR", |
| "sec_num": "1.2" |
| }, |
| { |
| "text": "2 (Salton & McGill, 1983) 1. Ability to process large amounts of text", |
| "cite_spans": [ |
| { |
| "start": 2, |
| "end": 25, |
| "text": "(Salton & McGill, 1983)", |
| "ref_id": "BIBREF15" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Natural-Language Processing for IR", |
| "sec_num": "1.2" |
| }, |
| { |
| "text": "The amount of text in the databases accessed by modem IR systems is typically measured in gigabytes. This requires that the NLP used must be extraordinarily efficient in both its time and space requirements. It would be impractical to use a parser with the speed of one or two sentences per second.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Natural-Language Processing for IR", |
| "sec_num": "1.2" |
| }, |
| { |
| "text": "2. Ability to process unrestricted text The text database for an IR task is generally unrestricted natural-language text possibly encompassing many different domains and topics. A parser must be able to manage the many kinds of problems one sees in natural-language corpora, including the processing of unknown words, proper names, and unrecognized structures. Often more is required, as when spelling, transcription, or OCR errors occur. Thus, the NLP used must be especially robust.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Natural-Language Processing for IR", |
| "sec_num": "1.2" |
| }, |
| { |
| "text": "While the large amount of unrestricted text makes NLP more difficult for IR, the fact that a deep and complete understanding of the text may not be necessary for IR makes NLP for IR relatively easier than other NLP tasks such as machine translation. The goal of an IR system is essentially to classify documents (as relevant or irrelevant) vis-a-vis a query. Thus, it may suffice to have a shallow and partial representation of the content of documents.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Need for shallow understanding", |
| "sec_num": "3." |
| }, |
| { |
| "text": "Information retrieval thus poses the genuine challenge of processing large volumes of unrestricted natural-language text but not necessarily at a deep level.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Need for shallow understanding", |
| "sec_num": "3." |
| }, |
| { |
| "text": "This paper reports on our evaluation of the use of simple, yet robust and efficient noun-phrase analysis techniques to enhance phrase-based IR. In particular, we explored an extension of the ~phrasebased indexing in the CLARIT TM system \u00b0 using a hybrid approach to the extraction of meaningful (continuous or discontinuous) subcompounds from complex noun phrases exploiting both corpusstatistics and linguistic heuristics. Using such subcompounds rather than whole noun phrases as indexing terms helps a phrase-based IR system solve the phrase normalization problem, that is, the problem of matching syntactically different, but semantically similar phrases. The results of our experiments show that both recall and precision are improved by using extracted subcompounds for indexing.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Our Work", |
| "sec_num": "1.3" |
| }, |
| { |
| "text": "The selection of appropriate indexing terms is critical to the improvement of both precision and recall in an IR task. The ideal indexing terms would directly represent the concepts in a document. Since 'concepts' are difficult to represent and extract (as well as to define), concept-based indexing is an elusive goal. Virtually all commercial IR systems (with the exception of the CLARIT system) index only on \"words', since the identification of words in texts is typically easier and more efficient than the identification of more complex structures. However, single words are rarely specific enough to support accurate discrimination and their groupings are often accidental. An often cited example is the contrast between \"junior college\" and \"college junior\". Word-based indexing cannot distinguish the phrases, though their meanings are quite different. Phrase-based indexing, on the other hand, as a step toward the ideal of concept-based indexing, can address such a case directly.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Phrase-Based Indexing", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Indeed, it is interesting to note that the use of phrases as index terms has increased dramatically among the systems that participate in the TREC evaluations. ~ Even relatively traditional word-based systems are exploring the use of multiword terms by supplementing words with statistical phrases--selected high frequency adjacent word pairs (bigrams). And a few systems, such as CLARIT--which uses simplex noun phrases, attested subphrases, and contained words as index terms--and New York University's TREC systemS--which uses \"head-modifier pairs\" derived from identified noun phrases--have demonstrated the practicality and effectiveness of thorough NLP in IR tasks.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Phrase-Based Indexing", |
| "sec_num": "2" |
| }, |
| { |
| "text": "The experiences of the CLAR1T system are instructive. By using selective NLP to identify simplex NPs, CLARIT generates phrases, subphrases, and individual words to use in indexing documents and queries. Such a first-order analysis of the linguistic structures in texts approximates concepts and affords us alternative methods for calculating the fit between documents and queries. In particular, we can choose to treat some phrasal structures as atomic units and others as additional information about (or representations of) content. There are immediate effects in improving precision:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Phrase-Based Indexing", |
| "sec_num": "2" |
| }, |
| { |
| "text": "1. Phrases can replace individual indexing words.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Phrase-Based Indexing", |
| "sec_num": "2" |
| }, |
| { |
| "text": "For example, if both \"dog\" and \"hot\" are used for indexing, they will match any query in which both words occur. But if only the phrase \"hot dog\" is used as an index term, then it will only match the same phrase, not any of the individual words.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Phrase-Based Indexing", |
| "sec_num": "2" |
| }, |
| { |
| "text": "3 (Evans et al., 1991; Evans et al., 1996) 2. Phrases can supplement word-level matches.", |
| "cite_spans": [ |
| { |
| "start": 2, |
| "end": 22, |
| "text": "(Evans et al., 1991;", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 23, |
| "end": 42, |
| "text": "Evans et al., 1996)", |
| "ref_id": "BIBREF4" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Phrase-Based Indexing", |
| "sec_num": "2" |
| }, |
| { |
| "text": "For example, if only the individual words \"junior\" and \"college\" are used for indexing, both \"junior college\" and \"college junior\" will match a query with the phrase \"junior college\" equally well. But if we also use the phrase \"junior college\" for indexing, then \"junior college\" will match better than \"college junior\", even though the latter also will receive some credit as a match at the word level.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Phrase-Based Indexing", |
| "sec_num": "2" |
| }, |
| { |
| "text": "We can see, then, that it is desirable to distinquish-and, if possible, extract--two kinds of phrases: those that behave as lexical atoms and those that reflect more general linguistic relations.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Phrase-Based Indexing", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Lexical atoms help us by obviating the possibility of extraneous word matches that have nothing to do with true relevance. We do not want \"hot\" or \"dog\" to match on \"hot dog\". In essence, we want to eliminate the effect of the independence assumption at the word level by creating new words--the lexical atoms--in which the individual word dependencies are explicit (structural).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Phrase-Based Indexing", |
| "sec_num": "2" |
| }, |
| { |
| "text": "More general phrases help us by adding detail. Indeed, all possible phrases (or paraphrases) of actual content in a document are potentially valuable in indexing. In practice, of course, the indexing term space has to be limited, so it is necessary to select a subset of phrases for indexing. Short phrases (often nominal compounds) are preferred over long complex phrases, because short phrases have better chances for matching short phrases in queries and will still match longer phrases owing to the short phrases they have in common. Using only short phrases also helps solve the phrase normalization problem of matching syntactically different long phrases (when they share similar meaning). 6", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Phrase-Based Indexing", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Thus, lexical atoms and small nominal compounds should make good indexing phrases. While the CLARIT system does index at the level of phrases and subphrases, it does not currently index on lexical atoms or on the small compounds that can be derived from complex NPs, in particular, reflecting cross-simplex NP dependency relations. Thus, for example, under normal CLARIT processing the phrase \"the quality of surface of treated stainless steel strip \"7 would yield index terms such as \"treated stainless steel strip\", \"treated stainless steel\", \"stainless steel strip\", and \"stainless steel\" (as a phrase, not lexical atom), along with all the relevant single-word terms in the phrase. But the process would not identify \"stainless steel\" as a potential lexical atom or find terms such as \"surface quality\", \"strip surface\", and \"treated strip\".", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Phrase-Based Indexing", |
| "sec_num": "2" |
| }, |
| { |
| "text": "To achieve more complete (and accurate) phrasebased indexing, we propose to use the following 6 (Smeaton, 1992) ZThis is an actual example from a U.S. patent document.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Phrase-Based Indexing", |
| "sec_num": "2" |
| }, |
| { |
| "text": "four kinds of phrases as indexing terms:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Phrase-Based Indexing", |
| "sec_num": "2" |
| }, |
| { |
| "text": "1. Lexical atoms (e.g., \"hot dog\" or 2.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Phrase-Based Indexing", |
| "sec_num": "2" |
| }, |
| { |
| "text": "3.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Phrase-Based Indexing", |
| "sec_num": "2" |
| }, |
| { |
| "text": "perhaps \"stainless steel\" in the example above)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "4.", |
| "sec_num": null |
| }, |
| { |
| "text": "Head modifier pairs (e.g., \"treated strip\" and \"steel strip\" in the example above)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "4.", |
| "sec_num": null |
| }, |
| { |
| "text": "Subcompounds (e.g., \"stainless steel strip\" in the example above)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "4.", |
| "sec_num": null |
| }, |
| { |
| "text": "Cross-preposition modification pairs (e.g., \"surface quality\" in the example above)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "4.", |
| "sec_num": null |
| }, |
| { |
| "text": "In effect, we aim to augment CLARIT indexing with lexical atoms and phrases capturing additional (discontinuous) modification relations than those that can be found within simplex NPs.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "4.", |
| "sec_num": null |
| }, |
| { |
| "text": "It is clear that a certain level of robust and efficient noun-phrase analysis is needed to extract the above four kinds of small compounds from a large unrestricted corpus. In fact, the set of small compounds extracted from a noun phrase can be regarded as a weak representation of the meaning of the noun phrase, since each meaningful small compound captures a part of the meaning of the noun phrase. In this sense, extraction of such small compounds is a step toward a shallow interpretation of noun phrases. Such weak interpretation is useful for tasks like information retrieval, document classification, and thesaurus extraction, and indeed forms the basis in the CLARIT system for automated thesaurus discovery.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "4.", |
| "sec_num": null |
| }, |
| { |
| "text": "Our task is to parse text into NPs, analyze the noun phrases, and extract the four kinds of small compounds given above. Our emphasis is on robust and efficient NLP techniques to support large-scale applications.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Methodology", |
| "sec_num": "3" |
| }, |
| { |
| "text": "For our purposes, we need to be able to identify all simplex and complex NPs in a text. Complex NPs are defined as a sequence of simplex NPs that are associated with one another via prepositional phrases. We do not consider simplex NPs joined by relative clauses.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Methodology", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Our approach to NLP involves a hybrid use of corpus statistics supplemented by linguistic heuristics. We assume that there is no training data (making the approach more practically useful) and, thus, rely only on statistical information in the document database itself. This is different from many current statistical NLP techniques that require a training corpus. The volume of data we see in IR tasks also makes it impractical to use sophisticated statistical computations.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Methodology", |
| "sec_num": "3" |
| }, |
| { |
| "text": "The use of linguistic heuristics can assist statistical analysis in several ways. First, it can focus the use of statistics by helping to eliminate irrelevant structures from consideration. For example, syntactic category analysis can filter out impossible word modification pairs, such as [adjective, adjective] and [noun, adjective] . Second, it may improve the reliability of statistical decisions. For example, the counting ofbigrams that occur only within noun phrases is more reliable for lexical atom discovery than the counting of all possible bigrams that occur in the corpus. In addition, syntactic category analysis is also helpful in adjusting cutoff parameters for statistics. For example, one useful heuristic is that we should use a higher threshold of reliability (evidence) for accepting the pair [adjective, noun] as a lexical atom than for the pair [noun, noun]: a noun-noun pair is much more likely to be a lexical atom than an adjective-noun one.", |
| "cite_spans": [ |
| { |
| "start": 317, |
| "end": 334, |
| "text": "[noun, adjective]", |
| "ref_id": null |
| }, |
| { |
| "start": 814, |
| "end": 831, |
| "text": "[adjective, noun]", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Methodology", |
| "sec_num": "3" |
| }, |
| { |
| "text": "The general process of phrase generation is illustrated in Figure 1 . We used the CLARIT NLP module as a preprocessor to produce NPs with syntactic categories attached to words. We did not attempt to utilize CLARIT complex-NP generation or subphrase analysis, since we wanted to focus on the specific techniques for subphrase discovery that we describe in this paper. After preprocessing, the system works in two stages--parsing and generation. In the parsing stage, each simplex noun phrase in the corpus is parsed. In the generation stage, the structured noun phrase is used to generate candidates for all four kinds of small compounds, which are further tested for occurrence (validity) in the corpus.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 59, |
| "end": 67, |
| "text": "Figure 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Methodology", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Parsing of simplex noun phrases is done in multiple phases. At each phase, noun phrases are partially parsed, then the partially parsed structures are used as input to start another phase of partial pars-ing. Each phase of partial parsing is completed by concatenating those most reliable modification pairs together to form a single unit. The reliability of a modification pair is determined by a score based on frequency statistics and category analysis and is further tested via local optimum phrase analysis (described below). Lexical atoms are discovered at the same time, during simplex noun phrase parsing.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Methodology", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Phrase generation is quite simple. Once the structure of a noun phrase (with marked lexical atoms) is known, the four kinds of small compounds can be easily produced. Lexical atoms are already available. Head-modifier pairs can be extracted based on the modification relations implied by the structure. Subcompounds are just the substructures of the NP. Cross-preposition pairs are generated by enumerating all possible pairs of the heads of each simplex NP within a complex NP in backward order. 8", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Methodology", |
| "sec_num": "3" |
| }, |
| { |
| "text": "To validate discontinuous compounds such as non-sequential head-modifier pairs and crosspreposition pairs, we use a standard technique of CLARIT processing, viz., we test any nominated compounds against the corpus itself. If we find independently attested (whole) simplex NPs that match the candidate compounds, we accept the candidates as index terms. Thus for the NP \"the quality of surface of treated stainless steel strip\", the head-modifier pairs \"treated strip\", \"stainless steel\", \"stainless strip\", and \"steel strip\", and the cross-preposition pairs \"strip surface\", \"surface quality\", and \"strip quality\", would be generated as index terms only if we found independent evidence of such phrases in the corpus in the form of free-standing simplex NPs.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Methodology", |
| "sec_num": "3" |
| }, |
| { |
| "text": "A lexical atom is a semantically coherent phrase unit. Lexical atoms may be found among proper names, idioms, and many noun-noun compounds. Usually they are two-word phrases, but sometimes they can consist of three or even more words, as in the case of proper names and technical terms. Examples of lexical atoms (in general English) are \"hot dog\", \"tear gas\", \"part of speech\", and \"yon Neumann\".", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Lexical Atom Discovery", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "However, recognition of lexical atoms in free text is difficult. In particular, the relevant lexical atoms for a corpus of text will reflect the various discourse domains encompassed by the text. In a collection of medical documents, for example, \"Wilson's disease\" (an actual rheumatological disorder) may be used as a lexical atom, whereas in a collection of general news stories, \"Wilson's disease\" (reference to the disease that Wilson has) may not be a lexical atom. Note that in the case of the medical usage, we would commonly find \"Wilson's disease\" as a bigram and we would not find, for example, \"Wilson's severe disease\" as a phrase, though the latter might well occur in the general news corpus. This example serves to illustrate the essential observation that motivates our heuristics for identitying lexical atoms in a corpus: (1) words in lexical atoms have strong association, and thus tend to co-occur as a phrase and (2) when the words in a lexical atom co-occur in a noun phrase, they are never or rarely separated.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Lexical Atom Discovery", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "The detection of lexical atoms, like the parsing of simplex noun phrases, is also done in multiple phases. At each phase, only two adjacent units are considered. So, initiall~ only two-word lexical atoms can be detected. But, once a pair is determined to be a lexical atom, it will behave exactly like a single word in subsequent processing, so, in later phases, atoms with more than two words can be detected.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Lexical Atom Discovery", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "Suppose the pair to test is [W1, W2]. The first heuristic is implemented by requiring the frequency of the pair to be higher than the frequency of any other pair that is formed by either word with other words in common contexts (within a simplex noun phrase). The intuition behind the test is that (1) in general, the high frequency of a bigram in a simple noun phrase indicates strong association and (2) we want to avoid the case where [W1, W2] has a high frequency, but [W1, W2, W] (or [W, W1, W2]) has an even higher frequency, which implies that W2 (or W1) has a stronger association with W than with W1 (or W2, respectively). More precisely, we require the following:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Lexical Atom Discovery", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "MaxRDF(W1, W2) = Maxw( U in ( DF(W1, W) , F(W2, W) ) ) W is any context word in a noun phrase and F(X, Y) and DF(X, Y) The second heuristic requires that we record all cases where two words occur in simplex NPs and compare the number of times the words occur as a strictly adjacent pair with the number of times they are separated. The second heuristic is simply implemented by requiring that F(W1, W2) be much higher than DF(W1, W2) (where 'higher' is determined by some threshold).", |
| "cite_spans": [ |
| { |
| "start": 110, |
| "end": 118, |
| "text": "DF(X, Y)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 28, |
| "end": 39, |
| "text": "( DF(W1, W)", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "F(W~, W2) > Maa:LDF(W~, W2) and F(W~, W2) > Ma3:RDF(W1, W2) Where, MaxLDF(W1, W2) = Maxw( U in( F(W, W1), DF(W, W2))) and", |
| "sec_num": null |
| }, |
| { |
| "text": "Syntactic category analysis also helps filter out impossible lexical atoms and establish the thresh-old for passing the second test. Only the following category combinations are allowed for lexical atoms: [noun, noun] , [noun, lexatom] , [lexatom, noun] , [adjective, noun] , and [adjective, lexatom] , where \"lexatom\" is the category for a detected lexical atom. For combinations other than [noun, noun] , the threshold for passing the second test is high.", |
| "cite_spans": [ |
| { |
| "start": 205, |
| "end": 217, |
| "text": "[noun, noun]", |
| "ref_id": null |
| }, |
| { |
| "start": 220, |
| "end": 235, |
| "text": "[noun, lexatom]", |
| "ref_id": null |
| }, |
| { |
| "start": 238, |
| "end": 253, |
| "text": "[lexatom, noun]", |
| "ref_id": null |
| }, |
| { |
| "start": 256, |
| "end": 273, |
| "text": "[adjective, noun]", |
| "ref_id": null |
| }, |
| { |
| "start": 280, |
| "end": 300, |
| "text": "[adjective, lexatom]", |
| "ref_id": null |
| }, |
| { |
| "start": 392, |
| "end": 404, |
| "text": "[noun, noun]", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "F(W~, W2) > Maa:LDF(W~, W2) and F(W~, W2) > Ma3:RDF(W1, W2) Where, MaxLDF(W1, W2) = Maxw( U in( F(W, W1), DF(W, W2))) and", |
| "sec_num": null |
| }, |
| { |
| "text": "In practice, the process effectively nominates phrases that are true atomic concepts (in a particular domain of discourse) or are being used so consistently as unit concepts that they can be safely taken to be lexical atoms. For example, the lexical atoms extracted by this process from the CACM corpus (about 1 MB) include \"operating system\", \"data structure\", \"decision table\", \"data base\", \"real time\", \"natural language\", \"on line\", \"least squares\", \"numerical integration\", and \"finite state automaton\", among others.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "F(W~, W2) > Maa:LDF(W~, W2) and F(W~, W2) > Ma3:RDF(W1, W2) Where, MaxLDF(W1, W2) = Maxw( U in( F(W, W1), DF(W, W2))) and", |
| "sec_num": null |
| }, |
| { |
| "text": "Extended simplex noun-phrase parsing as developed in the CLARIT system, which we exploit in our process, works in multiple phases. At each phase, the corpus is parsed using the most specific (i.e., recently created) lexicon of lexical atoms. New lexical atoms (results) are added to the lexicon and are reused as input to start another phase of parsing until a complete parse is obtained for all the noun phrases.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Bottom-Up Association-Based Parsing", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "The idea of association-based parsing is that by grouping words together (based on association) many times, we will eventually discover the most restrictive (and informative) structure of a noun phrase. For example, if we have evidence from the corpus that \"high performance\" is a more reliable association and \"general purpose\" a less reliable one, then the noun phrase \"general purpose high performance computer\" (an actual example from the CACM corpus) would undergo the following grouping process: Word pairs are given an association score (S) according to the following rules. Scores provide evidence for groupings in our parsing process. Note that a smaller score means a stronger association.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Bottom-Up Association-Based Parsing", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "general", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Bottom-Up Association-Based Parsing", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "1. Lexical atoms are given score 0. This gives the highest priority to lexical atoms.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Bottom-Up Association-Based Parsing", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "2. The combination of an adverb with an adjective, past participle, or progressive verb is given score 0. 3. Syntactically impossible pairs are given score 100. This assigns the lowest priority to those pairs filtered out by syntactic category analysis. ( D F(W1, W) , F(W2, W) ) \u00a2 0} \u2022 ),1 is the parameter indicating the relative contribution of F(W1,W2) to the score (e.g., 5 in the actual experiment) \u2022 A2 is the parameter to control the contribution of word frequency (e.g., 1000 in the actual experiment) Figure 2 : Formulas for Scoring", |
| "cite_spans": [ |
| { |
| "start": 254, |
| "end": 266, |
| "text": "( D F(W1, W)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 511, |
| "end": 519, |
| "text": "Figure 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Bottom-Up Association-Based Parsing", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "XlxF(W1,W2)+DF(W1,W,~) X Min(F(W, W1),DF(W,W',)) AvgLDF(Wa, W2) = ~-..,WeLD ILD[ 5-\" Min( F( W2,W),D F( W1,W)) AvgRDF(W1, W2) = ~-..,WCRD IRDI A(W1, W2 ) = ~ F(W1)+F(W2)--2\u00d7F(WI,W2)+X2 Where \u2022 F(W)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "S(W1 W2)= I+LDF(W,,W2)+RDF(W1,W=) A(W1,W2)", |
| "sec_num": null |
| }, |
| { |
| "text": "The association score (based principally on frequency) can sometimes be unreliable. For example, if the phrase \"computer aided design\" occurs frequently in a corpus, \"aided design\" may be judged a good association pair, even though \"computer aided\" might be a better pair. A problem may arise when processing a phrase such as \"program aided design\": if \"program aided\" does not occur frequently in the corpus and we use frequency as the principal statistic, we may (incorrectly) be led to parse the phrase as \"[program (aided design)]\".", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "S(W1 W2)= I+LDF(W,,W2)+RDF(W1,W=) A(W1,W2)", |
| "sec_num": null |
| }, |
| { |
| "text": "One solution to such a problem is to recompute the bigram occurrence statistics after making each round of preferred associations. Thus, using the example above, if we first make the association \"computer aided\" everywhere it occurs, many instances of \"aided design\" will be removed from the corpus. Upon recalculation of the (free) bigram statistics, \"aided design\" will be demoted in value and the false evidence for \"aided design\" as a preferred association in some contexts will be eliminated.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "S(W1 W2)= I+LDF(W,,W2)+RDF(W1,W=) A(W1,W2)", |
| "sec_num": null |
| }, |
| { |
| "text": "The actual implementation of such a scheme requires multiple passes over the corpus to generate phrases. The first phrases chosen must always be the most reliable. To aid us in making such decisions we have developed a metric for scoring preferred associations in their local NP contexts.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "S(W1 W2)= I+LDF(W,,W2)+RDF(W1,W=) A(W1,W2)", |
| "sec_num": null |
| }, |
| { |
| "text": "To establish a preference metric, we use two statistics: (1) the frequency of the pair in the corpus, F(W1, W2), and (2) the number of the times that the pair is locally dominant in any NP in which the pair occurs. A pair is locally dominant in an NP iff it has a higher association score than either of the pairs that can be formed from contiguous other words in the NP. For example, in an NP with the sequence [X, Y, g], we compare S(X, Y) with S(Y, g); whichever is higher is locally dominant. The preference score (PS) for a pair is determined by the ratio of its local dominance count (LDC)--the total number of cases in which the pair is locally dominant--to its frequency:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "S(W1 W2)= I+LDF(W,,W2)+RDF(W1,W=) A(W1,W2)", |
| "sec_num": null |
| }, |
| { |
| "text": "LDC(WI 1W2)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "S(W1 W2)= I+LDF(W,,W2)+RDF(W1,W=) A(W1,W2)", |
| "sec_num": null |
| }, |
| { |
| "text": "By definition all two-word NIPs score their pairs as locally dominant.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "PS(W1, W2) = r(Wl,W~)", |
| "sec_num": null |
| }, |
| { |
| "text": "In general, in each processing phase we make only those associations in the corpus where a pair's PS is above a specified threshold. If more than one association is possible (above theshold) in a particular NP, we make all possible associations, but in order of PS: the first grouping goes to the pair with highest PS, and so on. In practice, we have used 0.7 as the threshold for most processing phases. 9", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "PS(W1, W2) = r(Wl,W~)", |
| "sec_num": null |
| }, |
| { |
| "text": "We tested the phrase extraction system (PES) by using it to index documents in an actual retrieval task. In particular, we substituted the PES for the default NLP module in the CLARIT system and then indexed a large corpus using the terms nominated by the PES, essentially the extracted small compounds and single words (but not words within a lexical atom). All other normal CLARIT processing-weighting of terms, division of documents into subdocuments (passages), vector-space modeling, etc.--was used in its default mode. As a baseline \u00b0When the phrase data becomes sparse, e.g., after six or seven iterations of processing, it is desirable to reduce the threshold.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiment", |
| "sec_num": "4" |
| }, |
| { |
| "text": "for comparison, we used standard CLARIT processing of the same corpus, with the NLP module set to return full NPs and their contained words (and no further subphrase analysis).l 0", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiment", |
| "sec_num": "4" |
| }, |
| { |
| "text": "The corpus used is a 240-megabyte collection of Associated Press newswire stories from 1989 (AP89), taken from the set of TREC corpora. There are about 3-million simplex NPs in the corpus and about 1.5-million complex NPs. For evaluation, we used TREC queries 51-100, ll each of which is a relatively long description of an information need. Queries were processed by the PES and normal CLARIT NLP modules, respectively, to generate query terms, which were then used for CLARIT retrieval.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiment", |
| "sec_num": "4" |
| }, |
| { |
| "text": "To quantify the effects of PES processing, we used the standard IR evaluation measures of recall and precision. Recall measures how many of the relevant documents have been actually retrieved. Precision measures how many of the retrieved documents are indeed relevant. For example, if the total number of relevant documents is N and the system returns M documents of which K are relevant, then, We used the judged-relevant documents from the TREC evaluations as the gold standard in scoring the performance of the two processes.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiment", |
| "sec_num": "4" |
| }, |
| { |
| "text": "suggests that the PES could be used to support other IR enhancements, such as automatic feedback of the top-returned documents to expand the initial query for a second retrieval step) 2 CLARIT Retrieved-Rel Total-Rel Recall Baseline 2,668 3,304 80.8% PES 2,695 3,304 81.6% ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiment", |
| "sec_num": "4" |
| }, |
| { |
| "text": "The results of the experiment are given in Tables 1, 2 , and 3. In general, we see improvement in both recall and precision. Recall improves slightly (about 1%), as shown in Table 1 . While the actual improvement is not significant for the run of fifty queries, the increase in absolute numbers of relevant documents returned indicates that the small compounds supported better matches in some cases.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 43, |
| "end": 55, |
| "text": "Tables 1, 2", |
| "ref_id": "TABREF3" |
| }, |
| { |
| "start": 175, |
| "end": 182, |
| "text": "Table 1", |
| "ref_id": "TABREF3" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Interpolated precision improves significantly5 as shown in Table 2 . The general improvement in precision indicates that small compounds provide more accurate (and effective) indexing terms than full NPs.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 59, |
| "end": 66, |
| "text": "Table 2", |
| "ref_id": "TABREF4" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Precision improves at various returned-document levels, as well, as shown in Table 3 . Initial precision, in particular, improves significantly. This 1\u00b0Note that the CLARIT process used as a baseline does not reflect optimum CLARIT performance, e.g., as obtained in actual TREC evaluations, since we did not use a variety of standard CLARIT techniques that significantly improve performance, such as automatic query expansion, distractor space generation, subterm indexing, or differential query-term weighting. Cf. (Evans et al., 1996) for details.", |
| "cite_spans": [ |
| { |
| "start": 516, |
| "end": 536, |
| "text": "(Evans et al., 1996)", |
| "ref_id": "BIBREF4" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 77, |
| "end": 84, |
| "text": "Table 3", |
| "ref_id": "TABREF6" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "5" |
| }, |
| { |
| "text": "1 ~ (Harman, 1993) The PES, which was not optimized for processing, required approximately 3.5 hours per 20megabyte subset of AP89 on a 133-MHz DEC alpha processor) 3 Most processing time (more than 2 of every 3.5 hours) was spent on simplex NP parsing. Such speed might be acceptable in some, smallerscale IR applications, but it is considerably slower than the baseline speed of CLARIT noun-phrase identification (viz., 200 megabytes per hour on a 100-MIPS processor).", |
| "cite_spans": [ |
| { |
| "start": 4, |
| "end": 18, |
| "text": "(Harman, 1993)", |
| "ref_id": "BIBREF6" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "5" |
| }, |
| { |
| "text": "l~ Evans et al., 1996) 13Note that the machine was not dedicated to the PES processing; other processes were running simultaneously.", |
| "cite_spans": [ |
| { |
| "start": 3, |
| "end": 22, |
| "text": "Evans et al., 1996)", |
| "ref_id": "BIBREF4" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "5" |
| }, |
| { |
| "text": "The notion of association-based parsing dates at least from (Marcus, 1980) and has been explored again recently by a number of researchers. TM The method we have developed differs from previous work in that it uses linguistic heuristics and locality scoring along with corpus statistics to generate phrase associations.", |
| "cite_spans": [ |
| { |
| "start": 60, |
| "end": 74, |
| "text": "(Marcus, 1980)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions", |
| "sec_num": "6" |
| }, |
| { |
| "text": "The experiment contrasting the PES with baseline processing in a commercial IR system demonstrates a direct, positive effect of the use of lexical atoms, subphrases, and other pharase associations across simplex NPs. We believe the use of N-P-substructure analysis can lead to more effective information management, including more precise IR, text summarization, and concept clustering. Our future work will explore such applications of the techniques we have described in this paper.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions", |
| "sec_num": "6" |
| }, |
| { |
| "text": "(Harman, 1995;Harman, 1996) 5(Strzalkowski, 1994)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "(Schwarz, 1990) reports a similar strategy.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "We received helpful comments from Bob Carpenter, Christopher Manning, Xiang Tong, and SteveHanderson, who also provided us with a hash table manager that made the implementation easier. The evaluation of the experimental results would have been impossible without the help of Robert Lefferts and Nata~a Mili4-Frayling at CLARITECH Corporation. Finally, we thank the anonymous reviewers for their useful comments.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgements", |
| "sec_num": "7" |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Concept management in text via natural-language processing: The CLARIT approach", |
| "authors": [ |
| { |
| "first": "David", |
| "middle": [ |
| "A" |
| ], |
| "last": "Evans", |
| "suffix": "" |
| } |
| ], |
| "year": 1990, |
| "venue": "Working Notes of the 1990 AAAI Symposium on \"Text-Based Intelligent Systems", |
| "volume": "", |
| "issue": "", |
| "pages": "93--95", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "David A. Evans. 1990. Concept management in text via natural-language processing: The CLARIT approach. In: Working Notes of the 1990 AAAI Symposium on \"Text- Based Intelligent Systems\", Stanford University, March, 27-29, 1990, 93-95.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Automatic indexing using selective NLP and first-order thesauri", |
| "authors": [ |
| { |
| "first": "David", |
| "middle": [ |
| "A" |
| ], |
| "last": "Evans", |
| "suffix": "" |
| }, |
| { |
| "first": "Kimberly", |
| "middle": [], |
| "last": "Ginther-Webster", |
| "suffix": "" |
| }, |
| { |
| "first": "Mary", |
| "middle": [], |
| "last": "Hart", |
| "suffix": "" |
| }, |
| { |
| "first": "Robert", |
| "middle": [ |
| "G" |
| ], |
| "last": "Lefferts", |
| "suffix": "" |
| }, |
| { |
| "first": "Ira", |
| "middle": [ |
| "A" |
| ], |
| "last": "Monarch", |
| "suffix": "" |
| } |
| ], |
| "year": 1991, |
| "venue": "Proceedings of a Conference, RIAO \"91", |
| "volume": "", |
| "issue": "", |
| "pages": "624--644", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "David A. Evans, Kimberly Ginther-Webster, Mary Hart, Robert G. Lefferts, Ira A. Monarch. 1991. Automatic indexing using selective NLP and first-order thesauri. In: A. Lichnerowicz (ed.), Intelligent Text and Image Han- dling. Proceedings of a Conference, RIAO \"91. Amsterdam, NL: Elsevier, pp. 624-644.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "CLARIT TREC design, experiments, and results", |
| "authors": [ |
| { |
| "first": "David", |
| "middle": [ |
| "A" |
| ], |
| "last": "Evans", |
| "suffix": "" |
| }, |
| { |
| "first": "Robert", |
| "middle": [ |
| "G" |
| ], |
| "last": "Lefferts", |
| "suffix": "" |
| }, |
| { |
| "first": "Gregory", |
| "middle": [], |
| "last": "Grefenstette", |
| "suffix": "" |
| }, |
| { |
| "first": "Steven", |
| "middle": [ |
| "K" |
| ], |
| "last": "Handerson", |
| "suffix": "" |
| }, |
| { |
| "first": "William", |
| "middle": [ |
| "R" |
| ], |
| "last": "Hersh", |
| "suffix": "" |
| }, |
| { |
| "first": "Armar", |
| "middle": [ |
| "A" |
| ], |
| "last": "Archbold", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "NIST Special Publication", |
| "volume": "", |
| "issue": "", |
| "pages": "494--501", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "David A. Evans, Robert G. Lefferts, Gregory Grefenstette, Steven K. Handerson, William R. Hersh, and Armar A. Archbold. 1993. CLARIT TREC design, experiments, and results. In: Donna K. Harman (ed.), The First Text REtrieval Conference (TREC-1). NIST Special Publication 500-207. Washington, DC: U.S. Government Printing Office, pp. 251-286; 494-501.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "CLARIT-TREC experiments Information Processing and Management", |
| "authors": [ |
| { |
| "first": "David", |
| "middle": [ |
| "A" |
| ], |
| "last": "Evans", |
| "suffix": "" |
| }, |
| { |
| "first": "Robert", |
| "middle": [ |
| "G" |
| ], |
| "last": "Lefferts", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "", |
| "volume": "31", |
| "issue": "", |
| "pages": "385--395", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "David A. Evans, and Robert G. Lefferts. 1995. CLARIT- TREC experiments Information Processing and Manage- ment, Vol. 31, No. 3, 385-395.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "CLARIT TREC-4 experiments", |
| "authors": [ |
| { |
| "first": "David", |
| "middle": [ |
| "A" |
| ], |
| "last": "Evans", |
| "suffix": "" |
| }, |
| { |
| "first": "Nata~a", |
| "middle": [], |
| "last": "Mili4-Frayling", |
| "suffix": "" |
| }, |
| { |
| "first": "G ;", |
| "middle": [], |
| "last": "Robert", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Liberman", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "Donna 14", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "David A. Evans, Nata~a Mili4-Frayling, Robert G. Lef- ferts. 1996. CLARIT TREC-4 experiments. In: Donna 14 (Liberman et al., 1992; Pustejovsky et al., 1993; Resnik et al., 1993; Lauer, 1995)", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "The Fourth Text REtrieval Conference (TREC-4)", |
| "authors": [], |
| "year": null, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "K. Harman (ed.), The Fourth Text REtrieval Conference (TREC-4). NIST Special Publication. Washington, DC: U.S. Government Printing Office.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "The First Text REtrieval Conference (TREC-1) NIST Special Publication", |
| "authors": [ |
| { |
| "first": "Donna", |
| "middle": [ |
| "K" |
| ], |
| "last": "Harman", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "500--207", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Donna K. Harman, ed. 1993. The First Text REtrieval Conference (TREC-1) NIST Special Publication 500-207.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Overview of the Third Text REtrieval Conference (TREC-3 ), NIST Special Publication 500-225", |
| "authors": [ |
| { |
| "first": "Donna", |
| "middle": [ |
| "K" |
| ], |
| "last": "Harman", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Donna K. Harman, ed. 1995. Overview of the Third Text REtrieval Conference (TREC-3 ), NIST Special Publication 500-225. Washington, DC: U.S. Government Printing Office.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Overview of the Fourth Text REtrieval Conference (TREC-4), NIST Special Publication", |
| "authors": [ |
| { |
| "first": "Donna", |
| "middle": [ |
| "K" |
| ], |
| "last": "Harman", |
| "suffix": "" |
| } |
| ], |
| "year": 1996, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Donna K. Harman, ed. 1996. Overview of the Fourth Text REtrieval Conference (TREC-4), NIST Special Publica- tion. Washington, DC: U.S. Government Printing Of- fice.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Corpus statistics meet with the noun compound: Some empirical results", |
| "authors": [ |
| { |
| "first": "Mark", |
| "middle": [], |
| "last": "Lauer", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "Proceedings of the 33th Annual Meeting of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mark Lauer. 1995. Corpus statistics meet with the noun compound: Some empirical results. In: Proceedings of the 33th Annual Meeting of the Association for Computa- tional Linguistics.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Natural language processing for information retrieval", |
| "authors": [ |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Lewis", |
| "suffix": "" |
| }, |
| { |
| "first": "K. Sparck", |
| "middle": [], |
| "last": "Jones", |
| "suffix": "" |
| } |
| ], |
| "year": 1996, |
| "venue": "Communications of the ACM", |
| "volume": "39", |
| "issue": "1", |
| "pages": "92--101", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "David Lewis and K. Sparck Jones. 1996. Natural language processing for information retrieval. Communications of the ACM, January, Vol. 39, No. 1, 92-101.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "The stress and structure of modified noun phrases in English", |
| "authors": [ |
| { |
| "first": "Mark", |
| "middle": [], |
| "last": "Liberman", |
| "suffix": "" |
| }, |
| { |
| "first": "Richard", |
| "middle": [], |
| "last": "Sproat", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "Lexical Matters, CSLI Lecture Notes No. 24", |
| "volume": "", |
| "issue": "", |
| "pages": "131--181", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mark Liberman and Richard Sproat. 1992. The stress and structure of modified noun phrases in English. In: I. Sag and A. Szabolcsi (eds.), Lexical Matters, CSLI Lec- ture Notes No. 24. Chicago, IL: University of Chicago Press, pp. 131-181.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "A Theory of Syntactic Recognition for Natural Language", |
| "authors": [ |
| { |
| "first": "Mitchell", |
| "middle": [], |
| "last": "Maucus", |
| "suffix": "" |
| } |
| ], |
| "year": 1980, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mitchell Maucus. 1980. A Theory of Syntactic Recognition for Natural Language. Cambridge, MA: MIT Press.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Lexical semantic techniques for corpus analysis", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Pustejovsky", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Bergler", |
| "suffix": "" |
| }, |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Anick", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Special Issue on Using Large Corpora II", |
| "volume": "19", |
| "issue": "", |
| "pages": "331--358", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "J. Pustejovsky, S. Bergler, and P. Anick. 1993. Lexical semantic techniques for corpus analysis. In: Compu- tational Linguistics, Vol. 19(2), Special Issue on Using Large Corpora II, pp. 331-358.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Structural Ambiguity and Conceptual Relations", |
| "authors": [ |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Resnik", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Hearst", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Proceedings of the Workshop on Very Large Corpora: Academic and Industrial Perspectives", |
| "volume": "", |
| "issue": "", |
| "pages": "58--64", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "P. Resnik, and M. Hearst. 1993. Structural Ambiguity and Conceptual Relations. In: Proceedings of the Workshop on Very Large Corpora: Academic and Industrial Perspectives, June 22, Ohio State University, pp. 58-64.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "Introduction to Modern Information Retrieval", |
| "authors": [ |
| { |
| "first": "Gerard", |
| "middle": [], |
| "last": "Salton", |
| "suffix": "" |
| }, |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Mcgill", |
| "suffix": "" |
| } |
| ], |
| "year": 1983, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Gerard Salton and Michael McGill. 1983. Introduction to Modern Information Retrieval, New York, NY: McGraw- Hill.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Content based text handling", |
| "authors": [ |
| { |
| "first": "Christoph", |
| "middle": [], |
| "last": "Schwarz", |
| "suffix": "" |
| } |
| ], |
| "year": 1990, |
| "venue": "Information Processing and Management", |
| "volume": "26", |
| "issue": "2", |
| "pages": "219--226", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Christoph Schwarz. 1990. Content based text handling. Information Processing and Management, Vol. 26(2), pp. 219-226.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Progress in application of natural language processing to information retrieval", |
| "authors": [ |
| { |
| "first": "F", |
| "middle": [], |
| "last": "Alan", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Smeaton", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "The Computer Journal", |
| "volume": "35", |
| "issue": "3", |
| "pages": "268--278", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Alan F. Smeaton. 1992. Progress in application of natu- ral language processing to information retrieval. The Computer Journal, Vol. 35, No. 3, pp. 268-278.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "Recent developments in natural language text retrieval", |
| "authors": [ |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Strzalkowski", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Carballo", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "The Second Text REtrieval Conference (TREC-2). NIST Special Publication 500-215. Washington", |
| "volume": "", |
| "issue": "", |
| "pages": "123--136", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "T. Strzalkowski and J. Carballo. 1994. Recent develop- ments in natural language text retrieval. In: Donna K. Harman (ed.), The Second Text REtrieval Conference (TREC-2). NIST Special Publication 500-215. Washing- ton, DC: U.S. Government Printing Office, pp. 123-136.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "uris": null, |
| "type_str": "figure", |
| "text": "Figure 1: General Processing for Phrase Generation", |
| "num": null |
| }, |
| "FIGREF1": { |
| "uris": null, |
| "type_str": "figure", |
| "text": "are the continuous and discontinuous frequencies of [X, Y], respective135 within a simple noun phrase, i.e., the frequency of patterns [...X, Y...] and patterns [...X, ..., Y...], respectively.", |
| "num": null |
| }, |
| "TABREF3": { |
| "content": "<table><tr><td/><td/><td colspan=\"2\">: Recall Results</td></tr><tr><td>Recall</td><td>Baseline</td><td>PES</td><td>Rel.Improvement</td></tr><tr><td>0.00</td><td>0.6819</td><td>0.7099</td><td>4%</td></tr><tr><td>0.10</td><td>0.5535</td><td>0.5730</td><td>3.5%</td></tr><tr><td>0.20</td><td>0.4626</td><td>0.4927</td><td>6.5%</td></tr><tr><td>0.30</td><td>0.4098</td><td>0.4329</td><td>5.6%</td></tr><tr><td>0.40</td><td>0.3524</td><td>0.3782</td><td>7.0%</td></tr><tr><td>0.50</td><td>0.3289</td><td>0.3317</td><td>0.5%</td></tr><tr><td>0.60</td><td>0.2999</td><td>0.3026</td><td>0.9%</td></tr><tr><td>0.70</td><td colspan=\"2\">0.2481 0.2458</td><td>--0.9%</td></tr><tr><td>0.80</td><td>0.1860</td><td>0.1966</td><td>5.7%</td></tr><tr><td>0.90</td><td>0.1190</td><td>0.1448</td><td>21.7%</td></tr><tr><td>1.00</td><td>0.0688</td><td>0.0653</td><td>-5.0%</td></tr></table>", |
| "html": null, |
| "type_str": "table", |
| "text": "", |
| "num": null |
| }, |
| "TABREF4": { |
| "content": "<table/>", |
| "html": null, |
| "type_str": "table", |
| "text": "", |
| "num": null |
| }, |
| "TABREF6": { |
| "content": "<table/>", |
| "html": null, |
| "type_str": "table", |
| "text": "Precision at Various Document Levels", |
| "num": null |
| } |
| } |
| } |
| } |