WO2006110684A2 - System and method for searching for a query - Google Patents

System and method for searching for a query Download PDF

Info

Publication number
WO2006110684A2
WO2006110684A2 PCT/US2006/013369 US2006013369W WO2006110684A2 WO 2006110684 A2 WO2006110684 A2 WO 2006110684A2 US 2006013369 W US2006013369 W US 2006013369W WO 2006110684 A2 WO2006110684 A2 WO 2006110684A2
Authority
WO
WIPO (PCT)
Prior art keywords
search
search query
query
words
candidate synonym
Prior art date
Application number
PCT/US2006/013369
Other languages
French (fr)
Other versions
WO2006110684A3 (en
Inventor
Timothy A. Musgrove
Robin H. Walsh
Original Assignee
Textdigger, Inc.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Textdigger, Inc. filed Critical Textdigger, Inc.
Priority to EP06749679A priority Critical patent/EP1875336A2/en
Priority to JP2008506582A priority patent/JP2008537225A/en
Publication of WO2006110684A2 publication Critical patent/WO2006110684A2/en
Publication of WO2006110684A3 publication Critical patent/WO2006110684A3/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/33Querying
    • G06F16/3331Query processing
    • G06F16/3332Query translation
    • G06F16/3338Query expansion
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/951Indexing; Web crawling techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/237Lexical tools
    • G06F40/247Thesauruses; Synonyms
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/30Semantic analysis

Definitions

  • the present invention is directed to a system and method for searching and retrieving electronic documents in response to a query.
  • One fundamental search technique is the keyword-index search that revolves around an index of keywords from eligible target items.
  • a user's inputted query is parsed into individual words (optionally being stripped of some inflected endings), whereupon the words are looked up in the index, which in turn, points to documents or items indexed by those words.
  • the potentially intended search targets are retrieved.
  • This sort of search service in one fo ⁇ n or another, is accessed countless times each day by many millions of computer and Internet users.
  • Keyword searches Two main problems of keyword searches are (1) missing relevant documents (i.e. low recall), and (2) retrieving irrelevant ones (i.e. lack of precision). Most keyword searches do plenty of both.
  • keyword searches can skip about 80% of the eligible documents because, in many instances, at least 80% of the relevant information will be indexed in entirely different words than words entered in the original query. Granted, for simple searches with very popular words, and where relevant information is plentiful, this is not much of a problem. But for longer queries, and searches where the relevant phrasing is hard to predict, results can be disappointing.
  • Words have many synonyms in each sense; - A -
  • contextual features e.g. record which words are found frequently occurring next to, or in the same sentence as, or within n words distance of the target word.
  • Determine common patterns in the contextual features e.g. apply any standard machine learning algorithm, whether that be neural nets, or case- based reasoning, or genetic classifiers, or other) to enable classification among several senses of a word, and validate the classifier on the testing data.
  • Agirre and Martinez have proposed employing a Bayesian network in automating the disambiguation task.
  • Still another related art is Hearst, M.: Texttiling: Segmenting Text Into Multi-Paragraph Subtopic Passages, Computational Linguistics 23(1): 33-64 (1997).
  • Yet another related art includes Beaulieu, M.: Experiments On Interfaces To Support Query Expansion, Journal of Documentation 53.1 (1997), pg. 8-9.
  • the labor in question is not just any sort of labor, but linguistically trained labor.
  • the tagging must be performed by those who understand grammar, parts of speech and canonical word senses, and are very literate. This skill requirement extends far beyond that of the worker typically employed to do standard data processing. This fact further magnifies the prospective cost of manually tagging a corpus.
  • an advantage of the present invention is in providing a system and method that reduces the number of relevant electronic documents that are missed in performing a search, thereby enhancing recall.
  • Another advantage of the present invention is in providing a system and method that reduces the inclusion of irrelevant electronic documents in results of a search, thereby improving precision.
  • Still another advantage of the present invention is in providing an economical system and method that provides more relevant electronic documents in response to a query than possible by simple keyword searching.
  • a search system for searching for electronic documents, and providing a search result in response to a search query.
  • the search system includes a processor, a user interface module adapted to receive a search query from a user, the search query having at least one search query term, and a query processing module that analyzes the search query term to identify candidate synonym words.
  • the query processing module also determines which of the candidate synonym words are equivalent terms to the search query term, and in a same sense as the at least one search query term as used in the search query.
  • the search system includes a search engine that executes a search based on the search query term and the equivalent terms.
  • the search system also includes a prior probability module that calculates and assigns prior probability scores to the candidate synonym words, the prior probability scores reflecting a likelihood of each candidate synonym word being used in an equivalent manner to the search query term.
  • the query processing module determines which of the candidate synonym words are equivalent terms to the search query term based at least partially on the prior probability scores.
  • the prior probability module calculates and assigns prior probability scores for the candidate synonym words based at least partially on distribution of senses of the at least one search query term, and/or part-of-speech bias.
  • the query processing module substitutes one of the candidate synonym words into the search query in place of the query search term to generate a modified search query, and the search engine executes a search using the modified search query.
  • the query processing module substitutes each of the candidate synonym words, and the search engine executes searches using the modified search queries.
  • the query processing module determines which of the candidate synonym words are equivalent terms to the search query term based at least partially on which of the candidate synonym words yield multiple matches in semantically continuous segments retrieved by the search engine and attested by at least two electronic documents.
  • the search system further includes a query pre-processing module with at least one word set list that lists co-occurring query words in popular queries, wherein the pre-processing module determines equivalent terms to the co-occurring query words.
  • the query pre-processing module retrieves the determined equivalent terms in response to co-occurring query words being submitted as a search query.
  • the query pre-processing module is preferably implemented to retrieve an intersection of the determined equivalent terms if a plurality of co- occurring query words are submitted as a search query.
  • the use interface module is adapted to display the candidate synonym words that are determined to be equivalent terms to the search query term.
  • the user interface module may be adapted to allow one or more of the equivalent terms to be suppressed from being used by the search engine.
  • the use interface module is adapted to display a user selectable alternative sense for the search query term.
  • the search system may include a filtering module adapted to analyze the search query to determine whether the search query is directed to pornography, and block pornographic electronic documents if the search query is determined to be not directed to pornography.
  • Figure 1 shows a schematic view of a search system in accordance with one embodiment of the present invention.
  • Figure 2 shows a search screen generated by a user interface module of the search system in accordance with one implementation.
  • Figure 3 is a schematic flow diagram of a method in accordance with one embodiment of the present invention.
  • the search system and method of the present invention reduces the inclusion of irrelevant electronic documents in the results of a search to thereby improve precision, while also providing more relevant electronic documents in response to a query to thereby improve recall, than otherwise attained by conventional search systems known in the art.
  • the search system and method of the present invention distinguishes on an automated basis, those candidate synonym words that are considered to be actually equivalent to the terms of the original query which are most likely to actually be used in an equivalent manner in the same sense as the terms of the original query. As explained in further detail below, this is attained by utilizing the text corpus and the history of past queries. Thus, the prohibitively costly manual tagging of word senses required in the proposed word sense disambiguation systems and methods is not required the search system and method of the present invention.
  • Figure 1 illustrates a schematic view of a search system 10 in accordance with one embodiment of the present invention that searches for electronic documents stored in a computer readable media in response to a query, and provides a search result.
  • the search system 10 of Figure 1 may be implemented with any type of hardware and/or software, and may be a pre-programmed general purpose computing device.
  • the search system 10 may be implemented using a server, a personal computer, a portable computer, a thin client, or any suitable device or devices.
  • the search system 10 and/or components thereof may be a single device at a single location, or multiple devices at a single, or multiple, locations that are connected together using any appropriate communication protocols over any communication medium such as electric cable, fiber optic cable, or in a wireless manner.
  • the search system 10 in accordance with the present invention is illustrated and discussed herein as having a plurality of modules which perform particular functions. It should be understood that these modules are merely schematically illustrated based on their function for clarity purposes only, and do not necessary represent specific hardware or software. In this regard, these modules may be hardware and/or software implemented to substantially perform the particular functions discussed. Moreover, the modules may be combined together within the search system 10, or divided into additional modules based on the particular function desired. Thus, the present invention, as schematically embodied in Figure 1, should not be construed to limit the search system 10 of the present invention, but merely be understood to illustrate one example implementation thereof.
  • the search system 10 includes a processor 12 that is electronically connected to a user interface module 16, a search engine 20, and a query processing module 30, these modules being electronically interconnected by their connection to the processor 12 in the illustration of Figure 1.
  • the search system 10 also includes prior probability module 36, and a query pre-processing module 40 that are also electronically connected to the processor 12, and a context database 46 which is electronically connected to the query processing module 30 and the query preprocessing module 40.
  • the search system 10 includes a filtering module 60 connected to the processor 12. The various functions of the various modules and components of the search system 10 is controlled by the processor 12 as described in further detail below.
  • a single search engine 20 is shown in Figure 1, it should be also understood that the search engine 20 may be implemented as more than one search engine, and can be one or more of the search engines in common use.
  • the search system 10 is further electronically connected to a corpus 22 having a plurality of electronic documents 24 stored therein.
  • electronic document refers to any computer readable file, regardless of format and/or length.
  • web pages of websites, word processing documents, presentation documents, spreadsheet documents, PDF documents, etc. are all examples of electronic documents referred to herein.
  • the corpus 22 illustrated is remotely located, and is in communication with the search system 10, via a network such as the Internet 2.
  • the corpus 22 may be provided within the search system 10 itself as a component thereof.
  • the corpus 22 may be accessed by one or more search engines, which can be used to retrieve electronic documents, or segments thereof.
  • the user interface module 16 is adapted to receive a search query such as one or more search terms or a phrase from the user of the search system 10 indicative of the content of documents that are of interest to the user.
  • the user interface module 16 provides the search query to the query processing module 30 which processes the search query in the manner described in detail below, and provides the processed search query to the search engine 20.
  • the search engine 20 is adapted to search the corpus 22 to identify those documents from the plurality of electronic documents 24 that satisfy the search query that has been processed by the query processing module 30.
  • searching of the corpus 22 by the search engine 20 may be attained in any appropriate nianner, and can be facilitated by utilization of word indexes as already known in the art.
  • Those electronic documents 24 that satisfy the search query are identified to the user as a search result.
  • the query processing module 30 analyzes the terms or phrases of the search query received by the user interface module 16, to determine candidate synonym words that are actually equivalent terms which can be utilized to accurately expand the search results generated by the search engine 20.
  • the query processing module 30, and the various other modules connected thereto function together to identify those equivalent terms that are most likely to increasing recall of the search results, while also preserving precision and relevancy of the documents retrieved through the search.
  • this processing by the query processing module 30 and the other modules are performed before the actual search is performed by the search engine 20. However, in other embodiments, this processing may be performed after conventional search results are provided to the user by the search engine 20.
  • the query processing module 30 identifies the candidate synonym words and processes these candidate synonym words based at least on a prior probability score as provided by the prior probability module 36, in order to identify those candidate synonym words that are actually equivalent to the search query term in the context of the search query, i.e. truly synonymous and in the same sense in which the search query term is used in the search query.
  • candidate synonym words refer to those words that are considered to be synonyms to the query term by reference sources such as WordNet or electronic thesauri.
  • equivalent terms as used herein refer to those synonym words that have been analyzed to be actually equivalent and has the same sense as the search query term.
  • the prior probability module 36 of the search system 10 calculates and assigns a prior probability score to every candidate synonym words, the prior probability score reflecting the likelihood ⁇ of the synonym of a given search query term to be actually be used in an equivalent manner to the given search query term, i.e. in the same sense and meaning as a particular search query term.
  • the candidate synonym words for any given search query term may be obtained from any appropriate source.
  • candidate synonym words may be obtained from WordNet, an electronic thesaurus, or other sources.
  • the determination of the prior probability score by the prior probability module 36 of the search system 10 preferably assigns the prior probability to every synonym reflecting its probability of being relevant based on (1) the distribution of senses listed of the at least one search query term, for example, in WordNet, and (2) the bias as to part-of-speech of the query terms submitted by users, i.e. whether the query terms are Noun, Verb, Adjective, Adverb, etc.
  • the calculation of the prior probability score for a word is attained by the prior probability module 36 by examining the word's sense numberings in all four parts-of-speech in WordNet, and giving each one a weighting inversely proportional to the longest sense- depth.
  • the 6 th sense of the word was weighted a I 3 and the 1 st sense of the word in every part-of-speech was weighted 6, even in those cases where a part-of-speech has less than 6 senses.
  • the prior probability module 36 then scores each sense of each part-of-speech as a function of this sense weight, divided by the total of all sense weights across all part-of-speech. [0047]
  • the determination of the prior probability score for a word by the query processing module 30 is mathematically represented in formulas: PPSBase ⁇ W,P,S ⁇ ⁇ MaX ⁇ mmSe ⁇ W ⁇ - S - ⁇
  • PPSBiasedQV,P,S ⁇ Bias(W,P,S) ⁇ PPSBiasQV,Pi,Si)
  • EquivTypePenaltyO is a constant penalty based on the equivalence type (i.e. synonym, hyponym, hypernym, etc.);
  • the prior probability module 36 in the preferred embodiment is implemented to further modify the prior probability score as determined above to take into consideration both internal and external part-of-speech bias.
  • the "internal part-of-speech bias” is derived, for example, from WordNet, by counting to determine which part-of-speech has the most senses listed for the given word, and calculating a proportional bias accordingly.
  • the "external part- of-speech bias” is derived from a usage profile of the search engine 20. In particular, the usage profile of search engines shows that users most frequently search for nouns, and least frequently for adverbs, with the frequency of search for verbs and adjectives falling in between nouns and adverbs.
  • the query processing module 30 identifies which of the candidate synonym words are considered by reference sources to be the same as the terms of the original search query (as provided by reference sources such as WordNet, thesaurus, etc.) are, in fact, accurate synonymous equivalent terms for the query terms in the sense, or context in which they are submitted.
  • the query processing module 30 substitutes the various candidate synonym words, one at a time, in to the context of the remaining, unaltered query terms, and submits this modified search query to the search engine 20 in what can be considered to be a preliminary synonomy verification search step, to determine which of the candidate synonym words, yields multiple matches in semantically continuous segments retrieved by the search engine 20.
  • the query processing module 30 checks the semantic distance between the query terms in contiguous text blocks, such as a paragraph of text, and identifies when there is a marked shift in semantic space. [0051] If the candidate synonym word that has been substituted into the other terms of the query is found together with the original query terms within the text corpus, but not within a semantically continuous block of text, the candidate synonym word is disqualified from being used to expand the scope of the original search query terms. Thus, a substantial number of terms which would be considered to be synonyms by conventional search engines and would be used to expand the search query in prior art search systems, are disqualified by the query processing module 30 of the search system 10 in accordance with the present invention.
  • the query processing module 30 further requires those candidate synonym words that satisfy the above described semantically continuous block of text requirement, to further satisfy a multiple attestation requirement. More specifically, the query processing module 30 of the preferred embodiment requires satisfaction of the semantically continuous block of text requirement in two or more electronic documents 24 of the corpus 22.
  • the query processing module 30 determines a final confidence score indicating the degree to which the candidate synonym word is contextually equivalent to the substituted term of the original query. This final confidence score is determined based on the above parameters, i.e. the prior probability score as determined by the prior probability module 36 and retrievable stored in the context database 46, and whether the candidate synonym words yields multiple matches in a semantically continuous segments retrieved by the search engine 20 in response to the search query with the substituted candidate synonym word.
  • the query processing module 30 In order for a candidate synonym word to be considered to be likely equivalent to the original search term, the query processing module 30 requires that each candidate synonym word must have at least a predetermined threshold final confidence score. Only those candidate synonym words that meet these conditions are deemed to "pass" with regard to the context represented by the other terms in the original query, and can be considered to be synonyms to the original terms of the original search query. Thus, the query processing module 30 determines a meaningful subset of equivalent query terms that are far more likely to preserve precision when used together in a disjunctively expanded query, than would otherwise be the case if the entire, unaltered set of potentially equivalent terms are used, such as performed in the prior art search systems.
  • the method described above as implemented by the query processing module 30 and the prior probability module 36 of the search system 10 is substantially different from the previously noted soft word sense disambiguation proposed by Ramakrishnan in the manner in which the probabilities of each word sense are calculated, and also in its granularity, as the prior probability scores are determined at the level of every synonym within each sense of the word, and not at the level of WordNet senses.
  • the method described above as implemented by the query processing module 30 of the search system 10 is substantially different from the previously noted approach of Agirre and Martinez in that the query processing module 30 analyzes the context of co-occurring query words and their candidate synonym words, using a context validation model that combines statistical and rule-based approaches as described, instead of a Bayesian network.
  • Table 1 An example of the operation and function of the search system 10 is illustrated in Table 1, where the query "hotel with activities for kids” was submitted in several different forms to a search engine 20 to perform keyword searches.
  • Table 1 sets forth four columns: "Unexpanded”, “Unprocessed”, “After Processing”, and "After Proper-Name Pruning”.
  • the "Synsets” row provides the set of resulting synonyms which are submitted to the search engine 20.
  • the "Precision” row provides the preciseness of the search results obtained by submission of the synsets to the search engine 20, i.e. whether the resulting electronic documents retrieved by the search engine 20 in response to the searched synsets are, in fact, relevant.
  • Unexpanded refers to the original, unexpanded query terms.
  • Unprocessed refers to the original query terms, and all of the candidate synonym words that are commonly considered to be synonyms to the original terms, which may be provided by WordNet, for instance.
  • After Processing refers to the remaining equivalent terms after the query processing module 30 and the prior probability module 36 of the search system 10 process the candidate synonym words set forth in the Unprocessed column. Thus, all of the terms set forth in Synsets of the After Processing column satisfy the final confidence score requirement described above.
  • "After Proper-Name Pruning” refers to the equivalent terms set forth in Synsets of the After Processing column but with proper names removed. AU of the synsets identified in the various columns were submitted to the search engine 20 to obtain search result corresponding thereto, and the relevancy of the retrieved documents were determined, the results of which is set forth in the "Precision" row.
  • the search system 10 of the presently described implementation discarded 85% of the synonyms that , would have otherwise been used by conventional prior art search systems, and only retained 15% of the candidate synonym words as being equivalent terms for use in expanding the search.
  • the average synonym retention rate by the query processing module 30 was approximately 28% (i.e. 72% of the candidate synonym words were discarded).
  • the unexpanded, unprocessed, processed, and proper name pruned query terms were submitted as a query to the search engine 20 to review the level of precision of the search results.
  • the search results obtained by submitting the noted synsets were reviewed to determine the percent of the retrieved documents are, in fact, relevant to the original search query.
  • the resultant retrieved electronic documents comprising the top twenty results for each of forty sample queries, at four different phases: unexpanded, expanded (but unprocessed), processed with context analysis, and processed with both context and proper-name analysis, were manually analyzed and graded.
  • the search precision scores of numerous other search queries are set forth in Table 2, the original query being set forth in the first column indicated as “Original Query”.
  • the precision scores for each respective query are set forth in the various columns, including "Unexpanded”, “Unprocessed”, “After Processing”, and “After Proper-Name Pruning” columns, as in the manner set forth in Table 1.
  • the average precision scores for the ten original search queries set that are set forth in the second to last row of Table 2.
  • the average precision score for the ten identified original queries were 79%.
  • the average precision score was only 49%.
  • the average precision score increased to 74%. After proper name pruning, the average precision score further increased to 82%.
  • the last row of Table 2 sets forth average precision scores for all 40 search queries which where analyzed in validating an example implementation of the search system 10 in accordance with the present invention.
  • the average precision score for the 40 original queries were 76%.
  • the average precision score was only 41%.
  • the average precision score increased to 72%. After proper name pruning, the average precision score increased to 80%.
  • the results set forth in Table 2 were obtained by tuning the threshold of the final confidence score described above until recall improvements occurred with no loss of precision. Specifically, the final confidence score was normalized on a 0-1.0 scale, and the threshold final confidence score requirement was set at 0.68. Of course, the threshold final confidence score requirement may be further adjusted upwardly or downwardly, as a larger set of queries are analyzed to determine the performance characteristics of the search system 10. However, the threshold final confidence score of 0.68 has been found to be sufficient in the analysis of the 40 sample queries set forth.
  • the precision score after proper name pruning (at the 0.68 threshold for the final confidence score), actually increased as compared to the precisipn score of the unexpanded, original query, although the goal was only to preserve the same level of precision.
  • the precision score increased from 76% of the unexpanded original query, to 80% for after proper name pruning.
  • the slight increase in precision is not likely to be statistically significant, given the relatively small sample size of 40 search queries. Nonetheless, it should now be apparent to one of ordinary skill in the art that the precision of search can be substantially maintained by the described implementation of the search system of the present invention.
  • one of the primary goals of the search system 10 in accordance with the present invention is to enhance the number of relevant documents retrieved, i.e. to improve recall. Recall is difficult to judge when searching the entire Worldwide Web.
  • the query processing module 30 of the search system 10 can only improve recall because additional equivalent terms are provided to the search engine 20, together with the original query terms. Thus, all of the documents that would have been retrieved by the search engine 20 based on the original query terms will still be retrieved. In addition, those documents that satisfy the equivalent terms as further provided by the query processing module 30 will also be retrieved by the search engine 20, thereby increasing the number of retrieved documents.
  • the chief limitation uncovered is the computational requirements of the search system 10, and the resulting latency in obtaining the search results.
  • the user of the search system 10 may be required to wait for the search system 10 to perform the extensive analysis of the query terms, and candidate synonym words, after the search query is submitted through the user interface module 16.
  • the latency is due to the fact that the query processing module 30 literally issues many dozens of slightly varying queries, based on the original search query, to the search engine 20, and processes all the results, in order to determine which of the candidate synonym words are contextually qualified equivalents to the original query terms.
  • the search system 10 in accordance with the preferred embodiment is implemented to include a query pre-processing module 40.
  • the query pre-processing module 40 stores word set lists in the context database 46 that identify the most popular queries from one or more major online search sites.
  • the word set lists stored in the context database 46 are utilized by the query pre-processing module 40 to determine frequently co- occurring query words.
  • These word sets are pre-processed for context by the query pre-processing module 40 so that terms equivalent to the terms of the original search query (as determined by the prior probability module 36 and the query processing module 30 in the manner discussed above) are already identified and stored within the context database 46.
  • the received query is compared to the word sets (i.e. a combination of words) that are stored in the context database 46. If the received query matches one of these stored word sets, the stored equivalent terms that is stored in the context database 46 which matches the context of the search query is retrieved, and used for submission to the search engine 20 together with the original search query terms.
  • the computationally intensive processing by the prior probability module 36 and the query processing module 30 at the instant when a search query is submitted by the user is avoided.
  • the pre-analyzed information stored in the context database 46 can be used.
  • Table 3 sets forth various word sets that are identified in the word set list stored in the context database 46.
  • Table 3 The word combinations in Table 3 account for 11 of 39, or 28%, of the content words, i.e. words kept after "stop words" were discarded, across the first ten sample queries. Thus, a substantial real-time savings could be attained by providing, and utilizing, the query pre-processing module 40 and the context database 46, to pre-analyze such common search query terms.
  • Table 3 merely provides several combination of words, i.e. word sets, and the actual word sets that are provided in the word set lists stored in the context database 46 would be substantially longer, and set forth the most common combination of query terms that are submitted by the user of search systems.
  • it should be evident how such larger word set list or lists of word combinations that are pre-processed would greatly enhance obtaining of search results for the user of the search system 10, while minimizing latency and system performance requirements.
  • the search system 10 of the present invention reduces the inclusion of irrelevant electronic documents retrieved in response to a search query, while also increasing the number of relevant electronic documents retrieved.
  • the search system 10 of the present invention increases recall while substantially maintaining precision of search.
  • another aspect of the present invention is in providing a novel method for enhancing searching in the manner described.
  • search system 10 is only one preferred implementation thereof, and the present invention is not strictly limited thereto.
  • the search system 10 of the present invention may also be further modified to utilize meta-tags and ontological classification information that is embedded in many of the search documents, to further refine which of the candidate synonym words are actually equivalent to the original search query terms that can be used to expand the scope of search.
  • the search system 10 may also be implemented to utilize the user's profile and session history as additional clues to the selection of the appropriate equivalent terms in conjunction with the search query.
  • the search system 10 may be implemented to incorporate additional features and functionalities that can enhance the accuracy of the search system 10 in identifying equivalent terms for the search query terms submitted by the user.
  • the calculation of the prior probability score for a candidate synonym word is attained based the prior probability module 36 by examining the word's sense numberings in all four parts-of-speech in WordNet, and also based in the bias as to part-of-speech of the query terms submitted by users, i.e. whether the query terms are Noun, Verb, Adjective, Adverb, etc.
  • the selection of equivalent terms that are actually synonyms to the search query terms can be dramatically affected, for good or for ill, by identifying (or misidentifying) the intended parts- of-speech of the original search query terms.
  • the search system 10 of the present invention may be implemented with parts-of-speech tagger 50 as shown in Figure I 5 such parts-of-speech taggers being commercially available from 3 rd parties.
  • the parts-of-speech tagger 50 can be invoked on the search queries to improve the identification of the parts-of-speech for the submitted search query terms, and consequently, used to improve the precision in dete ⁇ mning equivalent terms from the candidate synonym words.
  • a rule based parts-of-speech tagger may be used instead.
  • the rules of the parts-of-speech tagger should be edited to be more fitting to fragmental text.
  • the rules can be modified based on the most common "grammatical" patterns of search engine queries, and different patterns may be weighted in accordance with the frequency ranking of more commonly used query patterns.
  • Many parts-of-speech tagger are resource intensive. However, a search system 10 that is utilized by end users must perform searches quickly. Considering all of the other computations that must be performed by the search system 10 of the present invention to determine equivalent terms to the query search terms, e.g.
  • parts-of-speech taggers have an "overkill" of parts-of-speech determination procedures, e.g. recognizing many more parts- of-speech tagger distinctions than are necessary for use in the search system 10.
  • a full-featured parts-of-speech tagger will typically recognize second-level tags (such as whether a verb is past tense vs. present tense) and other nuances that can add up to more than two hundred tag variations.
  • the parts-of-speech tagger 50 is rule-based and is open to customization, allowing for all of its rules that are not required to be deleted or suppressed. Eliminating such processes that are not required allows the parts- of-speech tagger 50 to execute its tasks much more quickly so as to be more practical for use by the search system 10 of the present invention.
  • parts-of-speech issues have less consequence than in other cases. For example, noun and adjective senses of the same word, e.g. "gold”, seldom have large semantic differences.
  • the search system 10 may be implemented so that the parts-of-speech tagger 50 is retrained with only the simplest and most basic rules for distinguishing nouns from adjectives, thus, lightening the analytic depth even further.
  • a rule-based parts-of-speech tagger can be streamlined until sufficient speed of the search system 10 is attained, e.g. operating within a matter of tens of milliseconds.
  • the parts-of-speech tagger 50 functions more like a limited version of "parts-of-speech spotters" rather than a full tagger, e.g. noun-spotter, adjective-spotter, and verb-spotter, which could be used instead of a tagger in other implementations of the present invention.
  • search query processing module 30 may optionally be implemented to recognize when the user provides a query term (or terms) as a noun modifier that specifies a particular instance or subclass of another query word, and to suppress all hyponyms, or a subset of those hyponyms, that are outside of the class of hyponyms that the user specified.
  • the query processing module 30 may be implemented to suppress the hyponym of "win xp" for "operating system” in light of the fact that the user is likely looking for information pertaining to the "redhat” LinuxTM operating system in particular.
  • the search system 10 may be presented with a search query that includes a distinctive collocation.
  • a collocation is any set of a plurality of words occurring in sequence in a query (or in a text). Some collocations are actually headwords in a lexicon, e.g. "hot dog”. Others have not yet been lexicalized, but are well-established by their repeated use in the language community, and carry a very distinctive meaning, e.g.
  • collocations are referred to as "distinctive collocations" because, unlike random or spontaneous collocations, these are in the process of solidifying a place for themselves in the language as having a particular meaning. Collocations which are already headwords in the lexicon are typically referred to as lexical collocations.
  • an established machine-readable lexicon may contain collocation-headwords.
  • a strong bias needs to be in favor of such an intention, but there are cases where it is not.
  • a careful inter-operation with the parts-of-speech tagger 50 or verb spotter is needed, in order to determine that, because "waste” in the second query is a verb, "waste paper” is not a single headword in the second query, though it is in the first query.
  • the search system 10 in accordance with the preferred embodiment is implemented to cope with such examples of distinctive collocations.
  • the electronic documents 24 of the corpus 22 are analyzed offline by the processor 12 of the search system 10 to identify frequent occurrences of a non-lexical collocation.
  • the search engine 20 is then, utilized to determine if lexical synonyms for the constituent words are being singly substituted with any appreciable frequency in the electronic documents 24 of the corpus 22 itself. In other words, if "intercourse change", along with most of the other similar substitutions, does not occur more often than a tiny fraction of the number of times that "sex change” does, this implies that "sex change" exhibits some specific meaning all its own.
  • the search system 10 is implemented so that such distinctive collocations are added to a list of para-lexical, distinctive collocations which can be stored in the context database 46, so that they can be readily identified when received as a search query via the user interface module 16.
  • the query processing module 30 of the search system 10 is implemented to treat these para- lexical, distinctive collocations stored in the context database 46, as though they are lexical headwords to thereby suppress their expansion with synonyms/candidate synonym words that will be irrelevant.
  • distinctive collocations can be examined by human editors for possible inclusion in (or rejection from) the official lexicon of the search system 10.
  • FIG. 2 illustrates one example implementation of the graphical user interface (GUI) screen 80 that is generated by the user interface module 16 of the search system 10.
  • GUI graphical user interface
  • a query box 82 is provided for allowing the user to type in the search query, which in the example shown in Figure 2, is "pool for kids”.
  • the Search button 84 Upon selection of the Search button 84, the search query is expanded in the manner described above by the query processing module 30 and the prior probability module 36, and the expanded query is submitted to the search engine 20, the results of which are displayed in the GUI screen 80.
  • the GUI screen 80 identifies for the user, equivalent terms to the search query terms as determined by the query processing module 30 and the prior probability module 36 in the manner described above.
  • the user is informed that the search query entered was expanded to include the equivalent terms "pond”, “youngster”, “child”, and "toddler”.
  • the user of the search system 10 is informed of the senses for the search query terms, as interpreted by the search system 10.
  • the search query term "pool” was understood in the sense of "pond”
  • the search query term "kids” were understood in the sense of "child, youngster, toddler".
  • the user interface module 16 of the illustrated embodiment is implemented so that the user can suppress the inclusion of any of the expanded equivalent terms that were selected by the query processing module 30 for a given sense of a search query term. This is shown in the GUI screen 80 by selection boxes [x] positioned next to each of the equivalent terms which can be deselected by the user to suppress its inclusion in the search. [0099] Moreover, in accordance with the illustrated implementation, the GUI screen 80 further provides the user with options to allow the user to override the sense selected for each search query term by the search system 10. Thus, in case the search system 10 of the present invention mistakenly construed a user's intent with regard to a collocation (e.g.
  • the user interface module 16 is implemented to ask the user "Did you mean riinkj ?” Conversely, if the query processing module 30 has considered a collocation headword but decided against it, and has opted to present the user with expansions of the search queiy terms, the user interface module 16 facilitates the user in (1) noticing this, and (2) indicating their intent to have the words treated as a combined, unified semantic element. Again, this may be attained by the user interface module 16 by displaying "Did you mean riinkl ?” in such an instance.
  • the GUI screen 80 poses a question that states “Did you mean instead 'pocket billiards' or something else?"
  • the "pocket billiards" or “something else” alternatives are generated as links that can be selected by the user to override the sense chosen by the search system 10.
  • the query processing module 30 interpreted the wrong sense for the search query term "pool”.
  • the search is performed again by the search system 10 with the search query term "pool” interpreted in the alternative sense, and expanded to include equivalent terms such as "billiards", “cue”, “shark”, etc.
  • a pop up window may be provided to allow the user to enter other query terms that further disambiguate the sense of the search query terms entered.
  • the user can override the query processing module 30, and choose to include equivalent words that may have been ruled out by the query processing module 30 given the query context.
  • the user interface module 16 is implemented so that the user can quickly suppress all expansion of the search query terms with equivalent terms by indicating that the user wants to match one or more of the search query terms exactly as also shown in the highlighted portion 86.
  • the user interface module 16 is further preferably implemented to allow the user to provide an indication that the terms of a proper name is to be searched as separate query terms, thereby overriding the search system's interpretation of the collocation as a proper name. For example, a search querying including "tiger woods" will be interpreted as a proper name of a famous golfer by the query processing module 30.
  • the user interface module 16 preferably allows the user to indicate that the search was actually directed to a wild feline animal "tiger" to be found in "the woods". Such examples are rare but are not difficult to imagine. Another such example is if there is ever a congressman with the surname "Gates” who puts up a "bill” for a vote.
  • the user interface module 16 lets the user know how such collocation was interpreted. For instance, a sentence stating "We assumed you meant [text] but did you mean [linkl ?” In the manner explained above, the selection of the link of the second field immediately brings up the appropriately modified search.
  • the query processing module 30 is preferably implemented to still output to the search engine 20, the collocation, since it may be used later to filter out, or reduce, the relevance score or ranking of the retrieved electronic documents that exhibit usage of the words as a collocation (e.g. words "bill” and “gates” found in an electronic document with "Bill Gates" in a non-title case sentence).
  • conventional keyword search engines generally discard words that are considered to be of little value, and are usually expensive to index due to high frequency (e.g. "the”, "a”, etc.).
  • the search system 10 does not discard stop-words, since they may be crucial in identifying distinctive or lexical collocations as well as proper names as discussed above, e.g. "on the run” or "the rolling stones".
  • the query processing module 30 utilizes such stop- words when they are deemed part of a proper name, or a distinctive collocation so that equivalent terms are not forced upon the search engine 20 which does not correspond to the distinctive collocation. This may be attained by adding scope delimiters that signal to the search engine 20 that such words are not be discarded and are searched for as a single lexical unit (i.e. a "phrase" search).
  • the query processing module 30 is implemented so that if the search query is entered into the user interface module 16 in non-uniform case (i.e. not all upper or lower case), the query processing module 30 is adapted to take the query case into consideration as a clue for detecting proper names and determining word grouping and sense selection.
  • the search system 10 is implemented to call up a proper-name identification tool or a named entity extraction (NEE) engine, to aid in identification of proper-names, such tools or engines being already available in the industry.
  • NEE named entity extraction
  • the lexicon that is used by the query processing module 30 is preferably pre-processed offline in order to combine senses that exhibit very little semantic difference. The way this can be accomplished is by determining overlap in equivalent words of both senses, and comparing senses to other lexicons, dictionaries and thesauri. If a lower number of senses are observed in these other resources, then some senses in the lexicon can likely be combined. Similarly, if equivalent words that occur in two senses from the lexicon are mentioned in a single sense in one or more of the other resources, then this also gives an indication that the two senses can be merged together. Of course, a tool for manually marking senses from the source lexicon to combine may be provided to ensure accurate detection and safe merging of the word senses.
  • the search system 10 is implemented with a filtering module 60 described in detail below that suppresses pornographic documents only if it is determined that the search query is not directed to pornographic material.
  • Filtering a list of potentially pornographic words is not as simple as having a stop-word list containing words commonly used in pornographic electronic documents. If the filtering module 60 of the search system 10 was implemented to simply discard all such words, this would lead to both false positives and false negatives.
  • pornographic websites are getting clever about avoiding the blatantly pornographic language, expressly for the purpose of circumventing such filters. Meanwhile, non-pornographic sites can utilize many of the same words as the pornography sites, but combined differently.
  • the filtering module 60 of the search system 10 in accordance with the preferred embodiment is implemented with a point-system (or a weighting system) wherein some words are assigned a full 1.0 score for being definitely pornographic (a fairly short list of words), and many other words are given a score between 0 and 1. These assigned points corresponding to the search query terms are processed by the filtering module 60, for example, added together. If the total score for all the search query terms remain below a predetermined (configurable) threshold, the search system 10 considers the query to be non-pornographic, and correspondingly, suppresses the query processing module 30 from generating pornographic synonyms.
  • the processing performed by the filtering module 60 may be more elaborate in other implementations, for example, divide the added points by the number of search terms to derive an average, and require the calculated average to be above a predetermined threshold for the search query to be directed to pornographic material.
  • search query includes a word that has an explicitly pornographic sense in the lexicon, which is contextually indicated by other clues within the query, e.g. co-occurrence of words as described above, or the query contains pornographic phrases
  • search query can be considered to be directed to pornographic material, and corresponding the filtering module 60 does not suppress the pornographic results which is retrieved based on the expanded search query.
  • All of the above noted user activity using the user interface module 16 is preferably logged, including the sequence in which the user altered the query expansion, and which search results were clicked on. This logged information is very valuable and can be processed offline and made available to the query processing module 30, including:
  • AU of these statistics can be recorded with counts, and compiled periodically from the logs by the processor 12 of the search system 10.
  • the statistics can then be incorporated into how the search system 10 conducts searches for a user, for example, by modifying or biasing the final confidence score or the prior probability score.
  • strong patterns i.e. across many contexts
  • term selection may be used to permanently restructure the lexicon by demoting the dominance of a certain sense over another, as well as reducing or eliminating a candidate synonym word that was thought to be equivalent in a given sense.
  • Another aspect of the present invention is in providing a novel computer implemented method for searching electronic documents, and providing a search result in response to a search query in the manner discussed above.
  • yet another aspect of the present invention is in providing a computer readable media having instructions for executing the search system and/or method described herein.
  • Figure 3 shows a schematic flow diagram 100 of a method in accordance with one embodiment of the present invention.
  • a search query is received from a user in step 102, the search query having at least one search query term.
  • the search query term is analyzed to identify candidate synonym words for the search query term.
  • prior probability scores are calculated and assigned to the candidate synonym words based on a likelihood of each candidate synonym word being used in an equivalent manner as the search query term. As described above, the calculation and assignment of the prior probability scores to the candidate synonym words may be based at least partially on distribution of senses of the search query term, and/or part-of-speech bias.
  • the illustrated method further includes step 108 where each of the candidate synonym words are substituted into the search query in place of the query search term to generate modified search queries.
  • modified search queries are provided to a search engine in step 110, the search engine executing a search using these modified search queries.
  • the results of the search are analyzed in step 112 to determine which of the candidate synonym words yielded multiple matches in semantically continuous segments retrieved by the search engine, and also attested by at least two electronic documents.
  • step 114 a determination is made as to which of the candidate synonym words are equivalent terms to the at least one search query term, and in a same sense as the search query term as used in the search query. As discussed in detail above, this determination may be based on the prior probability scores, and/or on whether the candidate synonym words yield multiple matches in semantically continuous segments retrieved by the search engine, and attested by at least two electronic documents.
  • step 116 the search query term and the determined equivalent terms are provided to a search engine, and a search is performed. The results of the expanded search are displayed for the user in step 120.

Abstract

A search system for searching for electronic documents, and providing a search result in response to a search query is provided. The search system includes a processor, a user interface module adapted to receive a search query from a user, the search query having at least one search query term, and a query processing module that analyzes the search query term to identify candidate synonym words. The query processing module also determines which of the candidate synonym words are equivalent terms to the search query term, and in a same sense as the search query term. In addition, the search system includes a search engine that executes a search based on the search query term and the equivalent terms.

Description

SYSTEM AND METHOD FOR SEARCHING FOR A QUERY
[0001] This application claims priority to U.S. Provisional Application No. 60/669,922, filed April 11, 2005, and 60/686,929, filed June 3, 2005, the contents of which are incorporated herein by reference.
BACKGROUND OF THE INVENTION
Field of the Invention
[0002] The present invention is directed to a system and method for searching and retrieving electronic documents in response to a query.
Description of Related Art
[0003] Electronic searching across large document corpora is one of the most broadly utilized applications on the Internet, and in the software industry in general. Regardless of whether the sources to be searched are a proprietary or open-standard database, a document index, or a hypertext collection, and regardless of whether the search platform is the Internet, an intranet, an extranet, a client-server environment, or a single computer, searching for a few matching texts out of countless candidate texts, is a frequent need and an ongoing challenge for almost any application.
[0004] One fundamental search technique is the keyword-index search that revolves around an index of keywords from eligible target items. In this method, a user's inputted query is parsed into individual words (optionally being stripped of some inflected endings), whereupon the words are looked up in the index, which in turn, points to documents or items indexed by those words. Thus, the potentially intended search targets are retrieved. This sort of search service, in one foπn or another, is accessed countless times each day by many millions of computer and Internet users. It is, for example, built into database kits offered by companies such as Oracle® and IBM®, which are utilized by many of the Fortune® 1000 companies for internal data management; it is built into the standard help file utility on the Windows® operating system, which is used on most personal computers today; and it is the basis of the Internet search services provided by Lycos®, Yahoo®, and Google®, used by tens of millions of Internet users daily.
[0005] Two main problems of keyword searches are (1) missing relevant documents (i.e. low recall), and (2) retrieving irrelevant ones (i.e. lack of precision). Most keyword searches do plenty of both. In particular, with respect to the first problem, the primary limitation of keyword searches is that, when viewed semantically, keyword searches can skip about 80% of the eligible documents because, in many instances, at least 80% of the relevant information will be indexed in entirely different words than words entered in the original query. Granted, for simple searches with very popular words, and where relevant information is plentiful, this is not much of a problem. But for longer queries, and searches where the relevant phrasing is hard to predict, results can be disappointing. [0006] Some of the questions that arise in this context are:
How can a search engine recognize where there are equivalent words for the query words, e.g. that "mother-daughter matching sleeping gowns" matches "adult-child coordinated night gown set"?
How can a search engine recognize that "hotel room with a view of the Golden Gate Bridge" matches "suite that provides a panorama of the entire Bay Area skyline" where the phrase "Bay Area skyline", while not synonymous with "Golden Gate Bridge," is nonetheless very strongly related to it? [0007] The second main problem in keyword search is that, not only do keyword searches overlook relevant matching texts, they also erroneously match irrelevant texts, due largely to the fact that words can be used in different senses. [0008] Examples of questions that arise in this context are:
How can a search engine recognize that "bank an aircraft in high wind" is NOT a match for "His investment bank funded an aircraft company whose high sales brought in a windfall profit," despite that it has a high correspondence to the series of words in the query?
How can a search engine recognize that "Apple Slashes Price of Newest Macintosh" should match documents concerning personal computers and not the agriculture industry?
[0009] The common attempts at this problem revolve around various kinds of popularity ranking, e.g. with Google® the most-linked-to content across the Web, and/or with other search engines, the content that is most searched-for or most clicked-on-in-search-results-pages. However, the popularity is inferred, and there are a number of cases where popularity does not represent the intention of a particular user. Thus, this method, while it is guaranteed to work in a significant number of cases (the most popular ones), is guaranteed also not to work in all the other cases other than the most popular case. [0010] Attempts have been made to address the above described missed relevant documents problem, or the low recall problem. Probably the most straightforward approach is to automatically add terms that are considered to be synonyms to the original query terms to the query. This is easily done by simple look-ups in a machine readable thesaurus or "WordNet." Most common synonyms are added automatically, and search is conducted for the query words as well as the synonym terms added. Unfortunately, this approach encounters some very significant problems in that:
1. Words have many different senses;
2. Words have many synonyms in each sense; - A -
3. Most synonyms themselves have other senses which are NOT equivalent to the original word.
[0011] In fact, a study discussed in G. Grefenstette: Explorations in Automatic Thesaurus Discovery, pg. 112, Boston (1994), found that thesaurus based automatic query expansion, without making any semantic discrimination such as word sense disambiguation, varied the accuracy of the search from negative 17.7% to positive 10.4%. Thus, such simple expansion of search query terms sometimes made the accuracy of the search results worse, and never made accuracy better than approximately 10%.
[0012] This is understandable because, for example, the word "bank" can mean a financial institution, the edge of a river, the turning of an aircraft, the willingness to believe something ("you can bank on it!"), etc. Taking the second of these senses, the word "turn," though it can be a valid synonym of "bank," will also have other senses (such as in "it's your turn" or "the turn of the century", etc.) which have nothing to do with any of the senses of "bank." This means that automatically adding all the terms that are considered to be synonyms of every query term usually creates more irrelevant hits, not fewer. While the synonyms do give the benefit of enabling the search engine to find more relevant information, that effect is overshadowed by the creation of a mountain of additional, irrelevant search results. Thus, adding the synonyms turns out to make matters worse, not better.
[0013] The irrelevant result, or lack of precision problem is practically the opposite, or the "converse" in that instead of missing a document that is relevant, the search engine includes results that are not actually relevant. This usually happens because, again, words can be used in variant senses, meaning that a document can satisfy the query perfectly when viewed from the perspective of a keyword-match rate, but the words in the target document may have been used in different senses from those in the query so that the document is irrelevant. Although this seems to be an "opposite" problem, it really derives from the same fundamental problem which is the inability of keyword search engines to be cognizant of word senses.
[0014] Thus, the two recall and precision problems of searches (missed candidates and irrelevant results) share some important things in common in that both problems are rooted in the failure to distinguish word senses, and both have had their attempted solutions suffer from creating, in at least some respects, a worse picture, rather than a better one for the user. Thus, there exists an unfulfilled need for a system that can address the problem of word sense disambiguation.
[0015] In order to appreciate how widespread, and how consternating the problem of polysemy (multiple meaning) of words can be, consider the word senses for the word "Space" which include: Outer space (noun); Real estate "vacant space" (noun); Blank space on a paper such as for signature (noun); Blank space between letters in a sentence (noun); "space the fence posts farther apart, please" (verb); "space my appointments farther apart, please" (temporal application); to go into a trance "he spaced out" (not in most lexicons); Industry niche "competitors in our space" (not in most lexicons). Other examples of common, highly polysemous words are: bank, break, call, dark, date, interest, love, mean, plane, play, stage, time, try, view, window, and thousands of other words.
[0016] Conventional methods of word sense disambiguation proposed in the art generally proceed along the following lines:
1. Manually sense-tag corpus of texts (mark each word as to its canonical sense). One will use most of this data as the "training data" while saving a minority portion for the "testing data."
2. Using the training data, for each sense of each word, extract contextual features (e.g. record which words are found frequently occurring next to, or in the same sentence as, or within n words distance of the target word). 3. Determine common patterns in the contextual features (e.g. apply any standard machine learning algorithm, whether that be neural nets, or case- based reasoning, or genetic classifiers, or other) to enable classification among several senses of a word, and validate the classifier on the testing data.
[0017] After the foregoing project is completed, then based on the determined patterns (or feature value-sets, or derived rules concerning them) of the classifier, new occurrences of words (given a surrounding context, i.e. the text before and/or after the word) can be assigned a guess, or a probability, of having certain senses, i.e. be classified according to their canonical sense. A considerable amount of research and debate has surrounded steps 2 and 3 of this process, and it is no doubt fruitful to investigate and optimize these phases. However, the conventional methods of word sense disambiguation proposed agree on Step 1. A large set of manually tagged training data is presumed in the vast majority of methods attempted in word sense disambiguation. [0018] Other related art include Ramakrishnan, G., Prithviraj, B., Deppa, A., Bhattacharya, P., and Chakrabarti, S.: Soft Word Sense Disambiguation, Proceedings of the Second International WordNet Conference - GWN 2004, 291-298, Masaryk University Brno, Brno, Czech Republic, December (2003). Ramakrishnan has proposed a soft word disambiguation which does not "pin down" a single word sense for every query term. Another related art includes Agirre, E. and Martinez, D.: Exploring Automatic Word Sense Disambiguation With Decision Lists and the Web, Proceedings of the COLING 2000 Workshop on Semantic Annotation and Intelligent Content, Saarbrcken, Germany (2000). Agirre and Martinez have proposed employing a Bayesian network in automating the disambiguation task. Still another related art is Hearst, M.: Texttiling: Segmenting Text Into Multi-Paragraph Subtopic Passages, Computational Linguistics 23(1): 33-64 (1997). Yet another related art includes Beaulieu, M.: Experiments On Interfaces To Support Query Expansion, Journal of Documentation 53.1 (1997), pg. 8-9.
SUMMARY OF THE INVENTION
[0019] The above described method and the required manually tagging of training data, by itself, presents the biggest limitation for search applications. In particular, the need to manually tag a corpus containing numerous example sentences for each word in a variety of contexts, presents not one, but several problems to the designer of an open-ended search application:
1. The manual labor cost, in number of hours, is mind-boggling. It can take a couple of graduate students an entire semester to manually tag the several thousand example sentences that are required as training data for disambiguating one single word in the English language as an example of their algorithm. For this effort to be extrapolated to the entire English language in common use (say, 200,000 words or more) is something difficult to imagine.
2. The labor in question is not just any sort of labor, but linguistically trained labor. The tagging must be performed by those who understand grammar, parts of speech and canonical word senses, and are very literate. This skill requirement extends far beyond that of the worker typically employed to do standard data processing. This fact further magnifies the prospective cost of manually tagging a corpus.
3. Many word senses simply do not have enough examples in the corpus to provide a sufficient baseline for subsequent disambiguation, even if the data were all tagged.
4. Some words have senses which have not yet entered the canonical sense listings.
5. Some words are new, and have not even been entered as headwords in standard lexicons. [0020] In view of the above described formidable roadblocks to implementing scalable word sense disambiguation for generalized search applications, an alternative approach to providing improved search results is required.
[0021] Thus, there exists an unfulfilled need for a search system and method that minimizes the limitations and disadvantages of the prior art system and methods for searching and retrieving electronic documents. In particular, there exists an unfulfilled need for a search system and method that increases the number of relevant electronic documents retrieved that is otherwise missed by conventional search systems. In addition, there exists a need for such a search system and method that reduces the inclusion of irrelevant electronic documents in the results of a search. Moreover, there also exists an unfulfilled need for a search system and method that provides more relevant electronic documents in response to a query than possible by simple keyword searching. [0022] In view of the foregoing, an advantage of the present invention is in providing a system and method that reduces the number of relevant electronic documents that are missed in performing a search, thereby enhancing recall. [0023] Another advantage of the present invention is in providing a system and method that reduces the inclusion of irrelevant electronic documents in results of a search, thereby improving precision.
[0024] Still another advantage of the present invention is in providing an economical system and method that provides more relevant electronic documents in response to a query than possible by simple keyword searching. [0025] In accordance with one aspect of the present invention, a search system for searching for electronic documents, and providing a search result in response to a search query is provided. In one example embodiment, the search system includes a processor, a user interface module adapted to receive a search query from a user, the search query having at least one search query term, and a query processing module that analyzes the search query term to identify candidate synonym words. The query processing module also determines which of the candidate synonym words are equivalent terms to the search query term, and in a same sense as the at least one search query term as used in the search query. In addition, the search system includes a search engine that executes a search based on the search query term and the equivalent terms. [0026] In accordance with one embodiment, the search system also includes a prior probability module that calculates and assigns prior probability scores to the candidate synonym words, the prior probability scores reflecting a likelihood of each candidate synonym word being used in an equivalent manner to the search query term. In this regard, the query processing module determines which of the candidate synonym words are equivalent terms to the search query term based at least partially on the prior probability scores. In one embodiment, the prior probability module calculates and assigns prior probability scores for the candidate synonym words based at least partially on distribution of senses of the at least one search query term, and/or part-of-speech bias. [0027] In accordance with another embodiment, the query processing module substitutes one of the candidate synonym words into the search query in place of the query search term to generate a modified search query, and the search engine executes a search using the modified search query. In this regard, the query processing module substitutes each of the candidate synonym words, and the search engine executes searches using the modified search queries. The query processing module determines which of the candidate synonym words are equivalent terms to the search query term based at least partially on which of the candidate synonym words yield multiple matches in semantically continuous segments retrieved by the search engine and attested by at least two electronic documents.
[0028] In accordance with another embodiment of the present invention, the search system further includes a query pre-processing module with at least one word set list that lists co-occurring query words in popular queries, wherein the pre-processing module determines equivalent terms to the co-occurring query words. The query pre-processing module retrieves the determined equivalent terms in response to co-occurring query words being submitted as a search query. In addition, the query pre-processing module is preferably implemented to retrieve an intersection of the determined equivalent terms if a plurality of co- occurring query words are submitted as a search query.
[0029] In accordance with still another embodiment of the present invention, the use interface module is adapted to display the candidate synonym words that are determined to be equivalent terms to the search query term. In this regard, the user interface module may be adapted to allow one or more of the equivalent terms to be suppressed from being used by the search engine. In another implementation, the use interface module is adapted to display a user selectable alternative sense for the search query term.
[0030] In yet another embodiment of the present invention, the search system may include a filtering module adapted to analyze the search query to determine whether the search query is directed to pornography, and block pornographic electronic documents if the search query is determined to be not directed to pornography.
[0031] Another aspect of the present invention is in providing a computer implemented method for searching electronic documents, and providing a search result in response to a search query. Still another aspect of the present invention is in providing computer readable medium with executable instructions for searching for electronic documents, and providing a search result in response to a search query.
[0032] These and other advantages and features of the present invention will become more apparent from the following detailed description of the preferred embodiments of the present invention when viewed in conjunction with the accompanying drawings. BRIEF DESCRIPTION OF THE DRAWINGS
[0033] Figure 1 shows a schematic view of a search system in accordance with one embodiment of the present invention.
[0034] Figure 2 shows a search screen generated by a user interface module of the search system in accordance with one implementation.
[0035] Figure 3 is a schematic flow diagram of a method in accordance with one embodiment of the present invention.
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT
[0036] As will be described in further detail herein below, the search system and method of the present invention reduces the inclusion of irrelevant electronic documents in the results of a search to thereby improve precision, while also providing more relevant electronic documents in response to a query to thereby improve recall, than otherwise attained by conventional search systems known in the art. In particular, the search system and method of the present invention distinguishes on an automated basis, those candidate synonym words that are considered to be actually equivalent to the terms of the original query which are most likely to actually be used in an equivalent manner in the same sense as the terms of the original query. As explained in further detail below, this is attained by utilizing the text corpus and the history of past queries. Thus, the prohibitively costly manual tagging of word senses required in the proposed word sense disambiguation systems and methods is not required the search system and method of the present invention.
[0037] Figure 1 illustrates a schematic view of a search system 10 in accordance with one embodiment of the present invention that searches for electronic documents stored in a computer readable media in response to a query, and provides a search result. It should initially be understood that the search system 10 of Figure 1 may be implemented with any type of hardware and/or software, and may be a pre-programmed general purpose computing device. For example, the search system 10 may be implemented using a server, a personal computer, a portable computer, a thin client, or any suitable device or devices. The search system 10 and/or components thereof may be a single device at a single location, or multiple devices at a single, or multiple, locations that are connected together using any appropriate communication protocols over any communication medium such as electric cable, fiber optic cable, or in a wireless manner.
[0038] It should also be noted that the search system 10 in accordance with the present invention is illustrated and discussed herein as having a plurality of modules which perform particular functions. It should be understood that these modules are merely schematically illustrated based on their function for clarity purposes only, and do not necessary represent specific hardware or software. In this regard, these modules may be hardware and/or software implemented to substantially perform the particular functions discussed. Moreover, the modules may be combined together within the search system 10, or divided into additional modules based on the particular function desired. Thus, the present invention, as schematically embodied in Figure 1, should not be construed to limit the search system 10 of the present invention, but merely be understood to illustrate one example implementation thereof.
[0039] Referring again to the illustrated embodiment of Figure 1, the search system 10 includes a processor 12 that is electronically connected to a user interface module 16, a search engine 20, and a query processing module 30, these modules being electronically interconnected by their connection to the processor 12 in the illustration of Figure 1. The search system 10 also includes prior probability module 36, and a query pre-processing module 40 that are also electronically connected to the processor 12, and a context database 46 which is electronically connected to the query processing module 30 and the query preprocessing module 40. Furthermore, the search system 10 includes a filtering module 60 connected to the processor 12. The various functions of the various modules and components of the search system 10 is controlled by the processor 12 as described in further detail below. In addition, whereas a single search engine 20 is shown in Figure 1, it should be also understood that the search engine 20 may be implemented as more than one search engine, and can be one or more of the search engines in common use.
[0040] In addition, the search system 10 is further electronically connected to a corpus 22 having a plurality of electronic documents 24 stored therein. It should be understood that as used herein, the term "electronic document" refers to any computer readable file, regardless of format and/or length. For instance, web pages of websites, word processing documents, presentation documents, spreadsheet documents, PDF documents, etc., are all examples of electronic documents referred to herein. It should also be evident that the corpus 22 illustrated is remotely located, and is in communication with the search system 10, via a network such as the Internet 2. Of course, in other embodiments, the corpus 22 may be provided within the search system 10 itself as a component thereof. In addition, the corpus 22 may be accessed by one or more search engines, which can be used to retrieve electronic documents, or segments thereof.
[0041] The user interface module 16 is adapted to receive a search query such as one or more search terms or a phrase from the user of the search system 10 indicative of the content of documents that are of interest to the user. The user interface module 16 provides the search query to the query processing module 30 which processes the search query in the manner described in detail below, and provides the processed search query to the search engine 20. The search engine 20 is adapted to search the corpus 22 to identify those documents from the plurality of electronic documents 24 that satisfy the search query that has been processed by the query processing module 30. Of course, searching of the corpus 22 by the search engine 20 may be attained in any appropriate nianner, and can be facilitated by utilization of word indexes as already known in the art. Those electronic documents 24 that satisfy the search query are identified to the user as a search result.
[0042] In the above regard, in accordance with the present embodiment, the query processing module 30 analyzes the terms or phrases of the search query received by the user interface module 16, to determine candidate synonym words that are actually equivalent terms which can be utilized to accurately expand the search results generated by the search engine 20. In particular, as discussed in further detail below, the query processing module 30, and the various other modules connected thereto, function together to identify those equivalent terms that are most likely to increasing recall of the search results, while also preserving precision and relevancy of the documents retrieved through the search. In the embodiment disclosed below, this processing by the query processing module 30 and the other modules are performed before the actual search is performed by the search engine 20. However, in other embodiments, this processing may be performed after conventional search results are provided to the user by the search engine 20.
[0043] In the preferred embodiment of the present invention, the query processing module 30 identifies the candidate synonym words and processes these candidate synonym words based at least on a prior probability score as provided by the prior probability module 36, in order to identify those candidate synonym words that are actually equivalent to the search query term in the context of the search query, i.e. truly synonymous and in the same sense in which the search query term is used in the search query. Correspondingly, as used herein, candidate synonym words refer to those words that are considered to be synonyms to the query term by reference sources such as WordNet or electronic thesauri. In contrast, equivalent terms as used herein refer to those synonym words that have been analyzed to be actually equivalent and has the same sense as the search query term. [0044] In this regard, the prior probability module 36 of the search system 10 calculates and assigns a prior probability score to every candidate synonym words, the prior probability score reflecting the likelihood ~of the synonym of a given search query term to be actually be used in an equivalent manner to the given search query term, i.e. in the same sense and meaning as a particular search query term. The candidate synonym words for any given search query term may be obtained from any appropriate source. For example, candidate synonym words may be obtained from WordNet, an electronic thesaurus, or other sources.
[0045] The determination of the prior probability score by the prior probability module 36 of the search system 10 preferably assigns the prior probability to every synonym reflecting its probability of being relevant based on (1) the distribution of senses listed of the at least one search query term, for example, in WordNet, and (2) the bias as to part-of-speech of the query terms submitted by users, i.e. whether the query terms are Noun, Verb, Adjective, Adverb, etc.
[0046] In the preferred example implementation, the calculation of the prior probability score for a word is attained by the prior probability module 36 by examining the word's sense numberings in all four parts-of-speech in WordNet, and giving each one a weighting inversely proportional to the longest sense- depth. Thus, for example, where the largest number of word senses in any part- of-speech is 6, the 6th sense of the word was weighted a I3 and the 1st sense of the word in every part-of-speech was weighted 6, even in those cases where a part-of-speech has less than 6 senses. The prior probability module 36 then scores each sense of each part-of-speech as a function of this sense weight, divided by the total of all sense weights across all part-of-speech. [0047] The determination of the prior probability score for a word by the query processing module 30 is mathematically represented in formulas: PPSBase{W,P,S^ ^MaX^mmSeW^ -S - λ
∑(Maxpi(NumSensesQV,Pi))-Ssl -l)
SI Pi)
PPSBias(W,P,S) NumSensesQV, Pi)
Figure imgf000017_0001
PPSBiasedQV,P,S) = ^Bias(W,P,S) ∑PPSBiasQV,Pi,Si)
Jl when SenseCntQV, P, S) = 0 1
[SenseCntQV, P, S) * 2 when SenseCntQV, P, S) > Oj
SenseCntBonusQV, P,S) = y, fl when SenseCntQV, Pi, Si) =O 1
^ [SenseCntQV, Pi, Si) * 2 wΛe/ι SenseCntQV, Pi, Si) > Oj
PPS(W P S = PPSBiasedQV, P, S) + (1 - PPSBiasedQV, P, S)) x SenseCntBonusQV, P, S)
' ' ∑PPSBiasedQV,Pi,Si) + (l - PPSBiasedQV, Pi,Si)) x SenseCntBonusQV, Pi, Si)
PPQVX WT) = T i° wAβ" ^2 "0^ /0""rf '" Λ' &" 0/ ^1
K% [PPSQV\,Pi,Si) x EquivTypePenalty{Ei) when W2 found as equivalent of type Ei in Pi,Si of Wl
where:
• PP(Wl ,W2) is the Prior Probability Score of Wl being an equivalent term given W2;
• W: Word;
• P: Part-of-speech;
• S: Sense number (1 based);
• EquivTypePenaltyO is a constant penalty based on the equivalence type (i.e. synonym, hyponym, hypernym, etc.); and
• Presuming that Sense numbering starts at 1.
[0048] The prior probability module 36 in the preferred embodiment is implemented to further modify the prior probability score as determined above to take into consideration both internal and external part-of-speech bias. The "internal part-of-speech bias" is derived, for example, from WordNet, by counting to determine which part-of-speech has the most senses listed for the given word, and calculating a proportional bias accordingly. The "external part- of-speech bias" is derived from a usage profile of the search engine 20. In particular, the usage profile of search engines shows that users most frequently search for nouns, and least frequently for adverbs, with the frequency of search for verbs and adjectives falling in between nouns and adverbs. Moreover, in search engine queries, it is far more common for nouns and noun modifiers to be entered as search queries, than verbs or adverbs. Thus, based on a statistical examination of queries in this regard, a simple bias can be added such that, all other things being equal, certain parts-of-speech will be favored over other parts- of-speech.
[0049] The above adjusted prior probability score as determined in the manner described is then stored by the prior probability module 36 in the context database 46 for retrieval and use by the query processing module 30 in the manner described below.
[0050] As previously noted, the query processing module 30 identifies which of the candidate synonym words are considered by reference sources to be the same as the terms of the original search query (as provided by reference sources such as WordNet, thesaurus, etc.) are, in fact, accurate synonymous equivalent terms for the query terms in the sense, or context in which they are submitted. In this regard, in the preferred embodiment, the query processing module 30 substitutes the various candidate synonym words, one at a time, in to the context of the remaining, unaltered query terms, and submits this modified search query to the search engine 20 in what can be considered to be a preliminary synonomy verification search step, to determine which of the candidate synonym words, yields multiple matches in semantically continuous segments retrieved by the search engine 20. Thus, the query processing module 30 checks the semantic distance between the query terms in contiguous text blocks, such as a paragraph of text, and identifies when there is a marked shift in semantic space. [0051] If the candidate synonym word that has been substituted into the other terms of the query is found together with the original query terms within the text corpus, but not within a semantically continuous block of text, the candidate synonym word is disqualified from being used to expand the scope of the original search query terms. Thus, a substantial number of terms which would be considered to be synonyms by conventional search engines and would be used to expand the search query in prior art search systems, are disqualified by the query processing module 30 of the search system 10 in accordance with the present invention.
[0052] Furthermore, in the preferred embodiment, the query processing module 30 further requires those candidate synonym words that satisfy the above described semantically continuous block of text requirement, to further satisfy a multiple attestation requirement. More specifically, the query processing module 30 of the preferred embodiment requires satisfaction of the semantically continuous block of text requirement in two or more electronic documents 24 of the corpus 22.
[0053] The present inventors have found through experimentation and prototyping that that finding one attestation of the required match is not a good enough indicator of the candidate synonym word's appropriateness for use in expanding the scope of the query terms. In the regard, experimentation and prototyping showed that requiring two attestations greatly improved precision of the results obtained by the search engine 20. It should also be noted that applying even more rigorous attestation requirement, for example, requiring three or four attestations, have been found to not substantially increase the eventual precision beyond what was gained with the above described double- attestation threshold.
[0054] For those candidate synonym words that satisfy the multiple attestation requirement, the query processing module 30 then determines a final confidence score indicating the degree to which the candidate synonym word is contextually equivalent to the substituted term of the original query. This final confidence score is determined based on the above parameters, i.e. the prior probability score as determined by the prior probability module 36 and retrievable stored in the context database 46, and whether the candidate synonym words yields multiple matches in a semantically continuous segments retrieved by the search engine 20 in response to the search query with the substituted candidate synonym word.
[0055] In order for a candidate synonym word to be considered to be likely equivalent to the original search term, the query processing module 30 requires that each candidate synonym word must have at least a predetermined threshold final confidence score. Only those candidate synonym words that meet these conditions are deemed to "pass" with regard to the context represented by the other terms in the original query, and can be considered to be synonyms to the original terms of the original search query. Thus, the query processing module 30 determines a meaningful subset of equivalent query terms that are far more likely to preserve precision when used together in a disjunctively expanded query, than would otherwise be the case if the entire, unaltered set of potentially equivalent terms are used, such as performed in the prior art search systems. [0056] Thus, the method described above as implemented by the query processing module 30 and the prior probability module 36 of the search system 10 is substantially different from the previously noted soft word sense disambiguation proposed by Ramakrishnan in the manner in which the probabilities of each word sense are calculated, and also in its granularity, as the prior probability scores are determined at the level of every synonym within each sense of the word, and not at the level of WordNet senses. In addition, the method described above as implemented by the query processing module 30 of the search system 10 is substantially different from the previously noted approach of Agirre and Martinez in that the query processing module 30 analyzes the context of co-occurring query words and their candidate synonym words, using a context validation model that combines statistical and rule-based approaches as described, instead of a Bayesian network.
[0057] An example of the operation and function of the search system 10 is illustrated in Table 1, where the query "hotel with activities for kids" was submitted in several different forms to a search engine 20 to perform keyword searches. In particular, Table 1 sets forth four columns: "Unexpanded", "Unprocessed", "After Processing", and "After Proper-Name Pruning". The "Synsets" row provides the set of resulting synonyms which are submitted to the search engine 20. The "Precision" row provides the preciseness of the search results obtained by submission of the synsets to the search engine 20, i.e. whether the resulting electronic documents retrieved by the search engine 20 in response to the searched synsets are, in fact, relevant.
[0058] In particular, referring to the columns of Table 1, "Unexpanded" refers to the original, unexpanded query terms. "Unprocessed" refers to the original query terms, and all of the candidate synonym words that are commonly considered to be synonyms to the original terms, which may be provided by WordNet, for instance. "After Processing" refers to the remaining equivalent terms after the query processing module 30 and the prior probability module 36 of the search system 10 process the candidate synonym words set forth in the Unprocessed column. Thus, all of the terms set forth in Synsets of the After Processing column satisfy the final confidence score requirement described above. Finally, "After Proper-Name Pruning" refers to the equivalent terms set forth in Synsets of the After Processing column but with proper names removed. AU of the synsets identified in the various columns were submitted to the search engine 20 to obtain search result corresponding thereto, and the relevancy of the retrieved documents were determined, the results of which is set forth in the "Precision" row.
[0059] As can be seen, there are very many synonyms (26 total) in the unaltered and unprocessed WordNet synset as set forth in the Unprocessed column of Table 1. In conventional search systems known in the prior art, such identified synonyms would be utilized together with the original search terms to perform a search. However, as previously described, this results in many irrelevant results being retrieved because most words have more than one word sense. Correspondingly, the words that are used to expand the search are not likely equivalents to the words of the original query, thereby severely degrading the precision of the search results obtained by the search system. [0060] Referring again to Table 1, after the search system 10 processes these candidate synonym words in the manner described above, a much shorter list of four equivalent terms are identified as being equivalent to the original search query terms. These equivalent terms are likely to be used in the same sense as the sense in which original search query terms were used in the original search query. These terms can then be utilized together with the original search query terms, to expand the search and enhance recall, without reducing precision of the search.
[0061] In the particular example set forth in Table 1, the search system 10 of the presently described implementation discarded 85% of the synonyms that , would have otherwise been used by conventional prior art search systems, and only retained 15% of the candidate synonym words as being equivalent terms for use in expanding the search. In forty sample queries that were tested, the average synonym retention rate by the query processing module 30 was approximately 28% (i.e. 72% of the candidate synonym words were discarded). [0062] Furthermore, as noted, the unexpanded, unprocessed, processed, and proper name pruned query terms were submitted as a query to the search engine 20 to review the level of precision of the search results. In particular, the search results obtained by submitting the noted synsets were reviewed to determine the percent of the retrieved documents are, in fact, relevant to the original search query. Thus, to determine the search precision set forth in the "Precision" row, the resultant retrieved electronic documents comprising the top twenty results for each of forty sample queries, at four different phases: unexpanded, expanded (but unprocessed), processed with context analysis, and processed with both context and proper-name analysis, were manually analyzed and graded. [0063] Thus, in the particular example query addressed in Table 1, when the original, unexpanded query terms were submitted to the search engine 20, 0.95 precision score was obtained. This means that 95% of the top twenty documents retrieved and provided as a result were relevant. When the synset of expanded, but unprocessed, query terms were submitted to the search engine 20, the precision went down drastically to only 0.6, which means that only 60% of the top twenty documents retrieved were relevant. This synset of expanded query terms were then processed by the query processing module 30 and the prior probability module 36 of the present invention, thereby eliminating many of the candidate synonym words. The equivalent terms remaining after the processing were submitted to the search engine 20. The search precision score obtained was 0.9 which means that 90% of the top twenty documents retrieved were relevant, which is only 5% less than that of the original, unexpanded search.
Table 1 Example of contextual synset analysis of "hotel with activities for kids"
Figure imgf000023_0001
[0064] As can be seen in Table 1, and as also shown in Table 2 discussed below, context processing alone, does not quite restore the same level of precision of an unexpanded query. However, when proper-name pruning is added, substantially the same level of precision is attained, as shown in the After Proper Name Pruning column. This pruning can be considered to be a type of context analysis which brings in additional background knowledge, i.e. lists of established proper names. Correspondingly, upon submitting the processed equivalent terms after proper-name pruning to the search engine 20, a search precision score of 0.95 was obtained in the example query set forth in Table 1, which is the same level of precision as the original, unexpanded query. [0065] The search precision scores of numerous other search queries are set forth in Table 2, the original query being set forth in the first column indicated as "Original Query". The precision scores for each respective query are set forth in the various columns, including "Unexpanded", "Unprocessed", "After Processing", and "After Proper-Name Pruning" columns, as in the manner set forth in Table 1. In addition, the average precision scores for the ten original search queries set that are set forth in the second to last row of Table 2. [0066] As can be seen, in the second to the last row, the average precision score for the ten identified original queries were 79%. When mere candidate synonym words are used to expand the search query in the manner performed by prior art search systems, the average precision score was only 49%. When these candidate synonym words are further processed by the query processing module 30 and the prior probability module 36 of the search system 10 in accordance with the preferred embodiment of the present invention, the average precision score increased to 74%. After proper name pruning, the average precision score further increased to 82%.
[0067] The last row of Table 2 sets forth average precision scores for all 40 search queries which where analyzed in validating an example implementation of the search system 10 in accordance with the present invention. As can be seen in the last row, the average precision score for the 40 original queries were 76%. When mere candidate synonym words are used to expand the search query, the average precision score was only 41%. When these candidate synonym words are further processed by the query processing module 30 in accordance with the preferred embodiment of the present invention, the average precision score increased to 72%. After proper name pruning, the average precision score increased to 80%.
[0068] In the above regard, it should be noted that the results set forth in Table 2 were obtained by tuning the threshold of the final confidence score described above until recall improvements occurred with no loss of precision. Specifically, the final confidence score was normalized on a 0-1.0 scale, and the threshold final confidence score requirement was set at 0.68. Of course, the threshold final confidence score requirement may be further adjusted upwardly or downwardly, as a larger set of queries are analyzed to determine the performance characteristics of the search system 10. However, the threshold final confidence score of 0.68 has been found to be sufficient in the analysis of the 40 sample queries set forth.
[0069] Furthermore, it can also be seen that the precision score after proper name pruning (at the 0.68 threshold for the final confidence score), actually increased as compared to the precisipn score of the unexpanded, original query, although the goal was only to preserve the same level of precision. In particular, the precision score increased from 76% of the unexpanded original query, to 80% for after proper name pruning. However, the slight increase in precision is not likely to be statistically significant, given the relatively small sample size of 40 search queries. Nonetheless, it should now be apparent to one of ordinary skill in the art that the precision of search can be substantially maintained by the described implementation of the search system of the present invention.
Table 2 Summary of search precision scores of results (top twenty documents)
Figure imgf000026_0001
[0070] Of course, one of the primary goals of the search system 10 in accordance with the present invention is to enhance the number of relevant documents retrieved, i.e. to improve recall. Recall is difficult to judge when searching the entire Worldwide Web. However, it should be evident that the query processing module 30 of the search system 10 can only improve recall because additional equivalent terms are provided to the search engine 20, together with the original query terms. Thus, all of the documents that would have been retrieved by the search engine 20 based on the original query terms will still be retrieved. In addition, those documents that satisfy the equivalent terms as further provided by the query processing module 30 will also be retrieved by the search engine 20, thereby increasing the number of retrieved documents. [0071] Correspondingly, whereas the precision was measured as a strict percentage as described above, recall was monitored in relative or "pragmatic" terms, as the number of new, relevant electronic documents appearing in the top twenty documents retrieved as a result of the search by the search engine 20, that did not, and never could be, retrieved by mere submission of the unaltered original query * terms by the virtue of the fact that these documents use words different from the original query terms.
[0072] For example, on the aforementioned query set forth in Table 1, after the expanded and processed equivalent terms were submitted to the search engine 20, the results included a web page for the Denali Bluffs Hotel within the top twenty electronic documents retrieved. This retrieved webpage describes "Tundra Wilderness Tour" recommended for families with "children". Importantly, this retrieved webpage does not mention the original query terms "kid". Moreover, another web page was retrieved explaining that the Grand Hyatt in Beijing has an affiliation with the Imperial Tours Company, offering a "family and child-oriented luxury tour of China." In total, four out of the top twenty electronic documents retrieved by the search engine 20 would not have satisfied the original query on a strict keyword-matching basis. When viewed against the nineteen relevant documents found originally in the top twenty, the "relative" increase in recall is 21% (i.e., 4/19).
[0073] Across the 40 sample queries analyzed with respect to Table 2, the average relative increase in recall was higher at approximately 38%. However, the relative increase varied dramatically from a low of 7% (1/14) to a high of 300% (9/3), and the standard deviation was rather large (0.18). This suggests that a larger set of sample queries should be analyzed in order to obtain more accurate values for average relative increase in recall. However, it should be evident to one of ordinary skill in the art that the recall will generally improve in most cases, and precision can be recovered after query expansion and processing so that the precision is near the point where it was before expansion. [0074] In implementing the search system 10 with a query processing module 30 in accordance with the present invention, the chief limitation uncovered is the computational requirements of the search system 10, and the resulting latency in obtaining the search results. Based on the typical computer hardware that is presently commercially available, the user of the search system 10 may be required to wait for the search system 10 to perform the extensive analysis of the query terms, and candidate synonym words, after the search query is submitted through the user interface module 16. In particular, the latency is due to the fact that the query processing module 30 literally issues many dozens of slightly varying queries, based on the original search query, to the search engine 20, and processes all the results, in order to determine which of the candidate synonym words are contextually qualified equivalents to the original query terms. Of course, this latency will decrease as computer hardware technologies improve and the speed of such hardware correspondingly increase. [0075] To minimize such latency issues, the search system 10 in accordance with the preferred embodiment is implemented to include a query pre-processing module 40. The query pre-processing module 40 stores word set lists in the context database 46 that identify the most popular queries from one or more major online search sites. The word set lists stored in the context database 46 are utilized by the query pre-processing module 40 to determine frequently co- occurring query words. These word sets are pre-processed for context by the query pre-processing module 40 so that terms equivalent to the terms of the original search query (as determined by the prior probability module 36 and the query processing module 30 in the manner discussed above) are already identified and stored within the context database 46.
[0076] Correspondingly, when a user of the search system 10 inputs a search query through the user interface module 16, the received query is compared to the word sets (i.e. a combination of words) that are stored in the context database 46. If the received query matches one of these stored word sets, the stored equivalent terms that is stored in the context database 46 which matches the context of the search query is retrieved, and used for submission to the search engine 20 together with the original search query terms. Thus, the computationally intensive processing by the prior probability module 36 and the query processing module 30 at the instant when a search query is submitted by the user is avoided. Of course, it should be noted that not all of the query terms of the query need to be found within a particular word set. Instead, if a particular combination of words are found within the search query, i.e. a subset match, then the pre-analyzed information stored in the context database 46 can be used.
[0077] A study of the ten queries above shown in Table 2 revealed that the some of the combination of query terms that are set forth in the original queries would have been pre-processed by the query pre-processing module 40 in the preferred implementation. Table 3 sets forth various word sets that are identified in the word set list stored in the context database 46.
Table 3 Frequently combined query words
Pre-processed word combinations found in a word set list
"activities" + "kids"
"hiking" + "trails' icBay" + "area*
"missile" + "treaties"
'treaties" + "China' laws" + "marijuana"
[0078] The word combinations in Table 3 account for 11 of 39, or 28%, of the content words, i.e. words kept after "stop words" were discarded, across the first ten sample queries. Thus, a substantial real-time savings could be attained by providing, and utilizing, the query pre-processing module 40 and the context database 46, to pre-analyze such common search query terms. Of course, Table 3 merely provides several combination of words, i.e. word sets, and the actual word sets that are provided in the word set lists stored in the context database 46 would be substantially longer, and set forth the most common combination of query terms that are submitted by the user of search systems. Correspondingly, it should be evident how such larger word set list or lists of word combinations that are pre-processed would greatly enhance obtaining of search results for the user of the search system 10, while minimizing latency and system performance requirements.
[0079] It should be noted that there is a complication in using the above noted query pre-processing module 40 and the context database 46 as described above. In particular, it now becomes non-trivial to match the incoming query terms to the word sets of the word set lists stored in the context database 46. In this regard, in Table 3, word combinations ["missile" + "treaties"] and ["treaties" + "China"] both occur, which intersect in respect of the word "treaties." The query pre-processing module 40 of the search system 10 in accordance with the present invention is preferably implemented to utilize the equivalent terms of the context database 46 that are in the intersection of these two word combinations, and not the union thereof. As can be appreciated, this is the more conservative approach for guarding precision of the search results obtained.
[0080] It is informative in this regard to examine what this really means in practical terms. In the above discussed example:
1. "Kids" in the context of "hotel" is likely to mean the same as any of "children, youngster, infant, nestling" would mean in the same context, and each of these latter words is not likely to mean anything other than "kid" in that same context.
2. "Kid" in the context of "activity" is likely to mean the same as any of "children, youngster, toddler, infant, jolly" would mean in the same context, and each of these latter words is not likely to mean anything other than "kid" in that same context.
3. Taking "kid" in the presence of both "hotel" and "activity", it is likely to mean the same as any of "children, youngster, infant" (the intersection of No. 1 and No. 1 above). Likewise, these latter words are not likely to mean anything besides "kid" in the same context (i.e. the context of "hotel" and "activity")-
[0081] The intersection as described in line No. 3 above, does not produce exactly the same equivalent teπns as synonyms, as provided in the previously described direct approach when a query pre-processing module 40 and context database 46 is not used. However, the identified equivalent teπns are substantially the same. Thus, the latency that would otherwise be experienced by the user of the search system is substantially reduced, while still providing substantially the same equivalent terms that are synonyms to the original search query, which can then be provided to the search engine 20 to increase recall while maintaining precision of the documents retrieved. Moreover, such information can be stored in the context database 46, and can be easily joined together, or otherwise used in other applications in the areas of information retrieval and presentation, including but not limited to, the search system 10 described herein.
[0082] In view of the above, it should be evident to one of ordinary skill in the art, how the search system 10 of the present invention reduces the inclusion of irrelevant electronic documents retrieved in response to a search query, while also increasing the number of relevant electronic documents retrieved. Thus, the search system 10 of the present invention increases recall while substantially maintaining precision of search. It should also be evident that another aspect of the present invention is in providing a novel method for enhancing searching in the manner described.
[0083] Of course, the above described search system 10 is only one preferred implementation thereof, and the present invention is not strictly limited thereto. The search system 10 of the present invention may also be further modified to utilize meta-tags and ontological classification information that is embedded in many of the search documents, to further refine which of the candidate synonym words are actually equivalent to the original search query terms that can be used to expand the scope of search. The search system 10 may also be implemented to utilize the user's profile and session history as additional clues to the selection of the appropriate equivalent terms in conjunction with the search query. Moreover, in other embodiments, the search system 10 may be implemented to incorporate additional features and functionalities that can enhance the accuracy of the search system 10 in identifying equivalent terms for the search query terms submitted by the user.
[0084] In the above regard, as previously described, the calculation of the prior probability score for a candidate synonym word is attained based the prior probability module 36 by examining the word's sense numberings in all four parts-of-speech in WordNet, and also based in the bias as to part-of-speech of the query terms submitted by users, i.e. whether the query terms are Noun, Verb, Adjective, Adverb, etc. Correspondingly, it is important to properly identify the intended part of speech for the search query terms. The selection of equivalent terms that are actually synonyms to the search query terms can be dramatically affected, for good or for ill, by identifying (or misidentifying) the intended parts- of-speech of the original search query terms. Often, some parts-of-speech of a common term are not readily evident to the user of the search system 10, but are nonetheless present in the lexicon. For example, most humans would think of the noun senses for the query "kid pool", e.g. for "kid" the sense of "child" and for "pool" the sense of "swimming pool." However, both words can also be verbs, with substantially different synsets, e.g. "kid" in the sense of "joke, cajole" (as in "Tom likes to kid me a lot") and "pool" in the sense "marshal, gather" (as in "we should pool our resources").
[0085] The above noted issues in identifying the correct parts-of-speech can be addressed by tagging and biasing the search system 10 with respect to potential parts-of-speech candidates. In this regard, the search system 10 of the present invention may be implemented with parts-of-speech tagger 50 as shown in Figure I5 such parts-of-speech taggers being commercially available from 3rd parties. The parts-of-speech tagger 50 can be invoked on the search queries to improve the identification of the parts-of-speech for the submitted search query terms, and consequently, used to improve the precision in deteπmning equivalent terms from the candidate synonym words.
[0086] Preferably, if a commercially available parts-of-speech tagger is utilized, several modifications should be made due to the special nature of query grammar (or lack thereof), and other constraints of a search application. In particular, search queries submitted to search systems rarely constitute full sentences, and rarely exhibit correct or complete grammar. This is a problem for some parts-of-speech taggers that have been trained on grammatical prose. Thus, if such taggers are used, the parts-of-speech tagger should be retrained with a corpus of actual queries that have been manually sense-tagged, so that the patterns that are typical of queries, can be learned by the parts-of-speech tagger. In other implementations, a rule based parts-of-speech tagger may be used instead. In such an embodiment, the rules of the parts-of-speech tagger should be edited to be more fitting to fragmental text. In this regard, the rules can be modified based on the most common "grammatical" patterns of search engine queries, and different patterns may be weighted in accordance with the frequency ranking of more commonly used query patterns. [0087] Many parts-of-speech tagger are resource intensive. However, a search system 10 that is utilized by end users must perform searches quickly. Considering all of the other computations that must be performed by the search system 10 of the present invention to determine equivalent terms to the query search terms, e.g. stemming, synonym look up, prior probability calculations, Boolean expression construction, etc., the search system 10 cannot afford to spend too much time on any particular step in the analysis process. [0088] On the other hand, many parts-of-speech taggers have an "overkill" of parts-of-speech determination procedures, e.g. recognizing many more parts- of-speech tagger distinctions than are necessary for use in the search system 10. In particular, a full-featured parts-of-speech tagger will typically recognize second-level tags (such as whether a verb is past tense vs. present tense) and other nuances that can add up to more than two hundred tag variations. In contrast, approximately four to ten relevant tags are required to determine the parts-of-speech of search query terms to the level required for accurate elimination of most irrelevant candidate synonym words. Therefore, in the preferred implementation, the parts-of-speech tagger 50 is rule-based and is open to customization, allowing for all of its rules that are not required to be deleted or suppressed. Eliminating such processes that are not required allows the parts- of-speech tagger 50 to execute its tasks much more quickly so as to be more practical for use by the search system 10 of the present invention. [0089] Of course, there are also cases where parts-of-speech issues have less consequence than in other cases. For example, noun and adjective senses of the same word, e.g. "gold", seldom have large semantic differences. Therefore, successfully distinguishing the parts-of-speech in such context is less important than is distinguishing verbs from nouns. Correspondingly, the search system 10 may be implemented so that the parts-of-speech tagger 50 is retrained with only the simplest and most basic rules for distinguishing nouns from adjectives, thus, lightening the analytic depth even further. Thus, a rule-based parts-of-speech tagger can be streamlined until sufficient speed of the search system 10 is attained, e.g. operating within a matter of tens of milliseconds. After such streamlining, the parts-of-speech tagger 50 functions more like a limited version of "parts-of-speech spotters" rather than a full tagger, e.g. noun-spotter, adjective-spotter, and verb-spotter, which could be used instead of a tagger in other implementations of the present invention.
[0090] As can be appreciated, when search query terms are expanded to include equivalent terms in the manner described above, many of the search query terms' hyponyms are likely to be included in the search by the query processing module 30. This is a beneficial enhancement to improving recall of the search (e.g. finding "win xp" for the query "operating system"). As a further enhancement, the query processing module 30 of the search system may optionally be implemented to recognize when the user provides a query term (or terms) as a noun modifier that specifies a particular instance or subclass of another query word, and to suppress all hyponyms, or a subset of those hyponyms, that are outside of the class of hyponyms that the user specified. For example, in the query "redhat operating system", the query processing module 30 may be implemented to suppress the hyponym of "win xp" for "operating system" in light of the fact that the user is likely looking for information pertaining to the "redhat" Linux™ operating system in particular. [0091] In some cases, the search system 10 may be presented with a search query that includes a distinctive collocation. A collocation is any set of a plurality of words occurring in sequence in a query (or in a text). Some collocations are actually headwords in a lexicon, e.g. "hot dog". Others have not yet been lexicalized, but are well-established by their repeated use in the language community, and carry a very distinctive meaning, e.g. "cold call" or "armchair quarterback." Ideally they should be treated as headword entries (they are effectively proto-headwords, and most of them eventually will become headwords in the future, as lexicographers catch up with current language practice). In linguistics, these collocations are referred to as "distinctive collocations" because, unlike random or spontaneous collocations, these are in the process of solidifying a place for themselves in the language as having a particular meaning. Collocations which are already headwords in the lexicon are typically referred to as lexical collocations.
[0092] In the above regard, an established machine-readable lexicon may contain collocation-headwords. In these cases, a question arises as to whether the constituent words are indeed intended to be a combined pair in the query. A strong bias needs to be in favor of such an intention, but there are cases where it is not. For example, consider "waste paper" in the two queries, "ways to recycle waste paper" and "how to make my printer not waste paper." In this case, a careful inter-operation with the parts-of-speech tagger 50 (or verb spotter) is needed, in order to determine that, because "waste" in the second query is a verb, "waste paper" is not a single headword in the second query, though it is in the first query.
[0093] Moreover, many of the distinctive collocations should be recognized as a single noun, despite not appearing in the lexicon since most people will find them instantly familiar, despite not being in the dictionary. Examples of such distinctive collocations are "sex change" and "warm-up act". These effectively should be headwords with their own respective meaning, but are not yet in lexicon. From a common-sense point of view, one way to recognize that these collocations need to be treated as single semantic entities is to consider how inappropriate it would be to substitute synonyms individually for each word within them. For example, "intercourse modification" instead of "sex change" would be ridiculous, as would "re-heat action" for "warm-up act." Even changing just one of the synonyms can lead to absurdity: "intercourse change" and "warm-up action" are also inappropriate. However, there are appropriate equivalents for such distinctive collocations, e.g. "sexual modification" for "sex change", which also has "skateboard trick" as a hypernym, in a different sense which is likely to be missing from many standard lexicons that have not bothered to keep up with skateboarding jargon.
[0094] In view of the above, the search system 10 in accordance with the preferred embodiment is implemented to cope with such examples of distinctive collocations. In particular, referring again to Figure 1, the electronic documents 24 of the corpus 22 are analyzed offline by the processor 12 of the search system 10 to identify frequent occurrences of a non-lexical collocation. The search engine 20 is then, utilized to determine if lexical synonyms for the constituent words are being singly substituted with any appreciable frequency in the electronic documents 24 of the corpus 22 itself. In other words, if "intercourse change", along with most of the other similar substitutions, does not occur more often than a tiny fraction of the number of times that "sex change" does, this implies that "sex change" exhibits some specific meaning all its own. [0095] The search system 10 is implemented so that such distinctive collocations are added to a list of para-lexical, distinctive collocations which can be stored in the context database 46, so that they can be readily identified when received as a search query via the user interface module 16. The query processing module 30 of the search system 10 is implemented to treat these para- lexical, distinctive collocations stored in the context database 46, as though they are lexical headwords to thereby suppress their expansion with synonyms/candidate synonym words that will be irrelevant. Of course, optionally, such distinctive collocations can be examined by human editors for possible inclusion in (or rejection from) the official lexicon of the search system 10.
[0096] Given the above described features and functionality of the search system 10 in accordance with the preferred embodiment of the present invention, a novel user interface module 16 is also provided in the preferred embodiment to take advantage of such features and functionality. In this regard, Figure 2 illustrates one example implementation of the graphical user interface (GUI) screen 80 that is generated by the user interface module 16 of the search system 10. As can be seen, a query box 82 is provided for allowing the user to type in the search query, which in the example shown in Figure 2, is "pool for kids". Upon selection of the Search button 84, the search query is expanded in the manner described above by the query processing module 30 and the prior probability module 36, and the expanded query is submitted to the search engine 20, the results of which are displayed in the GUI screen 80. [0097] In accordance with the present implementation, the GUI screen 80 identifies for the user, equivalent terms to the search query terms as determined by the query processing module 30 and the prior probability module 36 in the manner described above. Thus, as can be seen in Figure 2, the user is informed that the search query entered was expanded to include the equivalent terms "pond", "youngster", "child", and "toddler". In addition, as shown in the highlighted portion 86 of the GUI screen 80, the user of the search system 10 is informed of the senses for the search query terms, as interpreted by the search system 10. Thus, in the illustrated example, the user is informed that the search query term "pool" was understood in the sense of "pond", and that the search query term "kids" were understood in the sense of "child, youngster, toddler". [0098] Further, the user interface module 16 of the illustrated embodiment is implemented so that the user can suppress the inclusion of any of the expanded equivalent terms that were selected by the query processing module 30 for a given sense of a search query term. This is shown in the GUI screen 80 by selection boxes [x] positioned next to each of the equivalent terms which can be deselected by the user to suppress its inclusion in the search. [0099] Moreover, in accordance with the illustrated implementation, the GUI screen 80 further provides the user with options to allow the user to override the sense selected for each search query term by the search system 10. Thus, in case the search system 10 of the present invention mistakenly construed a user's intent with regard to a collocation (e.g. interpreted "dog fight" to be an aerial military combat when the user could have been referring to a canine altercation), the user interface module 16 is implemented to ask the user "Did you mean riinkj ?" Conversely, if the query processing module 30 has considered a collocation headword but decided against it, and has opted to present the user with expansions of the search queiy terms, the user interface module 16 facilitates the user in (1) noticing this, and (2) indicating their intent to have the words treated as a combined, unified semantic element. Again, this may be attained by the user interface module 16 by displaying "Did you mean riinkl ?" in such an instance. [00100] Correspondingly, in the example shown in Figure 2, the GUI screen 80 poses a question that states "Did you mean instead 'pocket billiards' or something else?" As shown, the "pocket billiards" or "something else" alternatives are generated as links that can be selected by the user to override the sense chosen by the search system 10. Thus, upon selection of the "pocket billiards" link informs the search system 10 that the query processing module 30 interpreted the wrong sense for the search query term "pool". Thus, the search is performed again by the search system 10 with the search query term "pool" interpreted in the alternative sense, and expanded to include equivalent terms such as "billiards", "cue", "shark", etc.
[00101] Upon selection of the "something else" link, a pop up window may be provided to allow the user to enter other query terms that further disambiguate the sense of the search query terms entered. Thus, in the illustrated embodiment of the GUI screen 80 generated by the user interface module 16, the user can override the query processing module 30, and choose to include equivalent words that may have been ruled out by the query processing module 30 given the query context. In addition, in the presently illustrated embodiment, the user interface module 16 is implemented so that the user can quickly suppress all expansion of the search query terms with equivalent terms by indicating that the user wants to match one or more of the search query terms exactly as also shown in the highlighted portion 86.
[00102] As a further variation of the above discussed functionality, the user interface module 16 is further preferably implemented to allow the user to provide an indication that the terms of a proper name is to be searched as separate query terms, thereby overriding the search system's interpretation of the collocation as a proper name. For example, a search querying including "tiger woods" will be interpreted as a proper name of a famous golfer by the query processing module 30. The user interface module 16 preferably allows the user to indicate that the search was actually directed to a wild feline animal "tiger" to be found in "the woods". Such examples are rare but are not difficult to imagine. Another such example is if there is ever a congressman with the surname "Gates" who puts up a "bill" for a vote. There will likely be confusion with "bill gates" or "gates bill" in interpreting the intent of the search query. Correspondingly, the user interface module 16 lets the user know how such collocation was interpreted. For instance, a sentence stating "We assumed you meant [text] but did you mean [linkl ?" In the manner explained above, the selection of the link of the second field immediately brings up the appropriately modified search.
[00103] Moreover, when the query processing module 30 of the search system
10 either de-composes a collocation, or is instructed by the user to de-compose a collocation as described, (e.g. treat "bill gates" as two words), the query processing module 30 is preferably implemented to still output to the search engine 20, the collocation, since it may be used later to filter out, or reduce, the relevance score or ranking of the retrieved electronic documents that exhibit usage of the words as a collocation (e.g. words "bill" and "gates" found in an electronic document with "Bill Gates" in a non-title case sentence).
[00104] It should also be noted that utilization of the "Did you mean [linkL_?" type sentences are used in many search engines to present correct spellings mistyped search query terms. However, the implementation of the present invention is substantially different in that these sentences and the links presented to the user therein address semantic variance, and allow the user to clarify the intent of the search query. Of course, in other embodiments of the present invention, the user interface module 16 may be implemented with other features as well that provide different functionality than that described above. [00105] Many important features as well as option features of the search system 10 in accordance with the present invention has been described and discussed in detail above. However, it should be evident to one of ordinary skill in the art that the search system 10 of the present invention is not limited thereto, and can be provided with, additional features and functionality. For instance, conventional keyword search engines generally discard words that are considered to be of little value, and are usually expensive to index due to high frequency (e.g. "the", "a", etc.). In the preferred implementation, the search system 10 does not discard stop-words, since they may be crucial in identifying distinctive or lexical collocations as well as proper names as discussed above, e.g. "on the run" or "the rolling stones". Correspondingly, the query processing module 30 utilizes such stop- words when they are deemed part of a proper name, or a distinctive collocation so that equivalent terms are not forced upon the search engine 20 which does not correspond to the distinctive collocation. This may be attained by adding scope delimiters that signal to the search engine 20 that such words are not be discarded and are searched for as a single lexical unit (i.e. a "phrase" search).
[00106] Furthermore, most conventional search engines typically treat a search query in a case-insensitive manner. However, use of upper case is a very helpful hint in spotting proper names in text found in documents, users of search systems cannot be expected to type search queries using proper case. Correspondingly, in accordance with the another embodiment, the query processing module 30 is implemented so that if the search query is entered into the user interface module 16 in non-uniform case (i.e. not all upper or lower case), the query processing module 30 is adapted to take the query case into consideration as a clue for detecting proper names and determining word grouping and sense selection. In such an embodiment, the search system 10 is implemented to call up a proper-name identification tool or a named entity extraction (NEE) engine, to aid in identification of proper-names, such tools or engines being already available in the industry.
[00107] It should also be appreciated that many electronic thesauri have a very granular sense breakdown for some words. If the candidate synonym words for the search system 10 are obtained from such electronic thesauri, this can cause problems because it presents too many almost-indistinguishable senses. It also increases the possibility of the query processing module 30 missing equivalent terms found in other sense(s) that might be helpful in expanding the original search query, especially since it would be difficult to select all relevant equivalent terms when selecting only one sense to use for expansion.
[00108] In many instances, for the purposes of searching, these granular sense breakdowns are not necessary or desirable. Hence, the lexicon that is used by the query processing module 30 is preferably pre-processed offline in order to combine senses that exhibit very little semantic difference. The way this can be accomplished is by determining overlap in equivalent words of both senses, and comparing senses to other lexicons, dictionaries and thesauri. If a lower number of senses are observed in these other resources, then some senses in the lexicon can likely be combined. Similarly, if equivalent words that occur in two senses from the lexicon are mentioned in a single sense in one or more of the other resources, then this also gives an indication that the two senses can be merged together. Of course, a tool for manually marking senses from the source lexicon to combine may be provided to ensure accurate detection and safe merging of the word senses.
[00109] As with all search systems implemented to retrieve documents over the WorldWideWeb, there is an on-going concern with adult content/pornographic materials. Presently, commercially available content filters are often used at the post processing stage to prevent unintentional or unauthorized viewing of such materials. Of course, ideally, the search system 10 of the present invention is implemented to not show any pornographic results to search queries that are not intended toward pornography, while also not censoring pornographic materials from search queries that are actually looking for such material. [00110] Pornography is of special concern to the search system 10 of the present invention because as explained above, the search system 10 is provided with various features that expand the original search query terms to include additional equivalent terms. Such added equivalent terms may unintentionally lead to additional results which may be pornographic in nature, and a post processing filter may not be in use to filter out such results. Therefore, in accordance with the preferred embodiment of the present invention, the search system 10 is implemented with a filtering module 60 described in detail below that suppresses pornographic documents only if it is determined that the search query is not directed to pornographic material.
[00111] Filtering a list of potentially pornographic words is not as simple as having a stop-word list containing words commonly used in pornographic electronic documents. If the filtering module 60 of the search system 10 was implemented to simply discard all such words, this would lead to both false positives and false negatives. One the one hand, pornographic websites are getting clever about avoiding the blatantly pornographic language, expressly for the purpose of circumventing such filters. Meanwhile, non-pornographic sites can utilize many of the same words as the pornography sites, but combined differently. One need only consider the metaphorical language used in pornographic material that has legitimate usage in construction and home improvement sites, e.g. a hardware store's website will contain the words "nail" and "screw" and "wet."
[00112] Because of these complexities, the filtering module 60 of the search system 10 in accordance with the preferred embodiment is implemented with a point-system (or a weighting system) wherein some words are assigned a full 1.0 score for being definitely pornographic (a fairly short list of words), and many other words are given a score between 0 and 1. These assigned points corresponding to the search query terms are processed by the filtering module 60, for example, added together. If the total score for all the search query terms remain below a predetermined (configurable) threshold, the search system 10 considers the query to be non-pornographic, and correspondingly, suppresses the query processing module 30 from generating pornographic synonyms. Of course, the processing performed by the filtering module 60 may be more elaborate in other implementations, for example, divide the added points by the number of search terms to derive an average, and require the calculated average to be above a predetermined threshold for the search query to be directed to pornographic material.
[00113] Of course, if the search query includes a word that has an explicitly pornographic sense in the lexicon, which is contextually indicated by other clues within the query, e.g. co-occurrence of words as described above, or the query contains pornographic phrases, then the search query can be considered to be directed to pornographic material, and corresponding the filtering module 60 does not suppress the pornographic results which is retrieved based on the expanded search query.
[00114] All of the above noted user activity using the user interface module 16 is preferably logged, including the sequence in which the user altered the query expansion, and which search results were clicked on. This logged information is very valuable and can be processed offline and made available to the query processing module 30, including:
• Original query, normalized to sense tags in order to facilitate lookups when synonyms are used.
• Original sense that was selected by the query processing module, and sense that was ultimately selected by the user.
• Equivalent terms that were eliminated manually by the user
• Equivalent terms that were matches in the search result summaries that were clicked on by the user.
[00115] AU of these statistics can be recorded with counts, and compiled periodically from the logs by the processor 12 of the search system 10. Preferably, only statistically significant user feedback is presented to the query processing module 30 to save time and processing requirements, and any contradictory trends are resolved offline. The statistics can then be incorporated into how the search system 10 conducts searches for a user, for example, by modifying or biasing the final confidence score or the prior probability score. In this regard, strong patterns (i.e. across many contexts) in user sense and term selection may be used to permanently restructure the lexicon by demoting the dominance of a certain sense over another, as well as reducing or eliminating a candidate synonym word that was thought to be equivalent in a given sense. [00116] Finally, it should be further noted that whereas the above description of the present invention focused on the search system 10 shown in Figure 1, the present invention is not limited thereto. Another aspect of the present invention is in providing a novel computer implemented method for searching electronic documents, and providing a search result in response to a search query in the manner discussed above. In addition, yet another aspect of the present invention is in providing a computer readable media having instructions for executing the search system and/or method described herein.
[00117] In the above regard, Figure 3 shows a schematic flow diagram 100 of a method in accordance with one embodiment of the present invention. As can be seen, in accordance with the illustrated method, a search query is received from a user in step 102, the search query having at least one search query term. In step 104, the search query term is analyzed to identify candidate synonym words for the search query term. In step 106, prior probability scores are calculated and assigned to the candidate synonym words based on a likelihood of each candidate synonym word being used in an equivalent manner as the search query term. As described above, the calculation and assignment of the prior probability scores to the candidate synonym words may be based at least partially on distribution of senses of the search query term, and/or part-of-speech bias. [00118] Referring again to the flow diagram 100, the illustrated method further includes step 108 where each of the candidate synonym words are substituted into the search query in place of the query search term to generate modified search queries. These modified search queries are provided to a search engine in step 110, the search engine executing a search using these modified search queries. The results of the search are analyzed in step 112 to determine which of the candidate synonym words yielded multiple matches in semantically continuous segments retrieved by the search engine, and also attested by at least two electronic documents.
[00119] In step 114, a determination is made as to which of the candidate synonym words are equivalent terms to the at least one search query term, and in a same sense as the search query term as used in the search query. As discussed in detail above, this determination may be based on the prior probability scores, and/or on whether the candidate synonym words yield multiple matches in semantically continuous segments retrieved by the search engine, and attested by at least two electronic documents. In step 116, the search query term and the determined equivalent terms are provided to a search engine, and a search is performed. The results of the expanded search are displayed for the user in step 120.
[00120] While various embodiments in accordance with the present invention have been shown and described, it is understood that the invention is not limited thereto. The present invention may be changed, modified and further applied by those skilled in the art. Therefore, this invention is not limited to the detail shown and described previously, but also includes all such changes and modifications.

