| { |
| "paper_id": "A94-1028", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T01:13:45.600610Z" |
| }, |
| "title": "Robust Text Processing in Automated Information Retrieval", |
| "authors": [ |
| { |
| "first": "Tomek", |
| "middle": [], |
| "last": "Strzalkowski", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Courant Institute of Mathematical Sciences New York University", |
| "location": { |
| "addrLine": "715 Broadway, rm. 704", |
| "postCode": "10003", |
| "settlement": "New York", |
| "region": "NY" |
| } |
| }, |
| "email": "tomek@cs.nyu.edu" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "We report on the results of a series of experiments with a prototype text retrieval system which uses relatively advanced natural language processing techniques in order to enhance the effectiveness of statistical document retrieval. In this paper we show that large-scale natural language processing (hundreds of millions of words and more) is not only required for a better retrieval, but it is also doable, given appropriate resources. In particular, we demonstrate that the use of syntactic compounds in the representation of database documents as well as in the user queries, coupled with an appropriate term weighting strategy, can considerably improve the effectiveness of retrospective search. The experiments reported here were conducted on TIP-STER database in connection with the Text REtrieval Conference series (TREC). 1", |
| "pdf_parse": { |
| "paper_id": "A94-1028", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "We report on the results of a series of experiments with a prototype text retrieval system which uses relatively advanced natural language processing techniques in order to enhance the effectiveness of statistical document retrieval. In this paper we show that large-scale natural language processing (hundreds of millions of words and more) is not only required for a better retrieval, but it is also doable, given appropriate resources. In particular, we demonstrate that the use of syntactic compounds in the representation of database documents as well as in the user queries, coupled with an appropriate term weighting strategy, can considerably improve the effectiveness of retrospective search. The experiments reported here were conducted on TIP-STER database in connection with the Text REtrieval Conference series (TREC). 1", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "The task of information retrieval is to extract relevant documents from a large collection of documents in response to user queries. When the documents contain primarily unrestricted text (e.g., newspaper articles, legal documents, etc.) the relevance of a document is established through 'full-text' retrieval. This has been usually accomplished by identifying key terms in the documents (the process known as 'indexing') which could then be matched against terms in queries (Salton, 1989) . The effectiveness of any such term-based approach is directly related to the accuracy with which a set of terms represents the content of a document, as well as how well it contrasts a given document with respect to other documents. In other words, we are looking for a representation R such that for any text items D1 and D2, R(D1) = R(D2) iff meaning(D1) = meaning(D2), at an appropriate level of abstraction (which may depend on the types and character of anticipated queries), ' See (Harman, 1993) for a detailed description of TREC.", |
| "cite_spans": [ |
| { |
| "start": 476, |
| "end": 490, |
| "text": "(Salton, 1989)", |
| "ref_id": null |
| }, |
| { |
| "start": 980, |
| "end": 994, |
| "text": "(Harman, 1993)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The simplest word-based representations of content are usually inadequate since single words are rarely specific enough for accurate discrimination, and their grouping is often accidental. A better method is to identify groups of words that create meaningful phrases, especially if these phrases denote important concepts in the database domain. For example, joint venture is an important term in the Wall Street Journal (WSJ henceforth) database, while neither joint nor venture are important by themselves. In fact, in a 800+ MBytes database, both joint and venture would often be dropped from the list of terms by the system because their inverted document frequency (idj) weights were too low. In large databases comprising hundreds of thousands of documents the use of phrasal terms is not just desirable, it becomes necessary.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "To illustrate this point let us consider TREC Topic 104, an information request from which a database search query is to be built. The reader may note various sections of this Topic, with <desc> corresponding to the user's original request, further elaborated in <narr>, and <con> consisting of expert-assigned phrases denoting key concepts to be considered. <top> <num> Number: 104 <dora> Domain: Law and Government <title> Topic: Catastrophic Health Insurance <desc> Description: Document will enumerate provisions of the U.S. Catastrophic Health Insurance Act of 1988, or the political/legal fallout from that legislation. <aaarr> Narrative: A relevant document will detail the content of the U.S. medicare act of 1988 which extended catastrophic illness benefits to the elderly, with particular attention to the financing scheme which led to a firestorm of protest and a Congressional retreat, or a relevant document will detail the political/legal consequences of the catastrophic health insurance imbroglio and subsequent efforts by Congress to provide similar coverages through a less-controversial mechanism. <con> Concept(s):", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "1. Catastrophic Coverage Act of 1988, Medicare Part B, Health Care Financing Administration 2. catastrophic-health program, catastrophic illness, catastrophic care, acute care, long-term nursing home care 3. American Association of Retired Persons, AARP, senior citizen, National Committee to Preserve Social Security and Medicare </top> If the phrases are ignored altogether, 2 this query will produce an output where the relevant documents are scattered as shown in the first table below which lists the ranks and scores of relevant documents within the top 100 retrieved documents. On the other hand, if we include even simple phrases, such as catastrophichealth program, acute care, home care, and senior citizen, we can considerably sharpen the outcome of the search as seen in the second A query obtained from the fields <rifle>, <desc> and <narr> will be, as may be expected, much weaker than the one using <con> field, especially without the phrasal terms, because the narrative contains far fewer specific terms while containing some that may prove distracting, e.g., firestorm. In fact, Broglio and Croft (1993) , and Broglio (personal communication, 1993) showed that the exclusion of the <con> field makes the queries quite ineffective, while adding the <narr> field makes them even worse as they lose precision by as much as 30%. However, adding phrasal terms can improve things considerably. We return to this issue later in the paper.", |
| "cite_spans": [ |
| { |
| "start": 1097, |
| "end": 1121, |
| "text": "Broglio and Croft (1993)", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 1128, |
| "end": 1166, |
| "text": "Broglio (personal communication, 1993)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "An accurate syntactic analysis is an essential prerequisite for selection of phrasal terms. Various statistical methods, e.g., based on word co-occurrences 2 All single words (except the stopwords such as articles or prepositions) am included in the query, including those making up the phrases.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "s Including extra terms in documents changes the way other terms are weighted. This issue is discussed later in this paper. and mutual information, as well as partial parsing techniques, are prone to high error rates (sometimes as high as 50%), turning out many unwanted associations. Therefore a good, fast parser is necessary, but it is by no means sufficienL While syntactic phrases are often better indicators of content than 'statistical phrases' where words are grouped solely on the basis of physical proximity, e.g., \"college junior\" is not the same as \"junior college\" --the creation of compound terms makes the term matching process more complex since in addition to the usual problems of synonymy and subsumption, one must deal with their structure (e.g., \"college junior\" is the same as \"junior in college\").", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "For all kinds of terms that can be assigned to the representation of a document, e.g., words, syntactic phrases, fixed phrases, and proper names, various levels of \"regularization\" are needed to assure that syntactic or lexical variations of input do not obscure underlying semantic uniformity. Without actually doing semantic analysis, this kind of normalization can be achieved through the following processes: 4", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "(1) morphological stemming: e.g., retrieving is reduced to retriev;", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "( 2)lexicon-based word normalization: e.g., retrieval is reduced to retrieve;", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "(3) operator-argument representation of phrases: e.g., information retrieval, retrieving of information, and retrieve relevant information are all assigned the same representation, retrieve+information; (4) context-based term clustering into synonymy classes and subsumption hierarchies: e.g., takeover is a kind of acquisition (in business), and Fortran is a programming language.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Introduction of compound terms complicates the task of discovery of various semantic relationships among them. For example, the term natural language can often be considered to subsume any term denoting a specific human language, such as English. Therefore, a query containing the former may be expected to retrieve documents containing the latter. The same can be said about language and English, unless language is in fact a part of the compound term programming language in which case the association language -Fortran is appropriate. This is a problem because (a) it is a standard practice to include both simple and compound terms in document representation, and (b) term associations have thus far been computed primarily at word level (including fixed phrases) and therefore care must be taken when such associations are used in term matching. This may prove particularly troublesome for systems that attempt term clustering in order to create \"meta-terms\" to be used in document representation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "We have established the general architecture of a NLP-IR system, depicted schematically below, in which an advanced NLP module is inserted between the textual input (new documents, user queries) and the database search engine (in our case, NIST's PRISE system). This design has already shown some promise in producing a better performance than the base statistical system (Strzalkowski, 1993b) . We would like to point out at the outset that this system is completely automated, including the statistical core, and the natural language processing components, and no human intervention or manual encoding is required.", |
| "cite_spans": [ |
| { |
| "start": 372, |
| "end": 393, |
| "text": "(Strzalkowski, 1993b)", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Overall Design", |
| "sec_num": "2" |
| }, |
| { |
| "text": "In our system the database text is first processed with a sequence of programs that include a part-ofspeech tagger, a lexicon-based morphological stemmer and a fast syntactic parser. Subsequently certain types of phrases are extracted from the parse trees and used as compound indexing terms in addition to single-word terms. The extracted phrases are statistically analyzed as syntactic contexts in order to discover a variety of similarity links between smaller subphrases and words occurring in them. A further filtering process maps these similarity links onto semantic relations (generalization, specialization, synonymy, etc.) after which they are used to transform a user's request into a search query.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "NIP: TAGGER PARSER terms", |
| "sec_num": null |
| }, |
| { |
| "text": "The user's natural language request is also parsed, and all indexing terms occurring in it are identified. Certain highly ambiguous, usually singleword terms may be dropped, provided that they also occur as elements in some compound terms. For example, \"natural\" may be deleted from a query already containing \"natural language\" because \"natural\" occurs in many unrelated contexts: \"natural number\", \"natural logarithm\", \"natural approach\", etc. At the same time, other terms may be added, namely those which are linked to some query term through admissible similarity relations. For example, \"unlawful activity\" is added to a query (TREC topic 055) containing the compound term \"illegal activity\" via a synonymy link between \"illegal\" and \"unlawful\".", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "NIP: TAGGER PARSER terms", |
| "sec_num": null |
| }, |
| { |
| "text": "One of the observations made during the course of TREC-2 was to note that removing low-quality terms from the queries is at least as important (and often more so) as adding synonyms and specializations. In some instances (e.g., routing runs) low-quality terms had to be removed (or inhibited) before similar terms could be added to the query or else the effect of query expansion was all but drowned out by the increased noise.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "NIP: TAGGER PARSER terms", |
| "sec_num": null |
| }, |
| { |
| "text": "After the final query is constructed, the database search follows, and a ranked list of documents is returned. It should be noted that all the processing steps, those performed by the backbone system, and those performed by the natural language processing components, are fully automated, and no human intervention or manual encoding is required.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "NIP: TAGGER PARSER terms", |
| "sec_num": null |
| }, |
| { |
| "text": "T/'P (Tagged Text Parser) is a full-grammar parser based on the Linguistic String Grammar developed by Sager (1981) . It currently encompasses most of the grammar productions and many of the restrictions, but it is by no means complete. Unlike a conventional parser, TYP's output is a regularized representation of each sentence which reflects its logical predicate-argument structure, e.g., logical subject and logical objects are identified depending upon the main verb subcategorization frame. For example, the verb abide has, among others, a subcategorization frame in which the object is a prepositional phrase with by, as in he'll abide by the court's decision, i.e., ABIDE: subject NP object PREP by NP Subcategorization information is read from the on-line Oxford Advanced Learner's Dictionary (OALD) which TI~P uses.", |
| "cite_spans": [ |
| { |
| "start": 103, |
| "end": 115, |
| "text": "Sager (1981)", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Fast Parsing with TTP Parser", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Also unlike a conventional parser, TTP is equipped with a powerful skip-and-fit recovery mechanism that allows it to operate effectively in the face of ill-formed input or under severe time pressure. A built-in timer regulates the amount of time allowed for parsing any one sentence: if a parse is not returned before the allotted time elapses, TTP enters the skipping mode in which it will try to \"fit\" the parse. While in the skip-and-fit mode, the parser attempts to forcibly reduce incomplete constituents, possibly skimming over portions of input in order to restart processing at a next unattempted constituent; in other words, it will favor reduction over backtracking. The result of this strategy is an approximate parse, partially fitted using top-down predictions. In runs with approximately 130 million words of TREC's Wall Street Journal and San Jose Mercury texts, the parser's speed averaged 30 minutes per Megabyte or about 80 words per second, on a Sun SparcStationl0. In addition, TIP has been shown to produce parse structures which are no worse than those generated by full-scale linguistic parsers when compared to hand-coded parse trees. 5", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Fast Parsing with TTP Parser", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Full details of TTP parser have been described in the TREC-1 report (Strzalkowski, 1993a) , as well as in other works (Strzalkowski, 1992; Strzalkowski & Scheyen, 1993) .", |
| "cite_spans": [ |
| { |
| "start": 68, |
| "end": 89, |
| "text": "(Strzalkowski, 1993a)", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 118, |
| "end": 138, |
| "text": "(Strzalkowski, 1992;", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 139, |
| "end": 168, |
| "text": "Strzalkowski & Scheyen, 1993)", |
| "ref_id": "BIBREF8" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Fast Parsing with TTP Parser", |
| "sec_num": "3" |
| }, |
| { |
| "text": "As may be expected, the skip-and-fit strategy will only be effective if the input skipping can be performed with a degree of determinism. This means that most of the lexical level ambiguity must be removed from the input text, prior to parsing. We achieve this using a stochastic parts of speech tagger to preprocess the text prior to parsing. In order to streamline the processing, we also perform morphological normalization of words on the tagged text, before parsing. This is possible because the part-of-speech tags retain the information about each word's original form. Thus the sentence The Soviets have been notified is transformed into the/dt soviet/nps have/vbp be/vbn notify/vbn before parsing commences. 6 Syntactic phrases extracted from TIP parse structures are represented as head-modifier pairs. The head in such a pair is a central element of a phrase (main verb, main noun, etc.), while the modifier is one of the adjuncts or arguments of the head. In the TREC experiments reported here we extracted head-modifier word pairs only, i.e., nested pairs were not used even though this was warranted by the size of the database. Figure 1 shows all stages of the initial linguistic analysis of a sample sentence from the WSJ database. The reader may note that the parser's output is a predicate-argument structure centered around the main elements of various phrases. For example, BE is the main predicate (modified by HAVE) with 2 arguments (subject, object) and 2 adjuncts (adv, sub_ord). INVADE is the predicate in the subordinate clause with 2 arguments (subject, object). The subject of BE is a noun phrase with PRESIDENT as the head element, two modifiers (FORMER, SOVIET) and a determiner (THE). From this structure, we extract head-modifier pairs that become candidates for compound terms. In general, the following types of pairs are considered: (1) a head noun of a noun phrase and its left adjective or noun adjunct, (2) a head noun and the head of its right adjunct, (3) the main verb of a clause and the head of its object phrase, and (4) the head of the subject phrase : dt is determiner, nps is a proper name, vbp is a tensed plural verb, vbn is a past participle. and the main verb. These types of pairs account for most of the syntactic variants for relating two words (or simple phrases) into pairs carrying compatible semantic content. For example, the pair retrieve+information will be extracted from any of the following fragments: information retrieval system; retrieval of information from databases; and information that can be retrieved by a user-controlled interactive search process. We also attempted to identify and remove any terms which were explicitly negated in order to prevent matches against their positive counterparts, either in the database or in the queries.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 1143, |
| "end": 1151, |
| "text": "Figure 1", |
| "ref_id": "FIGREF1" |
| }, |
| { |
| "start": 2096, |
| "end": 2193, |
| "text": ": dt is determiner, nps is a proper name, vbp is a tensed plural verb, vbn is a past participle.", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Fast Parsing with TTP Parser", |
| "sec_num": "3" |
| }, |
| { |
| "text": "One difficulty in obtaining head-modifier pairs of highest accuracy is the notorious ambiguity of nominal compounds. The pair extractor looks at the distribution statistics of the compound terms to decide whether the association between any two words (nouns and adjecfives) in a noun phrase is both syntactically valid and semantically significant. For example, we may accept language+natural and processing+language from INPUT SENTENCE The former Soviet president has been a local hero ever since a Russian tank invaded Wisconsin.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Fast Parsing with TTP Parser", |
| "sec_num": "3" |
| }, |
| { |
| "text": "The~dr former/jj Soviet/./)\" president/nn has/vbz beenlvbn aldt localljj herolnn ever/rb since/in a/dt Russian/jj tanklnn invaded/vbd Wisconsin/np ./per TAGGED & STEMMED SENTENCE the~d1 former/jj soviet/jj president/nn have/vbz belvb, a/dt local/jj hero/nn ever/rb since~in a/dt russian/j~ tanklnn invadelvbd wiscensin/np . natural language processing as correct, however, case+trading would make a mediocre term when extracted from insider trading case. On the other hand, it is important to extract trading+insider to be able to match documents containing phrases insider trading sanctions act or insider trading activity.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "TAGGED SENTENCE", |
| "sec_num": null |
| }, |
| { |
| "text": "Finding a proper term weighting scheme is critical in term-based retrieval since the rank of a document is determined by the weights of the terms it shares with the query. One popular term weighting scheme, known as ffidf, weights terms proportionately to their inverted document frequency scores and to their in-document frequencies (tO. The in-document frequency factor is usually normalized by the document length, that is, it is more significant for a term to occur in a short 100-word abstract, than in a 5000-word article. 7", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Term Weighting Issues", |
| "sec_num": "5" |
| }, |
| { |
| "text": "A standard ff.idf weighting scheme (see Buckley, 1993 for details) may be inappropriate for mixed term sets, consisting of ordinary concepts, proper names, and phrases, because:", |
| "cite_spans": [ |
| { |
| "start": 40, |
| "end": 53, |
| "text": "Buckley, 1993", |
| "ref_id": "BIBREF1" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Term Weighting Issues", |
| "sec_num": "5" |
| }, |
| { |
| "text": "( 1)It favors terms that occur fairly frequently in a document, which supports only general-type queries (e.g., \"all you know about X\"). Such queries were not typical in TREC.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Term Weighting Issues", |
| "sec_num": "5" |
| }, |
| { |
| "text": "(2) It attaches low weights to infrequent, highly specific terms, such as names and phrases, whose only occurrences in a document are often decisive for relevance. Note that such terms cannot be reliably distinguished using their distribution in the database as the sole factor, and therefore syntactic and lexical information is required.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Term Weighting Issues", |
| "sec_num": "5" |
| }, |
| { |
| "text": "(3) It does not address the problem of inter-term dependencies arising when phrasal terms and their component single-word terms are all included in a document representation, i.e., launch+satellite and satellite are not independent, and it is unclear whether they should be counted as two terms.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Term Weighting Issues", |
| "sec_num": "5" |
| }, |
| { |
| "text": "In our post-TREC-2 experiments we considered (1) and (2) only. We changed the weighting scheme so that the phrases (but not the names, which we did not distinguish in TREC-2) were more heavily weighted by their idf scores while the in-document frequency scores were replaced by logarithms multiplied by sufficiently large constants. In addition, the top N highest-idf matching terms (simple or compound) were counted 7 This is not always true, for example when all occurrences of a term are concentrated in a single section or a paragraph rather than spread around the article. more toward the document score than the remaining terms.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Term Weighting Issues", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Schematically, these new weights for phrasal and highly specific terms are obtained using the following formula, while weights for most of the single-word terms remain unchanged:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Term Weighting Issues", |
| "sec_num": "5" |
| }, |
| { |
| "text": "weight (Ti)=( C1 *log (0c)+C 2 * ot(N,i) )*idf", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Term Weighting Issues", |
| "sec_num": "5" |
| }, |
| { |
| "text": "In the above, ~t(N,i) is 1 for i <N and is 0 otherwise. The selection of a weighting formula was partly constrained by the fact that document-length-normalized tf weights were precomputed at the indexing stage and could not be altered without re-indexing of the entire database. The intuitive interpretation of the oL(N,i) factor is as follows. We restrict the maximum number of terms on which a query is permitted to match a document to N highest weight terms, where N can be the same for all queries or may vary from one query to another. Note that this is not the same as simply taking the N top terms from each query. Rather, for each document for which there are M matching terms with the query, only min(M,N) of them, namely those which have highest weights, will be considered when computing the document score. Moreover, only the global importance weights for terms are considered (such as idf), while local in-document frequency (eg., tO is suppressed by either taking a log or replacing it with a constant.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Term Weighting Issues", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Changing the weighting scheme for compound terms, along with other minor improvements (such as expanding the stopword list for topics, or correcting a few parsing bugs) has lead to an overall increase of precision of more than 20% over our official TREC-2 ad-hoc results. Table 1 includes statistics of these new runs for 50 queries (numbered 101-150) against the WSJ database. The gap between the precision levels in columns txt2 and con reflects the difference in the quality of the queries obtained from the narrative parts of the topics (txt2 = title + desc + narr), and those obtained primarily from expert's formulation (title + desc + con). The column txt2+nlp represents the improvement of txt2 queries thanks to NLP, with as much as 70% of the gap closed. Similar improvements have been obtained for other sets of queries.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 272, |
| "end": 279, |
| "text": "Table 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Term Weighting Issues", |
| "sec_num": "5" |
| }, |
| { |
| "text": "We presented in some detail our natural language information retrieval system consisting of an advanced NLP module and a 'pure' statistical core engine. While many problems remain to be resolved, including the question of adequacy of term-based representation of document content, we attempted to demonstrate that the architecture described here is nonetheless viable. In particular, we demonstrated that natural language", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions", |
| "sec_num": "6" |
| }, |
| { |
| "text": "An alternative, but less efficient method is to generate all variants (lexical, syntactic, etc.) of words~hrases in the queries(Sparck-Jones & Tait, 1984).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "Head-Modifier Structures", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "The author would like to thank Donna Harman of NIST for making her PRISE system available for this research. We would also like to thank Ralph Weischedel and Constantine Papageorgiou of BBN for providing and assisting in the use of the part of speech tagger. This paper is based upon work supported by the Advanced Research Projects Agency under Contract N00014-90-J-1851 from the Office of Naval Research, under Contract N00600-88-D-3717 from PRC Inc., under ARPA's Tipster Phase-2 Contract 94-FI57900-000, and the National Science Foundation under Grant IRI-93-02615.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgements", |
| "sec_num": null |
| }, |
| { |
| "text": " ; (2) txt2 -<hart> and <desc> fields with low weight terms removed;(3) txt2+nlp -<narr> and <desc> fields including syntactic phrase terms using the new weighting scheme; (4) con -<desc> and <con> fields with low weight terms removed but with no NLP; and (5) con+nip -<dese> and <con> fields including phrases with the new weighting scheme.processing can now be done on a fairly large scale and that its speed and robustness can match those of traditional statistical programs such as key-word indexing or statistical phrase extraction. We suggest, with some caution until more experiments are run, that natural language processing can be very effective in creating appropriate search queries out of a user's initial specifications, which can be frequently imprecise or vague.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 1, |
| "end": 2, |
| "text": ";", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "annex", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Query Processing for Retrieval from Large Text Bases", |
| "authors": [ |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Broglio", |
| "suffix": "" |
| }, |
| { |
| "first": "W. Bruce", |
| "middle": [], |
| "last": "Croft", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Proceedings of the workshop", |
| "volume": "", |
| "issue": "", |
| "pages": "353--357", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Broglio, John and W. Bruce Croft. 1993. \"Query Pro- cessing for Retrieval from Large Text Bases.\" Human Language Technology, Proceedings of the workshop, Princeton, NJ. Morgan-Kaufmann, pp. 353-357.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "The Importance of Proper Weighting Methods", |
| "authors": [ |
| { |
| "first": "Chris", |
| "middle": [], |
| "last": "Buckley", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Proceedings of the workshop", |
| "volume": "", |
| "issue": "", |
| "pages": "349--352", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Buckley, Chris. 1993. \"The Importance of Proper Weighting Methods.\" Human Language Technol- ogy, Proceedings of the workshop, Princeton, NJ. Morgan-Kaufmann, pp. 349-352.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "1993. First Text REtrieval Conference. NIST special publication", |
| "authors": [ |
| { |
| "first": "Donna", |
| "middle": [], |
| "last": "Harman", |
| "suffix": "" |
| } |
| ], |
| "year": null, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "500--207", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Harman, Donna (ed.). 1993. First Text REtrieval Conference. NIST special publication 500-207.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Natural Language Information Processing", |
| "authors": [ |
| { |
| "first": "Naomi", |
| "middle": [], |
| "last": "Sager", |
| "suffix": "" |
| } |
| ], |
| "year": 1981, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Sager, Naomi. 1981. Natural Language Information Processing. Addison-Wesley.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Automatic search term variant generation", |
| "authors": [ |
| { |
| "first": "Sparck", |
| "middle": [], |
| "last": "Jones", |
| "suffix": "" |
| }, |
| { |
| "first": "K", |
| "middle": [], |
| "last": "", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [ |
| "I" |
| ], |
| "last": "Tait", |
| "suffix": "" |
| } |
| ], |
| "year": 1984, |
| "venue": "Journal of Documentation", |
| "volume": "40", |
| "issue": "1", |
| "pages": "50--66", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Sparck Jones, K. and J. I. Tait. 1984. \"Automatic search term variant generation.\" Journal of Docu- mentation, 40(1), pp. 50-66.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "TIP: A Fast and Robust Parser for Natural Language", |
| "authors": [ |
| { |
| "first": "Tomek", |
| "middle": [], |
| "last": "Strzalkowski", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "Proceedings of the 14th International Conference on Computational Linguistics (COLING)", |
| "volume": "", |
| "issue": "", |
| "pages": "198--204", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Strzalkowski, Tomek. 1992. \"TIP: A Fast and Robust Parser for Natural Language.\" Proceedings of the 14th International Conference on Computational Linguistics (COLING), Nantes, France, July 1992. pp. 198-204.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Natural Language Processing in Large-Scale Text Retrieval Tasks", |
| "authors": [ |
| { |
| "first": "Tomek", |
| "middle": [], |
| "last": "Strzalkowski", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Proceedings of the First Text REtrieval Conference (TREC-1)", |
| "volume": "", |
| "issue": "", |
| "pages": "173--187", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Strzalkowski, Tomek. 1993a. \"Natural Language Pro- cessing in Large-Scale Text Retrieval Tasks.\" Proceedings of the First Text REtrieval Conference (TREC-1), NIST Special Publication 500-207, pp. 173-187.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Robust Text Processing in Automated Information Retrieval", |
| "authors": [ |
| { |
| "first": "Tomek", |
| "middle": [], |
| "last": "Strzalkowski", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Proc. of ACL-sponsored workshop on Very Large Corpora", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Strzalkowski, Tomek. 1993b. \"Robust Text Processing in Automated Information Retrieval.\" Proc. of ACL-sponsored workshop on Very Large Corpora. Ohio State Univ. Columbus, June 22.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Evaluation of TTP Parser: a preliminary report", |
| "authors": [ |
| { |
| "first": "Tomek", |
| "middle": [], |
| "last": "Strzalkowski", |
| "suffix": "" |
| }, |
| { |
| "first": "Peter", |
| "middle": [], |
| "last": "Scheyen", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Proceedings of International Workshop on Parsing Technologies (IWPT-93)", |
| "volume": "", |
| "issue": "", |
| "pages": "293--308", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Strzalkowski, Tomek, and Peter Scheyen. 1993. \"Evaluation of TTP Parser: a preliminary report.\" Proceedings of International Workshop on Parsing Technologies (IWPT-93), Tilburg, Netherlands and Durbuy, Belgium, pp. 293-308.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "type_str": "figure", |
| "num": null, |
| "text": "Hand-coded parse trees were obtained from the University of Pennsylvania Treebank Project database. s The tags are read as follows", |
| "uris": null |
| }, |
| "FIGREF1": { |
| "type_str": "figure", |
| "num": null, |
| "text": "Stages of sentence processing.", |
| "uris": null |
| } |
| } |
| } |
| } |