US8862608B2 - Information retrieval using category as a consideration - Google Patents
Information retrieval using category as a consideration Download PDFInfo
- Publication number
- US8862608B2 US8862608B2 US12/110,246 US11024608A US8862608B2 US 8862608 B2 US8862608 B2 US 8862608B2 US 11024608 A US11024608 A US 11024608A US 8862608 B2 US8862608 B2 US 8862608B2
- Authority
- US
- United States
- Prior art keywords
- score
- categories
- category
- document
- query
- Prior art date
- Legal status (The legal status 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 status listed.)
- Active, expires
Links
Images
Classifications
-
- G06F17/30864—
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/951—Indexing; Web crawling techniques
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/30—Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
- G06F16/35—Clustering; Classification
- G06F16/353—Clustering; Classification into predefined classes
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/30—Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
- G06F16/36—Creation of semantic tools, e.g. ontology or thesauri
- G06F16/367—Ontology
-
- G06F17/30707—
-
- G06F17/30734—
Definitions
- Content search is normally performed based on a word search—i.e., a comparison of terms in a search query with terms in a document.
- a word search i.e., a comparison of terms in a search query with terms in a document.
- Certain variations on, and/or enhancements to, the word search have been developed. For example, page-rank attempts to rate the relative importance of a web page based on existing links to the web page, and this assessment of importance can be taken into account in presenting the search results.
- certain localized searches take geographic factors into account.
- Search results may be generated from a query based on an assessment of one or more categories associated with the query, and an assessment of the categories associated with the corpus of documents that is being searched.
- a taxonomy of substantive categories may be created and/or obtained.
- the taxonomy may be organized as a hierarchy of categories that run from the general to the specific, such as a tree that has several levels. (A taxonomy need not be a tree. Depending on the relationships between the categories, it could be a directed acyclic graph (DAG), a generalized graph, or any other structure. It will be understood that the examples of a tree taxonomy herein may generalized to these other structures.)
- Each level in the tree may represent a different level of granularity in the classification of content.
- a node at one level in the tree could be “food”, a child node one level deeper could be “restaurants”, and a child node one level deeper could be “pizzerias.”
- association is created between each node in the hierarchy and terms that relate to the category defined by that node.
- An association is created between the corpus of documents to be searched (e.g., web pages, licensed content, etc.) and one or more categories in the hierarchy.
- the term “documents” may comprise text content, but may also comprise other types of content, such as images, video, audio, etc.
- a query is submitted, a determination is made as to which one or more categories the query is associated with.
- the corpus of documents is then compared to the query by finding content items that have some or all of the categories that are associated with the query.
- the query may be compared to the corpus of documents using word-search techniques. Documents may be scored based on how well they fit the query, and independent scores may be generated based on the word search and on the category comparison, and on other criteria.
- the scores may be combined according to some weighting, in order to rank documents for relevancy based on a combination of their word- and category-based scores against the query. Additional factors may be used to rank documents.
- the documents may have geographic indicia and the query may specify a geographic location, so the documents may be score based on how well they fit the specified geographic location.
- existing links to the document from other documents may be taken into account in scoring the document.
- the relevance of the linking document to the target document may be taken into account in evaluating the relevance of the links.
- FIG. 1 is a flow diagram of an example process of determining how well the documents in a corpus of content fit with a query.
- FIG. 2 is a flow diagram of an example process of creating and/or obtaining a taxonomy, and of creating affinity between categories and content.
- FIG. 3 is a flow diagram of an example process of creating affinity between a query and one or more categories.
- FIG. 4 is a block diagram of a relevance score and various example factors that may contribute to the relevance score.
- FIG. 5 is a block diagram of example components that may be used in connection with implementations of the subject matter described herein.
- Performing a search involves comparing a query to a corpus of documents. Such a search is traditionally performed based on a comparison of the words in the query with a comparison of the words in each document.
- This technique often called a “word search” or “text search,” presumes that the meaning or significance of the document can be found based primarily on the words used in the document.
- Such searches unaided by other techniques, often turn up documents that have a high word-based correlation with the query, but that may not be relevant to what the person who enters the query is looking for. Techniques such as page-rank attempt to assess a document's importance based on the number of links to the document.
- Category-based search can assist in creating an accurate substantive match between a query and a document.
- the term “documents” may comprise text content, but may also comprise other types of content, such as images, video, audio, etc.
- words are an example of “features” that may be present in a document and/or a query, and on which search may be based.
- the subject matter herein encompasses any type of document and any type of query having any type of features.
- FIG. 1 shows an example process 100 of determining how well the documents in a corpus of content fit with a query.
- FIGS. 1-3 show various flow diagrams, which may be carried out with respect to the system(s) shown herein, but could also be carried out with respect to any system.
- each of the flow diagrams in FIGS. 1-3 shows an example in which stages of a process are carried out in a particular order, as indicated by the lines connecting the blocks, but the various stages shown in these diagrams can be performed in any order, or in any combination or sub-combination.
- affinities are created between existing content and a category hierarchy.
- One example of how these affinities are created is discussed below in connection with FIG. 2 .
- the affinities may be created in any manner.
- Example details of a category hierarchy are further described below as part of the discussion of FIG. 2 .
- any type of category hierarchy (or other type of taxonomy) may be used.
- the creation of affinities between content and categories may take place as a back-end process that occurs before a query is actually received.
- the affinities may be stored when they are created, so that they are ready to use in order to process the query.
- the affinities may be created at any time.
- affinities are created between a query and the category hierarchy (or other taxonomy). These affinities may be created when the query is received. One example of how these affinities are created is discussed below in connection with FIG. 3 . However, the affinities may be created in any manner.
- the category(ies) that are affined with the query may be compared with stored content-category affinities that were created at 102 , in order to determine which document appear to have the same, or similar, affinities to the query.
- any other stages of process 100 may be performed. For example, a relevance score for some or all of the documents in the corpus may be created, and this relevance score may be used as part of a document ranking as discussed in connection with FIG. 4 . As another example, affinities between the query and the content may be created based on geographic information. Any stage may be performed at 108 .
- results may be provided. For example, if document score and/or rankings are created based on category affinities, text scores, distance scores, etc. (as discussed below in connection with FIG. 4 ), these document scores may be used to present search results.
- indices there may be a text index that maps keywords to documents, a category index that maps categories to documents, and/or a geographic index that maps geographic locations to documents. These indices (as well as any additional indices) may be used in any combination or subcombination.
- the text index may be created based on a word analysis of documents in the corpus to determine what words appear in those documents.
- the geographic index may map a geographic location (e.g., a zip code) to a document that relates to that zip code (e.g., a restaurant located in a particular zip code might be considered to relate to that zip code).
- the category index may be created by creating and/or obtaining a taxonomy of different categories, and then creating affinities between the documents and the categories.
- FIG. 2 shows an example process 200 of creating and/or obtaining a taxonomy, and of creating affinity between categories and content. The process of FIG. 2 may be used to carry out 102 of process 100 (shown in FIG. 1 ), although process 200 may be used in any context.
- content is obtained.
- the obtained content forms the corpus against which a query is compared.
- Example sources from which content may be obtained include web content 232 , licensed content 234 , and any other content 236 .
- Web content 232 may be obtained by crawling the web.
- Licensed content 234 may be obtained from licensing sources, such as a “Yellow Pages” directory, a local business database, etc.
- any other content may be obtained, and may form part of the corpus.
- a taxonomy or other hierarchy (such as a tree of categories) is created and/or obtained.
- a taxonomy may be based on one or more existing trees 242 , and may be augmented or modified by addition(s) 244 .
- OSHA Occupational Safety and Health Administration
- the United States Department of Labor maintains a taxonomy of different business categories. OSHA maintains this taxonomy for regulatory purposes, but since it divides businesses into different categories, these categories can also be used to classify documents and queries based on the types of businesses to which the documents and queries relate.
- To create and/or obtain a hierarchy one can start with a tree that is based on the OSHA taxonomy.
- Additional categories can be added in order to augment the tree.
- other taxonomies can be merged into the OSHA tree (or augmented OSHA tree).
- CityGuide makes available a taxonomy that centers on certain types of retail and service businesses, and this taxonomy can be merged into the OSHA tree to create additional categories in that tree.
- dictionaries are created based on the taxonomy.
- the dictionaries may represent associations between categories and words.
- the dictionary may associate the word “hamster” with the category “pet store”, or may associate the word “pool” with the categories “swimming” and “billiards”.
- the taxonomy takes the form of a tree
- one way to create a dictionary is to build a list of terms relating to the categories at a given depth-level in the tree and the children of that level (at 252 ), add any synonyms that may be appropriate (at 254 ), and group categories that are sufficiently similar (i.e., categories whose differences do not exceed some threshold, however that threshold may be defined) (at 256 ). While 252 - 256 show various stages that may be used in building dictionaries, the dictionaries may be built in any manner.
- dictionaries may be created from a category tree at several different levels of granularity.
- the most fine-grained dictionaries contain categories at the lowest level of the tree.
- the tree is composed of a root, plus ten nodes at one level below the root, each corresponding to general industries (e.g., manufacturing, retail, services, etc.).
- the leaf nodes below it are taken and built into a list of terms. This gives a fine-grained dictionary that associates terms with categories that are at or near the lowest level in the tree.
- the leaf nodes may not leaves in the strict sense, but rather may include any nodes that are associated with particular businesses rather than just more specific categories.
- the nodes in the lowest depth in the OSHA tree may have businesses associated therewith, and these nodes may also have more specific categories as children. Since the nodes have children, they are not technically “leaf” nodes but may be treated as such for the purpose of gathering terms for the dictionary. These resulting lists of terms are granular dictionaries. Thus, there may be a dictionary that associates terms with categories at any particular level of the tree. For example, there may be one dictionary that associates terms with categories at depth one, another for categories at depth two, and so on.
- Granular dictionaries may then be curated manually by adding synonyms for each category and grouping different categories whose distinctions are minimal (i.e., distinctions whose differences do not exceed some threshold).
- the grouping may be done in an automated fashion, and the terms for a group may be the union of the terms for the categories in a particular group.
- More general (coarse-grained) dictionaries may also be produced, resulting in a smaller number of categories. For example, one can take all nodes in the tree a depth-4, and make categories corresponding to those nodes. The terms associated with that category can then be populated by taking the union of all children of the node from which the category is derived.
- This technique builds dictionaries whose categories have the same level of generality as each other, by assuming that the “generality” of two categories is approximately equal if the number of the businesses in that category is equal.
- Some threshold number of businesses per category can be established, and a category tree can be walked to find a category at some level that contains a number of businesses that exceed the threshold. From this count of businesses in each category, and by merging categories with small number of businesses together, categories that have roughly equal numbers of businesses (and thus roughly equal presumed generality) can be created. Terms may be associated with each of these categories to create a dictionary.
- documents are tagged to affine them with one or more categories.
- a category may have one or more terms associated with it.
- the terms in the document may be compared with the terms associated with each category.
- the terms in the documents may be matched against the terms associated with each of the categories.
- the categories that tag the document may be the category that has the most instances of its synonyms in the document.
- Other ways of choosing the category (or categories) that tag the document are possible. For example, the n categories that have the most instances of their synonyms in the document could tag the document, in which case a document could affine with plural categories. Or, as yet another example, the top terms ranked by term frequency-inverse document frequency (tf*idf) could be chosen.
- Process 200 may result in producing an index that associates one or more categories with each document in a corpus.
- the various indices may be partitioned and distributed across a cluster of machines, so that each machine hosts a particular slice of the index. In practice, this partitioning would be used to create efficiency and increase the throughput of the system. However, in theory, all indices could be stored on one machine.
- the subject matter herein can be deployed in any system, regardless of whether the index is hosted on one machine or several machines.
- FIG. 3 shows an example process 300 of creating affinity between a query and one or more categories.
- the query may be sent to a distributed aggregator.
- a distributed aggregator may be used to forward the query to these various machines (at 304 ).
- the query is matched with documents based on terms.
- Any form of lemmatization e.g., stemming, case folding, compound word normalization, etc.
- This match may be performed by comparing the terms in the query with the text index of documents to determine which documents contain the terms of the query. In one example, this match looks for documents that contain all the words in the query (or their stems), but other forms of matching are possible (e.g., the query could specify some or all of its terms in the alternative, in which case the match would look for documents that contain at least one of the alternative terms). Scores may be generated for the matching documents, based on how well a particular document matches the query in the text/word-based search.
- the number of documents in each category is tallied.
- the number of documents in each category is counted in advance and stored, rather than being calculated at the time each query is processed, since the affinities between the categories and the documents are relatively static. (These affinities can change, for example, if the taxonomy is changed, or if the documents change, or if new documents are added to the index, but it is not necessary to know, at the time the query is processed, the exact number of documents in each category at that moment.)
- the number of documents that match the query is tallied.
- the number of documents that match the query and the category is tallied.
- the degree of statistical surprisingness of association between the query and the category is calculated.
- the surprisingness may be used to make an evaluation of the query's likelihood of matching the category, as compared to the query's random chance of matching the category. In one example, this calculation may be made by computing the number of documents matching the query and each category, and then comparing the actual number of co-occurrences on the corpus between the query and category with the expected number of co-occurrences. Surprisingness may be understood as the observed level of matching the query with the concept, as compared with that which would be expected by random chance if the query and concept were independent of each other at a document level.
- Categories that fail certain quality thresholds may be excluded from the results and from this calculation.
- the amount of statistical surprisingness may be normalized by a curve which may be generated by plotting points for many query-concept pairs, hand-labeling pairs as related and non-related, and finding a function which optimally separates the two. This curve may depend on the expected number of co-occurrences between the category and query, as its variability is much higher when this expected intersection is low.
- Scores may be generated based on the category match, which represent how well a particular document matches the query under the category-based search.
- FIG. 4 shows an example of various components that contribute to a relevance score.
- Relevance score 402 is a score that may be assigned to each document, and used to generate ordered search results. For example, a search engine may present results 1 through n, where the first search result is the document that received the highest relevance score, the second result is the document that received the second highest relevance score, etc. These relevance scores may be generated based on various factors. For example, relevance score 402 may be based on a text score 404 , a category score 406 , a distance score 408 , and/or a link score 410 . In addition to these factors, other factors may be used.
- Text score 404 represents a document's score against a query based on a text/word search. For example, documents may be scored based on how frequently the words in a query appear in a document, how well the words the query correlate with a document, etc.
- Category score 406 represents a document's score against a query based on a category comparison. As discussed above, there may be a taxonomy of categories, and documents and queries may each be affined with categories in this taxonomy. The category score may be generated based on the extent to which a query's category affinity(ies) are similar to a documents category affinity(ies).
- Distance score 408 is based on the relative geographic locations implied by a query and a document.
- Documents may be associated with a particular location (e.g., a document could be associated with a particular restaurant located at a particular point on the map; this point on the map may be the location implied by the document).
- a query may be associated with a particular geographic location—e.g., a query that contains the United States Zip Code 94041 may be associated with a point in downtown Mountain View, Calif.
- a document's distance score 408 is based on how far the geographic location associated with the document is from the geographic location associated with the query.
- Link score 410 may be based on the number and/or quality of links to a document that is being scored. For example, link score 410 for a particular document may be based on the number of inbound links to the document. As another example, link score 410 may take into account some measure of the relevance of the linking (or “referring”) document to the linked document. For example, if document A links to document B, link score 410 may take into account whether documents A and B have words/terms in common, or have categories in common. This commonality may be taken as an indication of the document A's relevance to document B, and a link for document A to document B may contribute a greater amount or a lesser amount to document B's link score depending on how relevant document A is to document B. (E.g., document A's link to B may contribute more to document B's link score if document A is particularly relevant to document B.)
- the text score 404 , category score 406 , distance score 408 , and/or link score 410 (as well as any other scores) for a particular document may be combined using some formula—e.g., the score may be added, and each score could be multiplied by a weight to determine its relative importance in the final relevance score 402 .
- the relevance score 402 may then be used to create the document ranking in search results.
- FIG. 5 shows an example environment in which aspects of the subject matter described herein may be deployed.
- Computer 500 includes one or more processors 502 and one or more data remembrance components 504 .
- Processor(s) 502 are typically microprocessors, such as those found in a personal desktop or laptop computer, a server, a handheld computer, or another kind of computing device.
- Data remembrance component(s) 504 are components that are capable of storing data for either the short or long term. Examples of data remembrance component(s) 504 include hard disks, removable disks (including optical and magnetic disks), volatile and non-volatile random-access memory (RAM), read-only memory (ROM), flash memory, magnetic tape, etc.
- Data remembrance component(s) are examples of computer-readable storage media.
- Computer 500 may comprise, or be associated with, display 512 , which may be a cathode ray tube (CRT) monitor, a liquid crystal display (LCD) monitor, or any other type of monitor.
- CTR cathode ray tube
- LCD liquid crystal display
- Software may be stored in the data remembrance component(s) 504 , and may execute on the one or more processor(s) 502 .
- An example of such software is search and category affinity software 506 , which may implement some or all of the functionality described above in connection with FIGS. 1-4 , although any type of software could be used.
- Software 506 may be implemented, for example, through one or more components, which may be components in a distributed system, separate files, separate functions, separate objects, separate lines of code, etc.
- a personal computer in which a program is stored on hard disk, loaded into RAM, and executed on the computer's processor(s) typifies the scenario depicted in FIG. 5 , although the subject matter described herein is not limited to this example.
- the subject matter described herein can be implemented as software that is stored in one or more of the data remembrance component(s) 504 and that executes on one or more of the processor(s) 502 .
- the subject matter can be implemented as software having instructions to perform one or more acts, where the instructions are stored on one or more computer-readable storage media.
- computer 500 may be communicatively connected to one or more other devices through network 508 .
- Computer 510 which may be similar in structure to computer 500 , is an example of a device that can be connected to computer 500 , although other types of devices may also be so connected.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Databases & Information Systems (AREA)
- Data Mining & Analysis (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Life Sciences & Earth Sciences (AREA)
- Animal Behavior & Ethology (AREA)
- Computational Linguistics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
Claims (16)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US12/110,246 US8862608B2 (en) | 2007-11-13 | 2008-04-25 | Information retrieval using category as a consideration |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US98762007P | 2007-11-13 | 2007-11-13 | |
US12/110,246 US8862608B2 (en) | 2007-11-13 | 2008-04-25 | Information retrieval using category as a consideration |
Publications (2)
Publication Number | Publication Date |
---|---|
US20090125505A1 US20090125505A1 (en) | 2009-05-14 |
US8862608B2 true US8862608B2 (en) | 2014-10-14 |
Family
ID=40624718
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/110,246 Active 2031-04-21 US8862608B2 (en) | 2007-11-13 | 2008-04-25 | Information retrieval using category as a consideration |
Country Status (1)
Country | Link |
---|---|
US (1) | US8862608B2 (en) |
Families Citing this family (30)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR100785928B1 (en) * | 2006-07-04 | 2007-12-17 | 삼성전자주식회사 | Photo retrieval method and photo retrieval system using multi-modal information |
US9836538B2 (en) * | 2009-03-03 | 2017-12-05 | Microsoft Technology Licensing, Llc | Domain-based ranking in document search |
KR101078864B1 (en) * | 2009-03-26 | 2011-11-02 | 한국과학기술원 | The query/document topic category transition analysis system and method and the query expansion based information retrieval system and method |
CN101887437B (en) | 2009-05-12 | 2016-03-30 | 阿里巴巴集团控股有限公司 | A kind of Search Results generation method and information search system |
US8635223B2 (en) | 2009-07-28 | 2014-01-21 | Fti Consulting, Inc. | System and method for providing a classification suggestion for electronically stored information |
US8612446B2 (en) | 2009-08-24 | 2013-12-17 | Fti Consulting, Inc. | System and method for generating a reference set for use during document review |
US8972391B1 (en) * | 2009-10-02 | 2015-03-03 | Google Inc. | Recent interest based relevance scoring |
CN102063432A (en) * | 2009-11-12 | 2011-05-18 | 阿里巴巴集团控股有限公司 | Retrieval method and retrieval system |
EP2354968A1 (en) | 2009-12-30 | 2011-08-10 | Tim Frey | Hyperadapter and method for accessing documents in a document base |
WO2011086820A1 (en) * | 2010-01-15 | 2011-07-21 | 日本電気株式会社 | Information processing device, information processing method, and computer-readable recording medium |
US8150859B2 (en) * | 2010-02-05 | 2012-04-03 | Microsoft Corporation | Semantic table of contents for search results |
US8903794B2 (en) | 2010-02-05 | 2014-12-02 | Microsoft Corporation | Generating and presenting lateral concepts |
US8260664B2 (en) * | 2010-02-05 | 2012-09-04 | Microsoft Corporation | Semantic advertising selection from lateral concepts and topics |
US8983989B2 (en) * | 2010-02-05 | 2015-03-17 | Microsoft Technology Licensing, Llc | Contextual queries |
US20110258187A1 (en) * | 2010-04-14 | 2011-10-20 | Raytheon Company | Relevance-Based Open Source Intelligence (OSINT) Collection |
US9194716B1 (en) * | 2010-06-18 | 2015-11-24 | Google Inc. | Point of interest category ranking |
US9275154B2 (en) | 2010-06-18 | 2016-03-01 | Google Inc. | Context-sensitive point of interest retrieval |
US9715553B1 (en) | 2010-06-18 | 2017-07-25 | Google Inc. | Point of interest retrieval |
CN102456058B (en) * | 2010-11-02 | 2014-03-19 | 阿里巴巴集团控股有限公司 | Method and device for providing category information |
US8458213B2 (en) * | 2011-02-28 | 2013-06-04 | Ebay Inc. | Method and system for classifying queries to improve relevance of search results |
US9563644B1 (en) | 2011-04-11 | 2017-02-07 | Groupon, Inc. | System, method, and computer program product for generation of local content corpus |
US9384211B1 (en) * | 2011-04-11 | 2016-07-05 | Groupon, Inc. | System, method, and computer program product for automated discovery, curation and editing of online local content |
US9773283B2 (en) * | 2011-06-24 | 2017-09-26 | Facebook, Inc. | Inferring topics from social networking system communications using social context |
US9779385B2 (en) * | 2011-06-24 | 2017-10-03 | Facebook, Inc. | Inferring topics from social networking system communications |
CN103377240B (en) | 2012-04-26 | 2017-03-01 | 阿里巴巴集团控股有限公司 | Information providing method, processing server and merging server |
US10380606B2 (en) | 2012-08-03 | 2019-08-13 | Facebook, Inc. | Negative signals for advertisement targeting |
CN103902545B (en) * | 2012-12-25 | 2018-10-16 | 北京京东尚科信息技术有限公司 | A kind of classification path identification method and system |
US20150356171A1 (en) * | 2014-06-05 | 2015-12-10 | Harmon.Ie R&D Ltd. | System and method for cross-cloud topic matching |
WO2017210618A1 (en) | 2016-06-02 | 2017-12-07 | Fti Consulting, Inc. | Analyzing clusters of coded documents |
CN112650914A (en) * | 2020-12-30 | 2021-04-13 | 深圳市世强元件网络有限公司 | Long-tail keyword identification method, keyword search method and computer equipment |
Citations (26)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6112203A (en) | 1998-04-09 | 2000-08-29 | Altavista Company | Method for ranking documents in a hyperlinked environment using connectivity and selective content analysis |
US6285999B1 (en) | 1997-01-10 | 2001-09-04 | The Board Of Trustees Of The Leland Stanford Junior University | Method for node ranking in a linked database |
US6507843B1 (en) | 1999-08-14 | 2003-01-14 | Kent Ridge Digital Labs | Method and apparatus for classification of data by aggregating emerging patterns |
US20030212691A1 (en) | 2002-05-10 | 2003-11-13 | Pavani Kuntala | Data mining model building using attribute importance |
US6691163B1 (en) | 1999-12-23 | 2004-02-10 | Alexa Internet | Use of web usage trail data to identify related links |
US20040044962A1 (en) | 2001-05-08 | 2004-03-04 | Green Jacob William | Relevant search rankings using high refresh-rate distributed crawling |
US20040193698A1 (en) | 2003-03-24 | 2004-09-30 | Sadasivuni Lakshminarayana | Method for finding convergence of ranking of web page |
US20050004889A1 (en) | 1999-12-08 | 2005-01-06 | Bailey David R. | Search engine system and associated content analysis methods for locating web pages with product offerings |
US20050080795A1 (en) | 2003-10-09 | 2005-04-14 | Yahoo! Inc. | Systems and methods for search processing using superunits |
US20050144162A1 (en) * | 2003-12-29 | 2005-06-30 | Ping Liang | Advanced search, file system, and intelligent assistant agent |
US20050165753A1 (en) | 2004-01-23 | 2005-07-28 | Harr Chen | Building and using subwebs for focused search |
US20050256860A1 (en) | 2004-05-15 | 2005-11-17 | International Business Machines Corporation | System and method for ranking nodes in a network |
US20050256832A1 (en) | 2004-05-14 | 2005-11-17 | Microsoft Corporation | Method and system for ranking objects based on intra-type and inter-type relationships |
US6982708B1 (en) | 2002-01-25 | 2006-01-03 | Microsoft Corporation | Visually displaying sequentially ordered data for mining |
US6990628B1 (en) | 1999-06-14 | 2006-01-24 | Yahoo! Inc. | Method and apparatus for measuring similarity among electronic documents |
US7013300B1 (en) | 1999-08-03 | 2006-03-14 | Taylor David C | Locating, filtering, matching macro-context from indexed database for searching context where micro-context relevant to textual input by user |
US7072846B1 (en) | 1999-11-16 | 2006-07-04 | Emergent Music Llc | Clusters for rapid artist-audience matching |
US7080073B1 (en) | 2000-08-18 | 2006-07-18 | Firstrain, Inc. | Method and apparatus for focused crawling |
US20060248031A1 (en) | 2002-07-04 | 2006-11-02 | Kates Ronald E | Method for training a learning-capable system |
US7133870B1 (en) | 1999-10-14 | 2006-11-07 | Al Acquisitions, Inc. | Index cards on network hosts for searching, rating, and ranking |
US7231405B2 (en) | 2004-05-08 | 2007-06-12 | Doug Norman, Interchange Corp. | Method and apparatus of indexing web pages of a web site for geographical searchine based on user location |
US20070192318A1 (en) * | 2005-09-14 | 2007-08-16 | Jorey Ramer | Creation of a mobile search suggestion dictionary |
US20090024605A1 (en) * | 2007-07-19 | 2009-01-22 | Grant Chieh-Hsiang Yang | Method and system for user and reference ranking in a database |
US7788265B2 (en) | 2006-12-21 | 2010-08-31 | Finebrain.Com Ag | Taxonomy-based object classification |
US8396864B1 (en) * | 2005-06-29 | 2013-03-12 | Wal-Mart Stores, Inc. | Categorizing documents |
US8429167B2 (en) | 2005-08-08 | 2013-04-23 | Google Inc. | User-context-based search engine |
-
2008
- 2008-04-25 US US12/110,246 patent/US8862608B2/en active Active
Patent Citations (26)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6285999B1 (en) | 1997-01-10 | 2001-09-04 | The Board Of Trustees Of The Leland Stanford Junior University | Method for node ranking in a linked database |
US6112203A (en) | 1998-04-09 | 2000-08-29 | Altavista Company | Method for ranking documents in a hyperlinked environment using connectivity and selective content analysis |
US6990628B1 (en) | 1999-06-14 | 2006-01-24 | Yahoo! Inc. | Method and apparatus for measuring similarity among electronic documents |
US7013300B1 (en) | 1999-08-03 | 2006-03-14 | Taylor David C | Locating, filtering, matching macro-context from indexed database for searching context where micro-context relevant to textual input by user |
US6507843B1 (en) | 1999-08-14 | 2003-01-14 | Kent Ridge Digital Labs | Method and apparatus for classification of data by aggregating emerging patterns |
US7133870B1 (en) | 1999-10-14 | 2006-11-07 | Al Acquisitions, Inc. | Index cards on network hosts for searching, rating, and ranking |
US7072846B1 (en) | 1999-11-16 | 2006-07-04 | Emergent Music Llc | Clusters for rapid artist-audience matching |
US20050004889A1 (en) | 1999-12-08 | 2005-01-06 | Bailey David R. | Search engine system and associated content analysis methods for locating web pages with product offerings |
US6691163B1 (en) | 1999-12-23 | 2004-02-10 | Alexa Internet | Use of web usage trail data to identify related links |
US7080073B1 (en) | 2000-08-18 | 2006-07-18 | Firstrain, Inc. | Method and apparatus for focused crawling |
US20040044962A1 (en) | 2001-05-08 | 2004-03-04 | Green Jacob William | Relevant search rankings using high refresh-rate distributed crawling |
US6982708B1 (en) | 2002-01-25 | 2006-01-03 | Microsoft Corporation | Visually displaying sequentially ordered data for mining |
US20030212691A1 (en) | 2002-05-10 | 2003-11-13 | Pavani Kuntala | Data mining model building using attribute importance |
US20060248031A1 (en) | 2002-07-04 | 2006-11-02 | Kates Ronald E | Method for training a learning-capable system |
US20040193698A1 (en) | 2003-03-24 | 2004-09-30 | Sadasivuni Lakshminarayana | Method for finding convergence of ranking of web page |
US20050080795A1 (en) | 2003-10-09 | 2005-04-14 | Yahoo! Inc. | Systems and methods for search processing using superunits |
US20050144162A1 (en) * | 2003-12-29 | 2005-06-30 | Ping Liang | Advanced search, file system, and intelligent assistant agent |
US20050165753A1 (en) | 2004-01-23 | 2005-07-28 | Harr Chen | Building and using subwebs for focused search |
US7231405B2 (en) | 2004-05-08 | 2007-06-12 | Doug Norman, Interchange Corp. | Method and apparatus of indexing web pages of a web site for geographical searchine based on user location |
US20050256832A1 (en) | 2004-05-14 | 2005-11-17 | Microsoft Corporation | Method and system for ranking objects based on intra-type and inter-type relationships |
US20050256860A1 (en) | 2004-05-15 | 2005-11-17 | International Business Machines Corporation | System and method for ranking nodes in a network |
US8396864B1 (en) * | 2005-06-29 | 2013-03-12 | Wal-Mart Stores, Inc. | Categorizing documents |
US8429167B2 (en) | 2005-08-08 | 2013-04-23 | Google Inc. | User-context-based search engine |
US20070192318A1 (en) * | 2005-09-14 | 2007-08-16 | Jorey Ramer | Creation of a mobile search suggestion dictionary |
US7788265B2 (en) | 2006-12-21 | 2010-08-31 | Finebrain.Com Ag | Taxonomy-based object classification |
US20090024605A1 (en) * | 2007-07-19 | 2009-01-22 | Grant Chieh-Hsiang Yang | Method and system for user and reference ranking in a database |
Non-Patent Citations (9)
Title |
---|
Borodin et al., Finding Authorities and Hubs From Link Structures on the World Wide Web, In Proceedings of the Tenth International World Wide Web Conference, Jan. 18, 2002. |
Jeh et al., Scaling Personalized Web Search, In Proceedings of the Twelfth International World Wide Web Conference, 2003. |
Jon M. Kleinberg, Authoritative Sources in a Hyperlinked Environment, Journal of the ACM, 1999. |
Lempel et al., The Stochastic Approach for Link-Structure Analysis (SALSA) and the TKC Effect, 2000. |
Ng et al., Stable Algorithms for Link Analysis, In Proceedings the Twenty-Fourth Annual International ACM SIGIR Conference, 2001. |
Page et al., The PageRank Citation Ranking: Bringing Order to the Web, 1998. |
Richardson et al., The Intelligent Surfer: Probabilistic Combination of Link and Content Information in PageRank, 2002. |
Soumen Chakrabarti, Mining the Web: Discovering Knowledge from Hypertext Data, 2002. |
Taher H. Haveliwala, Topic-Sensitive PageRank: A Context-Sensitive Ranking Algorithm for Web Search, In Proceedings of the Eleventh International World Wide Web Conference, 2002. |
Also Published As
Publication number | Publication date |
---|---|
US20090125505A1 (en) | 2009-05-14 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8862608B2 (en) | Information retrieval using category as a consideration | |
US8260664B2 (en) | Semantic advertising selection from lateral concepts and topics | |
US9342627B2 (en) | Determining word information entropies | |
US9117006B2 (en) | Recommending keywords | |
US10354308B2 (en) | Distinguishing accessories from products for ranking search results | |
US9600566B2 (en) | Identifying entity synonyms | |
US8661026B2 (en) | Entity representation identification using entity representation level information | |
US8285745B2 (en) | User query mining for advertising matching | |
US8001130B2 (en) | Web object retrieval based on a language model | |
US8768922B2 (en) | Ad retrieval for user search on social network sites | |
US20090024612A1 (en) | Full text query and search systems and methods of use | |
US9875313B1 (en) | Ranking authors and their content in the same framework | |
US20110184893A1 (en) | Annotating queries over structured data | |
US20080215565A1 (en) | Searching heterogeneous interrelated entities | |
US20110066629A1 (en) | Technique for providing supplemental internet search criteria | |
WO2021082123A1 (en) | Information recommendation method and apparatus, and electronic device | |
US10747759B2 (en) | System and method for conducting a textual data search | |
CN102918532A (en) | Detection of junk in search result ranking | |
Wu et al. | An improved contextual advertising matching approach based on wikipedia knowledge | |
CA2748676C (en) | Entity representation identification using entity representation level information | |
Dornescu et al. | Densification: Semantic document analysis using Wikipedia | |
Blank et al. | IT company atlas upper Franconia: a practical application of expert search techniques | |
CA2560159C (en) | Method and apparatus for concept-based visual presentation of search results |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: KOSMIX CORPORATION, CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:BHALOTIA, GAURAV;ADAMS, JOHN PATRICK;REEL/FRAME:021166/0979 Effective date: 20080522 |
|
AS | Assignment |
Owner name: WAL-MART STORES, INC., ARKANSAS Free format text: MERGER;ASSIGNOR:KOSMIX CORPORATION;REEL/FRAME:028074/0001 Effective date: 20110417 |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
AS | Assignment |
Owner name: WALMART APOLLO, LLC, ARKANSAS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:WAL-MART STORES, INC.;REEL/FRAME:045817/0115 Effective date: 20180131 |
|
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551) Year of fee payment: 4 |
|
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 8 |