Claims

We claim:
1. A search system for searching for electronic documents, and providing a search result in response to a search query, comprising: a processor; a user interface module adapted to receive a search query from a user, said search query having at least one search query term; a query processing module that analyzes said at least one search query term to identify candidate synonym words for said at least one search query term, and determines which of said candidate synonym words are equivalent terms to said at least one search query term, and in a same sense as said at least one search query term as used in said search query; and a search engine that executes a search based on said at least one search query term and said equivalent terms.
2. The search system of claim 1 , further including a prior probability module that calculates and assigns prior probability scores to said candidate synonym words, said prior probability scores reflecting a likelihood of each candidate synonym word being used in an equivalent manner to said at least one search query term.
3. The search system of claim 2, wherein said query processing module determines which of said candidate synonym words are equivalent terms to said at least one search query term based at least partially on said prior probability scores.
4. The search system of claim 2, wherein said prior probability module calculates and assigns prior probability scores for said candidate synonym words based at least partially on at least one of distribution of senses of said at least one search query term, and part-of-speech bias.
5. The search system of claim 1, wherein said query processing module substitutes one of said candidate synonym words into said search query in place of said at least one query search term to generate a modified search query, and said search engine executes a search using said modified search query.
6. The search system of claim 5, wherein said query processing module substitutes each of said candidate synonym words into said search query in place of said at least one query search term to generate modified search queries, and said search engine executes searches using said modified search queries.
7. The search system of claim 6, wherein said query processing module determines which of said candidate synonym words are equivalent terms to said at least one search query term based at least partially on which of said candidate synonym words yield multiple matches in semantically continuous segments retrieved by said search engine.
8. The search system of claim 7, wherein said query processing module determines which of said candidate synonym words that are equivalent terms to said at least one search query term based at least partially on whether said candidate synonym words yield multiple matches in at least two electronic documents.
9. The search system of claim 8, further including a prior probability module that calculates and assigns prior probability scores to said candidate synonym words, said prior probability scores reflecting a likelihood of each candidate synonym word being used in an equivalent manner to said at least one search query term, wherein said query processing module determines which of said candidate synonym words are equivalent terms to said at least one search query term further based on said prior probability scores.
10. The search system of claim 5, further including a query pre-processing module with at least one word set list that lists co-occurring query words in popular queries, wherein said pre-processing module determines equivalent terms to said co-occurring query words.
11. The search system of claim 10, wherein said query pre-processing module retrieves said determined equivalent terms in response to co-occurring query words being submitted as a search query.
12. The search system of claim 11, wherein said query pre-processing module retrieves an intersection of said determined equivalent terms if a plurality of co- occurring query words are submitted as a search query.
13. The search system of claim 1, wherein said use interface module is adapted to display said candidate synonym words that are determined to be equivalent terms to said at least one search query term.
14. The search system of claim 13, wherein said user interface module is adapted to allow at least one of said equivalent terms to be suppressed from being used by said search engine.
15. The search system of claim 1, wherein said use interface module is adapted to display a user selectable alternative sense for said at least one search query term.
16. The search system of claim 1 , further including a filtering module adapted to analyze said search query to determine whether said search query is directed to pornography, and block pornographic electronic documents if said search query is determined to be not directed to pornography.
17. A computer implemented method for searching electronic documents, and providing a search result in response to a search query, comprising: receiving a search query from a user, said search query having at least one search query term; analyzing said at least one search query term to identify candidate synonym words for said at least one search query term; determining which of said candidate synonym words are equivalent terms to said at least one search query term, and in a same sense as said at least one search query term as used in said search query; and providing said at least one search query term and said equivalent terms to a search engine.
18. The method of claim 17, further including executing a search using said at least one search query term and said equivalent terms.
19. The method of claim 17, further including calculating and assigning prior probability scores to said candidate synonym words based on a likelihood of each candidate synonym word being used in an equivalent manner to said at least one search query term.
20. The method of claim 19, wherein said determination of which of said candidate synonym words are equivalent terms to said at least one search query term is based at least partially on said prior probability scores.
21. The method of claim 19, wherein said calculation and assignment of said prior probability scores to said candidate synonym words is based at least partially on at least one of distribution of senses of said at least one search query term, and part-of-speech bias.
22. The method of claim 17, further including substituting one of said candidate synonym words into said search query in place of said at least one query search teπn to generate a modified search query.
23. The method of claim 22, further including executing a search using said modified search query.
24. The method of claim 23, further including substituting each of said candidate synonym words into said search query in place of said at least one query search teπn to generate modified search queries, and executing searches using said modified search queries.
25. The method of claim 24, wherein said determination of which of said candidate synonym words are equivalent terms to said at least one search query term is based at least partially on which of said candidate synonym words yield multiple matches in semantically continuous segments retrieved.
26. The method of claim 25, wherein said determination of which of said candidate synonym words are equivalent terms to said at least one search query term is based at least partially on whether said candidate synonym words yield multiple matches in at least two electronic documents.
27. The method of claim 26, further including calculating and assigning prior probability scores to said candidate synonym words which reflects a likelihood of each candidate synonym word being used in an equivalent manner to said at least one search query term, wherein said determination of which of said candidate synonym words are equivalent terms to said at least one search query term is further based on said prior probability scores.
28. The method of claim 22, further including providing at least one word set list that lists co-occurring query words in popular queries, and determining equivalent terms to said co-occurring query words.
29. The method of claim 28, further including retrieving said determined equivalent terms in response to co-occurring query words being submitted as a search query.
30. The method of claim 29, further including retrieving an intersection of said determined equivalent terms if a plurality of co-occurring query words are submitted as a search query.
31. The method of claim 17, further including displaying for the user, said candidate synonym words that are determined to be equivalent terms to said at least one search query term.
32. The method of claim 31, further including suppressing at least one of said equivalent terms from being used by said search engine.
33. The method of claim 17, further including displaying a user selectable alternative sense for said at least one search query term.
34. The method of claim 17, further including analyzing said search query to determine whether said search query is directed to pornography, and blocking pornographic electronic documents if said search query is determined to be not directed to pornography.
35. A computer readable medium with executable instructions for searching for electronic documents, and providing a search result in response to a search query, comprising: instructions for receiving a search query from a user, said search query having at least one search query term; instructions for analyzing said at least one search query term to identify candidate synonym words for said at least one search query term; instructions for determining which of said candidate synonym words are equivalent terms to said at least one search query term, and in a same sense as said at least one search query term as used in said search query; and instructions for providing said at least one search query term and said equivalent terms to a search engine.
36. The computer readable medium of claim 35, further including instructions for executing a search using said at least one search query term and said equivalent terms.
37. The computer readable medium of claim 35, further including instructions for calculating and assigning prior probability scores to said candidate synonym words based on a likelihood of each candidate synonym word being used in an equivalent manner to said at least one search query term.
38. The computer readable medium of claim 37, further including in instructions for determining which of said candidate synonym words are equivalent terms to said at least one search query term based at least partially on said prior probability scores.
39. The computer readable medium of claim 37, further including instructions for calculating and assigning said prior probability scores to said candidate synonym words based at least partially on at least one of distribution of senses of said at least one search query term, and part-of-speech bias.
40. The computer readable medium of claim 36, further including instructions for substituting one of said candidate synonym words into said search query in place of said at least one query search term to generate a modified search query.
41. The computer readable medium of claim 40, further including instructions for executing a search using said modified search query.
42. The computer readable medium of claim 41 , further including instructions for substituting each of said candidate synonym words into said search query in place of said at least one query search term to generate modified search queries, and executing searches using said modified search queries.
43. The computer readable medium of claim 42, further including instructions for determining which of said candidate synonym words are equivalent terms to said at least one search query term based at least partially on which of said candidate synonym words yield multiple matches in semantically continuous segments retrieved.
44. The computer readable medium of claim 43, further including instructions for determining which of said candidate synonym words are equivalent terms to said at least one search query term based at least partially on whether said candidate synonym words yield multiple matches in at least two electronic documents.
45. The computer readable medium of claim 44, further including instructions for calculating and assigning prior probability scores to said candidate synonym words which reflects a likelihood of each candidate synonym word being used in an equivalent manner to said at least one search query term, and instructions for determining which of said candidate synonym words are equivalent terms to said at least one search query term based on said prior probability scores.
46. The computer readable medium of claim 40, further including instructions for providing at least one word set list that lists co-occurring query words in popular queries, and instructions for determining equivalent terms to said co- occurring query words.
47. The computer readable medium of claim 46, further including instructions for retrieving said determined equivalent terms in response to co-occurring query words being submitted as a search query.
48. The computer readable medium of claim 47, further including instructions for retrieving an intersection of said determined equivalent terms if a plurality of co-occurring query words are submitted as a search query.
49. The computer readable medium of claim 35, further including instructions for displaying for the user, said candidate synonym words that are determined to be equivalent terms to said at least one search query term.
50. The computer readable medium of claim 49, further including instructions for suppressing at least one of said equivalent terms from being used by said search engine.
51. The computer readable medium of claim 35, further including instructions for displaying a user selectable alternative sense for said at least one search query term.
52. The computer readable medium of claim 35, further including instructions for analyzing said search query to determine whether said search query is directed to pornography, and instructions for blocking pornographic electronic documents if said search query is determined to be not directed to pornography.
PCT/US2006/013369 2005-04-11 2006-04-11 System and method for searching for a query WO2006110684A2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
EP06749679A EP1875336A2 (en) 2005-04-11 2006-04-11 System and method for searching for a query
JP2008506582A JP2008537225A (en) 2005-04-11 2006-04-11 Search system and method for queries

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US66992205P 2005-04-11 2005-04-11
US60/669,922 2005-04-11
US68692905P 2005-06-03 2005-06-03
US60/686,929 2005-06-03

