US8209347B1 - Generating query suggestions using contextual information - Google Patents
Generating query suggestions using contextual information Download PDFInfo
- Publication number
- US8209347B1 US8209347B1 US13/181,964 US201113181964A US8209347B1 US 8209347 B1 US8209347 B1 US 8209347B1 US 201113181964 A US201113181964 A US 201113181964A US 8209347 B1 US8209347 B1 US 8209347B1
- Authority
- US
- United States
- Prior art keywords
- query
- centroid
- terms
- centroids
- candidate
- 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.)
- Expired - Fee Related
Links
- 239000013598 vector Substances 0.000 claims abstract description 47
- 238000000034 method Methods 0.000 claims description 17
- 238000004590 computer program Methods 0.000 claims description 13
- 230000004044 response Effects 0.000 claims description 12
- 238000001914 filtration Methods 0.000 description 19
- 241001061260 Emmelichthys struhsakeri Species 0.000 description 18
- 238000010586 diagram Methods 0.000 description 8
- 238000005516 engineering process Methods 0.000 description 7
- 238000004891 communication Methods 0.000 description 3
- 238000012360 testing method Methods 0.000 description 3
- 238000012546 transfer Methods 0.000 description 3
- 230000001413 cellular effect Effects 0.000 description 2
- 238000012545 processing Methods 0.000 description 2
- 230000005540 biological transmission Effects 0.000 description 1
- 238000013500 data storage Methods 0.000 description 1
- 238000012544 monitoring process Methods 0.000 description 1
- 230000006855 networking Effects 0.000 description 1
- 238000011160 research Methods 0.000 description 1
- 238000012552 review Methods 0.000 description 1
- 230000008685 targeting Effects 0.000 description 1
- 238000012549 training Methods 0.000 description 1
Images
Classifications
-
- 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
-
- 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/33—Querying
- G06F16/3331—Query processing
- G06F16/334—Query execution
- G06F16/3347—Query execution using vector based model
-
- 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
Definitions
- This invention pertains in general to content search engines and in particular to generating alternative queries to suggest to the searcher.
- Language difficulties might cause a person to search using the wrong keywords.
- a person who lacks familiarity with the language of the content being searched might use the wrong keywords.
- Even a person who is familiar with the language of the content might make mistakes. For example, a British citizen who seeks information about temporarily obtaining a car in the United States might search “car for hire” rather than “car for rent.” The latter query more accurately reflects conventional usage in United States English and is likely to produce better search results.
- a search engine can suggest additional queries to the searcher.
- search engine can use to identify the additional queries, and each of these technologies will typically result in a large set of queries that the engine can potentially suggest. Presenting the entire set is often not helpful because many of the queries are likely to produce substantially the same results as the initial query.
- a system or computer program product includes a search query execution engine that searches a database for content matching a query.
- a query candidate generation module generates a set of candidates in response to the content matching the query.
- a filtering module then produces a set of suggestions by filtering the set of candidates.
- a method includes searching a database for content matching a query, generating a set of candidates in response to the content matching the query, and producing a set of suggestions by filtering the set of candidates.
- FIG. 1 is a high-level block diagram of a computing environment according to one embodiment of the present invention.
- FIG. 2 is a high-level block diagram illustrating a functional view of a typical computer system for use as one of the entities illustrated in the environment of FIG. 1 according to one embodiment.
- FIG. 3 is a high-level block diagram illustrating modules within the search engine according to one embodiment.
- FIG. 4 is a flow diagram illustrating steps performed by the filtering module in the search engine to generate a set of suggestion queries according to one embodiment.
- FIG. 5 is a flow chart illustrating the operation of the search engine according to one embodiment.
- FIG. 1 is a high-level block diagram of a computing environment 100 according to one embodiment of the present invention.
- the environment includes a search engine 110 having a content database 112 , multiple clients 114 , and a network 116 connecting the search engine and the clients. Only three clients 114 are shown in FIG. 1 for purposes of clarity, but those of skill in the art will recognize that typical environments can have thousands or millions of clients 114 , and can also have multiple search engines 110 . There can also be other entities connected to the network 116 beyond those shown in FIG. 1 .
- FIG. 1 and the other figures use like reference numerals to identify like elements.
- the network 116 enables data communication between and among the entities shown in FIG. 1 and in one embodiment is the Internet.
- the network 116 is a local area network (LAN) or wide area network (WAN) operated by an enterprise and is not necessarily coupled to the Internet.
- the network 116 uses standard communications technologies and/or protocols.
- the network 116 can include links using technologies such as Ethernet, 802.11, integrated services digital network (ISDN), digital subscriber line (DSL), asynchronous transfer mode (ATM), etc.
- the networking protocols used on the network 116 can include multiprotocol label switching (MPLS), the transmission control protocol/Internet protocol (TCP/IP), the User Datagram Protocol (UDP), the hypertext transport protocol (HTTP), the simple mail transfer protocol (SMTP), and the file transfer protocol (FTP).
- MPLS multiprotocol label switching
- TCP/IP transmission control protocol/Internet protocol
- UDP User Datagram Protocol
- HTTP hypertext transport protocol
- HTTP simple mail transfer protocol
- FTP file transfer protocol
- the data exchanged over the network 116 can be represented using technologies and/or formats including the hypertext markup language (HTML), the extensible markup language (XML), the simple object access protocol (SOAP) etc.
- all or some of links can be encrypted using conventional encryption technologies such as the secure sockets layer (SSL), Secure HTTP and/or virtual private networks (VPNs).
- the entities can use custom and/or dedicated data communications technologies instead of, or in addition to, the ones described above.
- the search engine 110 receives queries from the clients 114 , executes the queries against the content database 112 , and returns content and/or references to matching content in response. In some embodiments, the search engine 110 also returns alternative query suggestions. In general, these suggestions represent queries that the end-users of the clients 114 might want to execute in addition to, or instead of, the query actually executed.
- the clients 114 are utilized by end-users to interact with the search engine 110 .
- a client 114 is a typical personal computer such as an IBM PC- or Apple Macintosh-compatible computer.
- a client 114 is another type of electronic device, such as a cellular telephone, personal digital assistant (PDA), portable email device, etc.
- a client 114 executes an application, such as a web browser, that allows the end-user to formulate queries and submit them to the search engine 110 .
- the application provides an interface with which the end-user inputs specific queries and reviews results and/or suggestions returned by the search engine 110 .
- the application can also provide other types of interfaces that generate explicit and/or implicit queries to the search engine 110 .
- the search engine 110 itself executes as an application on a client 114 .
- FIG. 2 is a high-level block diagram illustrating a functional view of a typical computer system 200 for use as one of the entities illustrated in the environment 100 of FIG. 1 according to one embodiment. Illustrated are a processor 202 coupled to a bus 204 . Also coupled to the bus 204 are a memory 206 , a storage device 208 , a keyboard 210 , a graphics adapter 212 , a pointing device 214 , and a network adapter 216 . A display 218 is coupled to the graphics adapter 212 .
- the processor 202 may be any general-purpose processor such as an INTEL x86 or POWERPC compatible-CPU.
- the storage device 208 is, in one embodiment, a hard disk drive but can also be any other device capable of storing data, such as a writeable compact disk (CD) or DVD, or a solid-state memory device.
- the memory 206 may be, for example, firmware, read-only memory (ROM), non-volatile random access memory (NVRAM), and/or RAM, and holds instructions and data used by the processor 202 .
- the pointing device 214 may be a mouse, track ball, or other type of pointing device, and is used in combination with the keyboard 210 to input data into the computer system 200 .
- the graphics adapter 212 displays images and other information on the display 218 .
- the network adapter 216 couples the computer system 200 to the network 116 .
- the computer system 200 is adapted to execute computer program modules.
- module refers to computer program logic and/or data for providing the specified functionality.
- a module can be implemented in hardware, firmware, and/or software.
- the modules are stored on the storage device 208 , loaded into the memory 206 , and executed by the processor 202 .
- the types of computer systems 200 utilized by the entities of FIG. 1 can vary depending upon the embodiment and the processing power utilized by the entity.
- a client 114 typically requires less processing power and data storage than the search engine 110 .
- the client 114 can be a standard personal computer system or cellular telephone.
- the search engine 110 may comprise more powerful computers and/or multiple computers working together to provide the functionality described herein. These computers can be located together or distributed to multiple locations on the network 116 .
- FIG. 3 is a high-level block diagram illustrating modules within the search engine 110 according to one embodiment. Those of skill in the art will recognize that other embodiments can have different and/or additional modules than those shown in FIG. 3 . Likewise, the functionalities can be distributed among the modules in a manner different than described herein.
- the content database 112 holds information describing web pages, images, videos, sounds, advertisements, documents and/or other types of content accessible via the network 116 .
- the information is organized in a manner that allow the search engine 110 to quickly identify content matching a search query.
- the content database 112 also stores a reference to a location of the content on the network 116 , such as a uniform resource locator (URL) and/or directory path, so that the search engine 110 can identify matching content and return the reference to the content to a client 114 .
- the content database 112 also stores the content being searched.
- the stored content can include the original version of the content and/or a cached copy of content maintained at another location on the network 116 .
- An interface module 310 receives queries from the clients 114 and provides search results and/or suggested queries in response.
- the queries received by the interface module 310 are comprised primarily of keywords.
- the queries can also include logical operators, meta-data describing types of content to search, etc.
- the queries can be in another form, such as audio, video, images, etc.
- the results that the interface module 310 returns to the clients 114 can include content matching the queries, URLs and/or other references to matching content, and ads or other information related to the queries.
- the suggested queries returned by the interface module 310 are sets of keywords that form new queries that can be executed by the search engine 110 if the end-user so desires.
- a search query execution engine module 312 executes search queries against the content database 112 to identify matching content.
- a result of the search performed by the search query execution engine 312 is a set of ranked and ordered content.
- the content is often ordered with the most closely matching content first, although oftentimes it is desirable to order the content in another way, such as by date.
- this description assumes that the content returned by the search query execution engine module 312 is a set of web pages containing text.
- the techniques described herein can be utilized with forms of content other than textual web pages.
- a vector generation module 314 converts an end-user query into a vector.
- the vector generation module 314 creates the query vector by executing the query on the content database 112 and identifying the set of ‘n’ most highly-ranked web pages returned as results, where ‘n’ is an integer such as 50. This step is accomplished in one embodiment by monitoring the results of the search query execution engine 312 when it executes the end-user's query.
- the vector generation module 314 analyzes each web page and generates a term vector that describes it. In one embodiment, the vector generation module 314 truncates each term vector to include only its ‘m’ highest-weighted terms.
- the module 314 combines the ‘n’ term vectors containing the ‘m’ highest-weighted terms to produce a centroid, which is a vector that describes the most common terms of the set of ‘n’ web pages returned in response to the end-user query.
- the centroid contains a list of the most common and meaningful terms utilized in the pages that were identified in response to the end-user's query.
- the centroid is the end-user query vector.
- the end-user's original query can be reconstructed from the corresponding query vector. Further information regarding the generation of query vectors is found in U.S. patent application Ser. No. 10/419,692, filed Apr. 21, 2003, and No. 10/814,105, filed Mar. 31, 2004, both of which are hereby incorporated by reference herein.
- a centroid repository 316 stores centroids produced in response to searches executed by the search engine 110 . Assume for purposes of this description that the centroid repository 316 stores a large set of centroids produced using the technique described above. These centroids can be based on, for example, queries culled from real-world queries received by the search engine 110 during a given time period, a set of training queries fed to the search engine by an administrator, and/or hand-coded data.
- a query candidate generation module 318 generates a set of candidate queries in response to an end-user query received by the interface module 310 .
- this module 318 generates the set of candidates by creating a disjunction of the ‘n’ (e.g., 3) most highly-weighted terms from the vector generated from the user query. For example, if ‘n’ is 3 and the most highly-weighted terms in the query vector are “car,” “rental,” and “Denver,” the disjunction is “car OR rental OR Denver.”
- the query candidate generation module 318 executes a search against the centroid repository 316 for centroids matching the disjunction. This search produces a subset of centroids in the centroid repository 316 that match the disjunction. In one embodiment, the query candidate generation module 318 computes the dot product of each matching centroid against the query vector. The dot product describes the similarity between the two vectors.
- the query candidate generation module 318 sorts the subset of centroids by dot product to produce a ranked list of centroids, where the most highly-ranked centroids most closely match the query vector.
- the module 318 converts at least some of the centroids back into their search query representations and thus produces a ranked list of search queries that tend to produce documents that include the same terms as the initial search query received from the end-user. These search queries represent potential query suggestions for the end-user and are referred to herein as “candidate queries.”
- a filtering module 320 filters the candidate queries produced by the query candidate generation module 318 to produce a set of meaningful suggestions.
- the top-ranked candidate queries identified by the query candidate generation module 318 are not necessarily the most meaningful to the end-user. For example, if the end-user's query is “star wars,” the two highest-ranked candidate queries might be “star war” and “star wars movie,” neither of which is likely to provide more meaningful search results than the initial query.
- the filtering module 320 overcomes this issue by selecting meaningful queries.
- the filtering module 320 builds a set of suggestion queries.
- the filtering module 320 adds a candidate query to the set of suggestion queries if it contains a certain number of unique terms in view of the terms found in the original end-user query and the queries already added to the suggestion set.
- Each candidate query is considered in rank order until a desired number of suggestion queries is obtained.
- FIG. 4 is a flow diagram illustrating steps performed by the filtering module 320 to generate a set of suggestion queries according to one embodiment.
- Those of skill in the art will recognize that other embodiments can perform the steps in different orders. Likewise, other embodiments can contain other and/or additional steps than the ones shown in FIG. 4 .
- the filtering module 320 initializes 410 the suggestion set. At this point, the suggestion set has no suggestion queries in it.
- the filtering module 320 also establishes an upper limit on the number of suggestion queries that can be in the set. This limit can be set by an administrator and might be, for example, five suggestions.
- the filtering module 320 identifies 414 the highest-ranked previously-unconsidered candidate query. The filtering module 320 determines 416 whether the candidate query has been compared to every current member of the suggestion set and the original query. If 416 the candidate query has not been compared to these other queries, the filtering module 320 compares 418 the candidate query to the next suggestion set member or to the original query if it has already been compared to all suggestion set members. If 420 this comparison indicates that the candidate query differs by more than half as many terms from the other query, then the filtering module 320 returns to step 416 and continues to compare the candidate query to the remaining suggestion queries or the original query.
- the filtering module 320 adds 422 the candidate to the suggestion set. If 420 the candidate query does not differ by more than half as many terms from one of the queries it is compared to, then the candidate is discarded and the flow returns to step 412 . If 412 the suggestion set has reached the maximum number of members, or every candidate suggestion has been considered, the filtering module 320 returns 424 the suggestion set.
- the operation of the filtering module 320 can be described as:
- MAX is the maximum number of suggestion queries to obtain
- the test in Step 3.1 adds another candidate query q j to the suggestion set only if it differs by more than half as many terms from any other query already in the suggestion list Z (as well as the original end-user query u).
- the filtering module 320 can use different and/or additional tests to determine whether to add a candidate query to the suggestion set.
- FIG. 5 is a flow chart illustrating the operation of the search engine 110 according to one embodiment. Those of skill in the art will recognize that other embodiments can perform the steps in different orders. Likewise, other embodiments can contain other and/or additional steps than the ones shown in FIG. 5 .
- the search engine 110 receives 510 an end-user query and executes 512 this query on the content database 112 . In response to the query execution, the search engine 110 identifies a set of matching content. The search engine 110 utilizes a subset of the matching content, such as the top 50 matches, to generate 514 a query vector corresponding to the end-user query.
- the search engine 110 creates a disjunction of the highest-weighted terms in the query vector and executes a search on the centroid repository 316 to identify a ranked set of matching centroids. These centroids are transformed into their original queries, which thereby generates 516 a ranked set of candidate queries.
- the search engine 110 filters 518 the candidate queries to produce a set of suggestion queries. In one embodiment, the search engine 110 returns 520 the suggestion queries to the end-user contemporaneously with the search results.
- the search engine 110 seeks to generate two query suggestions for the end-user.
- the search engine 110 first considers “mars attacks.” This query is not added to the suggestion set because
- the search engine 110 next considers “rover mission.” This query is added to the suggestion set since
- search engine 110 considers “mars rover 2003.” First, the search engine considers the query's difference with “mars exploration”:
- the search engine 110 considers the query's difference with “rover mission” (which is in the suggestion set):
- the search engine 110 adds “mars rover 2003” to the suggestion set. Since the set now contains two suggestions, it has reached maximum size and the suggestion queries, “rover mission” and “mars rover 2003” are returned to the end-user.
- the search engine 110 filters candidate queries to identify ones that are likely to be meaningful to the end-user.
- the techniques described here can be used in other contexts. For example, the techniques can be used to select targeted advertisements from a pool of potential advertisements. For purposes of this description, assume that the term “suggestion” also includes keywords that are used as targeting criteria for advertisements.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computational Linguistics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
Claims (21)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US13/181,964 US8209347B1 (en) | 2005-08-01 | 2011-07-13 | Generating query suggestions using contextual information |
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US11/195,397 US7725485B1 (en) | 2005-08-01 | 2005-08-01 | Generating query suggestions using contextual information |
US12/761,075 US8015199B1 (en) | 2005-08-01 | 2010-04-15 | Generating query suggestions using contextual information |
US13/181,964 US8209347B1 (en) | 2005-08-01 | 2011-07-13 | Generating query suggestions using contextual information |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/761,075 Continuation US8015199B1 (en) | 2005-08-01 | 2010-04-15 | Generating query suggestions using contextual information |
Publications (1)
Publication Number | Publication Date |
---|---|
US8209347B1 true US8209347B1 (en) | 2012-06-26 |
Family
ID=42184371
Family Applications (3)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US11/195,397 Expired - Fee Related US7725485B1 (en) | 2005-08-01 | 2005-08-01 | Generating query suggestions using contextual information |
US12/761,075 Active US8015199B1 (en) | 2005-08-01 | 2010-04-15 | Generating query suggestions using contextual information |
US13/181,964 Expired - Fee Related US8209347B1 (en) | 2005-08-01 | 2011-07-13 | Generating query suggestions using contextual information |
Family Applications Before (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US11/195,397 Expired - Fee Related US7725485B1 (en) | 2005-08-01 | 2005-08-01 | Generating query suggestions using contextual information |
US12/761,075 Active US8015199B1 (en) | 2005-08-01 | 2010-04-15 | Generating query suggestions using contextual information |
Country Status (1)
Country | Link |
---|---|
US (3) | US7725485B1 (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN108811513A (en) * | 2017-02-27 | 2018-11-13 | 谷歌有限责任公司 | Content searching engine |
Families Citing this family (44)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9606634B2 (en) * | 2005-05-18 | 2017-03-28 | Nokia Technologies Oy | Device incorporating improved text input mechanism |
US20090193334A1 (en) * | 2005-05-18 | 2009-07-30 | Exb Asset Management Gmbh | Predictive text input system and method involving two concurrent ranking means |
US8374846B2 (en) * | 2005-05-18 | 2013-02-12 | Neuer Wall Treuhand Gmbh | Text input device and method |
US8036878B2 (en) | 2005-05-18 | 2011-10-11 | Never Wall Treuhand GmbH | Device incorporating improved text input mechanism |
US7788266B2 (en) | 2005-08-26 | 2010-08-31 | Veveo, Inc. | Method and system for processing ambiguous, multi-term search queries |
US7962479B2 (en) * | 2005-11-09 | 2011-06-14 | Yahoo! Inc. | System and method for generating substitutable queries |
US7792815B2 (en) | 2006-03-06 | 2010-09-07 | Veveo, Inc. | Methods and systems for selecting and presenting content based on context sensitive user preferences |
EP2016513A4 (en) | 2006-04-20 | 2010-03-03 | Veveo Inc | User interface methods and systems for selecting and presenting content based on user navigation and selection actions associated with the content |
US8266131B2 (en) * | 2006-07-25 | 2012-09-11 | Pankaj Jain | Method and a system for searching information using information device |
US8078884B2 (en) * | 2006-11-13 | 2011-12-13 | Veveo, Inc. | Method of and system for selecting and presenting content based on user identification |
AU2008203843A1 (en) * | 2007-09-06 | 2009-03-26 | Advanced Digital Broadcast S.A. | System and method for assisting a user in constructing of a search query |
US20090119283A1 (en) * | 2007-11-06 | 2009-05-07 | Muehlbauer Donald J | System and Method of Improving and Enhancing Electronic File Searching |
US8943539B2 (en) | 2007-11-21 | 2015-01-27 | Rovi Guides, Inc. | Enabling a friend to remotely modify user data |
US20090248669A1 (en) * | 2008-04-01 | 2009-10-01 | Nitin Mangesh Shetti | Method and system for organizing information |
US20090327236A1 (en) * | 2008-06-27 | 2009-12-31 | Microsoft Corporation | Visual query suggestions |
US20100082658A1 (en) * | 2008-09-30 | 2010-04-01 | Yahoo! Inc. | Systems and methods for surfacing contextually relevant information |
US8380702B2 (en) * | 2009-03-10 | 2013-02-19 | Oracle International Corporation | Loading an index with minimal effect on availability of applications using the corresponding table |
US8930350B1 (en) | 2009-03-23 | 2015-01-06 | Google Inc. | Autocompletion using previously submitted query data |
US8244749B1 (en) | 2009-06-05 | 2012-08-14 | Google Inc. | Generating sibling query refinements |
CN102625936B (en) | 2009-08-04 | 2016-11-23 | 谷歌公司 | Query suggestion from document |
US8583675B1 (en) | 2009-08-28 | 2013-11-12 | Google Inc. | Providing result-based query suggestions |
US9166714B2 (en) | 2009-09-11 | 2015-10-20 | Veveo, Inc. | Method of and system for presenting enriched video viewing analytics |
US8301639B1 (en) | 2010-01-29 | 2012-10-30 | Google Inc. | Location based query suggestion |
US20110191330A1 (en) | 2010-02-04 | 2011-08-04 | Veveo, Inc. | Method of and System for Enhanced Content Discovery Based on Network and Device Access Behavior |
US8560536B2 (en) * | 2010-03-11 | 2013-10-15 | Yahoo! Inc. | Methods, systems, and/or apparatuses for use in searching for information using computer platforms |
US8812733B1 (en) | 2010-08-19 | 2014-08-19 | Google Inc. | Transport protocol independent communications library |
US8706750B2 (en) | 2010-08-19 | 2014-04-22 | Google Inc. | Predictive query completion and predictive search results |
US10346479B2 (en) | 2010-11-16 | 2019-07-09 | Microsoft Technology Licensing, Llc | Facilitating interaction with system level search user interface |
US10073927B2 (en) | 2010-11-16 | 2018-09-11 | Microsoft Technology Licensing, Llc | Registration for system level search user interface |
US8515984B2 (en) * | 2010-11-16 | 2013-08-20 | Microsoft Corporation | Extensible search term suggestion engine |
US8515973B1 (en) | 2011-02-08 | 2013-08-20 | Google Inc. | Identifying geographic features from query prefixes |
US8983995B2 (en) | 2011-04-15 | 2015-03-17 | Microsoft Corporation | Interactive semantic query suggestion for content search |
US8645825B1 (en) | 2011-08-31 | 2014-02-04 | Google Inc. | Providing autocomplete suggestions |
US8612414B2 (en) | 2011-11-21 | 2013-12-17 | Google Inc. | Grouped search query refinements |
US20130282709A1 (en) * | 2012-04-18 | 2013-10-24 | Yahoo! Inc. | Method and system for query suggestion |
US10108699B2 (en) * | 2013-01-22 | 2018-10-23 | Microsoft Technology Licensing, Llc | Adaptive query suggestion |
CN104933081B (en) * | 2014-03-21 | 2018-06-29 | 阿里巴巴集团控股有限公司 | Providing method and device are suggested in a kind of search |
US10579652B2 (en) * | 2014-06-17 | 2020-03-03 | Microsoft Technology Licensing, Llc | Learning and using contextual content retrieval rules for query disambiguation |
US10169467B2 (en) | 2015-03-18 | 2019-01-01 | Microsoft Technology Licensing, Llc | Query formulation via task continuum |
RU2626663C2 (en) | 2015-06-30 | 2017-07-31 | Общество С Ограниченной Ответственностью "Яндекс" | Method and server for generation of clauses upon completion of serch queries |
US11238111B2 (en) * | 2016-10-24 | 2022-02-01 | International Business Machines Corporation | Response generation |
US11100169B2 (en) | 2017-10-06 | 2021-08-24 | Target Brands, Inc. | Alternative query suggestion in electronic searching |
US20230252031A1 (en) * | 2022-02-09 | 2023-08-10 | bundleIQ Inc. | Content Analysis System and Method |
US20230297624A1 (en) * | 2022-03-15 | 2023-09-21 | Sumitomo Pharma Co., Ltd. | Systems and methods for centroid-based vector analysis of content items and interactive visual representation generation thereof |
Citations (39)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5647058A (en) | 1993-05-24 | 1997-07-08 | International Business Machines Corporation | Method for high-dimensionality indexing in a multi-media database |
US5864846A (en) * | 1996-06-28 | 1999-01-26 | Siemens Corporate Research, Inc. | Method for facilitating world wide web searches utilizing a document distribution fusion strategy |
US5943670A (en) | 1997-11-21 | 1999-08-24 | International Business Machines Corporation | System and method for categorizing objects in combined categories |
US5974412A (en) * | 1997-09-24 | 1999-10-26 | Sapient Health Network | Intelligent query system for automatically indexing information in a database and automatically categorizing users |
US6189002B1 (en) * | 1998-12-14 | 2001-02-13 | Dolphin Search | Process and system for retrieval of documents using context-relevant semantic profiles |
US6236768B1 (en) | 1997-10-14 | 2001-05-22 | Massachusetts Institute Of Technology | Method and apparatus for automated, context-dependent retrieval of information |
US6269368B1 (en) | 1997-10-17 | 2001-07-31 | Textwise Llc | Information retrieval using dynamic evidence combination |
US20010013035A1 (en) * | 1997-02-25 | 2001-08-09 | William W. Cohen | System and method for accessing heterogeneous databases |
US20020042793A1 (en) | 2000-08-23 | 2002-04-11 | Jun-Hyeog Choi | Method of order-ranking document clusters using entropy data and bayesian self-organizing feature maps |
US20020073079A1 (en) | 2000-04-04 | 2002-06-13 | Merijn Terheggen | Method and apparatus for searching a database and providing relevance feedback |
US20020103799A1 (en) | 2000-12-06 | 2002-08-01 | Science Applications International Corp. | Method for document comparison and selection |
US20020103798A1 (en) | 2001-02-01 | 2002-08-01 | Abrol Mani S. | Adaptive document ranking method based on user behavior |
US20020123989A1 (en) | 2001-03-05 | 2002-09-05 | Arik Kopelman | Real time filter and a method for calculating the relevancy value of a document |
US20020129015A1 (en) | 2001-01-18 | 2002-09-12 | Maureen Caudill | Method and system of ranking and clustering for document indexing and retrieval |
US20020147724A1 (en) * | 1998-12-23 | 2002-10-10 | Fries Karen E. | System for enhancing a query interface |
US6480843B2 (en) * | 1998-11-03 | 2002-11-12 | Nec Usa, Inc. | Supporting web-query expansion efficiently using multi-granularity indexing and query processing |
US6484162B1 (en) | 1999-06-29 | 2002-11-19 | International Business Machines Corporation | Labeling and describing search queries for reuse |
US6523026B1 (en) | 1999-02-08 | 2003-02-18 | Huntsman International Llc | Method for retrieving semantically distant analogies |
US20030050921A1 (en) | 2001-05-08 | 2003-03-13 | Naoyuki Tokuda | Probabilistic information retrieval based on differential latent semantic space |
US20030149727A1 (en) | 2002-02-07 | 2003-08-07 | Enow, Inc. | Real time relevancy determination system and a method for calculating relevancy of real time information |
US20030167267A1 (en) | 2002-03-01 | 2003-09-04 | Takahiko Kawatani | Document classification method and apparatus |
US6654742B1 (en) | 1999-02-12 | 2003-11-25 | International Business Machines Corporation | Method and system for document collection final search result by arithmetical operations between search results sorted by multiple ranking metrics |
US20040044661A1 (en) | 2002-08-28 | 2004-03-04 | Allen Bradley P. | Method and apparatus for using faceted metadata to navigate through information resources |
US20040054666A1 (en) | 2000-08-18 | 2004-03-18 | Gannady Lapir | Associative memory |
US20040068486A1 (en) | 2002-10-02 | 2004-04-08 | Xerox Corporation | System and method for improving answer relevance in meta-search engines |
US20040158569A1 (en) * | 2002-11-15 | 2004-08-12 | Evans David A. | Method and apparatus for document filtering using ensemble filters |
US20040181525A1 (en) | 2002-07-23 | 2004-09-16 | Ilan Itzhak | System and method for automated mapping of keywords and key phrases to documents |
US20040220944A1 (en) | 2003-05-01 | 2004-11-04 | Behrens Clifford A | Information retrieval and text mining using distributed latent semantic indexing |
US20040267723A1 (en) | 2003-06-30 | 2004-12-30 | Krishna Bharat | Rendering advertisements with documents having one or more topics using user topic interest information |
US20050055341A1 (en) | 2003-09-05 | 2005-03-10 | Paul Haahr | System and method for providing search query refinements |
US20050080772A1 (en) | 2003-10-09 | 2005-04-14 | Jeremy Bem | Using match confidence to adjust a performance threshold |
US20050114313A1 (en) | 2003-11-26 | 2005-05-26 | Campbell Christopher S. | System and method for retrieving documents or sub-documents based on examples |
US20050138067A1 (en) * | 2003-12-19 | 2005-06-23 | Fuji Xerox Co., Ltd. | Indexing for contexual revisitation and digest generation |
US20050234953A1 (en) * | 2004-04-15 | 2005-10-20 | Microsoft Corporation | Verifying relevance between keywords and Web site contents |
US20050234879A1 (en) | 2004-04-15 | 2005-10-20 | Hua-Jun Zeng | Term suggestion for multi-sense query |
US20060259455A1 (en) * | 2002-09-24 | 2006-11-16 | Darrell Anderson | Serving advertisements based on content |
US7251637B1 (en) * | 1993-09-20 | 2007-07-31 | Fair Isaac Corporation | Context vector generation and retrieval |
US20080040314A1 (en) | 2004-12-29 | 2008-02-14 | Scott Brave | Method and Apparatus for Identifying, Extracting, Capturing, and Leveraging Expertise and Knowledge |
US20090265346A1 (en) | 2002-03-01 | 2009-10-22 | Business Objects Americas | System and Method for Retrieving and Organizing Information from Disparate Computer Network Information Sources |
-
2005
- 2005-08-01 US US11/195,397 patent/US7725485B1/en not_active Expired - Fee Related
-
2010
- 2010-04-15 US US12/761,075 patent/US8015199B1/en active Active
-
2011
- 2011-07-13 US US13/181,964 patent/US8209347B1/en not_active Expired - Fee Related
Patent Citations (41)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5647058A (en) | 1993-05-24 | 1997-07-08 | International Business Machines Corporation | Method for high-dimensionality indexing in a multi-media database |
US7251637B1 (en) * | 1993-09-20 | 2007-07-31 | Fair Isaac Corporation | Context vector generation and retrieval |
US5864846A (en) * | 1996-06-28 | 1999-01-26 | Siemens Corporate Research, Inc. | Method for facilitating world wide web searches utilizing a document distribution fusion strategy |
US20010013035A1 (en) * | 1997-02-25 | 2001-08-09 | William W. Cohen | System and method for accessing heterogeneous databases |
US5974412A (en) * | 1997-09-24 | 1999-10-26 | Sapient Health Network | Intelligent query system for automatically indexing information in a database and automatically categorizing users |
US6289353B1 (en) | 1997-09-24 | 2001-09-11 | Webmd Corporation | Intelligent query system for automatically indexing in a database and automatically categorizing users |
US6236768B1 (en) | 1997-10-14 | 2001-05-22 | Massachusetts Institute Of Technology | Method and apparatus for automated, context-dependent retrieval of information |
US6269368B1 (en) | 1997-10-17 | 2001-07-31 | Textwise Llc | Information retrieval using dynamic evidence combination |
US5943670A (en) | 1997-11-21 | 1999-08-24 | International Business Machines Corporation | System and method for categorizing objects in combined categories |
US6480843B2 (en) * | 1998-11-03 | 2002-11-12 | Nec Usa, Inc. | Supporting web-query expansion efficiently using multi-granularity indexing and query processing |
US6189002B1 (en) * | 1998-12-14 | 2001-02-13 | Dolphin Search | Process and system for retrieval of documents using context-relevant semantic profiles |
US20020147724A1 (en) * | 1998-12-23 | 2002-10-10 | Fries Karen E. | System for enhancing a query interface |
US6523026B1 (en) | 1999-02-08 | 2003-02-18 | Huntsman International Llc | Method for retrieving semantically distant analogies |
US6654742B1 (en) | 1999-02-12 | 2003-11-25 | International Business Machines Corporation | Method and system for document collection final search result by arithmetical operations between search results sorted by multiple ranking metrics |
US6484162B1 (en) | 1999-06-29 | 2002-11-19 | International Business Machines Corporation | Labeling and describing search queries for reuse |
US20020073079A1 (en) | 2000-04-04 | 2002-06-13 | Merijn Terheggen | Method and apparatus for searching a database and providing relevance feedback |
US20040054666A1 (en) | 2000-08-18 | 2004-03-18 | Gannady Lapir | Associative memory |
US20020042793A1 (en) | 2000-08-23 | 2002-04-11 | Jun-Hyeog Choi | Method of order-ranking document clusters using entropy data and bayesian self-organizing feature maps |
US20020103799A1 (en) | 2000-12-06 | 2002-08-01 | Science Applications International Corp. | Method for document comparison and selection |
US20020129015A1 (en) | 2001-01-18 | 2002-09-12 | Maureen Caudill | Method and system of ranking and clustering for document indexing and retrieval |
US20020103798A1 (en) | 2001-02-01 | 2002-08-01 | Abrol Mani S. | Adaptive document ranking method based on user behavior |
US20020123989A1 (en) | 2001-03-05 | 2002-09-05 | Arik Kopelman | Real time filter and a method for calculating the relevancy value of a document |
US20030050921A1 (en) | 2001-05-08 | 2003-03-13 | Naoyuki Tokuda | Probabilistic information retrieval based on differential latent semantic space |
US20030149727A1 (en) | 2002-02-07 | 2003-08-07 | Enow, Inc. | Real time relevancy determination system and a method for calculating relevancy of real time information |
US20090265346A1 (en) | 2002-03-01 | 2009-10-22 | Business Objects Americas | System and Method for Retrieving and Organizing Information from Disparate Computer Network Information Sources |
US20030167267A1 (en) | 2002-03-01 | 2003-09-04 | Takahiko Kawatani | Document classification method and apparatus |
US20040181525A1 (en) | 2002-07-23 | 2004-09-16 | Ilan Itzhak | System and method for automated mapping of keywords and key phrases to documents |
US20040044661A1 (en) | 2002-08-28 | 2004-03-04 | Allen Bradley P. | Method and apparatus for using faceted metadata to navigate through information resources |
US20060259455A1 (en) * | 2002-09-24 | 2006-11-16 | Darrell Anderson | Serving advertisements based on content |
US20040068486A1 (en) | 2002-10-02 | 2004-04-08 | Xerox Corporation | System and method for improving answer relevance in meta-search engines |
US6829599B2 (en) * | 2002-10-02 | 2004-12-07 | Xerox Corporation | System and method for improving answer relevance in meta-search engines |
US20040158569A1 (en) * | 2002-11-15 | 2004-08-12 | Evans David A. | Method and apparatus for document filtering using ensemble filters |
US20040220944A1 (en) | 2003-05-01 | 2004-11-04 | Behrens Clifford A | Information retrieval and text mining using distributed latent semantic indexing |
US20040267723A1 (en) | 2003-06-30 | 2004-12-30 | Krishna Bharat | Rendering advertisements with documents having one or more topics using user topic interest information |
US20050055341A1 (en) | 2003-09-05 | 2005-03-10 | Paul Haahr | System and method for providing search query refinements |
US20050080772A1 (en) | 2003-10-09 | 2005-04-14 | Jeremy Bem | Using match confidence to adjust a performance threshold |
US20050114313A1 (en) | 2003-11-26 | 2005-05-26 | Campbell Christopher S. | System and method for retrieving documents or sub-documents based on examples |
US20050138067A1 (en) * | 2003-12-19 | 2005-06-23 | Fuji Xerox Co., Ltd. | Indexing for contexual revisitation and digest generation |
US20050234879A1 (en) | 2004-04-15 | 2005-10-20 | Hua-Jun Zeng | Term suggestion for multi-sense query |
US20050234953A1 (en) * | 2004-04-15 | 2005-10-20 | Microsoft Corporation | Verifying relevance between keywords and Web site contents |
US20080040314A1 (en) | 2004-12-29 | 2008-02-14 | Scott Brave | Method and Apparatus for Identifying, Extracting, Capturing, and Leveraging Expertise and Knowledge |
Non-Patent Citations (11)
Title |
---|
Centroid-Based Document Classification: Analysis & Experimental Results, Eui-Hong(Sam) et al, 4th European Conference on Principles and Practice of Knowledge Discovery in Databases (PKDD), pp. 424-431, 2000. |
Cristianini, N. et al., "Latent Semantic Kernels", Proceedings of the 18th International Conference on Machine Learning (ICML-01), 2001, 27 pages. |
Harman, D., "Relevance Feedback and Other Query Modification Techniques", Ed. Frakes, W. et al., "Information Retrieval, Data Structures and Algorithms", Jun. 2, 1992, pp. 241-263. Prentice Hall PRT, Upper Saddle River, NJ. |
Kandola, J. et al., "Learning Semantic Similarity", Advances in Neural Information Processing Systems, 2003, vol. 15, 8 pages. |
Lodhi, H. et al., "Text Classification using String Kernels", Journal of Machine Learning Research 2, Feb. 2002, pp. 419-444, MIT Press, Cambridge, MA. |
Query recommendation using query logs in search engines, Baeza-Yates et al (EDBT 2004 Workshops, LNCS 3268, pp. 588-596, 2004). |
Relevant term suggestion in interactive web search based on contextual information in query session logs, Huang et al (2003 Wiley periodicals, Inc. Journal of the American Society for Information Science and Technology, 54(7); 638-649). |
Relevant Term Suggestion in Interactive Web Search Based on Contextual Information in Query Session Logs, Huang et al., Journal of American Society for Information Science and Technology, 54(7), 638-649, 2003. * |
SVD Based Term Suggestion and Ranking System, Gleich et al., Proceedings of the Fourth IEEE International Conference on Data Mining (ICDM '04), 2004. |
Velez, B. et al., "Fast and Effective Query Refinement", ACM SIGIR Forum, 1997, pp. 6-15, vol. 31, Issue SI, ACM Press, New York, NY. |
Vinokourov, A. et al., "Inferring a Semantic Representation of Text via Cross-Language Correlation Analysis", Advances of Neural Information Processing Systems 15, 2003, 8 pages, MIT Press, Cambridge, MA. |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN108811513A (en) * | 2017-02-27 | 2018-11-13 | 谷歌有限责任公司 | Content searching engine |
CN108811513B (en) * | 2017-02-27 | 2022-01-07 | 谷歌有限责任公司 | Content search engine |
Also Published As
Publication number | Publication date |
---|---|
US8015199B1 (en) | 2011-09-06 |
US7725485B1 (en) | 2010-05-25 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8209347B1 (en) | Generating query suggestions using contextual information | |
Sontag et al. | Probabilistic models for personalizing web search | |
KR101721338B1 (en) | Search engine and implementation method thereof | |
US7283997B1 (en) | System and method for ranking the relevance of documents retrieved by a query | |
US7519588B2 (en) | Keyword characterization and application | |
US8380723B2 (en) | Query intent in information retrieval | |
TWI524193B (en) | Computer-readable media and computer-implemented method for semantic table of contents for search results | |
US9323827B2 (en) | Identifying key terms related to similar passages | |
US7865495B1 (en) | Word deletion for searches | |
EP1565846B1 (en) | Information storage and retrieval | |
US8078625B1 (en) | URL-based content categorization | |
EP2232381B1 (en) | Interactive concept learning in image search | |
US20100153371A1 (en) | Method and apparatus for blending search results | |
EP1587009A2 (en) | Content propagation for enhanced document retrieval | |
US20120143789A1 (en) | Click model that accounts for a user's intent when placing a quiery in a search engine | |
US20130304740A1 (en) | Classifying data using machine learning | |
US20110191336A1 (en) | Contextual image search | |
CN109819015B (en) | Information pushing method, device and equipment based on user portrait and storage medium | |
US20030014405A1 (en) | Search engine designed for handling long queries | |
EP1426882A2 (en) | Information storage and retrieval | |
GB2395808A (en) | Information retrieval | |
KR20080031262A (en) | Relationship network | |
US20120059786A1 (en) | Method and an apparatus for matching data network resources | |
WO2008130501A1 (en) | Unstructured and semistructured document processing and searching and generation of value-based information | |
US9355402B2 (en) | System, method and computer program product for improving messages content using user'S tagging feedback |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: GOOGLE INC., DELAWARE Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:SAHAMI, MEHRAN;HEILMAN, TIMOTHY D.;REEL/FRAME:027619/0772 Effective date: 20050727 |
|
ZAAA | Notice of allowance and fees due |
Free format text: ORIGINAL CODE: NOA |
|
ZAAB | Notice of allowance mailed |
Free format text: ORIGINAL CODE: MN/=. |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
FPAY | Fee payment |
Year of fee payment: 4 |
|
AS | Assignment |
Owner name: GOOGLE LLC, CALIFORNIA Free format text: CHANGE OF NAME;ASSIGNOR:GOOGLE INC.;REEL/FRAME:044101/0405 Effective date: 20170929 |
|
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 |
|
FEPP | Fee payment procedure |
Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
LAPS | Lapse for failure to pay maintenance fees |
Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
STCH | Information on status: patent discontinuation |
Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362 |
|
FP | Lapsed due to failure to pay maintenance fee |
Effective date: 20240626 |