Publications (2)

Publication Number Publication Date
WO2006110684A2 true WO2006110684A2 (en) 2006-10-19
WO2006110684A3 WO2006110684A3 (en) 2009-05-22

Family

ID=37087606

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2006/013369 WO2006110684A2 (en) 2005-04-11 2006-04-11 System and method for searching for a query

Country Status (4)

Country Link
US (1) US9400838B2 (en)
EP (1) EP1875336A2 (en)
JP (1) JP2008537225A (en)
WO (1) WO2006110684A2 (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7296021B2 (en) * 2004-05-21 2007-11-13 International Business Machines Corporation Method, system, and article to specify compound query, displaying visual indication includes a series of graphical bars specify weight relevance, ordered segments of unique colors where each segment length indicative of the extent of match of each object with one of search parameters
US7966320B2 (en) 2008-07-18 2011-06-21 International Business Machines Corporation System and method for improving non-exact matching search in service registry system with custom dictionary
US7996394B2 (en) 2008-07-17 2011-08-09 International Business Machines Corporation System and method for performing advanced search in service registry system
US8156140B2 (en) 2009-11-24 2012-04-10 International Business Machines Corporation Service oriented architecture enterprise service bus with advanced virtualization
US8352491B2 (en) 2010-11-12 2013-01-08 International Business Machines Corporation Service oriented architecture (SOA) service registry system with enhanced search capability
US8478753B2 (en) 2011-03-03 2013-07-02 International Business Machines Corporation Prioritizing search for non-exact matching service description in service oriented architecture (SOA) service registry system with advanced search capability
US8560566B2 (en) 2010-11-12 2013-10-15 International Business Machines Corporation Search capability enhancement in service oriented architecture (SOA) service registry system
US8756241B1 (en) 2012-08-06 2014-06-17 Google Inc. Determining rewrite similarity scores
US9400838B2 (en) 2005-04-11 2016-07-26 Textdigger, Inc. System and method for searching for a query
US9928299B2 (en) 2006-01-03 2018-03-27 Textdigger, Inc. Search system with query refinement and search method
WO2018106261A1 (en) * 2016-12-09 2018-06-14 Google Llc Preventing the distribution of forbidden network content using automatic variant detection
US10540406B2 (en) 2006-04-04 2020-01-21 Exis Inc. Search system and method with text function tagging

Families Citing this family (268)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8645137B2 (en) 2000-03-16 2014-02-04 Apple Inc. Fast, language-independent method for user authentication by voice
US8275673B1 (en) 2002-04-17 2012-09-25 Ebay Inc. Method and system to recommend further items to a user of a network-based transaction facility upon unsuccessful transacting with respect to an item
US8065277B1 (en) 2003-01-17 2011-11-22 Daniel John Gardner System and method for a data extraction and backup database
US8630984B1 (en) 2003-01-17 2014-01-14 Renew Data Corp. System and method for data extraction from email files
US8943024B1 (en) 2003-01-17 2015-01-27 Daniel John Gardner System and method for data de-duplication
US8375008B1 (en) 2003-01-17 2013-02-12 Robert Gomes Method and system for enterprise-wide retention of digital or electronic data
CA2536265C (en) * 2003-08-21 2012-11-13 Idilia Inc. System and method for processing a query
US8521725B1 (en) 2003-12-03 2013-08-27 Google Inc. Systems and methods for improved searching
US8069151B1 (en) 2004-12-08 2011-11-29 Chris Crafford System and method for detecting incongruous or incorrect media in a data recovery process
US8527468B1 (en) 2005-02-08 2013-09-03 Renew Data Corp. System and method for management of retention periods for content in a computing system
US9092523B2 (en) 2005-02-28 2015-07-28 Search Engine Technologies, Llc Methods of and systems for searching by incorporating user-entered information
JP5632124B2 (en) * 2005-03-18 2014-11-26 サーチ エンジン テクノロジーズ リミテッド ライアビリティ カンパニー Rating method, search result sorting method, rating system, and search result sorting system
US20110153509A1 (en) 2005-05-27 2011-06-23 Ip Development Venture Method and apparatus for cross-referencing important ip relationships
US8200687B2 (en) 2005-06-20 2012-06-12 Ebay Inc. System to generate related search queries
US9715542B2 (en) 2005-08-03 2017-07-25 Search Engine Technologies, Llc Systems for and methods of finding relevant documents by analyzing tags
US8677377B2 (en) 2005-09-08 2014-03-18 Apple Inc. Method and apparatus for building an intelligent automated assistant
US20080015968A1 (en) * 2005-10-14 2008-01-17 Leviathan Entertainment, Llc Fee-Based Priority Queuing for Insurance Claim Processing
US7962479B2 (en) * 2005-11-09 2011-06-14 Yahoo! Inc. System and method for generating substitutable queries
US8429184B2 (en) * 2005-12-05 2013-04-23 Collarity Inc. Generation of refinement terms for search queries
US8903810B2 (en) 2005-12-05 2014-12-02 Collarity, Inc. Techniques for ranking search results
US20070164782A1 (en) * 2006-01-17 2007-07-19 Microsoft Corporation Multi-word word wheeling
US7769804B2 (en) * 2006-01-17 2010-08-03 Microsoft Corporation Server side search with multi-word word wheeling and wildcard expansion
WO2007088877A1 (en) * 2006-01-31 2007-08-09 Honda Motor Co., Ltd. Conversation system and conversation software
US8150827B2 (en) * 2006-06-07 2012-04-03 Renew Data Corp. Methods for enhancing efficiency and cost effectiveness of first pass review of documents
US9183297B1 (en) * 2006-08-01 2015-11-10 Google Inc. Method and apparatus for generating lexical synonyms for query terms
US7698328B2 (en) * 2006-08-11 2010-04-13 Apple Inc. User-directed search refinement
US9318108B2 (en) 2010-01-18 2016-04-19 Apple Inc. Intelligent automated assistant
US8442972B2 (en) 2006-10-11 2013-05-14 Collarity, Inc. Negative associations for search results ranking and refinement
US9519715B2 (en) 2006-11-02 2016-12-13 Excalibur Ip, Llc Personalized search
US20080140519A1 (en) * 2006-12-08 2008-06-12 Microsoft Corporation Advertising based on simplified input expansion
US20090157631A1 (en) * 2006-12-14 2009-06-18 Jason Coleman Database search enhancements
US8661012B1 (en) * 2006-12-29 2014-02-25 Google Inc. Ensuring that a synonym for a query phrase does not drop information present in the query phrase
US7925498B1 (en) 2006-12-29 2011-04-12 Google Inc. Identifying a synonym with N-gram agreement for a query phrase
US20080215416A1 (en) * 2007-01-31 2008-09-04 Collarity, Inc. Searchable interactive internet advertisements
US8166021B1 (en) * 2007-03-30 2012-04-24 Google Inc. Query phrasification
US8977255B2 (en) 2007-04-03 2015-03-10 Apple Inc. Method and system for operating a multi-function portable electronic device using voice-activation
US7877403B2 (en) * 2007-05-21 2011-01-25 Data Trace Information Services, Llc System and method for database searching using fuzzy rules
US9002869B2 (en) * 2007-06-22 2015-04-07 Google Inc. Machine translation for query expansion
US8001136B1 (en) * 2007-07-10 2011-08-16 Google Inc. Longest-common-subsequence detection for common synonyms
US8037086B1 (en) 2007-07-10 2011-10-11 Google Inc. Identifying common co-occurring elements in lists
US20090019103A1 (en) * 2007-07-11 2009-01-15 James Joseph Tommaney Method and system for processing a database query
US20090055386A1 (en) * 2007-08-24 2009-02-26 Boss Gregory J System and Method for Enhanced In-Document Searching for Text Applications in a Data Processing System
US7761471B1 (en) 2007-10-16 2010-07-20 Jpmorgan Chase Bank, N.A. Document management techniques to account for user-specific patterns in document metadata
CN101159967B (en) * 2007-10-29 2011-08-31 中国移动通信集团设计院有限公司 Method and device for using drive test data for propagation model revision
US20090254540A1 (en) * 2007-11-01 2009-10-08 Textdigger, Inc. Method and apparatus for automated tag generation for digital content
US20090144262A1 (en) * 2007-12-04 2009-06-04 Microsoft Corporation Search query transformation using direct manipulation
US8825693B2 (en) * 2007-12-12 2014-09-02 Trend Micro Incorporated Conditional string search
US8380731B2 (en) * 2007-12-13 2013-02-19 The Boeing Company Methods and apparatus using sets of semantically similar words for text classification
US9330720B2 (en) 2008-01-03 2016-05-03 Apple Inc. Methods and apparatus for altering audio output signals
US8615490B1 (en) 2008-01-31 2013-12-24 Renew Data Corp. Method and system for restoring information from backup storage media
US7831588B2 (en) * 2008-02-05 2010-11-09 Yahoo! Inc. Context-sensitive query expansion
US8996376B2 (en) 2008-04-05 2015-03-31 Apple Inc. Intelligent text-to-speech conversion
US8015129B2 (en) * 2008-04-14 2011-09-06 Microsoft Corporation Parsimonious multi-resolution value-item lists
US10496753B2 (en) 2010-01-18 2019-12-03 Apple Inc. Automatically adapting user interfaces for hands-free interaction
US8346791B1 (en) * 2008-05-16 2013-01-01 Google Inc. Search augmentation
US20090319342A1 (en) * 2008-06-19 2009-12-24 Wize, Inc. System and method for aggregating and summarizing product/topic sentiment
US8438178B2 (en) * 2008-06-26 2013-05-07 Collarity Inc. Interactions among online digital identities
US8521761B2 (en) * 2008-07-18 2013-08-27 Google Inc. Transliteration for query expansion
US20100030549A1 (en) 2008-07-31 2010-02-04 Lee Michael M Mobile device having human language translation capability with positional feedback
JP4587236B2 (en) * 2008-08-26 2010-11-24 Necビッグローブ株式会社 Information search apparatus, information search method, and program
US9092517B2 (en) * 2008-09-23 2015-07-28 Microsoft Technology Licensing, Llc Generating synonyms based on query log data
KR101040119B1 (en) * 2008-10-14 2011-06-09 한국전자통신연구원 Apparatus and Method for Search of Contents
US20100131513A1 (en) 2008-10-23 2010-05-27 Lundberg Steven W Patent mapping
US20100138402A1 (en) * 2008-12-02 2010-06-03 Chacha Search, Inc. Method and system for improving utilization of human searchers
WO2010060117A1 (en) * 2008-11-21 2010-05-27 Chacha Search, Inc. Method and system for improving utilization of human searchers
US9959870B2 (en) 2008-12-11 2018-05-01 Apple Inc. Speech recognition involving a mobile device
US9569770B1 (en) 2009-01-13 2017-02-14 Amazon Technologies, Inc. Generating constructed phrases
US8463806B2 (en) 2009-01-30 2013-06-11 Lexisnexis Methods and systems for creating and using an adaptive thesaurus
US8516013B2 (en) 2009-03-03 2013-08-20 Ilya Geller Systems and methods for subtext searching data using synonym-enriched predicative phrases and substituted pronouns
US8447789B2 (en) * 2009-09-15 2013-05-21 Ilya Geller Systems and methods for creating structured data
US20120185501A1 (en) * 2011-01-18 2012-07-19 Ilya Geller Systems and methods for searching data
WO2010107327A1 (en) * 2009-03-20 2010-09-23 Syl Research Limited Natural language processing method and system
CN101872351B (en) * 2009-04-27 2012-10-10 阿里巴巴集团控股有限公司 Method, device for identifying synonyms, and method and device for searching by using same
US20100306214A1 (en) * 2009-05-28 2010-12-02 Microsoft Corporation Identifying modifiers in web queries over structured data
US10241752B2 (en) 2011-09-30 2019-03-26 Apple Inc. Interface for a virtual digital assistant
US9858925B2 (en) 2009-06-05 2018-01-02 Apple Inc. Using context information to facilitate processing of commands in a virtual assistant
US10255566B2 (en) 2011-06-03 2019-04-09 Apple Inc. Generating and processing task items that represent tasks to perform
US10241644B2 (en) 2011-06-03 2019-03-26 Apple Inc. Actionable reminder entries
US9431006B2 (en) 2009-07-02 2016-08-30 Apple Inc. Methods and apparatuses for automatic speech recognition
US20150006563A1 (en) * 2009-08-14 2015-01-01 Kendra J. Carattini Transitive Synonym Creation
US8392440B1 (en) 2009-08-15 2013-03-05 Google Inc. Online de-compounding of query terms
US10007712B1 (en) 2009-08-20 2018-06-26 Amazon Technologies, Inc. Enforcing user-specified rules
US8924396B2 (en) * 2009-09-18 2014-12-30 Lexxe Pty Ltd. Method and system for scoring texts
US8515731B1 (en) * 2009-09-28 2013-08-20 Google Inc. Synonym verification
US8676803B1 (en) * 2009-11-04 2014-03-18 Google Inc. Clustering images
WO2011072172A1 (en) * 2009-12-09 2011-06-16 Renew Data Corp. System and method for quickly determining a subset of irrelevant data from large data content
US8738668B2 (en) 2009-12-16 2014-05-27 Renew Data Corp. System and method for creating a de-duplicated data set
US10679605B2 (en) 2010-01-18 2020-06-09 Apple Inc. Hands-free list-reading by intelligent automated assistant
US10553209B2 (en) 2010-01-18 2020-02-04 Apple Inc. Systems and methods for hands-free notification summaries
US10705794B2 (en) 2010-01-18 2020-07-07 Apple Inc. Automatically adapting user interfaces for hands-free interaction
US10276170B2 (en) 2010-01-18 2019-04-30 Apple Inc. Intelligent automated assistant
US8875038B2 (en) 2010-01-19 2014-10-28 Collarity, Inc. Anchoring for content synchronization
US9684683B2 (en) * 2010-02-09 2017-06-20 Siemens Aktiengesellschaft Semantic search tool for document tagging, indexing and search
US8682667B2 (en) 2010-02-25 2014-03-25 Apple Inc. User profiling for selecting user specific voice input processing information
US8799658B1 (en) 2010-03-02 2014-08-05 Amazon Technologies, Inc. Sharing media items with pass phrases
US8812297B2 (en) * 2010-04-09 2014-08-19 International Business Machines Corporation Method and system for interactively finding synonyms using positive and negative feedback
US9600566B2 (en) 2010-05-14 2017-03-21 Microsoft Technology Licensing, Llc Identifying entity synonyms
US9836460B2 (en) * 2010-06-11 2017-12-05 Lexisnexis, A Division Of Reed Elsevier Inc. Systems and methods for analyzing patent-related documents
US9152712B2 (en) * 2010-06-30 2015-10-06 Yahoo! Inc. Method and system for performing a web search via a client-side module
US9619562B2 (en) 2010-06-30 2017-04-11 Excalibur Ip, Llc Method and system for performing a web search
CA2805872C (en) * 2010-08-20 2014-04-15 Rakuten, Inc. Information provisioning device, information provisioning method, program, and information recording medium
JP5094940B2 (en) * 2010-09-30 2012-12-12 ヤフー株式会社 Specific query determination device and method
US8346792B1 (en) 2010-11-09 2013-01-01 Google Inc. Query generation using structural similarity between documents
US8712989B2 (en) 2010-12-03 2014-04-29 Microsoft Corporation Wild card auto completion
US10762293B2 (en) 2010-12-22 2020-09-01 Apple Inc. Using parts-of-speech tagging and named entity recognition for spelling correction
US9262612B2 (en) 2011-03-21 2016-02-16 Apple Inc. Device access using voice authentication
US9904726B2 (en) * 2011-05-04 2018-02-27 Black Hills IP Holdings, LLC. Apparatus and method for automated and assisted patent claim mapping and expense planning
US10057736B2 (en) 2011-06-03 2018-08-21 Apple Inc. Active transport based notifications
US8965882B1 (en) * 2011-07-13 2015-02-24 Google Inc. Click or skip evaluation of synonym rules
US8994660B2 (en) 2011-08-29 2015-03-31 Apple Inc. Text correction processing
US9098600B2 (en) 2011-09-14 2015-08-04 International Business Machines Corporation Deriving dynamic consumer defined product attributes from input queries
US9940363B2 (en) 2011-10-03 2018-04-10 Black Hills Ip Holdings, Llc Systems, methods and user interfaces in a patent management system
US9454528B2 (en) * 2011-10-17 2016-09-27 Xerox Corporation Method and system for creating ordered reading lists from unstructured document sets
US8909627B1 (en) 2011-11-30 2014-12-09 Google Inc. Fake skip evaluation of synonym rules
US8600973B1 (en) * 2012-01-03 2013-12-03 Google Inc. Removing substitution rules
US8965875B1 (en) 2012-01-03 2015-02-24 Google Inc. Removing substitution rules based on user interactions
US9152698B1 (en) 2012-01-03 2015-10-06 Google Inc. Substitute term identification based on over-represented terms identification
US9141672B1 (en) 2012-01-25 2015-09-22 Google Inc. Click or skip evaluation of query term optionalization rule
CN103294684B (en) * 2012-02-24 2016-08-24 浙江易网科技股份有限公司 Association lexical search system and method
US10134385B2 (en) 2012-03-02 2018-11-20 Apple Inc. Systems and methods for name pronunciation
US8745019B2 (en) 2012-03-05 2014-06-03 Microsoft Corporation Robust discovery of entity synonyms using query logs
US9483461B2 (en) 2012-03-06 2016-11-01 Apple Inc. Handling speech synthesis of content for multiple languages
CN103377232B (en) * 2012-04-25 2016-12-07 阿里巴巴集团控股有限公司 Headline keyword recommendation method and system
US9280610B2 (en) 2012-05-14 2016-03-08 Apple Inc. Crowd sourcing information to fulfill user requests
US20140358904A1 (en) * 2012-05-22 2014-12-04 Google Inc. Synonym identification based on selected search result
US8959103B1 (en) 2012-05-25 2015-02-17 Google Inc. Click or skip evaluation of reordering rules
US9721563B2 (en) 2012-06-08 2017-08-01 Apple Inc. Name recognition system
US10032131B2 (en) 2012-06-20 2018-07-24 Microsoft Technology Licensing, Llc Data services for enterprises leveraging search system data assets
US9594831B2 (en) 2012-06-22 2017-03-14 Microsoft Technology Licensing, Llc Targeted disambiguation of named entities
WO2014000143A1 (en) 2012-06-25 2014-01-03 Microsoft Corporation Input method editor application platform
US9495129B2 (en) 2012-06-29 2016-11-15 Apple Inc. Device, method, and user interface for voice-activated navigation and browsing of a document
US8577671B1 (en) * 2012-07-20 2013-11-05 Veveo, Inc. Method of and system for using conversation state information in a conversational interaction system
US9229924B2 (en) 2012-08-24 2016-01-05 Microsoft Technology Licensing, Llc Word detection and domain dictionary recommendation
US9396179B2 (en) * 2012-08-30 2016-07-19 Xerox Corporation Methods and systems for acquiring user related information using natural language processing techniques
US9576574B2 (en) 2012-09-10 2017-02-21 Apple Inc. Context-sensitive handling of interruptions by intelligent digital assistant
US9547647B2 (en) 2012-09-19 2017-01-17 Apple Inc. Voice-based media searching
US9146966B1 (en) 2012-10-04 2015-09-29 Google Inc. Click or skip evaluation of proximity rules
US9201924B1 (en) * 2012-11-26 2015-12-01 Google Inc. Processing partially supported queries
US9858314B2 (en) * 2012-11-27 2018-01-02 International Business Machines Corporation System and method for refining search results
EP2954514B1 (en) 2013-02-07 2021-03-31 Apple Inc. Voice trigger for a digital assistant
US9368114B2 (en) 2013-03-14 2016-06-14 Apple Inc. Context-sensitive handling of interruptions
AU2014233517B2 (en) 2013-03-15 2017-05-25 Apple Inc. Training an at least partial voice command system
WO2014144579A1 (en) 2013-03-15 2014-09-18 Apple Inc. System and method for updating an adaptive speech recognition model
JP2014215826A (en) * 2013-04-25 2014-11-17 株式会社デンソー Search system
EP2994908B1 (en) 2013-05-07 2019-08-28 Veveo, Inc. Incremental speech input interface with real time feedback
WO2014197336A1 (en) 2013-06-07 2014-12-11 Apple Inc. System and method for detecting errors in interactions with a voice-based digital assistant
WO2014197334A2 (en) 2013-06-07 2014-12-11 Apple Inc. System and method for user-specified pronunciation of words for speech synthesis and recognition
US9582608B2 (en) 2013-06-07 2017-02-28 Apple Inc. Unified ranking with entropy-weighted information for phrase-based semantic auto-completion
WO2014197335A1 (en) 2013-06-08 2014-12-11 Apple Inc. Interpreting and acting upon commands that involve sharing information with remote devices
WO2014200728A1 (en) 2013-06-09 2014-12-18 Apple Inc. Device, method, and graphical user interface for enabling conversation persistence across two or more instances of a digital assistant
US10176167B2 (en) 2013-06-09 2019-01-08 Apple Inc. System and method for inferring user intent from speech inputs
US9483581B2 (en) * 2013-06-10 2016-11-01 Google Inc. Evaluation of substitution contexts
AU2014278595B2 (en) 2013-06-13 2017-04-06 Apple Inc. System and method for emergency calls initiated by voice command
KR101749009B1 (en) 2013-08-06 2017-06-19 애플 인크. Auto-activating smart responses based on activities from remote devices
MX2016003061A (en) * 2013-09-13 2016-10-28 Fishberg Keith Amenity, special service and food/beverage search and purchase booking system.
US9479730B1 (en) 2014-02-13 2016-10-25 Steelcase, Inc. Inferred activity based conference enhancement method and system
US20150309965A1 (en) * 2014-04-28 2015-10-29 Elwha Llc Methods, systems, and devices for outcome prediction of text submission to network based on corpora analysis
US20150331908A1 (en) 2014-05-15 2015-11-19 Genetic Finance (Barbados) Limited Visual interactive search
US10606883B2 (en) 2014-05-15 2020-03-31 Evolv Technology Solutions, Inc. Selection of initial document collection for visual interactive search
US9620105B2 (en) 2014-05-15 2017-04-11 Apple Inc. Analyzing audio input for efficient speech and music recognition
US10102277B2 (en) 2014-05-15 2018-10-16 Sentient Technologies (Barbados) Limited Bayesian visual interactive search
US9378204B2 (en) 2014-05-22 2016-06-28 International Business Machines Corporation Context based synonym filtering for natural language processing systems
US10592095B2 (en) 2014-05-23 2020-03-17 Apple Inc. Instantaneous speaking of content on touch devices
US9502031B2 (en) 2014-05-27 2016-11-22 Apple Inc. Method for supporting dynamic grammars in WFST-based ASR
US9633004B2 (en) 2014-05-30 2017-04-25 Apple Inc. Better resolution when referencing to concepts
US10170123B2 (en) 2014-05-30 2019-01-01 Apple Inc. Intelligent assistant for home automation
US10289433B2 (en) 2014-05-30 2019-05-14 Apple Inc. Domain specific language for encoding assistant dialog
US9734193B2 (en) 2014-05-30 2017-08-15 Apple Inc. Determining domain salience ranking from ambiguous words in natural speech
US9760559B2 (en) 2014-05-30 2017-09-12 Apple Inc. Predictive text input
US9430463B2 (en) 2014-05-30 2016-08-30 Apple Inc. Exemplar-based natural language processing
US10078631B2 (en) 2014-05-30 2018-09-18 Apple Inc. Entropy-guided text prediction using combined word and character n-gram language models
US9715875B2 (en) 2014-05-30 2017-07-25 Apple Inc. Reducing the need for manual start/end-pointing and trigger phrases
US9785630B2 (en) 2014-05-30 2017-10-10 Apple Inc. Text prediction using combined word N-gram and unigram language models
US9966065B2 (en) 2014-05-30 2018-05-08 Apple Inc. Multi-command single utterance input method
US9842101B2 (en) 2014-05-30 2017-12-12 Apple Inc. Predictive conversion of language input
US10839441B2 (en) * 2014-06-09 2020-11-17 Ebay Inc. Systems and methods to seed a search
US10659851B2 (en) 2014-06-30 2020-05-19 Apple Inc. Real-time digital assistant knowledge updates
US9338493B2 (en) 2014-06-30 2016-05-10 Apple Inc. Intelligent automated assistant for TV user interactions
US10446141B2 (en) 2014-08-28 2019-10-15 Apple Inc. Automatic speech recognition based on user feedback
US9818400B2 (en) 2014-09-11 2017-11-14 Apple Inc. Method and apparatus for discovering trending terms in speech requests
US10789041B2 (en) 2014-09-12 2020-09-29 Apple Inc. Dynamic thresholds for always listening speech trigger
US9668121B2 (en) 2014-09-30 2017-05-30 Apple Inc. Social reminders
US9646609B2 (en) 2014-09-30 2017-05-09 Apple Inc. Caching apparatus for serving phonetic pronunciations
US10074360B2 (en) 2014-09-30 2018-09-11 Apple Inc. Providing an indication of the suitability of speech recognition
US9886432B2 (en) 2014-09-30 2018-02-06 Apple Inc. Parsimonious handling of word inflection via categorical stem + suffix N-gram language models
US10127911B2 (en) 2014-09-30 2018-11-13 Apple Inc. Speaker identification and unsupervised speaker adaptation techniques
US10552013B2 (en) 2014-12-02 2020-02-04 Apple Inc. Data detection
US9711141B2 (en) 2014-12-09 2017-07-18 Apple Inc. Disambiguating heteronyms in speech synthesis
US9659259B2 (en) * 2014-12-20 2017-05-23 Microsoft Corporation Latency-efficient multi-stage tagging mechanism
US9852136B2 (en) 2014-12-23 2017-12-26 Rovi Guides, Inc. Systems and methods for determining whether a negation statement applies to a current or past query
US9854049B2 (en) 2015-01-30 2017-12-26 Rovi Guides, Inc. Systems and methods for resolving ambiguous terms in social chatter based on a user profile
JP2016157290A (en) * 2015-02-25 2016-09-01 富士通株式会社 Document search apparatus, document search method, and document search program
US9865280B2 (en) 2015-03-06 2018-01-09 Apple Inc. Structured dictation using intelligent automated assistants
US9886953B2 (en) 2015-03-08 2018-02-06 Apple Inc. Virtual assistant activation
US9721566B2 (en) 2015-03-08 2017-08-01 Apple Inc. Competing devices responding to voice triggers
US10567477B2 (en) 2015-03-08 2020-02-18 Apple Inc. Virtual assistant continuity
US9899019B2 (en) 2015-03-18 2018-02-20 Apple Inc. Systems and methods for structured stem and suffix language models
US9842105B2 (en) 2015-04-16 2017-12-12 Apple Inc. Parsimonious continuous-space phrase representations for natural language processing
US20160314130A1 (en) * 2015-04-24 2016-10-27 Tribune Broadcasting Company, Llc Computing device with spell-check feature
US10083688B2 (en) 2015-05-27 2018-09-25 Apple Inc. Device voice control for selecting a displayed affordance
US10127220B2 (en) 2015-06-04 2018-11-13 Apple Inc. Language identification from short strings
US9578173B2 (en) 2015-06-05 2017-02-21 Apple Inc. Virtual assistant aided communication with 3rd party service in a communication session
US10101822B2 (en) 2015-06-05 2018-10-16 Apple Inc. Language input correction
US10255907B2 (en) 2015-06-07 2019-04-09 Apple Inc. Automatic accent detection using acoustic models
US11025565B2 (en) 2015-06-07 2021-06-01 Apple Inc. Personalized prediction of responses for instant messaging
US10186254B2 (en) 2015-06-07 2019-01-22 Apple Inc. Context-based endpoint detection
US10896671B1 (en) 2015-08-21 2021-01-19 Soundhound, Inc. User-defined extensions of the command input recognized by a virtual assistant
US10671428B2 (en) 2015-09-08 2020-06-02 Apple Inc. Distributed personal assistant
US10747498B2 (en) 2015-09-08 2020-08-18 Apple Inc. Zero latency digital assistant
US9697820B2 (en) 2015-09-24 2017-07-04 Apple Inc. Unit-selection text-to-speech synthesis using concatenation-sensitive neural networks
US11010550B2 (en) 2015-09-29 2021-05-18 Apple Inc. Unified language modeling framework for word prediction, auto-completion and auto-correction
US10366158B2 (en) 2015-09-29 2019-07-30 Apple Inc. Efficient word encoding for recurrent neural network language models
US11587559B2 (en) 2015-09-30 2023-02-21 Apple Inc. Intelligent device identification
US10691473B2 (en) 2015-11-06 2020-06-23 Apple Inc. Intelligent automated assistant in a messaging environment
US10049668B2 (en) 2015-12-02 2018-08-14 Apple Inc. Applying neural network language models to weighted finite state transducers for automatic speech recognition
WO2017098475A1 (en) * 2015-12-09 2017-06-15 Sentient Technologies (Barbados) Limited Bayesian visual interactive search
US10223066B2 (en) 2015-12-23 2019-03-05 Apple Inc. Proactive assistance based on dialog communication between devices
US11227113B2 (en) * 2016-01-20 2022-01-18 International Business Machines Corporation Precision batch interaction with a question answering system
US10446143B2 (en) 2016-03-14 2019-10-15 Apple Inc. Identification of voice inputs providing credentials
US10380258B2 (en) * 2016-03-31 2019-08-13 International Business Machines Corporation System, method, and recording medium for corpus pattern paraphrasing
US9934775B2 (en) 2016-05-26 2018-04-03 Apple Inc. Unit-selection text-to-speech synthesis based on predicted concatenation parameters
US9972304B2 (en) 2016-06-03 2018-05-15 Apple Inc. Privacy preserving distributed evaluation framework for embedded personalized systems
US10249300B2 (en) 2016-06-06 2019-04-02 Apple Inc. Intelligent list reading
US10049663B2 (en) 2016-06-08 2018-08-14 Apple, Inc. Intelligent automated assistant for media exploration
WO2017212459A1 (en) 2016-06-09 2017-12-14 Sentient Technologies (Barbados) Limited Content embedding using deep metric learning algorithms
DK179309B1 (en) 2016-06-09 2018-04-23 Apple Inc Intelligent automated assistant in a home environment
US10192552B2 (en) 2016-06-10 2019-01-29 Apple Inc. Digital assistant providing whispered speech
US10586535B2 (en) 2016-06-10 2020-03-10 Apple Inc. Intelligent digital assistant in a multi-tasking environment
US10490187B2 (en) 2016-06-10 2019-11-26 Apple Inc. Digital assistant providing automated status report
US10067938B2 (en) 2016-06-10 2018-09-04 Apple Inc. Multilingual word prediction
US10509862B2 (en) 2016-06-10 2019-12-17 Apple Inc. Dynamic phrase expansion of language input
DK179049B1 (en) 2016-06-11 2017-09-18 Apple Inc Data driven natural language event detection and classification
DK179343B1 (en) 2016-06-11 2018-05-14 Apple Inc Intelligent task discovery
DK201670540A1 (en) 2016-06-11 2018-01-08 Apple Inc Application integration with a digital assistant
DK179415B1 (en) 2016-06-11 2018-06-14 Apple Inc Intelligent device arbitration and control
US10671577B2 (en) * 2016-09-23 2020-06-02 International Business Machines Corporation Merging synonymous entities from multiple structured sources into a dataset
US10043516B2 (en) 2016-09-23 2018-08-07 Apple Inc. Intelligent automated assistant
US11281993B2 (en) 2016-12-05 2022-03-22 Apple Inc. Model and ensemble compression for metric learning
US10593346B2 (en) 2016-12-22 2020-03-17 Apple Inc. Rank-reduced token representation for automatic speech recognition
CN110574021B (en) * 2017-04-29 2023-10-13 谷歌有限责任公司 Generating query variants using a trained generation model
DK201770383A1 (en) 2017-05-09 2018-12-14 Apple Inc. User interface for correcting recognition errors
DK201770439A1 (en) 2017-05-11 2018-12-13 Apple Inc. Offline personal assistant
DK179496B1 (en) 2017-05-12 2019-01-15 Apple Inc. USER-SPECIFIC Acoustic Models
DK179745B1 (en) 2017-05-12 2019-05-01 Apple Inc. SYNCHRONIZATION AND TASK DELEGATION OF A DIGITAL ASSISTANT
DK201770428A1 (en) 2017-05-12 2019-02-18 Apple Inc. Low-latency intelligent automated assistant
DK201770431A1 (en) 2017-05-15 2018-12-20 Apple Inc. Optimizing dialogue policy decisions for digital assistants using implicit feedback
DK201770432A1 (en) 2017-05-15 2018-12-21 Apple Inc. Hierarchical belief states for digital assistants
DK179560B1 (en) 2017-05-16 2019-02-18 Apple Inc. Far-field extension for digital assistant services
US10325021B2 (en) * 2017-06-19 2019-06-18 GM Global Technology Operations LLC Phrase extraction text analysis method and system
US10755142B2 (en) 2017-09-05 2020-08-25 Cognizant Technology Solutions U.S. Corporation Automated and unsupervised generation of real-world training data
US10755144B2 (en) 2017-09-05 2020-08-25 Cognizant Technology Solutions U.S. Corporation Automated and unsupervised generation of real-world training data
US20190266158A1 (en) * 2018-02-27 2019-08-29 Innoplexus Ag System and method for optimizing search query to retreive set of documents
JP6435467B1 (en) * 2018-03-05 2018-12-12 株式会社テンクー SEARCH SYSTEM AND OPERATION METHOD OF SEARCH SYSTEM
US11157538B2 (en) * 2018-04-30 2021-10-26 Innoplexus Ag System and method for generating summary of research document
US11182410B2 (en) * 2018-04-30 2021-11-23 Innoplexus Ag Systems and methods for determining contextually-relevant keywords
RU2731658C2 (en) 2018-06-21 2020-09-07 Общество С Ограниченной Ответственностью "Яндекс" Method and system of selection for ranking search results using machine learning algorithm
RU2733481C2 (en) 2018-12-13 2020-10-01 Общество С Ограниченной Ответственностью "Яндекс" Method and system for generating feature for ranging document
RU2744029C1 (en) 2018-12-29 2021-03-02 Общество С Ограниченной Ответственностью "Яндекс" System and method of forming training set for machine learning algorithm
US11238235B2 (en) * 2019-09-18 2022-02-01 International Business Machines Corporation Automated novel concept extraction in natural language processing
JP7316165B2 (en) * 2019-09-20 2023-07-27 株式会社日立製作所 Information processing method and information processing device
CN111026787A (en) * 2019-11-22 2020-04-17 中国银行股份有限公司 Network point retrieval method, device and system
CN111597412B (en) * 2020-04-27 2023-08-22 必圈信息技术(湖北)有限公司 System and method for realizing multidimensional intelligent search of related data based on elastic search
CN111949864B (en) * 2020-08-10 2022-02-25 北京字节跳动网络技术有限公司 Searching method, searching device, electronic equipment and storage medium
US11907678B2 (en) * 2020-11-10 2024-02-20 International Business Machines Corporation Context-aware machine language identification
US11586636B2 (en) * 2020-11-18 2023-02-21 Shopify Inc. Methods and systems for generating search results
US20220207096A1 (en) * 2020-12-30 2022-06-30 Giving Tech Labs, LLC Search Enhanceer Interface Using Multiple Dictionaries
US11934468B2 (en) * 2021-09-16 2024-03-19 Microsoft Tech nology Licensing, LLC Content distribution control
CN116204568B (en) * 2023-05-04 2023-10-03 华能信息技术有限公司 Data mining analysis method

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6360215B1 (en) * 1998-11-03 2002-03-19 Inktomi Corporation Method and apparatus for retrieving documents based on information other than document content
US20030187837A1 (en) * 1997-08-01 2003-10-02 Ask Jeeves, Inc. Personalized search method
US20040064447A1 (en) * 2002-09-27 2004-04-01 Simske Steven J. System and method for management of synonymic searching

Family Cites Families (119)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4839853A (en) * 1988-09-15 1989-06-13 Bell Communications Research, Inc. Computer information retrieval using latent semantic structure
US5210868A (en) * 1989-12-20 1993-05-11 Hitachi Ltd. Database system and matching method between databases
US5301109A (en) 1990-06-11 1994-04-05 Bell Communications Research, Inc. Computerized cross-language document retrieval using latent semantic indexing
US5317507A (en) * 1990-11-07 1994-05-31 Gallant Stephen I Method for document retrieval and for word sense disambiguation using neural networks
EP0494573A1 (en) * 1991-01-08 1992-07-15 International Business Machines Corporation Method for automatically disambiguating the synonymic links in a dictionary for a natural language processing system
US5278980A (en) 1991-08-16 1994-01-11 Xerox Corporation Iterative technique for phrase query formation and an information retrieval system employing same
US5265065A (en) 1991-10-08 1993-11-23 West Publishing Company Method and apparatus for information retrieval from a database by replacing domain specific stemmed phases in a natural language to create a search query
US5541836A (en) * 1991-12-30 1996-07-30 At&T Corp. Word disambiguation apparatus and methods
JP3270783B2 (en) 1992-09-29 2002-04-02 ゼロックス・コーポレーション Multiple document search methods
US7082426B2 (en) * 1993-06-18 2006-07-25 Cnet Networks, Inc. Content aggregation method and apparatus for an on-line product catalog
US5331556A (en) * 1993-06-28 1994-07-19 General Electric Company Method for natural language data processing using morphological and part-of-speech information
US5619709A (en) * 1993-09-20 1997-04-08 Hnc, Inc. System and method of context vector generation and retrieval
US5873056A (en) * 1993-10-12 1999-02-16 The Syracuse University Natural language processing system for semantic vector representation which accounts for lexical ambiguity
US5576954A (en) * 1993-11-05 1996-11-19 University Of Central Florida Process for determination of text relevancy
US5675819A (en) * 1994-06-16 1997-10-07 Xerox Corporation Document information retrieval using global word co-occurrence patterns
US6460036B1 (en) * 1994-11-29 2002-10-01 Pinpoint Incorporated System and method for providing customized electronic newspapers and target advertisements
US5642502A (en) * 1994-12-06 1997-06-24 University Of Central Florida Method and system for searching for relevant documents from a text database collection, using statistical ranking, relevancy feedback and small pieces of text
JP3040945B2 (en) 1995-11-29 2000-05-15 松下電器産業株式会社 Document search device
US5926811A (en) * 1996-03-15 1999-07-20 Lexis-Nexis Statistical thesaurus, method of forming same, and use thereof in query expansion in automated text searching
US5913215A (en) 1996-04-09 1999-06-15 Seymour I. Rubinstein Browse by prompted keyword phrases with an improved method for obtaining an initial document set
US5920854A (en) 1996-08-14 1999-07-06 Infoseek Corporation Real-time document collection search engine with phrase indexing
US5797123A (en) 1996-10-01 1998-08-18 Lucent Technologies Inc. Method of key-phase detection and verification for flexible speech understanding
JPH10116290A (en) 1996-10-11 1998-05-06 Mitsubishi Electric Corp Document classification managing method and document retrieving method
US6076051A (en) * 1997-03-07 2000-06-13 Microsoft Corporation Information retrieval utilizing semantic representation of text
US6460034B1 (en) * 1997-05-21 2002-10-01 Oracle Corporation Document knowledge base research and retrieval system
US6233575B1 (en) * 1997-06-24 2001-05-15 International Business Machines Corporation Multilevel taxonomy based on features derived from training documents classification using fisher values as discrimination values
US6128613A (en) 1997-06-26 2000-10-03 The Chinese University Of Hong Kong Method and apparatus for establishing topic word classes based on an entropy cost function to retrieve documents represented by the topic words
US6029167A (en) 1997-07-25 2000-02-22 Claritech Corporation Method and apparatus for retrieving text using document signatures
US6081774A (en) * 1997-08-22 2000-06-27 Novell, Inc. Natural language information retrieval system and method
US6070157A (en) 1997-09-23 2000-05-30 At&T Corporation Method for providing more informative results in response to a search of electronic documents
US6269368B1 (en) * 1997-10-17 2001-07-31 Textwise Llc Information retrieval using dynamic evidence combination
US5999664A (en) * 1997-11-14 1999-12-07 Xerox Corporation System for searching a corpus of document images by user specified document layout components
US6182066B1 (en) 1997-11-26 2001-01-30 International Business Machines Corp. Category processing of query topics and electronic document content topics
US6006225A (en) * 1998-06-15 1999-12-21 Amazon.Com Refining search queries by the suggestion of correlated terms from prior searches
US6101492A (en) * 1998-07-02 2000-08-08 Lucent Technologies Inc. Methods and apparatus for information indexing and retrieval as well as query expansion using morpho-syntactic analysis
US6144958A (en) * 1998-07-15 2000-11-07 Amazon.Com, Inc. System and method for correcting spelling errors in search queries
US6480843B2 (en) * 1998-11-03 2002-11-12 Nec Usa, Inc. Supporting web-query expansion efficiently using multi-granularity indexing and query processing
US6256629B1 (en) * 1998-11-25 2001-07-03 Lucent Technologies Inc. Method and apparatus for measuring the degree of polysemy in polysemous words
US6523028B1 (en) * 1998-12-03 2003-02-18 Lockhead Martin Corporation Method and system for universal querying of distributed databases
US6189002B1 (en) 1998-12-14 2001-02-13 Dolphin Search Process and system for retrieval of documents using context-relevant semantic profiles
US6460029B1 (en) * 1998-12-23 2002-10-01 Microsoft Corporation System for improving search text
WO2000046701A1 (en) * 1999-02-08 2000-08-10 Huntsman Ici Chemicals Llc Method for retrieving semantically distant analogies
JP2000250919A (en) 1999-02-26 2000-09-14 Fujitsu Ltd Document processor and its program storage medium
US6405190B1 (en) * 1999-03-16 2002-06-11 Oracle Corporation Free format query processing in an information search and retrieval system
US6510406B1 (en) * 1999-03-23 2003-01-21 Mathsoft, Inc. Inverse inference engine for high performance web search
US6665681B1 (en) * 1999-04-09 2003-12-16 Entrieva, Inc. System and method for generating a taxonomy from a plurality of documents
JP2000339169A (en) 1999-05-25 2000-12-08 Nippon Telegr & Teleph Corp <Ntt> Method for synthesizing a plurality of hierarchical knowledge systems and its device and storage medium for storing its program
US6711585B1 (en) 1999-06-15 2004-03-23 Kanisa Inc. System and method for implementing a knowledge management system
US7089236B1 (en) * 1999-06-24 2006-08-08 Search 123.Com, Inc. Search engine interface
US6519586B2 (en) * 1999-08-06 2003-02-11 Compaq Computer Corporation Method and apparatus for automatic construction of faceted terminological feedback for document retrieval
US6601026B2 (en) * 1999-09-17 2003-07-29 Discern Communications, Inc. Information retrieval by natural language querying
US6453315B1 (en) * 1999-09-22 2002-09-17 Applied Semantics, Inc. Meaning-based information organization and retrieval
US7925610B2 (en) * 1999-09-22 2011-04-12 Google Inc. Determining a meaning of a knowledge item using document-based information
US7725307B2 (en) * 1999-11-12 2010-05-25 Phoenix Solutions, Inc. Query engine for processing voice based queries including semantic decoding
US6772150B1 (en) * 1999-12-10 2004-08-03 Amazon.Com, Inc. Search query refinement using related search phrases
JP4426041B2 (en) 1999-12-24 2010-03-03 富士通株式会社 Information retrieval method by category factor
AU2001243277A1 (en) * 2000-02-25 2001-09-03 Synquiry Technologies, Ltd. Conceptual factoring and unification of graphs representing semantic models
US6799316B1 (en) * 2000-03-23 2004-09-28 International Business Machines Corporation Virtualizing hardware with system management interrupts
US20040230461A1 (en) * 2000-03-30 2004-11-18 Talib Iqbal A. Methods and systems for enabling efficient retrieval of data from data collections
US6816858B1 (en) * 2000-03-31 2004-11-09 International Business Machines Corporation System, method and apparatus providing collateral information for a video/audio stream
US6865575B1 (en) * 2000-07-06 2005-03-08 Google, Inc. Methods and apparatus for using a modified index to provide search results in response to an ambiguous search query
US6675159B1 (en) * 2000-07-27 2004-01-06 Science Applic Int Corp Concept-based search and retrieval system
US20020046019A1 (en) * 2000-08-18 2002-04-18 Lingomotors, Inc. Method and system for acquiring and maintaining natural language information
US20030217052A1 (en) * 2000-08-24 2003-11-20 Celebros Ltd. Search engine method and apparatus
US6766320B1 (en) 2000-08-24 2004-07-20 Microsoft Corporation Search engine with natural language-based robust parsing for user query and relevance feedback learning
US6823331B1 (en) 2000-08-28 2004-11-23 Entrust Limited Concept identification system and method for use in reducing and/or representing text content of an electronic document
US6647383B1 (en) * 2000-09-01 2003-11-11 Lucent Technologies Inc. System and method for providing interactive dialogue and iterative search functions to find information
US20030164844A1 (en) * 2000-09-25 2003-09-04 Kravitz Dean Todd System and method for processing multimedia content, stored in a computer-accessible storage medium, based on various user-specified parameters related to the content
EP1393200A2 (en) * 2000-09-29 2004-03-03 Gavagai Technology Incorporated A method and system for describing and identifying concepts in natural language text for information retrieval and processing
US7249121B1 (en) 2000-10-04 2007-07-24 Google Inc. Identification of semantic units from within a search query
US6684205B1 (en) * 2000-10-18 2004-01-27 International Business Machines Corporation Clustering hypertext with applications to web searching
US6735583B1 (en) * 2000-11-01 2004-05-11 Getty Images, Inc. Method and system for classifying and locating media content
NZ508695A (en) 2000-12-07 2003-04-29 Compudigm Int Ltd Method and system of searching a database of records
US6766316B2 (en) * 2001-01-18 2004-07-20 Science Applications International Corporation Method and system of ranking and clustering for document indexing and retrieval
US20030018659A1 (en) * 2001-03-14 2003-01-23 Lingomotors, Inc. Category-based selections in an information access environment
US7437670B2 (en) * 2001-03-29 2008-10-14 International Business Machines Corporation Magnifying the text of a link while still retaining browser function in the magnified display
US7024400B2 (en) * 2001-05-08 2006-04-04 Sunflare Co., Ltd. Differential LSI space-based probabilistic document classifier
US7284191B2 (en) 2001-08-13 2007-10-16 Xerox Corporation Meta-document management system with document identifiers
US7526425B2 (en) * 2001-08-14 2009-04-28 Evri Inc. Method and system for extending keyword searching to syntactically and semantically annotated data
US7398201B2 (en) * 2001-08-14 2008-07-08 Evri Inc. Method and system for enhanced data searching
US6732092B2 (en) 2001-09-28 2004-05-04 Client Dynamics, Inc. Method and system for database queries and information delivery
NO316480B1 (en) 2001-11-15 2004-01-26 Forinnova As Method and system for textual examination and discovery
US20030115191A1 (en) * 2001-12-17 2003-06-19 Max Copperman Efficient and cost-effective content provider for customer relationship management (CRM) or other applications
US6978264B2 (en) * 2002-01-03 2005-12-20 Microsoft Corporation System and method for performing a search and a browse on a query
WO2004107094A2 (en) * 2002-01-25 2004-12-09 Seurat Company Data integration system and method for presenting 360° customer views
US7089188B2 (en) 2002-03-27 2006-08-08 Hewlett-Packard Development Company, L.P. Method to expand inputs for word or document searching
US7149983B1 (en) * 2002-05-08 2006-12-12 Microsoft Corporation User interface and method to facilitate hierarchical specification of queries using an information taxonomy
US7451395B2 (en) 2002-12-16 2008-11-11 Palo Alto Research Center Incorporated Systems and methods for interactive topic-based text summarization
US7047236B2 (en) * 2002-12-31 2006-05-16 International Business Machines Corporation Method for automatic deduction of rules for matching content to categories
US8055669B1 (en) 2003-03-03 2011-11-08 Google Inc. Search queries improved based on query semantic information
US6947930B2 (en) * 2003-03-21 2005-09-20 Overture Services, Inc. Systems and methods for interactive search query refinement
US20070174041A1 (en) * 2003-05-01 2007-07-26 Ryan Yeske Method and system for concept generation and management
US7225184B2 (en) * 2003-07-18 2007-05-29 Overture Services, Inc. Disambiguation of search phrases using interpretation clusters
CA2536265C (en) * 2003-08-21 2012-11-13 Idilia Inc. System and method for processing a query
US7844589B2 (en) * 2003-11-18 2010-11-30 Yahoo! Inc. Method and apparatus for performing a search
US8868405B2 (en) * 2004-01-27 2014-10-21 Hewlett-Packard Development Company, L. P. System and method for comparative analysis of textual documents
US7254576B1 (en) 2004-05-17 2007-08-07 Microsoft Corporation System and method for locating and presenting electronic documents to a user
US7809548B2 (en) 2004-06-14 2010-10-05 University Of North Texas Graph-based ranking algorithms for text processing
US20050283473A1 (en) * 2004-06-17 2005-12-22 Armand Rousso Apparatus, method and system of artificial intelligence for data searching applications
US7266548B2 (en) * 2004-06-30 2007-09-04 Microsoft Corporation Automated taxonomy generation
US7711679B2 (en) 2004-07-26 2010-05-04 Google Inc. Phrase-based detection of duplicate documents in an information retrieval system
US7856441B1 (en) 2005-01-10 2010-12-21 Yahoo! Inc. Search systems and methods using enhanced contextual queries
US20060161520A1 (en) * 2005-01-14 2006-07-20 Microsoft Corporation System and method for generating alternative search terms
WO2006096260A2 (en) 2005-01-31 2006-09-14 Musgrove Technology Enterprises, Llc System and method for generating an interlinked taxonomy structure
JP2008529173A (en) 2005-01-31 2008-07-31 テキストディガー,インコーポレイテッド Method and system for semantic retrieval and capture of electronic documents
US7596574B2 (en) * 2005-03-30 2009-09-29 Primal Fusion, Inc. Complex-adaptive system for providing a facted classification
JP2008537225A (en) 2005-04-11 2008-09-11 テキストディガー,インコーポレイテッド Search system and method for queries
US7797299B2 (en) * 2005-07-02 2010-09-14 Steven Thrasher Searching data storage systems and devices
US20070078832A1 (en) * 2005-09-30 2007-04-05 Yahoo! Inc. Method and system for using smart tags and a recommendation engine using smart tags
NO20054720L (en) * 2005-10-13 2007-04-16 Fast Search & Transfer Asa Information access with user-driven metadata feedback
US20070088695A1 (en) * 2005-10-14 2007-04-19 Uptodate Inc. Method and apparatus for identifying documents relevant to a search query in a medical information resource
US7620651B2 (en) * 2005-11-15 2009-11-17 Powerreviews, Inc. System for dynamic product summary based on consumer-contributed keywords
WO2007081681A2 (en) 2006-01-03 2007-07-19 Textdigger, Inc. Search system with query refinement and search method
US8862573B2 (en) * 2006-04-04 2014-10-14 Textdigger, Inc. Search system and method with text function tagging
US7447684B2 (en) 2006-04-13 2008-11-04 International Business Machines Corporation Determining searchable criteria of network resources based on a commonality of content
US7974984B2 (en) 2006-04-19 2011-07-05 Mobile Content Networks, Inc. Method and system for managing single and multiple taxonomies
US7788265B2 (en) * 2006-12-21 2010-08-31 Finebrain.Com Ag Taxonomy-based object classification
US8732197B2 (en) 2007-02-02 2014-05-20 Musgrove Technology Enterprises Llc (Mte) Method and apparatus for aligning multiple taxonomies
US20090254540A1 (en) * 2007-11-01 2009-10-08 Textdigger, Inc. Method and apparatus for automated tag generation for digital content

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030187837A1 (en) * 1997-08-01 2003-10-02 Ask Jeeves, Inc. Personalized search method
US6360215B1 (en) * 1998-11-03 2002-03-19 Inktomi Corporation Method and apparatus for retrieving documents based on information other than document content
US20040064447A1 (en) * 2002-09-27 2004-04-01 Simske Steven J. System and method for management of synonymic searching

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
STAMOU.: 'Retrieval Efficiency of Normalized Query Expansion.' LECTURE NOTES IN COMPUTER SCIENCE, [Online] XP008127426 Retrieved from the Internet: <URL:http://stainou.net/pubs/stamou-retrieval-efficiency.pdf> [retrieved on 2008-02-20] *

Cited By (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7296021B2 (en) * 2004-05-21 2007-11-13 International Business Machines Corporation Method, system, and article to specify compound query, displaying visual indication includes a series of graphical bars specify weight relevance, ordered segments of unique colors where each segment length indicative of the extent of match of each object with one of search parameters
US9400838B2 (en) 2005-04-11 2016-07-26 Textdigger, Inc. System and method for searching for a query
US9928299B2 (en) 2006-01-03 2018-03-27 Textdigger, Inc. Search system with query refinement and search method
US10540406B2 (en) 2006-04-04 2020-01-21 Exis Inc. Search system and method with text function tagging
US7996394B2 (en) 2008-07-17 2011-08-09 International Business Machines Corporation System and method for performing advanced search in service registry system
US7966320B2 (en) 2008-07-18 2011-06-21 International Business Machines Corporation System and method for improving non-exact matching search in service registry system with custom dictionary
US8156140B2 (en) 2009-11-24 2012-04-10 International Business Machines Corporation Service oriented architecture enterprise service bus with advanced virtualization
US8352491B2 (en) 2010-11-12 2013-01-08 International Business Machines Corporation Service oriented architecture (SOA) service registry system with enhanced search capability
US8560566B2 (en) 2010-11-12 2013-10-15 International Business Machines Corporation Search capability enhancement in service oriented architecture (SOA) service registry system
US8676836B2 (en) 2010-11-12 2014-03-18 International Business Machines Corporation Search capability enhancement in service oriented architecture (SOA) service registry system
US8935278B2 (en) 2010-11-12 2015-01-13 International Business Machines Corporation Service oriented architecture (SOA) service registry system with enhanced search capability
US8478753B2 (en) 2011-03-03 2013-07-02 International Business Machines Corporation Prioritizing search for non-exact matching service description in service oriented architecture (SOA) service registry system with advanced search capability
US9355156B2 (en) 2011-03-03 2016-05-31 International Business Machines Corporation Determination of a service description most closely matching a specified service name
US9734213B2 (en) 2011-03-03 2017-08-15 International Business Machines Corporation Determination of a service description most closely matching a specified service name
US9785679B2 (en) 2011-03-03 2017-10-10 International Business Machines Corporation Determination of a service description most closely matching a specified service name
US9785680B2 (en) 2011-03-03 2017-10-10 International Business Machines Corporation Determination of a service description most closely matching a specified service name
US8880519B2 (en) 2011-03-03 2014-11-04 International Business Machines Corporation Determination of a service description most closely matching a specified service name
US8756241B1 (en) 2012-08-06 2014-06-17 Google Inc. Determining rewrite similarity scores
WO2018106261A1 (en) * 2016-12-09 2018-06-14 Google Llc Preventing the distribution of forbidden network content using automatic variant detection
US11526554B2 (en) 2016-12-09 2022-12-13 Google Llc Preventing the distribution of forbidden network content using automatic variant detection

Also Published As

Publication number Publication date
EP1875336A2 (en) 2008-01-09
US9400838B2 (en) 2016-07-26
US20070011154A1 (en) 2007-01-11
JP2008537225A (en) 2008-09-11
WO2006110684A3 (en) 2009-05-22

Similar Documents

Publication Publication Date Title
US9400838B2 (en) System and method for searching for a query
US20060235843A1 (en) Method and system for semantic search and retrieval of electronic documents
Carpineto et al. A survey of automatic query expansion in information retrieval
CA2536265C (en) System and method for processing a query
US8326866B1 (en) Using geographic data to identify correlated geographic synonyms
Verberne et al. What is not in the Bag of Words for Why-QA?
Bracewell et al. Multilingual single document keyword extraction for information retrieval
US20110179026A1 (en) Related Concept Selection Using Semantic and Contextual Relationships
Higashinaka et al. Syntactic filtering and content-based retrieval of twitter sentences for the generation of system utterances in dialogue systems
Zhou et al. NLPIR: A theoretical framework for applying natural language processing to information retrieval
US8798988B1 (en) Identifying related terms in different languages
JP3847273B2 (en) Word classification device, word classification method, and word classification program
Magnini et al. Comparing statistical and content-based techniques for answer validation on the web
Juan An effective similarity measurement for FAQ question answering system
Cheng et al. An Experiment in Ehancing Information Access by Natural Language Processing
AT&T
He et al. Improving identification of latent user goals through search-result snippet classification
Cha et al. The automatic text summarization using semantic relevance and hierarchical structure of wordnet
Alashti et al. Parsisanj: an automatic component-based approach toward search engine evaluation
Malumba et al. AfriWeb: a web search engine for a marginalized language
Ting-Xuan et al. Identifying popular search goals behind search queries to improve web search ranking
Roy et al. Framework for Sentiment Aware Queries and Results in Search Using Oracle Text
Kanitha et al. Issues in Malayalam Text Summarization
Rajpal et al. A Novel Techinque For Ranking of Documents Using Semantic Similarity
Musgrove Representing the Context of Equivalent Query Words as a Means of Preserving Search Precision.

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application
ENP Entry into the national phase in:

Ref document number: 2008506582

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase in:

Ref country code: DE

NENP Non-entry into the national phase in:

Ref country code: RU

WWE Wipo information: entry into national phase

Ref document number: 2006749679

Country of ref document: EP