US20050071328A1 - Personalization of web search - Google Patents

Personalization of web search Download PDF

Info

Publication number
US20050071328A1
US20050071328A1 US10/676,711 US67671103A US2005071328A1 US 20050071328 A1 US20050071328 A1 US 20050071328A1 US 67671103 A US67671103 A US 67671103A US 2005071328 A1 US2005071328 A1 US 2005071328A1
Authority
US
United States
Prior art keywords
user
documents
profile
document
term
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.)
Abandoned
Application number
US10/676,711
Inventor
Stephen Lawrence
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Google LLC
Original Assignee
Google LLC
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Google LLC filed Critical Google LLC
Priority to US10/676,711 priority Critical patent/US20050071328A1/en
Priority to US10/877,775 priority patent/US20050222989A1/en
Priority to US10/877,776 priority patent/US8321278B2/en
Priority to US10/890,854 priority patent/US7693827B2/en
Assigned to GOOGLE INC. reassignment GOOGLE INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: LAWRENCE, STEPHEN R.
Priority to CA2540679A priority patent/CA2540679C/en
Priority to PCT/US2004/030258 priority patent/WO2005033979A1/en
Priority to JP2006533927A priority patent/JP4638439B2/en
Priority to EP04784204.2A priority patent/EP1673703B1/en
Priority to BRPI0414926-2A priority patent/BRPI0414926A/en
Publication of US20050071328A1 publication Critical patent/US20050071328A1/en
Priority to ZA200602570A priority patent/ZA200602570B/en
Priority to US12/778,869 priority patent/US20100228715A1/en
Priority to US13/295,019 priority patent/US20120233142A1/en
Priority to US13/735,953 priority patent/US9298777B2/en
Priority to US15/059,826 priority patent/US10839029B2/en
Assigned to GOOGLE LLC reassignment GOOGLE LLC CHANGE OF NAME (SEE DOCUMENT FOR DETAILS). Assignors: GOOGLE INC.
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • G06F16/9535Search customisation based on user profiles and personalisation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2457Query processing with adaptation to user needs
    • G06F16/24578Query processing with adaptation to user needs using ranking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/248Presentation of query results
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/93Document management systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • G06F16/9536Search customisation based on social or collaborative filtering
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • G06F16/9538Presentation of query results

Definitions

  • the present invention relates generally to the field of a search engine in a computer network system, in particular to system and method of creating a user profile for a user of a search engine and using the user profile to customize search results in response to search queries submitted by the user.
  • Search engines provide a powerful source of indexed documents from the Internet (or an intranet) that can be rapidly scanned in response to a search query submitted by a user.
  • a search query is usually very short (on average about two to three words).
  • the number of documents accessible via the Internet grows, the number of documents that match the query may also increase.
  • not every document matching the query is equally important from the user's perspective.
  • a user is easily overwhelmed by an enormous number of documents returned by a search engine, if the engine does not order the search results based on their relevance to the user's query.
  • PageRank algorithm One approach to improving the relevance of search results to a search query is to use the link structure of different web pages to compute global “importance” scores that can be used to influence the ranking of search results. This is sometimes referred to as the PageRank algorithm.
  • PageRank algorithm A more detailed description of the PageRank algorithm can be found in the article “The Anatomy of a Large-Scale Hypertextual Search Engine” by S. Brin and L. Page, 7 th International World Wide Web Conference, Brisbane, Australia and U.S. Pat. No. 6,285,999, both of which are hereby incorporated by reference as background information.
  • a search engine using the PageRank algorithm treats a search query the same way no matter who submits the query, because the search engine does not ask the user to provide any information that can uniquely identify the user.
  • the only factor that affects the search results is the search query itself, e.g., how many terms are in the query and in what order.
  • the search results are a best fit for the interest of an abstract user, the “random surfer”, and they are not be adjusted to fit a specific user's preferences or interests.
  • the journey of the random surfer tends to be random and neutral, without any obvious inclination towards a particular direction.
  • a search engine returns only a handful of search results that match a query, the order of the returned results is less significant because the requesting user may be able to afford the time to browse each of them to discover the items most relevant to himself.
  • a search engine often returns hundreds or even thousands of documents that match a search query. In this case, the ordering of the search results is very important. A user who has a preference different from that of the random surfer may not find what he is looking for in the first five to ten documents listed in the search results.
  • the user is usually left with two options: (1) either spending the time required to review more of the listed documents so as to locate the relevant documents; or (2) refining the search query so as to reduce the number of documents that match the query.
  • Query refinement is often a non-trivial task, sometimes requiring more knowledge of the subject or more expertise with search engines than the user possesses, and sometimes requiring more time and effort than the user is willing to expend.
  • a search engine For example, assume that a user submits to a search engine a search query having only one term “blackberry”. Without any other context, on the top of a list of documents returned by a PageRank-based search engine may be a link to www.blackberry.net, because this web page has the highest page rank. However, if the query requester is a person with interests in foods and cooking, it would be more useful to order the search results so as to include at the top of the returned results web pages with recipes or other food related text, pictures or the like. It would be desirable to have a search engine that is able to reorder its search results, or to otherwise customize the search results, so as to emphasize web pages that are most likely to be of interest to the person submitting the search query.
  • a search engine utilizes user profiles to customize search results.
  • a user profile comprises multiple items that characterize a user's search preference. These items are extracted from various information sources, including previous search queries submitted by the user, links from or to the documents identified by the previous queries, sampled content from the identified documents as well as personal information implicitly or explicitly provided by the user.
  • the search engine When the search engine receives a search query from a user, it first identifies a set of documents that match the search query. Each document is associated with a generic rank based on the document's page rank, the text associated with the document, and the search query. The search engine also identifies the user's profile and correlates the user profile with each of the identified documents. The correlation between a document and the user profile produces a profile rank for the document, indicating the relevance of the document to the user. The search engine then combines the document's generic rank and profile rank into a personalized rank. Finally, the documents are ordered according to their personalized ranks.
  • a user profile may comprise a plurality of sub-profiles, each sub-profile characterizing the user's interest from a different perspective.
  • a term-based profile comprises a plurality of terms, each term carrying a weight indicative of its importance relative to other terms.
  • a category-based profile comprises multiple categories, optionally organized into a hierarchical map. The user's search preferences may be associated with at least a subset of the multiple categories, each category having an associated weight indicating the user's interest in the documents falling into this category. There may be multiple category-based profiles for a user.
  • the sub-profiles include a link-based profile, which includes a plurality of links that are, directly or indirectly, related to identified documents, each link having a weight indicating the importance of the link. Links in the link-based profile may be further organized with respect to different hosts and domains.
  • the present invention including user profile construction and search results re-ordering and/or scoring, can be implemented on either the client side or the server side of a client-server network environment.
  • FIG. 1 illustrates a client-server network environment.
  • FIG. 2 illustrates multiple sources of user information and their relationship to a user profile.
  • FIG. 3 is an exemplary data structure that may be used for storing term-based profiles for a plurality of users.
  • FIG. 4A is an exemplary category map that may be used for classifying a user's past search experience.
  • FIG. 4B is an exemplary data structure that may be used for storing category-based profiles for a plurality of users.
  • FIG. 5 is an exemplary data structure that may be used for storing link-based profiles for a plurality of users.
  • FIG. 6 is a flowchart illustrating paragraph sampling.
  • FIG. 7A is a flowchart illustrating context analysis.
  • FIG. 7B depicts a process of identifying important terms using context analysis.
  • FIG. 8 illustrates a plurality of exemplary data structures that may be used for storing information about documents after term-based, category-based and/or link-based analyses, respectively.
  • FIG. 9A is a flowchart illustrating a personalized web search process according to one embodiment.
  • FIG. 9B is a flowchart illustrating a personalized web search process according to another embodiment.
  • FIG. 10 is a block diagram of a personalized search engine.
  • the embodiments discussed below include systems and methods that create a user profile based a user's past experience with a search engine and then use the user profile to rank search results in response to search queries provided by the user.
  • FIG. 1 provides an overview of a typical client-server network environment 100 in which the present invention may be implemented.
  • a plurality of clients 102 are connected to a search engine system 107 through a network 105 , e.g., the Internet.
  • Search engine system 107 comprises one or more search engines 104 .
  • a search engine 104 is responsible for processing a search query submitted by a client 102 , generating search results in accordance with the search query and returning the results to the client.
  • Search engine system 107 may also comprise one or more content servers 106 and one or more user profile servers 108 .
  • a content server 106 stores a large number of indexed documents retrieved from different websites. Alternately, or in addition, the content server 106 stores an index of documents stored on various websites.
  • each indexed document is assigned a page rank according to the document's link structure.
  • the page rank serves as a query independent measure of the document's importance.
  • a search engine 104 communicates with one or more content servers 106 to select a plurality of documents in response to a specific search query. The search engine assigns a score to each document based on the document's page rank, the text associated with the document, and the search query.
  • a user profile server 108 stores a plurality of user profiles. Each profile includes information that uniquely identifies a user as well as his previous search experience and personal information, which can be used to refine search results in response to the search queries submitted by this user.
  • Different approaches are available for user profile construction. For example, a user profile can be created by requiring a first-time user to fill in a form or answer a survey. This approach may be useful in certain applications such as opening a bank account. But it is hardly a favorable one in the context of a search engine. First, a user's interaction with a search engine is usually a dynamic process. As time goes on, the user's interests may change.
  • This change may be reflected by the search queries submitted by the user, or by the user's handling of the search results, or both.
  • the user's answers to questions on a form tend to become less useful over time, unless the user chooses to update his answers periodically.
  • frequent updates of a user profile in the case of a search engine significantly affect its user friendliness, which is an important consideration when a user chooses among the search engines currently available.
  • users are reluctant to provide explicit feedback, such as filling out of a form, as many users find it too burdensome.
  • FIG. 2 provides a list of sources of user information that are beneficial for user profile construction. For example, previously submitted search queries 201 are very helpful in profiling a user's interests. If a user has submitted multiple search queries related to diabetes, it is more likely than not that this is a topic of interest to the user. If the user subsequently submits a query including the term “organic food”, it can be reasonably inferred that he may be more interested in those organic foods that are helpful in fighting diabetes.
  • the universal resource locators (URL) 203 associated with the search results in response to the previous search queries and their corresponding anchor texts 205 are helpful in determining the user's preferences.
  • the link has text associated with it (e.g., text neighboring the link)
  • anchor text establishes a relationship between the text associated with a URL link in a document and another document to which the URL link points.
  • the advantages of anchor text include that it often provides an accurate description of the document to which the URL link points, and it can be used to index documents that cannot be indexed by a text-based search engine, such as images or databases.
  • Certain types of general information 207 can be associated with a set of user selected or use identified documents.
  • the identified documents from which information is derived for inclusion in the user profile may include: documents identified by search results from the search engine, documents accessed (e.g., viewed or downloaded, for example using a browser application) by the user (including documents not identified in prior search results), documents linked to the documents identified by search results from the search engine, and documents linked to the documents accessed by the user, or any subset of such documents.
  • the general information 207 about the identified documents may answer questions such as, what is the format of the document? Is it in hypertext markup language (HTML), plain text, portable document format (PDF), or Microsoft Word? What is the topic of the document? Is it about science, health or business? This information is also helpful in profiling the user's interests.
  • information about a user's activities 209 with respect to the user selected documents (sometimes herein call the identified documents), such as how long the user spent viewing the document, the amount of scrolling activity on the document, and whether the user has printed, saved or bookmarked the document, also suggests the importance of the document to the user as well as the user's preferences.
  • information about user activities 209 is used both when weighting the importance of information extracted or derived from the user identified documents. In some embodiments, information about user activities 209 is used to determine which of the user identified documents to use as the basis for deriving the user profile. For example, information 209 may be used to select only documents that received significant user activity (in accordance with predefined criteria) for generating the user profile, or information 209 may be used to exclude from the profiling process documents that the user viewed for less than a predefined threshold amount of time.
  • the content of the identified documents from previous search activities is a rich source of information about a user's interests and preferences. Key terms appearing in the identified documents and their frequencies with which they appear in the identified documents are not only useful for indexing the document, but are also a strong indication of the user's personal interests, especially when they are combined with other types of user information discussed above.
  • sampled content 211 from the identified documents is extracted for the purpose of user profile construction, to save storage space and computational cost.
  • various information related to the identified documents may be classified to constitute category information 213 about the identified documents. More discussion about content sampling, the process of identifying key terms in an identified document and the usage of the category information is provided below.
  • a user may choose to offer personal information 215 , including demographic and geographic information associated with the user, such as the user's age or age range, educational level or range, income level or range, language preferences, marital status, geographic location (e.g., the city, state and country in which the user resides, and possibly also including additional information such as street address, zip code, and telephone area code), cultural background or preferences, or any subset of these.
  • demographic and geographic information associated with the user, such as the user's age or age range, educational level or range, income level or range, language preferences, marital status, geographic location (e.g., the city, state and country in which the user resides, and possibly also including additional information such as street address, zip code, and telephone area code), cultural background or preferences, or any subset of these.
  • geographic location e.g., the city, state and country in which the user resides, and possibly also including additional information such as street address, zip code, and telephone area code
  • cultural background or preferences e.g., cultural background or preferences, or any
  • Japanese restaurant For example, if a user submits a query containing “Japanese restaurant”, it is very likely that he may be searching for a local Japanese restaurant for dinner. Without knowing the user's geographical location, it is hard to order the search results so as to bring to the top those items that are most relevant to the user's true intention. In certain cases, however, it is possible to infer this information. For example, users often select results associated with a specific region corresponding to where they live.
  • Creating a user profile 230 from the various sources of user information is a dynamic and complex process.
  • the process is divided into sub-processes.
  • Each sub-process produces one type of user profile characterizing a user's interests or preferences from a particular perspective. They are:
  • the user profile 230 includes only a subset of these profiles 231 , 233 , 235 , for example just one or two of these profiles. In one embodiment, the user profile 230 includes a term-based profile 231 and a category-based profile 233 , but not a link-based profile 235 .
  • a user profile is created and stored on a server (e.g., user profile server 108 ) associated with a search engine.
  • a server e.g., user profile server 108
  • the user profile can be easily accessed by multiple computers, and that since the profile is stored on a server associated with (or part of) the search engine 104 , it can be easily used by the search engine 104 to personalize the search results.
  • the user profile can be created and stored on the user's computer, sometimes called the client in a network environment. Creating and storing a user profile on a user's computer not only reduces the computational and storage cost for the search engine's servers, but also satisfies some users' privacy requirements.
  • the user profile may be created and updated on the client, but stored on a search engine server.
  • a search engine server Such embodiment combines some of the benefits illustrated in the other two embodiments.
  • a disadvantage of this arrangement is that it may increase the network traffic between clients and the search engine servers. It is understood by a person of ordinary skill in the art that the user profiles of the present invention can be implemented using client computers, server computers, or both.
  • FIG. 3 illustrates an exemplary data structure, a term-based profile table 300 , that may be used for storing term-based profiles for a plurality of users.
  • Table 300 includes a plurality of records 310 , each record corresponding to a user's term-based profile.
  • a term-based profile record 310 includes a plurality of columns including a USER_ID column 320 and multiple columns of (TERM, WEIGHT) pairs 340 .
  • the USER_ID column stores a value that uniquely identifies a user or a group of users sharing the same set of (TERM, WEIGHT) pairs, and each (TERM, WEIGHT) pair 340 includes a term, typically 1-3 words long, that is usually important to the user or the group of users and a weight associated with the term that quantifies the importance of the term.
  • the term may be represented as one or more n-grams.
  • An n-gram is defined as a sequence of n tokens, where the tokens may be words.
  • search engine is an n-gram of length 2
  • search is an n-gram of length 1 .
  • N-grams can be used to represent textual objects as vectors. This makes it possible to apply geometric, statistical and other mathematical techniques, which are well defined for vectors, but not for objects in general.
  • n-grams can be used to define a similarity measure between two terms based on the application of a mathematical function to the vector representations of the terms.
  • the weight of a term is not necessarily a positive value. If a term has a negative weight, it may suggest that the user prefers that his search results should not include this term and the magnitude of the negative weight indicates the strength of the user's preference for avoiding this term in the search results.
  • the term-based profile may include terms like “surfing club”, “surfing event” and “Santa Cruz” with positive weights.
  • the terms like “Internet surfing” or “web surfing” may also be included in the profile. However, these terms are more likely to receive a negative weight since they are irrelevant and confusing with the authentic preference of the users sharing this term-based profile.
  • a term-based profile itemizes a user's preference using specific terms, each term having certain weight. If a document matches a term in a user's term-based profile, i.e., its content includes exactly this term, the term's weight will be assigned to the document; however, if a document does not match a term exactly, it will not receive any weight associated with this term. Such a requirement of relevance between a document and a user profile sometimes may be less flexible when dealing with various scenarios in which a fuzzy relevance between a user's preference and a document exists.
  • a user's term-based profile includes terms like “Mozilla” and “browser”, a document containing no such terms, but other terms like “Galeon” or “Opera” will not receive any weight because they do not match any existing term in the profile, even though they are actually Internet browsers.
  • a user's profile may include a category-based profile.
  • FIG. 4A illustrates a hierarchal category map 400 according to the Open Directory Project (http://dmoz.org/).
  • documents are organized under several major topics, such as “Art”, “News”, “Sports”, etc.
  • These major topics are often too broad to delineate a user's specific interest. Therefore, they are further divided into sub- topics that are more specific.
  • topic “Art” may comprise sub-topics like “Movie”, “Music” and “Literature” and the sub-topic “Music” may further comprise sub-sub-topics like “Lyrics”, “News” and “Reviews”.
  • each topic is associated with a unique CATEGORY_ID like 1.1 for “Art”, 1.4.2.3 for “Talk Show” and 1.6.1 for “Basketball”.
  • a user's specific interests may be associated with multiple categories at various levels, each of which may have a weight indicating the degree of relevance between the category and the user's interest.
  • a category-based profile may be implemented using a Hash table data structure as shown in FIG. 4B .
  • a category-based profile table 450 includes a table 455 that comprises a plurality of records 460 , each record including a USER_ID and a pointer pointing to another data structure, such as table 460 - 1 .
  • Table 460 - 1 may include two columns, CATEGORY_ID column 470 and WEIGHT column 480 .
  • CATEGORY_ID column 470 contains a category's identification number as shown in FIG. 4A , suggesting that this category is relevant to the user's interests and the value in the WEIGHT column 480 indicates the degree of relevance of the category to the user's interests.
  • a user profile based upon the category map 400 is a topic-oriented implementation.
  • the items in a category-based profile can also be organized in other ways.
  • a user's preference can be categorized based on the formats of the documents identified by the user, such as HTML, plain text, PDF, Microsoft Word, etc. Different formats may have different weights.
  • a user's preference can be categorized according to the types of the identified documents, e.g., an organization's homepage, a person's homepage, a research paper, or a news group posting, each type having an associated weight.
  • Another type category that can be used to characterize a user's search preferences is document origin, for instance the country associated with each document's host.
  • the above-identified category-based profiles may co-exist, with each one reflecting one aspect of a user's preferences.
  • link-based profile another type of user profile is referred to as a link-based profile.
  • the PageRank algorithm is based on the link structure that connects various documents over the Internet. A document that has more links pointing to it is often assigned a higher page rank and therefore attracts more attention from a search engine.
  • Link information related to a document identified by a user can also be used to infer the user's preferences.
  • a list of preferred URLs are identified for a user by analyzing the frequency of his access to those URLs. Each preferred URL may be further weighted according to the time spent by the user and the user's scrolling activity at the URL, and/or other user activities ( 209 , FIG. 2 ) when visiting the document at the URL.
  • a list of preferred hosts are identified for a user by analyzing the user's frequency of accessing web pages of different hosts. When two preferred URLs are related to the same host the weights of the two URLs may be combined to determine a weight for the host.
  • a list of preferred domains are identified for a user by analyzing the user's frequency of accessing web pages of different domains. For example, for finance.yahoo.com, the host is “finance.yahoo.com” while the domain is “yahoo.com”.
  • FIG. 5 illustrates a link-based profile using a Hash table data structure.
  • a link-based profile table 500 includes a table 510 that includes a plurality of records 520 , each record including a USER_ID and a pointer pointing to another data structure, such as table 510 - 1 .
  • Table 510 - 1 may include two columns, LINK_ID column 530 and WEIGHT column 540 .
  • the identification number stored in the LINK_ID column 530 may be associated with a preferred URL or host.
  • the actual URL/host/domain may be stored in the table instead of the LINK_ID, however it is preferable to store the LINK_ID to save storage space.
  • a preferred list of URLs and/or hosts includes URLs and/or hosts that have been directly identified by the user.
  • the preferred list of URLs and/or host may furthermore extend to URLs and/or hosts indirectly identified by using methods such as collaborative filtering or Bibliometric analysis, which are known to persons of ordinary skill in the art.
  • the indirectly identified URLs and/or host include URLs or hosts that have links to/from the directly identified URLs and/or hosts. These indirectly identified URLs and/or hosts are weighted by the distance between them and the associated URLs or hosts that are directly identified by the user.
  • URLs or hosts that are one link away may have a weight of 0.5
  • URLs or hosts that are two links away may have a weight of 0.25, etc.
  • This procedure can be further refined by reducing the weight of links that are not related to the topic of the original URL or host, e.g., links to copyright pages or web browser software that can be used to view the documents associated with the user selected URL or host.
  • Irrelevant Links can be identified based on their context or their distribution.
  • copyright links often use specific terms (e.g., copyright or “All rights reserved” are commonly used terms in the anchor text of a copyright link); and links to a website from many unrelated websites may suggest that this website is not topically related (e.g., links to the Internet Explorer website are often included in unrelated websites).
  • the indirect links can also be classified according to a set of topics and links with very different topics may be excluded or be assigned a low weight.
  • the three types of user profiles discussed above are generally complimentary to one another since different profiles delineate a user's interests and preferences from different vantage points. However, this does not mean that one type of user profile, e.g., category-based profile, is incapable of playing a role that is typically played by another type of user profile.
  • a preferred URL or host in a link-based profile is often associated with a specific topic, e.g., finance.yahoo.com is a URL focusing on financial news.
  • a link-based profile that comprises a list of preferred URLs or hosts to characterize a user's preference may also be achievable, at least in part, by a category-based profile that has a set of categories that cover the same topics covered by preferred URLs or hosts.
  • Paragraph sampling is a procedure for automatically extracting content from a document that may be relevant to a user.
  • An important observation behind this procedure is that less relevant content in a document, such as navigational links, copyright statements, disclaimer, etc., tend to be relatively short segments of text.
  • paragraph sampling looks for the paragraphs of greatest length in a document, processing the paragraphs in order of decreasing length until the length of a paragraph is below a predefined threshold.
  • the paragraph sampling procedure optionally selects up to a certain maximum amount of content from each processed paragraph. If few paragraphs of suitable length are found in a document, the procedure falls back to extracting text from other parts of the document, such as anchor text and ALT tags.
  • FIG. 6 is a flowchart illustrating the major steps of paragraph sampling.
  • Paragraph sampling begins with the step 610 of removing predefined items, such as comments, JavaScript and style sheets, etc., from a document. These items are removed because they are usually related to visual aspects of the document when rendered on a browser and are unlikely to be relevant to the document's topic.
  • the procedure may select the first N words (or M sentences) at step 620 from each paragraph whose length is greater than a threshold value, MinParagraphLength, as sampled content.
  • the values of N and M are chosen to be 100 and 5, respectively. Other values may be used in other embodiments.
  • the procedure may impose a maximum limit, e.g., 1000 words, on the sampled content from each document.
  • the paragraph sampling procedure first organizes all the paragraphs in a document in length decreasing order, and then starts the sampling process with a paragraph of maximum length. It is noted that the beginning and end of a paragraph depend on the appearance of the paragraph in a browser, not on the presence of uninterrupted a text string in the HTML representation of the paragraph. For this reason, certain HTML commands, such as commands for inline links and for bold text, are ignored when determining paragraph boundaries.
  • the paragraph sampling procedure screens the first N words (or M sentences) so as to filter out those sentences including boilerplate terms like “Terms of Service” or “Best viewed”, because such sentences are usually deemed irrelevant to the document's topic.
  • the procedure may stop sampling content from the document if the number of words in the sampled content has reached the maximum word limit. If the maximum word limit has not been reached after processing all paragraphs of length greater than the threshold, optional steps 630 , 640 , 650 and 670 are performed. In particular, the procedure adds the document title ( 630 ), the non-inline HREF links ( 640 ), the ALT tags ( 650 ) and the meta tags ( 670 ) to the sampled content until it reaches the maximum word limit.
  • the sampled content can be used for identifying a list of most important (or unimportant) terms through context analysis.
  • Context analysis attempts to learn context terms that predict the most important (or unimportant) terms in a set of identified documents. Specifically, it looks for prefix patterns, postfix patterns, and a combination of both. For example, an expression “x's home page” may identify the term “x” as an important term for a user and therefore the postfix pattern “* home page” can be used to predict the location of an important term in a document, where the asterisk “* ” represents any term that fits this postfix pattern.
  • the patterns identified by context analysis usually consist of m terms before an important (or unimportant) term and n terms after the important (or unimportant) term, where both m and n are greater than or equal to 0 and at least one of them is greater than 0.
  • m and n are less than 5, and when non-zero are preferably between 1 and 3.
  • a pattern may have an associated weight that indicates how important (or unimportant) the term recognized by the pattern is expected to be.
  • context analysis has two distinct phases, a training phase 701 and an operational phase 703 .
  • the training phase 701 receives and utilizes a list of predefined important terms 712 , an optional list of predefined unimportant terms 714 , and a set of training documents (step 710 ).
  • the list of predefined unimportant terms is not used.
  • the source of the lists 712 , 714 is not critical.
  • these lists 712 , 714 are generated by extracting words or terms from a set of documents (e.g., a set of several thousand web pages of high page rank) in accordance with a set of rules, and then editing them to remove terms that in the opinion of the editor do not belong in the lists.
  • the source of the training documents is also not critical.
  • the training documents comprise a randomly or pseudo-randomly selected set of documents already known to the search engine.
  • the training documents are selected from a database of documents in the search engine in accordance with predefined criteria.
  • the training documents are processed (step 720 ), using the lists of predefined important and unimportant terms, so as to identify a plurality of context patterns (e.g., prefix patterns, postfix patterns, and prefix-postfix patterns) and to associate a weight with each identified context pattern.
  • the context patterns are applied to documents identified by the user (step 730 ) to identify a set of important terms (step 740 ) that characterize the user's specific interests and preferences. Learning and delineating a user's interests and preferences is usually an ongoing process. Therefore, the operational phase 703 may be repeated to update the set of important terms that have been captured previously.
  • training phase 701 may also be repeated to discover new sets of context patterns and to recalibrate the weights associated with the identified context patterns.
  • a combination of both m>0 & n>0.
  • Each occurrence of a specific pattern is registered at one of the two multi-dimensional arrays, ImportantContext(m,n,s) or UnimportantContext(m,n,s).
  • the weight of a prefix, postfix or combination pattern is set higher if this pattern identifies more important terms and fewer unimportant terms and vice versa. Note that it is possible that a same pattern may be associated with both important and unimportant terms.
  • the postfix expression “* operating system” may be used in the training documents 716 in conjunction with terms in the list of predefined important terms 712 and also used in conjunction with terms in the list of predefined unimportant terms 714 .
  • the weight associated with the postfix pattern “* operating system” (represented by the expression Weight(1,0,“operating system”)) will take into account the number of times the postfix expression is used in conjunction with terms in the list of predefined important terms as well as the number of times the postfix expression is used in conjunction with terms in the list of predefined unimportant terms.
  • Weight( m,n,s ) Log(ImportantContext( m,n,s )+1) ⁇ Log(UnimportantContext( m,n,s )+1).
  • Other weight determination formulas may be used in other embodiments.
  • the weighted context patterns are used to identify important terms in one or more documents identified by the user.
  • a computer system receives training data 750 and creates a set of context patterns 760 , each context pattern having an associated weight.
  • the computer system then applies the set of context patterns 760 to a document 780 .
  • previously identified context patterns found within the document 780 are highlighted.
  • Terms 790 associated with the context patterns are identified and each such term receives a weight based on the weights associated with the context patterns.
  • the term “Foobar” appears in the document twice, in association with two different patterns, the prefix pattern “Welcome to *” and the postfix pattern “* builds”, and the weight 1 . 2 assigned to “Foobar” is the sum of the two patterns' weights, 0.7 and 0.5.
  • the other identified term “cars” has a weight of 0.8 because the matching prefix pattern “world's best *” has a weight of 0.8.
  • the weight for each term is computed using a log transform, where the final weight is equal to log(initial weight+1). It is possible that the two terms “Foobar” and “cars” may not be in the training data 750 and may have never been encountered by the user before.
  • context analysis method described above identifies these terms and adds them to the user's term-based profile.
  • context analysis can be used to discover terms associated with a user's interests and preferences even when those terms are not included in a predefined database of terms.
  • the output of context analysis can be used directly in constructing a user's term-based profile. Additionally, it may be useful in building other types of user profiles, such as a user's category-based profile. For example, a set of weighted terms can be analyzed and classified into a plurality of categories covering different topics, and those categories can be added to a user's category-based profile.
  • the resulting set of terms and weights may occupy a larger amount of storage than allocated for each user's term-based profile.
  • the set of terms and corresponding weights may include some terms with weights much, much smaller than other terms within the set. Therefore, in some embodiments, at the conclusion of the context analysis, the set of terms and weights is pruned by removing terms having the lowest weights (A) so that the total amount of storage occupied by the term-based profile meets predefined limits, and/or (B) so as to remove terms whose weights are so low, or terms that correspond to older items, as defined by predefined criteria, that the terms are deemed to be not indicative of the user's search preferences and interests. In some embodiments, similar pruning criteria and techniques are also applied to the category-based profile and/or the link-based profile.
  • a user's profile is updated each time the user performs a search and selects at least one document from the search results to download or view.
  • the search engine builds a list of documents identified by the user (e.g., by selecting the documents from search results) over time, and at predefined times (e.g., when the list reaches a predefined length, or a predefined amount of time has elapsed), performs a profile update.
  • predefined times e.g., when the list reaches a predefined length, or a predefined amount of time has elapsed
  • the new profile data is assigned higher importance than the previously generated profile data, thereby enabling the system to quickly adjust a user's profile in accordance with changes in the user's search preferences and interests.
  • the weights of items in the previously generated profile data may be automatically scaled downward prior to merging with the new profile data.
  • there is a date associated with each item in the profile and the information in the profile is weighted based on its age, with older items receiving a lower weight than when they were new.
  • the new profile data is not assigned high importance than the previously generated profile data.
  • paragraph sampling and context analysis methods may be used independently or in combination.
  • the output of the paragraph sampling is used as input to the context analysis method.
  • FIG. 8 illustrates several exemplary data structures that can be used to store information about a document's relevance to a user profile from multiple perspectives.
  • term-based document information table 810 For each candidate document, each identified by a respective DOC_ID, term-based document information table 810 includes multiple pairs of terms and their weights, category-based document information table 830 includes a plurality of categories and associated weights, and link-based document information table 850 includes a set of links and corresponding weights.
  • each of the three tables stores the rank (i.e., a computed score) of a document when the document is evaluated using one specific type of user profile.
  • a user profile rank can be determined by combining the weights of the items associated with a document. For instance, a category-based or topic-based profile rank may be computed as follows. A user may prefer documents about science with a weight of 0.6, while he dislikes documents about business with a weight of ⁇ 0.2. Thus, when a science document matches a search query, it will be weighted higher than a business document. In general, the document topic classification may not be exclusive.
  • a candidate document may be classified as being a science document with probability of 0.8 and a business document with probability of 0.4.
  • a link-based profile rank may be computed based on the relative weights allocated to a user's URL, host, domain, etc., preferences in the link-based profile.
  • term-based profile rank can be determined using known techniques, such as the term frequency-inverse document frequency (TF-IDF).
  • TF-IDF frequency-inverse document frequency
  • the term frequency of a term is a function of the number of times the term appears in a document.
  • the inverse document frequency is an inverse function of the number of documents in which the term appears within a collection of documents. For example, very common terms like “the” occur in many documents and consequently as assigned a relatively low inverse document frequency.
  • a candidate document D that satisfies the query is assigned a query score, QueryScore, in accordance with the search query.
  • This generic score may not appropriately reflect document D's importance to a particular user U if the user's interests or preferences are dramatically different from that of the random surfer.
  • FIGS. 9A and 9B represent two embodiments, both implemented in a client-server network environment such as the network environment 100 shown in FIG. 1 .
  • the search engine 104 receives a search query from a client 102 at step 910 that is submitted by a particular user.
  • the search engine 104 may optionally generate a query strategy at step 915 (e.g., the search query is normalized so as to be in proper form for further processing, and/or the search query may be modified in accordance with predefined criteria so as to automatically broaden or narrow the scope of the search query).
  • the search engine 104 submits the search query (or the query strategy, if one is generated) to the content server 106 .
  • the content server identifies a list of documents that match the search query at step 920 , each document having a generic score that depends on the document's page rank and the search query.
  • all the three operations are conducted by the search engine system 107 , which is on the server side of the network environment 100 . There are two options on where to implement the operations following these first three steps.
  • the user's identification number is embedded in the search query. Based on the user's identification number, the user profile server 108 identifies the user's user profile at step 925 . Starting from step 930 , the user profile server 108 or the search engine 104 analyzes each document identified at step 920 to determine its relevance to the user's profile, creates a profile score for the identified document at step 935 and then assigns the document a personalized score that is a function of the document's generic and profile scores at step 940 . At step 942 , the user profile server 108 or the search engine 104 checks whether this the last one in the list of identified documents. If no, the system processes the next document in the list. Otherwise, the list of documents are re-ordered according to their personalized scores and then sent to the corresponding client from which the user submitted the search query.
  • Embodiments using a client-side implementation are similar to the server-side implementation, except that after step 920 , the identified documents are sent to the corresponding client from which the user submitted the query.
  • This client stores the user's user profile and it is responsible for re-ordering the documents based upon the user profile. Therefore, this client-side implementation may reduce the server's workload. Further, since there is no privacy concern with the client-side implementation, a user may be more willing to provide private information to customize the search results.
  • a significant limitation to the client-side implementation is that only a limited number of documents, e.g., the top 50 documents (as determined using the generic rank), may be sent to a client for re-ordering due to limited network bandwidth.
  • the server-side implementation may be able to apply a user's profile to a much larger number of documents, e.g., 1000, that match the search query. Therefore, the client-side implementation may deprive a user access to those documents having relatively low generic ranks, but significantly high personalized ranks.
  • FIG. 9B illustrates another embodiment. Unlike the embodiment depicted in FIG. 9A , where the search query is not personalized before submitting the search query to the search engine 104 , a generic query strategy is adjusted (step 965 ) according to the user's user profile to create a personalized query strategy. For example, relevant terms from the user profile may be added to the search query with associated weights. The creation of the personalized query strategy can be performed either on the client side or on the server side of the system. This embodiment avoids the network bandwidth restriction facing the previous embodiment. Finally, the search engine 104 submits the personalized query strategy to the content server 106 (step 970 ), and therefore the search results returned by the content server have already been ordered by the documents' personalized ranks (step 975 ).
  • the profiles of a group of users with related interests may be combined together to form a group profile, or a single profile may be formed based on the documents identified by the users in the group. For instance, several family members may use the same computer to submit search queries to a search engine. If the computer is tagged with a single user identifier by the search engine, the “user” will be the entire family of users, and the user profile will be represent a combination or mixture of the search preferences of the various family members. An individual user in the group may optionally have a separate user profile that differentiates this user from other group members. In operation, the search results for a user in the group are ranked according to the group profile, or according to the group profile and the user's user profile when the user also has a separate user profile.
  • personalized search results produced according to the embodiments depicted in FIGS. 9A and 9B may be less favorable than search results ranked in accordance with the generic ranks of the documents in the search results. Additionally, the search results provided to a user may not include new websites among the top listed documents because the user's profile tends to increase the weight of older websites which the user has visited (i.e., older websites from which the user has viewed or downloaded web pages) in the past.
  • the personalized search results may be merged with the generic search results.
  • the generic search results and personalized search results are interleaved, with the odd positions (e.g., 1, 3, 5, etc.) of a search results list reserved for generic search results and the even positions (e.g., 2, 4, 6, etc.) reserved for personalized search results, or vice versa.
  • the items in the generic search results will not duplicate the items listed in the personalized search results, and vice versa.
  • generic search results are intermixed or interleaved with personalized search results, so that the items in the search results presented to the user include both generic and personalized search results.
  • the personalized ranks and generic ranks are further weighted by a user profile's confidence level.
  • the confidence level takes into account factors such as how much information has been acquired about the user, how close the current search query matches the user's profile, how old the user profile is, etc. If only a very short history of the user is available, the user's profile may be assigned a correspondingly low confidence value.
  • the fraction of personalized results may be adjusted based on the profile confidence, for example using only one personalized result when the confidence is low.
  • multiple users may share a machine, e.g., in a public library. These users may have different interests and preferences.
  • a user may explicitly login to the service so the system knows his identity.
  • different users can be automatically recognized based on the items they access or other characteristics of their access patterns. For example, different users may move the mouse in different ways, type differently, and use different applications and features of those applications.
  • Based on a corpus of events on a client and/or server it is possible to create a model for identifying users, and for then using that identification to select an appropriate “user” profile. In such circumstances, the “user” may actually be a group of people having somewhat similar computer usage patterns, interests and the like.
  • a personalized search engine system 1000 typically includes one or more processing units (CPU's) 1002 , one or more network or other communications interfaces 1010 , memory 1012 , and one or more communication buses 1014 for interconnecting these components.
  • the system 1000 may optionally include a user interface 1004 , for instance a display 1006 and a keyboard 1008 .
  • Memory 1012 may include high speed random access memory and may also include non-volatile memory, such as one or more magnetic disk storage devices.
  • Memory 1012 may include mass storage that is remotely located from the central processing unit(s) 1002 .
  • the memory 1012 preferably stores:
  • the search engine 1022 may further comprise:
  • the user profile engine 1030 may further comprise:
  • Each data structure hosting a user profile may further comprise:

Abstract

A system and method for creating a user profile and for using the user profile to order search results returned by a search engine. The user profile is based on search queries submitted by a user, the user's specific interaction with the documents identified by the search engine and personal information provided by the user. Generic scores associated with the search results are modulated by the user profile to measure their relevance to a user's preference and interest. The search results are re-ordered accordingly so that the most relevant results appear on the top of the list. User profiles can be created and/or stored on the client side or server side of a client-server network environment.

Description

    FIELD OF THE INVENTION
  • The present invention relates generally to the field of a search engine in a computer network system, in particular to system and method of creating a user profile for a user of a search engine and using the user profile to customize search results in response to search queries submitted by the user.
  • BACKGROUND OF THE INVENTION
  • Search engines provide a powerful source of indexed documents from the Internet (or an intranet) that can be rapidly scanned in response to a search query submitted by a user. Such a query is usually very short (on average about two to three words). As the number of documents accessible via the Internet grows, the number of documents that match the query may also increase. However, not every document matching the query is equally important from the user's perspective. As a result, a user is easily overwhelmed by an enormous number of documents returned by a search engine, if the engine does not order the search results based on their relevance to the user's query.
  • One approach to improving the relevance of search results to a search query is to use the link structure of different web pages to compute global “importance” scores that can be used to influence the ranking of search results. This is sometimes referred to as the PageRank algorithm. A more detailed description of the PageRank algorithm can be found in the article “The Anatomy of a Large-Scale Hypertextual Search Engine” by S. Brin and L. Page, 7th International World Wide Web Conference, Brisbane, Australia and U.S. Pat. No. 6,285,999, both of which are hereby incorporated by reference as background information.
  • An important assumption in the PageRank algorithm is that there is a “random surfer” who starts his web surfing journey at a randomly picked web page and keeps clicking on the links embedded in the web pages, never hitting the “back” button. Eventually, when this random surfer gets bored of the journey, he may re-start a new journey by randomly picking another web page. The probability that the random surfer visits (i.e., views or downloads) a web page depends on the web page's page rank.
  • From an end user's perspective, a search engine using the PageRank algorithm treats a search query the same way no matter who submits the query, because the search engine does not ask the user to provide any information that can uniquely identify the user. The only factor that affects the search results is the search query itself, e.g., how many terms are in the query and in what order. The search results are a best fit for the interest of an abstract user, the “random surfer”, and they are not be adjusted to fit a specific user's preferences or interests.
  • In reality, a user like the random surfer never exists. Every user has his own preferences when he submits a query to a search engine. The quality of the search results returned by the engine has to be evaluated by its users' satisfaction. When a user's preferences can be well defined by the query itself, or when the user's preference is similar to the random surfer's preference with respect to a specific query, the user is more likely to be satisfied with the search results. However, if the user's preference is significantly biased by some personal factors that are not clearly reflected in a search query itself, or if the user's preference is quite different from the random user's preference, the search results from the same search engine may be less useful to the user, if not useless.
  • As suggested above, the journey of the random surfer tends to be random and neutral, without any obvious inclination towards a particular direction. When a search engine returns only a handful of search results that match a query, the order of the returned results is less significant because the requesting user may be able to afford the time to browse each of them to discover the items most relevant to himself. However, with billions of web pages connected to the Internet, a search engine often returns hundreds or even thousands of documents that match a search query. In this case, the ordering of the search results is very important. A user who has a preference different from that of the random surfer may not find what he is looking for in the first five to ten documents listed in the search results. When that happens, the user is usually left with two options: (1) either spending the time required to review more of the listed documents so as to locate the relevant documents; or (2) refining the search query so as to reduce the number of documents that match the query. Query refinement is often a non-trivial task, sometimes requiring more knowledge of the subject or more expertise with search engines than the user possesses, and sometimes requiring more time and effort than the user is willing to expend.
  • For example, assume that a user submits to a search engine a search query having only one term “blackberry”. Without any other context, on the top of a list of documents returned by a PageRank-based search engine may be a link to www.blackberry.net, because this web page has the highest page rank. However, if the query requester is a person with interests in foods and cooking, it would be more useful to order the search results so as to include at the top of the returned results web pages with recipes or other food related text, pictures or the like. It would be desirable to have a search engine that is able to reorder its search results, or to otherwise customize the search results, so as to emphasize web pages that are most likely to be of interest to the person submitting the search query. Further, it would be desirable for such a system to require minimal input from individual users, operating largely or completely without explicit input from the user with regard to the user's preferences and interests. Finally, it would be desirable for such a system to meet users' requirements with respect to security and privacy.
  • SUMMARY
  • A search engine utilizes user profiles to customize search results. A user profile comprises multiple items that characterize a user's search preference. These items are extracted from various information sources, including previous search queries submitted by the user, links from or to the documents identified by the previous queries, sampled content from the identified documents as well as personal information implicitly or explicitly provided by the user.
  • When the search engine receives a search query from a user, it first identifies a set of documents that match the search query. Each document is associated with a generic rank based on the document's page rank, the text associated with the document, and the search query. The search engine also identifies the user's profile and correlates the user profile with each of the identified documents. The correlation between a document and the user profile produces a profile rank for the document, indicating the relevance of the document to the user. The search engine then combines the document's generic rank and profile rank into a personalized rank. Finally, the documents are ordered according to their personalized ranks.
  • In one embodiment, a user profile may comprise a plurality of sub-profiles, each sub-profile characterizing the user's interest from a different perspective. A term-based profile comprises a plurality of terms, each term carrying a weight indicative of its importance relative to other terms. A category-based profile comprises multiple categories, optionally organized into a hierarchical map. The user's search preferences may be associated with at least a subset of the multiple categories, each category having an associated weight indicating the user's interest in the documents falling into this category. There may be multiple category-based profiles for a user. In some embodiments, the sub-profiles include a link-based profile, which includes a plurality of links that are, directly or indirectly, related to identified documents, each link having a weight indicating the importance of the link. Links in the link-based profile may be further organized with respect to different hosts and domains.
  • The present invention, including user profile construction and search results re-ordering and/or scoring, can be implemented on either the client side or the server side of a client-server network environment.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The aforementioned features and advantages of the invention as well as additional features and advantages thereof will be more clearly understood hereinafter as a result of a detailed description of preferred embodiments of the invention when taken in conjunction with the drawings.
  • FIG. 1 illustrates a client-server network environment.
  • FIG. 2 illustrates multiple sources of user information and their relationship to a user profile.
  • FIG. 3 is an exemplary data structure that may be used for storing term-based profiles for a plurality of users.
  • FIG. 4A is an exemplary category map that may be used for classifying a user's past search experience.
  • FIG. 4B is an exemplary data structure that may be used for storing category-based profiles for a plurality of users.
  • FIG. 5 is an exemplary data structure that may be used for storing link-based profiles for a plurality of users.
  • FIG. 6 is a flowchart illustrating paragraph sampling.
  • FIG. 7A is a flowchart illustrating context analysis.
  • FIG. 7B depicts a process of identifying important terms using context analysis.
  • FIG. 8 illustrates a plurality of exemplary data structures that may be used for storing information about documents after term-based, category-based and/or link-based analyses, respectively.
  • FIG. 9A is a flowchart illustrating a personalized web search process according to one embodiment.
  • FIG. 9B is a flowchart illustrating a personalized web search process according to another embodiment.
  • FIG. 10 is a block diagram of a personalized search engine.
  • Like reference numerals refer to corresponding parts throughout the several views of the drawings.
  • DESCRIPTION OF EMBODIMENTS
  • The embodiments discussed below include systems and methods that create a user profile based a user's past experience with a search engine and then use the user profile to rank search results in response to search queries provided by the user.
  • FIG. 1 provides an overview of a typical client-server network environment 100 in which the present invention may be implemented. A plurality of clients 102 are connected to a search engine system 107 through a network 105, e.g., the Internet. Search engine system 107 comprises one or more search engines 104. A search engine 104 is responsible for processing a search query submitted by a client 102, generating search results in accordance with the search query and returning the results to the client. Search engine system 107 may also comprise one or more content servers 106 and one or more user profile servers 108. A content server 106 stores a large number of indexed documents retrieved from different websites. Alternately, or in addition, the content server 106 stores an index of documents stored on various websites. In one embodiment, each indexed document is assigned a page rank according to the document's link structure. The page rank serves as a query independent measure of the document's importance. A search engine 104 communicates with one or more content servers 106 to select a plurality of documents in response to a specific search query. The search engine assigns a score to each document based on the document's page rank, the text associated with the document, and the search query.
  • A user profile server 108 stores a plurality of user profiles. Each profile includes information that uniquely identifies a user as well as his previous search experience and personal information, which can be used to refine search results in response to the search queries submitted by this user. Different approaches are available for user profile construction. For example, a user profile can be created by requiring a first-time user to fill in a form or answer a survey. This approach may be useful in certain applications such as opening a bank account. But it is hardly a favorable one in the context of a search engine. First, a user's interaction with a search engine is usually a dynamic process. As time goes on, the user's interests may change. This change may be reflected by the search queries submitted by the user, or by the user's handling of the search results, or both. The user's answers to questions on a form tend to become less useful over time, unless the user chooses to update his answers periodically. Unlike an occasional update of phone number in the case of an on-line bank account, frequent updates of a user profile in the case of a search engine significantly affect its user friendliness, which is an important consideration when a user chooses among the search engines currently available. Further, it is known that users are reluctant to provide explicit feedback, such as filling out of a form, as many users find it too burdensome. Thus, while some users may provide explicit feedback on their interests, it is desirable to have a procedure for implicitly obtaining information about the user's interests without requiring any explicit or new actions by the user.
  • It is has been observed that a search engine user's past search activities provide useful hints about the user's personal search preferences. FIG. 2 provides a list of sources of user information that are beneficial for user profile construction. For example, previously submitted search queries 201 are very helpful in profiling a user's interests. If a user has submitted multiple search queries related to diabetes, it is more likely than not that this is a topic of interest to the user. If the user subsequently submits a query including the term “organic food”, it can be reasonably inferred that he may be more interested in those organic foods that are helpful in fighting diabetes. Similarly, the universal resource locators (URL) 203 associated with the search results in response to the previous search queries and their corresponding anchor texts 205, especially for search result items that have been selected or “visited” by the user (e.g., downloaded or otherwise viewed by the user), are helpful in determining the user's preferences. When a first page contains a link to a second page, and the link has text associated with it (e.g., text neighboring the link), the text associated with the link is called “anchor text” with respect to the second page. Anchor text establishes a relationship between the text associated with a URL link in a document and another document to which the URL link points. The advantages of anchor text include that it often provides an accurate description of the document to which the URL link points, and it can be used to index documents that cannot be indexed by a text-based search engine, such as images or databases.
  • After receiving search results, the user may click on some of the URL links, thereby downloading the documents referenced by those links, so as to learn more details about those documents. Certain types of general information 207 can be associated with a set of user selected or use identified documents. For purposes of forming a user profile, the identified documents from which information is derived for inclusion in the user profile may include: documents identified by search results from the search engine, documents accessed (e.g., viewed or downloaded, for example using a browser application) by the user (including documents not identified in prior search results), documents linked to the documents identified by search results from the search engine, and documents linked to the documents accessed by the user, or any subset of such documents.
  • The general information 207 about the identified documents may answer questions such as, what is the format of the document? Is it in hypertext markup language (HTML), plain text, portable document format (PDF), or Microsoft Word? What is the topic of the document? Is it about science, health or business? This information is also helpful in profiling the user's interests. In addition, information about a user's activities 209 with respect to the user selected documents (sometimes herein call the identified documents), such as how long the user spent viewing the document, the amount of scrolling activity on the document, and whether the user has printed, saved or bookmarked the document, also suggests the importance of the document to the user as well as the user's preferences. In some embodiments, information about user activities 209 is used both when weighting the importance of information extracted or derived from the user identified documents. In some embodiments, information about user activities 209 is used to determine which of the user identified documents to use as the basis for deriving the user profile. For example, information 209 may be used to select only documents that received significant user activity (in accordance with predefined criteria) for generating the user profile, or information 209 may be used to exclude from the profiling process documents that the user viewed for less than a predefined threshold amount of time.
  • Finally, the content of the identified documents from previous search activities is a rich source of information about a user's interests and preferences. Key terms appearing in the identified documents and their frequencies with which they appear in the identified documents are not only useful for indexing the document, but are also a strong indication of the user's personal interests, especially when they are combined with other types of user information discussed above. In one embodiment, instead of the whole documents, sampled content 211 from the identified documents is extracted for the purpose of user profile construction, to save storage space and computational cost. In another embodiment, various information related to the identified documents may be classified to constitute category information 213 about the identified documents. More discussion about content sampling, the process of identifying key terms in an identified document and the usage of the category information is provided below.
  • Optionally, a user may choose to offer personal information 215, including demographic and geographic information associated with the user, such as the user's age or age range, educational level or range, income level or range, language preferences, marital status, geographic location (e.g., the city, state and country in which the user resides, and possibly also including additional information such as street address, zip code, and telephone area code), cultural background or preferences, or any subset of these. Compared with other types of personal information such as a user's favorite sports or movies that are often time varying, this personal information is more static and more difficult to infer from the user's search queries and search results, but maybe crucial in correctly interpreting certain queries submitted by the user. For example, if a user submits a query containing “Japanese restaurant”, it is very likely that he may be searching for a local Japanese restaurant for dinner. Without knowing the user's geographical location, it is hard to order the search results so as to bring to the top those items that are most relevant to the user's true intention. In certain cases, however, it is possible to infer this information. For example, users often select results associated with a specific region corresponding to where they live.
  • Creating a user profile 230 from the various sources of user information is a dynamic and complex process. In some embodiments, the process is divided into sub-processes. Each sub-process produces one type of user profile characterizing a user's interests or preferences from a particular perspective. They are:
      • a term-based profile 231—this profile represents a user's search preferences with a plurality of terms, where each term is given a weight indicating the importance of the term to the user;
      • a category-based profile 233—this profile correlates a user's search preferences with a set of categories, which may be organized in a hierarchal fashion, with each category being given a weight indicating the extent of correlation between the user's search preferences and the category; and
      • a link-based profile 235—this profile identifies a plurality of links that are directly or indirectly related to the user's search preferences, with each link being given a weight indicating the relevance between the user's search preferences and the link.
  • In some embodiments, the user profile 230 includes only a subset of these profiles 231, 233, 235, for example just one or two of these profiles. In one embodiment, the user profile 230 includes a term-based profile 231 and a category-based profile 233, but not a link-based profile 235.
  • In one embodiment, a user profile is created and stored on a server (e.g., user profile server 108) associated with a search engine. The advantage of such deployment is that the user profile can be easily accessed by multiple computers, and that since the profile is stored on a server associated with (or part of) the search engine 104, it can be easily used by the search engine 104 to personalize the search results. In another embodiment, the user profile can be created and stored on the user's computer, sometimes called the client in a network environment. Creating and storing a user profile on a user's computer not only reduces the computational and storage cost for the search engine's servers, but also satisfies some users' privacy requirements. In yet another embodiment, the user profile may be created and updated on the client, but stored on a search engine server. Such embodiment combines some of the benefits illustrated in the other two embodiments. A disadvantage of this arrangement is that it may increase the network traffic between clients and the search engine servers. It is understood by a person of ordinary skill in the art that the user profiles of the present invention can be implemented using client computers, server computers, or both.
  • FIG. 3 illustrates an exemplary data structure, a term-based profile table 300, that may be used for storing term-based profiles for a plurality of users. Table 300 includes a plurality of records 310, each record corresponding to a user's term-based profile. A term-based profile record 310 includes a plurality of columns including a USER_ID column 320 and multiple columns of (TERM, WEIGHT) pairs 340. The USER_ID column stores a value that uniquely identifies a user or a group of users sharing the same set of (TERM, WEIGHT) pairs, and each (TERM, WEIGHT) pair 340 includes a term, typically 1-3 words long, that is usually important to the user or the group of users and a weight associated with the term that quantifies the importance of the term. In one embodiment, the term may be represented as one or more n-grams. An n-gram is defined as a sequence of n tokens, where the tokens may be words. For example, the phrase “search engine” is an n-gram of length 2, and the word “search” is an n-gram of length 1.
  • N-grams can be used to represent textual objects as vectors. This makes it possible to apply geometric, statistical and other mathematical techniques, which are well defined for vectors, but not for objects in general. In the present invention, n-grams can be used to define a similarity measure between two terms based on the application of a mathematical function to the vector representations of the terms.
  • The weight of a term is not necessarily a positive value. If a term has a negative weight, it may suggest that the user prefers that his search results should not include this term and the magnitude of the negative weight indicates the strength of the user's preference for avoiding this term in the search results. By way of example, for a group of surfing fans at Santa Cruz, Calif., the term-based profile may include terms like “surfing club”, “surfing event” and “Santa Cruz” with positive weights. The terms like “Internet surfing” or “web surfing” may also be included in the profile. However, these terms are more likely to receive a negative weight since they are irrelevant and confusing with the authentic preference of the users sharing this term-based profile.
  • A term-based profile itemizes a user's preference using specific terms, each term having certain weight. If a document matches a term in a user's term-based profile, i.e., its content includes exactly this term, the term's weight will be assigned to the document; however, if a document does not match a term exactly, it will not receive any weight associated with this term. Such a requirement of relevance between a document and a user profile sometimes may be less flexible when dealing with various scenarios in which a fuzzy relevance between a user's preference and a document exists. For example, if a user's term-based profile includes terms like “Mozilla” and “browser”, a document containing no such terms, but other terms like “Galeon” or “Opera” will not receive any weight because they do not match any existing term in the profile, even though they are actually Internet browsers. To address the need for matching a user's interests without exact term matching, a user's profile may include a category-based profile.
  • FIG. 4A illustrates a hierarchal category map 400 according to the Open Directory Project (http://dmoz.org/). Starting from the root level of map 400, documents are organized under several major topics, such as “Art”, “News”, “Sports”, etc. These major topics are often too broad to delineate a user's specific interest. Therefore, they are further divided into sub- topics that are more specific. For example, topic “Art” may comprise sub-topics like “Movie”, “Music” and “Literature” and the sub-topic “Music” may further comprise sub-sub-topics like “Lyrics”, “News” and “Reviews”. Note that each topic is associated with a unique CATEGORY_ID like 1.1 for “Art”, 1.4.2.3 for “Talk Show” and 1.6.1 for “Basketball”.
  • A user's specific interests may be associated with multiple categories at various levels, each of which may have a weight indicating the degree of relevance between the category and the user's interest. In one embodiment, a category-based profile may be implemented using a Hash table data structure as shown in FIG. 4B. A category-based profile table 450 includes a table 455 that comprises a plurality of records 460, each record including a USER_ID and a pointer pointing to another data structure, such as table 460-1. Table 460-1 may include two columns, CATEGORY_ID column 470 and WEIGHT column 480. CATEGORY_ID column 470 contains a category's identification number as shown in FIG. 4A, suggesting that this category is relevant to the user's interests and the value in the WEIGHT column 480 indicates the degree of relevance of the category to the user's interests.
  • A user profile based upon the category map 400 is a topic-oriented implementation. The items in a category-based profile can also be organized in other ways. In one embodiment, a user's preference can be categorized based on the formats of the documents identified by the user, such as HTML, plain text, PDF, Microsoft Word, etc. Different formats may have different weights. In another embodiment, a user's preference can be categorized according to the types of the identified documents, e.g., an organization's homepage, a person's homepage, a research paper, or a news group posting, each type having an associated weight. Another type category that can be used to characterize a user's search preferences is document origin, for instance the country associated with each document's host. In yet another embodiment, the above-identified category-based profiles may co-exist, with each one reflecting one aspect of a user's preferences.
  • Besides term-based and category-based profiles, another type of user profile is referred to as a link-based profile. As discussed above, the PageRank algorithm is based on the link structure that connects various documents over the Internet. A document that has more links pointing to it is often assigned a higher page rank and therefore attracts more attention from a search engine. Link information related to a document identified by a user can also be used to infer the user's preferences. In one embodiment, a list of preferred URLs are identified for a user by analyzing the frequency of his access to those URLs. Each preferred URL may be further weighted according to the time spent by the user and the user's scrolling activity at the URL, and/or other user activities (209, FIG. 2) when visiting the document at the URL. In another embodiment, a list of preferred hosts are identified for a user by analyzing the user's frequency of accessing web pages of different hosts. When two preferred URLs are related to the same host the weights of the two URLs may be combined to determine a weight for the host. In another embodiment, a list of preferred domains are identified for a user by analyzing the user's frequency of accessing web pages of different domains. For example, for finance.yahoo.com, the host is “finance.yahoo.com” while the domain is “yahoo.com”.
  • FIG. 5 illustrates a link-based profile using a Hash table data structure. A link-based profile table 500 includes a table 510 that includes a plurality of records 520, each record including a USER_ID and a pointer pointing to another data structure, such as table 510-1. Table 510-1 may include two columns, LINK_ID column 530 and WEIGHT column 540. The identification number stored in the LINK_ID column 530 may be associated with a preferred URL or host. The actual URL/host/domain may be stored in the table instead of the LINK_ID, however it is preferable to store the LINK_ID to save storage space.
  • A preferred list of URLs and/or hosts includes URLs and/or hosts that have been directly identified by the user. The preferred list of URLs and/or host may furthermore extend to URLs and/or hosts indirectly identified by using methods such as collaborative filtering or bibliometric analysis, which are known to persons of ordinary skill in the art. In one embodiment, the indirectly identified URLs and/or host include URLs or hosts that have links to/from the directly identified URLs and/or hosts. These indirectly identified URLs and/or hosts are weighted by the distance between them and the associated URLs or hosts that are directly identified by the user. For example, when a directly identified URL or host has a weight of 1, URLs or hosts that are one link away may have a weight of 0.5, URLs or hosts that are two links away may have a weight of 0.25, etc. This procedure can be further refined by reducing the weight of links that are not related to the topic of the original URL or host, e.g., links to copyright pages or web browser software that can be used to view the documents associated with the user selected URL or host. Irrelevant Links can be identified based on their context or their distribution. For example, copyright links often use specific terms (e.g., copyright or “All rights reserved” are commonly used terms in the anchor text of a copyright link); and links to a website from many unrelated websites may suggest that this website is not topically related (e.g., links to the Internet Explorer website are often included in unrelated websites). The indirect links can also be classified according to a set of topics and links with very different topics may be excluded or be assigned a low weight.
  • The three types of user profiles discussed above are generally complimentary to one another since different profiles delineate a user's interests and preferences from different vantage points. However, this does not mean that one type of user profile, e.g., category-based profile, is incapable of playing a role that is typically played by another type of user profile. By way of example, a preferred URL or host in a link-based profile is often associated with a specific topic, e.g., finance.yahoo.com is a URL focusing on financial news. Therefore, what is achieved by a link-based profile that comprises a list of preferred URLs or hosts to characterize a user's preference may also be achievable, at least in part, by a category-based profile that has a set of categories that cover the same topics covered by preferred URLs or hosts.
  • It is a non-trivial operation to construct various types of user profiles that can be stored in the data structures shown in FIGS. 3-5 based on the user information listed in FIG. 2. Given a document identified (e.g., viewed) by a user, different terms in the document may have different importance in revealing the topic of the document. Some terms, e.g., the document's title, may be extremely important, while other terms may have little importance. For example, many documents contain navigational links, copyright statements, disclaimers and other text that may not be related to the topic of the document. How to efficiently select appropriate documents, content from those documents and terms from within the content is a challenging topic in computational linguistics. Additionally, it is preferred to minimize the volume of user information processed, so as make the process of user profile construction computationally efficient. Skipping less important terms in a document helps in accurately matching a document with a user's interest.
  • Paragraph sampling (described below with reference to FIG. 6) is a procedure for automatically extracting content from a document that may be relevant to a user. An important observation behind this procedure is that less relevant content in a document, such as navigational links, copyright statements, disclaimer, etc., tend to be relatively short segments of text. In one embodiment, paragraph sampling looks for the paragraphs of greatest length in a document, processing the paragraphs in order of decreasing length until the length of a paragraph is below a predefined threshold. The paragraph sampling procedure optionally selects up to a certain maximum amount of content from each processed paragraph. If few paragraphs of suitable length are found in a document, the procedure falls back to extracting text from other parts of the document, such as anchor text and ALT tags.
  • FIG. 6 is a flowchart illustrating the major steps of paragraph sampling. Paragraph sampling begins with the step 610 of removing predefined items, such as comments, JavaScript and style sheets, etc., from a document. These items are removed because they are usually related to visual aspects of the document when rendered on a browser and are unlikely to be relevant to the document's topic. Following that, the procedure may select the first N words (or M sentences) at step 620 from each paragraph whose length is greater than a threshold value, MinParagraphLength, as sampled content. In one embodiment, the values of N and M are chosen to be 100 and 5, respectively. Other values may be used in other embodiments.
  • In order to reduce the computational and storage load associated with the paragraph sampling procedure, the procedure may impose a maximum limit, e.g., 1000 words, on the sampled content from each document. In one embodiment, the paragraph sampling procedure first organizes all the paragraphs in a document in length decreasing order, and then starts the sampling process with a paragraph of maximum length. It is noted that the beginning and end of a paragraph depend on the appearance of the paragraph in a browser, not on the presence of uninterrupted a text string in the HTML representation of the paragraph. For this reason, certain HTML commands, such as commands for inline links and for bold text, are ignored when determining paragraph boundaries. In some embodiments, the paragraph sampling procedure screens the first N words (or M sentences) so as to filter out those sentences including boilerplate terms like “Terms of Service” or “Best viewed”, because such sentences are usually deemed irrelevant to the document's topic.
  • Before sampling a paragraph whose length is above the threshold value, the procedure may stop sampling content from the document if the number of words in the sampled content has reached the maximum word limit. If the maximum word limit has not been reached after processing all paragraphs of length greater than the threshold, optional steps 630, 640, 650 and 670 are performed. In particular, the procedure adds the document title (630), the non-inline HREF links (640), the ALT tags (650) and the meta tags (670) to the sampled content until it reaches the maximum word limit.
  • Once the documents identified by a user have been scanned, the sampled content can be used for identifying a list of most important (or unimportant) terms through context analysis. Context analysis attempts to learn context terms that predict the most important (or unimportant) terms in a set of identified documents. Specifically, it looks for prefix patterns, postfix patterns, and a combination of both. For example, an expression “x's home page” may identify the term “x” as an important term for a user and therefore the postfix pattern “* home page” can be used to predict the location of an important term in a document, where the asterisk “* ” represents any term that fits this postfix pattern. In general, the patterns identified by context analysis usually consist of m terms before an important (or unimportant) term and n terms after the important (or unimportant) term, where both m and n are greater than or equal to 0 and at least one of them is greater than 0. Typically, m and n are less than 5, and when non-zero are preferably between 1 and 3. Depending on its appearance frequency, a pattern may have an associated weight that indicates how important (or unimportant) the term recognized by the pattern is expected to be.
  • According to one embodiment of the present invention (FIG. 7A), context analysis has two distinct phases, a training phase 701 and an operational phase 703. The training phase 701 receives and utilizes a list of predefined important terms 712, an optional list of predefined unimportant terms 714, and a set of training documents (step 710). In some embodiments, the list of predefined unimportant terms is not used. The source of the lists 712, 714 is not critical. In some embodiments, these lists 712, 714 are generated by extracting words or terms from a set of documents (e.g., a set of several thousand web pages of high page rank) in accordance with a set of rules, and then editing them to remove terms that in the opinion of the editor do not belong in the lists. The source of the training documents is also not critical. In some embodiments, the training documents comprise a randomly or pseudo-randomly selected set of documents already known to the search engine. In other embodiments, the training documents are selected from a database of documents in the search engine in accordance with predefined criteria.
  • During the training phase 701, the training documents are processed (step 720), using the lists of predefined important and unimportant terms, so as to identify a plurality of context patterns (e.g., prefix patterns, postfix patterns, and prefix-postfix patterns) and to associate a weight with each identified context pattern. During the operational phase 703, the context patterns are applied to documents identified by the user (step 730) to identify a set of important terms (step 740) that characterize the user's specific interests and preferences. Learning and delineating a user's interests and preferences is usually an ongoing process. Therefore, the operational phase 703 may be repeated to update the set of important terms that have been captured previously. This may be done each time a user accesses a document, according to a predetermined schedule, at times determined in accordance with specified criteria, or otherwise from time to time. Similarly, the training phase 701 may also be repeated to discover new sets of context patterns and to recalibrate the weights associated with the identified context patterns.
  • Below is a segment of pseudo code that exemplifies the training phase:
    For each document in the set {
     For each improtant term in the document {
      For m = 0 to MaxPrefix {
       For n = 0 to MaxPostfix {
        Extract the m words before the important
        term and the n words after the important
        term as s;
        Add 1 to ImportantContext (m,n,s);
       }
      }
     }
     For each unimportant term in the document {
      For m = 0 to MaxPrefix {
       For n = 0 to MaxPostfix {
        Extract the m words before the
        unimportant term and the n words after
        the unimportant term as s;
        Add 1 to UnimportantContext (m,n,s);
       }
      }
     }
    }
    For m = 0 to MaxPrefix {
     For n = 0 to MaxPostfix {
      For each vaalue of s {
       Set the weight for s to a function of
       ImportantContext (m,n,s), and
       UnimportantContext (m,n,s);
      }
     }
    }
  • In the pseudo code above, the expression s refers to a prefix pattern (n=0), a postfix pattern (m=0) or a combination of both (m>0 & n>0). Each occurrence of a specific pattern is registered at one of the two multi-dimensional arrays, ImportantContext(m,n,s) or UnimportantContext(m,n,s). The weight of a prefix, postfix or combination pattern is set higher if this pattern identifies more important terms and fewer unimportant terms and vice versa. Note that it is possible that a same pattern may be associated with both important and unimportant terms. For example, the postfix expression “* operating system” may be used in the training documents 716 in conjunction with terms in the list of predefined important terms 712 and also used in conjunction with terms in the list of predefined unimportant terms 714. In this situation, the weight associated with the postfix pattern “* operating system” (represented by the expression Weight(1,0,“operating system”)) will take into account the number of times the postfix expression is used in conjunction with terms in the list of predefined important terms as well as the number of times the postfix expression is used in conjunction with terms in the list of predefined unimportant terms. One possible formula to determine the weight of a context pattern s is:
    Weight(m,n,s)=Log(ImportantContext(m,n,s)+1)−Log(UnimportantContext(m,n,s)+1).
    Other weight determination formulas may be used in other embodiments.
  • In the second phase of the context analysis process, the weighted context patterns are used to identify important terms in one or more documents identified by the user. Referring to FIG. 7B, in the first phase a computer system receives training data 750 and creates a set of context patterns 760, each context pattern having an associated weight. The computer system then applies the set of context patterns 760 to a document 780. In FIG. 7B, previously identified context patterns found within the document 780 are highlighted. Terms 790 associated with the context patterns are identified and each such term receives a weight based on the weights associated with the context patterns. For example, the term “Foobar” appears in the document twice, in association with two different patterns, the prefix pattern “Welcome to *” and the postfix pattern “* builds”, and the weight 1.2 assigned to “Foobar” is the sum of the two patterns' weights, 0.7 and 0.5. The other identified term “cars” has a weight of 0.8 because the matching prefix pattern “world's best *” has a weight of 0.8. In some embodiments the weight for each term is computed using a log transform, where the final weight is equal to log(initial weight+1). It is possible that the two terms “Foobar” and “cars” may not be in the training data 750 and may have never been encountered by the user before. Nevertheless, the context analysis method described above identifies these terms and adds them to the user's term-based profile. Thus, context analysis can be used to discover terms associated with a user's interests and preferences even when those terms are not included in a predefined database of terms.
  • As noted, the output of context analysis can be used directly in constructing a user's term-based profile. Additionally, it may be useful in building other types of user profiles, such as a user's category-based profile. For example, a set of weighted terms can be analyzed and classified into a plurality of categories covering different topics, and those categories can be added to a user's category-based profile.
  • After executing the context analysis on a set of documents identified by or for a user, the resulting set of terms and weights may occupy a larger amount of storage than allocated for each user's term-based profile. Also, the set of terms and corresponding weights may include some terms with weights much, much smaller than other terms within the set. Therefore, in some embodiments, at the conclusion of the context analysis, the set of terms and weights is pruned by removing terms having the lowest weights (A) so that the total amount of storage occupied by the term-based profile meets predefined limits, and/or (B) so as to remove terms whose weights are so low, or terms that correspond to older items, as defined by predefined criteria, that the terms are deemed to be not indicative of the user's search preferences and interests. In some embodiments, similar pruning criteria and techniques are also applied to the category-based profile and/or the link-based profile.
  • In some embodiments, a user's profile is updated each time the user performs a search and selects at least one document from the search results to download or view. In some embodiments, the search engine builds a list of documents identified by the user (e.g., by selecting the documents from search results) over time, and at predefined times (e.g., when the list reaches a predefined length, or a predefined amount of time has elapsed), performs a profile update. When performing an update, new profile data is generated, and the new profile data is merged with the previously generated profile data for the user. In some embodiments, the new profile data is assigned higher importance than the previously generated profile data, thereby enabling the system to quickly adjust a user's profile in accordance with changes in the user's search preferences and interests. For example, the weights of items in the previously generated profile data may be automatically scaled downward prior to merging with the new profile data. In one embodiment, there is a date associated with each item in the profile, and the information in the profile is weighted based on its age, with older items receiving a lower weight than when they were new. In other embodiments, the new profile data is not assigned high importance than the previously generated profile data.
  • The paragraph sampling and context analysis methods may be used independently or in combination. When used in combination, the output of the paragraph sampling is used as input to the context analysis method.
  • It is further noted that the above-described methods used for creating user profiles, e.g., paragraph sampling and context analysis, may be also leveraged for determining the relevance of a candidate document to a user's preference. Indeed, the primary mission of a search engine is to identify a series of documents that are most relevant to a user's preference based on the search queries submitted by the user as well as the user's user profile. FIG. 8 illustrates several exemplary data structures that can be used to store information about a document's relevance to a user profile from multiple perspectives. For each candidate document, each identified by a respective DOC_ID, term-based document information table 810 includes multiple pairs of terms and their weights, category-based document information table 830 includes a plurality of categories and associated weights, and link-based document information table 850 includes a set of links and corresponding weights.
  • The rightmost column of each of the three tables (810, 830 and 850) stores the rank (i.e., a computed score) of a document when the document is evaluated using one specific type of user profile. A user profile rank can be determined by combining the weights of the items associated with a document. For instance, a category-based or topic-based profile rank may be computed as follows. A user may prefer documents about science with a weight of 0.6, while he dislikes documents about business with a weight of −0.2. Thus, when a science document matches a search query, it will be weighted higher than a business document. In general, the document topic classification may not be exclusive. A candidate document may be classified as being a science document with probability of 0.8 and a business document with probability of 0.4. A link-based profile rank may be computed based on the relative weights allocated to a user's URL, host, domain, etc., preferences in the link-based profile. In one embodiment, term-based profile rank can be determined using known techniques, such as the term frequency-inverse document frequency (TF-IDF). The term frequency of a term is a function of the number of times the term appears in a document. The inverse document frequency is an inverse function of the number of documents in which the term appears within a collection of documents. For example, very common terms like “the” occur in many documents and consequently as assigned a relatively low inverse document frequency.
  • When a search engine generates search results in response to a search query, a candidate document D that satisfies the query is assigned a query score, QueryScore, in accordance with the search query. This query score is then modulated by document D's page rank, PageRank, to generate a generic score, GenericScore, that is expressed as
    GenericScore=QueryScore*PageRank.
  • This generic score may not appropriately reflect document D's importance to a particular user U if the user's interests or preferences are dramatically different from that of the random surfer. The relevance of document D to user U can be accurately characterized by a set of profile ranks, based on the correlation between document D's content and user U's term-based profile, herein called the TermScore, the correlation between one or more categories associated with document D and user U's category-based profile, herein called the CategoryScore, and the correlation between the URL and/or host of document D and user U's link-based profile, herein called the LinkScore. Therefore, document D may be assigned a personalized rank that is a function of both the document's generic score and the user profile scores. In one embodiment, this personalized score can be expressed as:
    PersonalizedScore=GenericScore*(TermScore+CategoryScore+LinkScore).
  • FIGS. 9A and 9B represent two embodiments, both implemented in a client-server network environment such as the network environment 100 shown in FIG. 1. In the embodiment shown in FIG. 9A, the search engine 104 receives a search query from a client 102 at step 910 that is submitted by a particular user. In response, the search engine 104 may optionally generate a query strategy at step 915 (e.g., the search query is normalized so as to be in proper form for further processing, and/or the search query may be modified in accordance with predefined criteria so as to automatically broaden or narrow the scope of the search query). At step 920, the search engine 104 submits the search query (or the query strategy, if one is generated) to the content server 106. The content server identifies a list of documents that match the search query at step 920, each document having a generic score that depends on the document's page rank and the search query. In general, all the three operations ( steps 910, 915 and 920) are conducted by the search engine system 107, which is on the server side of the network environment 100. There are two options on where to implement the operations following these first three steps.
  • In some embodiments that employ a server-side implementation, the user's identification number is embedded in the search query. Based on the user's identification number, the user profile server 108 identifies the user's user profile at step 925. Starting from step 930, the user profile server 108 or the search engine 104 analyzes each document identified at step 920 to determine its relevance to the user's profile, creates a profile score for the identified document at step 935 and then assigns the document a personalized score that is a function of the document's generic and profile scores at step 940. At step 942, the user profile server 108 or the search engine 104 checks whether this the last one in the list of identified documents. If no, the system processes the next document in the list. Otherwise, the list of documents are re-ordered according to their personalized scores and then sent to the corresponding client from which the user submitted the search query.
  • Embodiments using a client-side implementation are similar to the server-side implementation, except that after step 920, the identified documents are sent to the corresponding client from which the user submitted the query. This client stores the user's user profile and it is responsible for re-ordering the documents based upon the user profile. Therefore, this client-side implementation may reduce the server's workload. Further, since there is no privacy concern with the client-side implementation, a user may be more willing to provide private information to customize the search results. However, a significant limitation to the client-side implementation is that only a limited number of documents, e.g., the top 50 documents (as determined using the generic rank), may be sent to a client for re-ordering due to limited network bandwidth. In contrast, the server-side implementation may be able to apply a user's profile to a much larger number of documents, e.g., 1000, that match the search query. Therefore, the client-side implementation may deprive a user access to those documents having relatively low generic ranks, but significantly high personalized ranks.
  • FIG. 9B illustrates another embodiment. Unlike the embodiment depicted in FIG. 9A, where the search query is not personalized before submitting the search query to the search engine 104, a generic query strategy is adjusted (step 965) according to the user's user profile to create a personalized query strategy. For example, relevant terms from the user profile may be added to the search query with associated weights. The creation of the personalized query strategy can be performed either on the client side or on the server side of the system. This embodiment avoids the network bandwidth restriction facing the previous embodiment. Finally, the search engine 104 submits the personalized query strategy to the content server 106 (step 970), and therefore the search results returned by the content server have already been ordered by the documents' personalized ranks (step 975).
  • The profiles of a group of users with related interests may be combined together to form a group profile, or a single profile may be formed based on the documents identified by the users in the group. For instance, several family members may use the same computer to submit search queries to a search engine. If the computer is tagged with a single user identifier by the search engine, the “user” will be the entire family of users, and the user profile will be represent a combination or mixture of the search preferences of the various family members. An individual user in the group may optionally have a separate user profile that differentiates this user from other group members. In operation, the search results for a user in the group are ranked according to the group profile, or according to the group profile and the user's user profile when the user also has a separate user profile.
  • It is possible that a user may switch his interests so dramatically that his new interests and preferences bear little resemblance to his user profile, or a user may be temporarily interested in a new topic. In this case, personalized search results produced according to the embodiments depicted in FIGS. 9A and 9B may be less favorable than search results ranked in accordance with the generic ranks of the documents in the search results. Additionally, the search results provided to a user may not include new websites among the top listed documents because the user's profile tends to increase the weight of older websites which the user has visited (i.e., older websites from which the user has viewed or downloaded web pages) in the past.
  • To reduce the impact caused by a change in a user's preferences and interests, the personalized search results may be merged with the generic search results. In one embodiment, the generic search results and personalized search results are interleaved, with the odd positions (e.g., 1, 3, 5, etc.) of a search results list reserved for generic search results and the even positions (e.g., 2, 4, 6, etc.) reserved for personalized search results, or vice versa. Preferably, the items in the generic search results will not duplicate the items listed in the personalized search results, and vice versa. More generally, generic search results are intermixed or interleaved with personalized search results, so that the items in the search results presented to the user include both generic and personalized search results.
  • In another embodiment, the personalized ranks and generic ranks are further weighted by a user profile's confidence level. The confidence level takes into account factors such as how much information has been acquired about the user, how close the current search query matches the user's profile, how old the user profile is, etc. If only a very short history of the user is available, the user's profile may be assigned a correspondingly low confidence value. The final score of an identified document can be determined as:
    FinalScore=ProfileScore*ProfileConfidence+GenericScore*(1−ProfileConfidence).
    When intermixing generic and personalized results, the fraction of personalized results may be adjusted based on the profile confidence, for example using only one personalized result when the confidence is low.
  • Sometimes, multiple users may share a machine, e.g., in a public library. These users may have different interests and preferences. In one embodiment, a user may explicitly login to the service so the system knows his identity. Alternatively, different users can be automatically recognized based on the items they access or other characteristics of their access patterns. For example, different users may move the mouse in different ways, type differently, and use different applications and features of those applications. Based on a corpus of events on a client and/or server, it is possible to create a model for identifying users, and for then using that identification to select an appropriate “user” profile. In such circumstances, the “user” may actually be a group of people having somewhat similar computer usage patterns, interests and the like.
  • Referring to FIG. 10, a personalized search engine system 1000 typically includes one or more processing units (CPU's) 1002, one or more network or other communications interfaces 1010, memory 1012, and one or more communication buses 1014 for interconnecting these components. The system 1000 may optionally include a user interface 1004, for instance a display 1006 and a keyboard 1008. Memory 1012 may include high speed random access memory and may also include non-volatile memory, such as one or more magnetic disk storage devices. Memory 1012 may include mass storage that is remotely located from the central processing unit(s) 1002. The memory 1012 preferably stores:
      • an operating system 1016 that includes procedures for handling various basic system services and for performing hardware dependent tasks;
      • a network communication module 1018 that is used for connecting the system 1000 to other servers or computers via one or more communication networks (wired or wireless), such as the Internet, other wide area networks, local area networks, metropolitan area networks, and so on;
      • a system initialization module 1020 that initializes other modules and data structures stored in memory 1012 required for the appropriate operation of system 1000;
      • a search engine 1022 for processing a search query, identifying and ordering search results according to the search query and a user's profile;
      • a user profile engine 1030 for gathering and processing user information, such as the user information identified in FIG. 2, and creating and updating a user's user profile that characterizes the user's search preferences and interests; and
      • data structures 1040, 1060 and 1080 for storing a plurality of user profiles.
  • The search engine 1022 may further comprise:
      • a generic rank module (or instructions) 1024 for processing a search query submitted by a user, identifying a list of documents matching the query and assigning each identified document a generic rank without reference to user specific information;
      • a user profile rank module (or instructions) 1026 for correlating each of a plurality of documents identified by the generic rank module 1024 with the user's user profile and assigning the document a profile rank indicating the relevance of the document to the user's search preferences and interests; and
      • a rank mixing module (or instructions) 1028 for combining the generic rank and the profile rank of an identified document into a personalized rank and re-ordering the list of documents according to their personalized ranks.
        In some embodiments, these modules 1024, 1026, 1028 may be implemented within a single procedure or in a set of procedures that reside within a single software module.
  • The user profile engine 1030 may further comprise:
      • a user information collection module 1032 for collecting and assorting various user information listed in FIG. 2;
      • a document content extraction module 1034 for selecting and extracting content from the documents identified by the user, to identify content relevant to the user's interests, using techniques such as paragraph sampling (as discussed above); and
      • a context analysis module 1036 for analyzing the content extracted by the document extraction module 1034 so as to identify terms that characterize a user's search preferences.
  • Each data structure hosting a user profile may further comprise:
      • a data structure 1042, 1062 or 1082 for storing a term-based user profile;
      • a data structure 1044, 1064 or 1084 for storing a category-based user profile; and
      • a data structure 1046, 1066 or 1086 for storing a link-based user profile.
  • The foregoing description, for purpose of explanation, has been described with reference to specific embodiments. However, the illustrative discussions above are not intended to be exhaustive or to limit the invention to the precise forms disclosed. Many modifications and variations are possible in view of the above teachings. The embodiments were chosen and described in order to best explain the principles of the invention and its practical applications, to thereby enable others skilled in the art to best utilize the invention and various embodiments with various modifications as are suited to the particular use contemplated.

Claims (58)

1. A method of personalizing search results of a search engine, comprising:
accessing a user profile for a user based on information about the user, the user information including information derived from a set of documents, the set of documents comprising a plurality of documents selected from the set consisting of documents identified by search results from the search engine, documents accessed by the user, documents linked to the documents identified by search results from the search engine, and documents linked to the documents accessed by the user;
receiving a search query from the user;
identifying a set of search result documents that match the search query;
assigning a generic score to each of at least a plurality of the search result documents;
assigning a personalized score to each document of the plurality of search result documents in accordance with the generic score assigned to the document and the user profile; and
ranking the set of search result documents according to their personalized scores.
2. The method of claim 1, wherein the set of documents include a plurality of documents that have been identified by search results from the search engine and that have been viewed by the user.
3. The method of claim 1, wherein the set of documents include a plurality of documents that have been identified by search results from the search engine and that have not been viewed by the user.
4. The method of claim 1, including updating the user profile by:
updating a term-based profile by identifying a set of terms from a document in the set of documents, and adding information about the identified set of terms to the term-based profile; and
updating a category-based profile by classifying the document into a plurality of categories, and adding information about the plurality of categories to the category-based profile.
5. The method of claim 4, including updating the user profile by:
updating a link-based profile by analyzing links in the document, and adding information derived from the analyzed links to the link-based profile.
6. The method of claim 5, wherein the link-based profile includes information about URLs or portions of URLs.
7. The method of claim 6, wherein the link-based profile comprises:
a plurality of URLs and a weight associated with each URL, wherein the weight is based on one or more factors selected from the group consisting of frequency with which the user visits the URL, time the user has spent viewing a document associated with the URL and quantity of the user's scrolling activity at the document; and
a plurality of hosts and a weight associated with each host, wherein the weight is based on frequency of the user's visits to the host.
8. The method of claim 7, wherein the URLs further include URLs that have not been visited by the user, but are related to the URLs that have been visited by the user and the weight of an unvisited URL depends on its distance to at least one related URLs that have been visited.
9. The method of claim 4, wherein a term in the term-based profile is an expression comprising at least one word and a weight.
10. The method of claim 9, wherein the weight is a weight associated with occurrences of the term in the set of documents.
11. The method of claim 9, wherein the weight of a term depends at least partially on the term's term frequency and inverse document frequency in said set of documents.
12. The method of claim 4, wherein a category in the category-based profile characterizes at least one aspect of documents in the category and the category is associated with a weight indicative of the category's importance relative to other categories.
13. The method of claim 12, wherein the at least one aspect of the documents in the category is selected from the group consisting of: document format, document type, document topic and document origin.
14. The method of claim 1, including updating the user profile by:
updating a category-based profile by classifying a document in the set of documents into a plurality of categories, and adding information about the plurality of categories to the category-based profile.
15. The method of claim 1, wherein the user profile is stored on a server of the search engine.
16. The method of claim 1, wherein the user profile is stored on a client associated with the user.
17. The method of claim 1, wherein the user is a group of users.
18. A method of personalizing search results of a search engine, comprising:
creating a plurality of user profiles for a plurality of users, each user profile including at least a user's identification number and information derived from documents visited by the user;
receiving a search query from a user of the plurality of users, the search query including at least one query term and the user's identification number;
selecting a set of documents from the Internet, assigning to each document in the set a generic score that characterizes the relevance of the document to the at least one query term;
retrieving the user's user profile and assigning to each of the set of documents a profile score based on the user profile; and
ranking the set of documents according to their generic and profile scores.
19. The method of claim 18, wherein the step of creating a user's user profile further comprises:
creating a term-based profile by extracting a set of terms from documents visited by the user and associating a weight with each extracted term; and
creating a category-based profile by determining a plurality of categories associated with documents visited by the user and associating a weight with each determined category.
20. The method of claim 18, wherein the step of creating a user's user profile further comprises:
creating a link-based profile by analyzing links in documents visited by the user and associating weights with the link.
21. The method of claim 18, wherein the user profile for a particular user includes demographic and geographic information provided by the user.
22. The method of claim 18, wherein the documents visited by the user from which information is derived for use in a particular user's user profile are selected based on the user's activities when visiting the documents.
23. The method of claim 18, including storing the plurality of user profiles on a server of the search engine; and
the retrieving including identifying the user's user profile based on a user identification number associated with both the user and the user's user profile.
24. The method of claim 18, including storing the plurality of user profiles on client computers associated with the plurality of users.
25. The method of claim 18, wherein the ranked set of documents comprises two sets of documents, one set of documents ordered by their generic scores and the other set of documents ordered by personalized scored generated by combining the document's generic and profile scores.
26. The method of claim 25, including interleaving or intermixing the two sets of documents to form the ranked set of documents.
27. A search engine system, comprising:
one or more central processing units for executing programs;
an interface for receiving event messages; and
a search engine module executable by the one or more central processing units, the module comprising:
instructions for accessing a user profile for a user, the user profile based on information about the user, the user information including information derived from a set of documents, the set of documents comprising a plurality of documents selected from the set consisting of documents identified by search results from the search engine system, documents accessed by the user, documents linked to the documents identified by search results from the search engine system, and documents linked to the documents accessed by the user;
instructions for receiving a search query from the user;
instructions for identifying a set of search result documents that match the search query;
instructions for assigning a generic score to each of at least a plurality of the search result documents;
instructions for assigning a personalized score to each document of the plurality of search result documents in accordance with the generic score assigned to the document and the user profile; and
instructions for ranking at least the plurality of the search result documents according to their personalized scores.
28. The system of claim 27, wherein the set of documents include a plurality of documents that have been identified by search results from the search engine and that have been viewed by the user.
29. The system of claim 27, wherein the set of documents include a plurality of documents that have been identified by search results from the search engine and that have not been viewed by the user.
30. The system of claim 27, further including:
instructions for updating a term-based profile by identifying a set of terms from a document in the set of documents, and adding information about the identified set of terms to the term-based profile; and
instructions for updating a category-based profile by classifying the document into a plurality of categories, and adding information about the plurality of categories to the category-based profile.
31. The system of claim 30, further including:
instructions for updating a link-based profile by analyzing links in the document, and adding information derived from the analyzed links to the link-based profile.
32. The system of claim 31, wherein the link-based profile includes information about URLs or portions of URLs.
33. The system of claim 32, wherein the link-based profile comprises:
a plurality of URLs and a weight associated with each URL, wherein the weight is based on one or more factors selected from the group consisting of frequency with which the user visits the URL, time the user has spent viewing a document associated with the URL and quantity of the user's scrolling activity at the document; and
a plurality of hosts and a weight associated with each host, wherein the weight is based on frequency of the user's visits to the host.
34. The system of claim 33, wherein the URLs further include URLs that have not been visited by the user, but are related to the URLs that have been visited by the user and the weight of an unvisited URL depends on its distance to at least one related URLs that have been visited.
35. The system of claim 30, wherein a term in the term-based profile is an expression comprising at least one word and a weight.
36. The system of claim 35, wherein the weight is a weight associated with occurrences of the term in the set of documents.
37. The system of claim 35, wherein the weight of a term depends at least partially on the term's term frequency and inverse document frequency in said set of documents.
38. The system of claim 30, wherein a category in the category-based profile characterizes at least one aspect of documents in the category and the category is associated with a weight indicative of the category's importance relative to other categories.
39. The system of claim 38, wherein the at least one aspect of the documents in the category is selected from the group consisting of: document format, document type, document topic and document origin.
40. The system of claim 27, wherein the user profile is stored on a server of the search engine.
41. The system of claim 27, wherein the user profile is stored on a client associated with the user.
42. The system of claim 27, wherein the user is a group of users.
43. A computer program product for use in conjunction with a computer system, the computer program product comprising a computer readable storage medium and a computer program mechanism embedded therein, the computer program mechanism comprising:
instructions for accessing a user profile for a user based on information about the user, the user information including information derived from a set of documents, the set of documents comprising a plurality of documents selected from the set consisting of documents identified by search results from a search engine, documents accessed by the user, documents linked to the documents identified by search results from the search engine, and documents linked to the documents accessed by the user;
instructions for receiving a search query from the user;
instructions for identifying a set of search result documents that match the search query;
instructions for assigning a generic score to each of at least a plurality of the search result documents;
instructions for assigning a personalized score to each document of the plurality of search result documents in accordance with the generic scores assigned to the document and the user profile; and
instructions for ranking at least the plurality of the search result documents according to their personalized scores.
44. The computer program product of claim 43, wherein the set of documents include a plurality of documents that have been identified by search results from the search engine and that have been viewed by the user.
45. The computer program product of claim 43, wherein the set of documents include a plurality of documents that have been identified by search results from the search engine and that have not been viewed by the user.
46. The computer program product of claim 43, further including:
instructions for updating a term-based profile by identifying a set of terms from a document in the set of documents, and adding information about the identified set of terms to the term-based profile; and
instructions for updating a category-based profile by classifying the document into a plurality of categories, and adding information about the plurality of categories to the category-based profile.
47. The computer program product of claim 46, further including:
instructions for updating a link-based profile by analyzing links in the document, and adding information derived from the analyzed links to the link-based profile.
48. The computer program product of claim 46, wherein the link-based profile includes information about URLs or portions of URLs.
49. The computer program product of claim 48, wherein the link-based profile comprises:
a plurality of URLs and a weight associated with each URL, wherein the weight is based on one or more factors selected from the group consisting of frequency with which the user visits the URL, time the user has spent viewing a document associated with the URL and quantity of the user's scrolling activity at the document; and
a plurality of hosts and a weight associated with each host, wherein the weight is based on frequency of the user's visits to the host.
50. The computer program product of claim 49, wherein the URLs further include URLs that have not been visited by the user, but are related to the URLs that have been visited by the user and the weight of an unvisited URL depends on its distance to at least one related URLs that have been visited.
51. The computer program product of claim 46, wherein a term in the term-based profile is an expression comprising at least one word and a weight.
52. The computer program product of claim 48, wherein the weight is a weight associated with occurrences of the term in the set of documents.
53. The computer program product of claim 48, wherein the weight of a term depends at least partially on the term's term frequency and inverse document frequency in said set of documents.
54. The computer program product of claim 46, wherein a category in the category-based profile characterizes at least one aspect of documents in the category and the category is associated with a weight indicative of the category's importance relative to other categories.
55. The computer program product of claim 54, wherein the at least one aspect of the documents in the category is selected from the group consisting of: document format, document type, document topic and document origin.
56. The computer program product of claim 43, wherein the user profile is stored on a server of the search engine.
57. The computer program product of claim 43, wherein the user profile is stored on a client associated with the user.
58. The computer program product of claim 43, wherein the user is a group of users.
US10/676,711 2003-09-30 2003-09-30 Personalization of web search Abandoned US20050071328A1 (en)

Priority Applications (14)

Application Number Priority Date Filing Date Title
US10/676,711 US20050071328A1 (en) 2003-09-30 2003-09-30 Personalization of web search
US10/877,775 US20050222989A1 (en) 2003-09-30 2004-06-24 Results based personalization of advertisements in a search engine
US10/877,776 US8321278B2 (en) 2003-09-30 2004-06-24 Targeted advertisements based on user profiles and page profile
US10/890,854 US7693827B2 (en) 2003-09-30 2004-07-13 Personalization of placed content ordering in search results
BRPI0414926-2A BRPI0414926A (en) 2003-09-30 2004-09-14 method for customizing search results for a search appliance, search appliance system, and computer program product
JP2006533927A JP4638439B2 (en) 2003-09-30 2004-09-14 Personalized web search
PCT/US2004/030258 WO2005033979A1 (en) 2003-09-30 2004-09-14 Personalization of web search
CA2540679A CA2540679C (en) 2003-09-30 2004-09-14 Personalization of web search
EP04784204.2A EP1673703B1 (en) 2003-09-30 2004-09-14 Personalization of web search
ZA200602570A ZA200602570B (en) 2003-09-30 2006-03-29 Personalization of web search
US12/778,869 US20100228715A1 (en) 2003-09-30 2010-05-12 Personalization of Web Search Results Using Term, Category, and Link-Based User Profiles
US13/295,019 US20120233142A1 (en) 2003-09-30 2011-11-11 Personalization of Web Search Results Using Term, Category, and Link-Based User Profiles
US13/735,953 US9298777B2 (en) 2003-09-30 2013-01-07 Personalization of web search results using term, category, and link-based user profiles
US15/059,826 US10839029B2 (en) 2003-09-30 2016-03-03 Personalization of web search results using term, category, and link-based user profiles

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US10/676,711 US20050071328A1 (en) 2003-09-30 2003-09-30 Personalization of web search

Related Child Applications (4)

Application Number Title Priority Date Filing Date
US10/877,776 Continuation-In-Part US8321278B2 (en) 2003-09-30 2004-06-24 Targeted advertisements based on user profiles and page profile
US10/877,775 Continuation-In-Part US20050222989A1 (en) 2003-09-30 2004-06-24 Results based personalization of advertisements in a search engine
US10/890,854 Continuation-In-Part US7693827B2 (en) 2003-09-30 2004-07-13 Personalization of placed content ordering in search results
US12/778,869 Continuation US20100228715A1 (en) 2003-09-30 2010-05-12 Personalization of Web Search Results Using Term, Category, and Link-Based User Profiles

Publications (1)

Publication Number Publication Date
US20050071328A1 true US20050071328A1 (en) 2005-03-31

Family

ID=34377443

Family Applications (5)

Application Number Title Priority Date Filing Date
US10/676,711 Abandoned US20050071328A1 (en) 2003-09-30 2003-09-30 Personalization of web search
US12/778,869 Abandoned US20100228715A1 (en) 2003-09-30 2010-05-12 Personalization of Web Search Results Using Term, Category, and Link-Based User Profiles
US13/295,019 Abandoned US20120233142A1 (en) 2003-09-30 2011-11-11 Personalization of Web Search Results Using Term, Category, and Link-Based User Profiles
US13/735,953 Expired - Lifetime US9298777B2 (en) 2003-09-30 2013-01-07 Personalization of web search results using term, category, and link-based user profiles
US15/059,826 Active 2024-08-01 US10839029B2 (en) 2003-09-30 2016-03-03 Personalization of web search results using term, category, and link-based user profiles

Family Applications After (4)

Application Number Title Priority Date Filing Date
US12/778,869 Abandoned US20100228715A1 (en) 2003-09-30 2010-05-12 Personalization of Web Search Results Using Term, Category, and Link-Based User Profiles
US13/295,019 Abandoned US20120233142A1 (en) 2003-09-30 2011-11-11 Personalization of Web Search Results Using Term, Category, and Link-Based User Profiles
US13/735,953 Expired - Lifetime US9298777B2 (en) 2003-09-30 2013-01-07 Personalization of web search results using term, category, and link-based user profiles
US15/059,826 Active 2024-08-01 US10839029B2 (en) 2003-09-30 2016-03-03 Personalization of web search results using term, category, and link-based user profiles

Country Status (7)

Country Link
US (5) US20050071328A1 (en)
EP (1) EP1673703B1 (en)
JP (1) JP4638439B2 (en)
BR (1) BRPI0414926A (en)
CA (1) CA2540679C (en)
WO (1) WO2005033979A1 (en)
ZA (1) ZA200602570B (en)

Cited By (434)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040103122A1 (en) * 2002-07-13 2004-05-27 John Irving Method and system for filtered web browsing in a multi-level monitored and filtered system
US20040103118A1 (en) * 2002-07-13 2004-05-27 John Irving Method and system for multi-level monitoring and filtering of electronic transmissions
US20040111423A1 (en) * 2002-07-13 2004-06-10 John Irving Method and system for secure, community profile generation and access via a communication system
US20040143843A1 (en) * 2000-01-19 2004-07-22 Denis Khoo Content with customized advertisement
US20050038805A1 (en) * 2003-08-12 2005-02-17 Eagleforce Associates Knowledge Discovery Appartus and Method
US20050038699A1 (en) * 2003-08-12 2005-02-17 Lillibridge Mark David System and method for targeted advertising via commitment
US20050080771A1 (en) * 2003-10-14 2005-04-14 Fish Edmund J. Search enhancement system with information from a selected source
US20050097188A1 (en) * 2003-10-14 2005-05-05 Fish Edmund J. Search enhancement system having personal search parameters
US20050210006A1 (en) * 2004-03-18 2005-09-22 Microsoft Corporation Field weighting in text searching
US20050216446A1 (en) * 2004-03-29 2005-09-29 Hall Karl E Technical process to deliver pre-populated search suggestions using the intelli-match search methodology
US20050278312A1 (en) * 2004-06-10 2005-12-15 International Business Machines Corporation Framework reactive search facility
US20050278313A1 (en) * 2004-06-10 2005-12-15 International Business Machines Corporation Search scheduling and delivery
US20050278362A1 (en) * 2003-08-12 2005-12-15 Maren Alianna J Knowledge discovery system
US20050278288A1 (en) * 2004-06-10 2005-12-15 International Business Machines Corporation Search framework metadata
US20060001015A1 (en) * 2003-05-26 2006-01-05 Kroy Building Products, Inc. ; Method of forming a barrier
US20060004711A1 (en) * 2004-06-30 2006-01-05 Microsoft Corporation System and method for ranking search results based on tracked user preferences
US20060004871A1 (en) * 2004-06-30 2006-01-05 Kabushiki Kaisha Toshiba Multimedia data reproducing apparatus and multimedia data reproducing method and computer-readable medium therefor
US20060004809A1 (en) * 2004-06-30 2006-01-05 Microsoft Corporation Method and system for calculating document importance using document classifications
US20060020593A1 (en) * 2004-06-25 2006-01-26 Mark Ramsaier Dynamic search processor
US20060022683A1 (en) * 2004-07-27 2006-02-02 Johnson Leonard A Probe apparatus for use in a separable connector, and systems including same
US20060031195A1 (en) * 2004-07-26 2006-02-09 Patterson Anna L Phrase-based searching in an information retrieval system
US20060036598A1 (en) * 2004-08-09 2006-02-16 Jie Wu Computerized method for ranking linked information items in distributed sources
US20060047643A1 (en) * 2004-08-31 2006-03-02 Chirag Chaman Method and system for a personalized search engine
US20060059134A1 (en) * 2004-09-10 2006-03-16 Eran Palmon Creating attachments and ranking users and attachments for conducting a search directed by a hierarchy-free set of topics
US20060058019A1 (en) * 2004-09-15 2006-03-16 Chan Wesley T Method and system for dynamically modifying the appearance of browser screens on a client device
US20060059028A1 (en) * 2002-09-09 2006-03-16 Eder Jeffrey S Context search system
US20060069699A1 (en) * 2004-09-10 2006-03-30 Frank Smadja Authoring and managing personalized searchable link collections
US20060069674A1 (en) * 2004-09-10 2006-03-30 Eran Palmon Creating and sharing collections of links for conducting a search directed by a hierarchy-free set of topics, and a user interface therefor
US20060069982A1 (en) * 2004-09-30 2006-03-30 Microsoft Corporation Click distance determination
US20060074871A1 (en) * 2004-09-30 2006-04-06 Microsoft Corporation System and method for incorporating anchor text into ranking search results
US20060074883A1 (en) * 2004-10-05 2006-04-06 Microsoft Corporation Systems, methods, and interfaces for providing personalized search and information access
US20060074864A1 (en) * 2004-09-24 2006-04-06 Microsoft Corporation System and method for controlling ranking of pages returned by a search engine
US20060074903A1 (en) * 2004-09-30 2006-04-06 Microsoft Corporation System and method for ranking search results using click distance
US20060085401A1 (en) * 2004-10-20 2006-04-20 Microsoft Corporation Analyzing operational and other data from search system or the like
US20060090183A1 (en) * 2004-10-26 2006-04-27 David Zito Method and apparatus for a search-enabled remote control device
US20060095430A1 (en) * 2004-10-29 2006-05-04 Microsoft Corporation Web page ranking with hierarchical considerations
US20060101017A1 (en) * 2004-11-08 2006-05-11 Eder Jeffrey S Search ranking system
US20060101003A1 (en) * 2004-11-11 2006-05-11 Chad Carson Active abstracts
US20060101012A1 (en) * 2004-11-11 2006-05-11 Chad Carson Search system presenting active abstracts including linked terms
US20060107289A1 (en) * 2004-07-28 2006-05-18 Microsoft Corporation Thumbnail generation and presentation for recorded TV programs
US20060136411A1 (en) * 2004-12-21 2006-06-22 Microsoft Corporation Ranking search results using feature extraction
US20060143296A1 (en) * 2004-12-27 2006-06-29 International Business Machines Corporation Service offering for the delivery of information with continuing improvement
US20060161621A1 (en) * 2005-01-15 2006-07-20 Outland Research, Llc System, method and computer program product for collaboration and synchronization of media content on a plurality of media players
US20060168623A1 (en) * 2000-01-19 2006-07-27 Denis Khoo Method and system for providing a customized media list
US20060167943A1 (en) * 2005-01-27 2006-07-27 Outland Research, L.L.C. System, method and computer program product for rejecting or deferring the playing of a media file retrieved by an automated process
US20060167689A1 (en) * 2004-11-02 2006-07-27 Eagleforce Associates System and method for predictive analysis and predictive analysis markup language
US20060167576A1 (en) * 2005-01-27 2006-07-27 Outland Research, L.L.C. System, method and computer program product for automatically selecting, suggesting and playing music media files
US20060167942A1 (en) * 2004-10-27 2006-07-27 Lucas Scott G Enhanced client relationship management systems and methods with a recommendation engine
US20060173828A1 (en) * 2005-02-01 2006-08-03 Outland Research, Llc Methods and apparatus for using personal background data to improve the organization of documents retrieved in response to a search query
US20060173556A1 (en) * 2005-02-01 2006-08-03 Outland Research,. Llc Methods and apparatus for using user gender and/or age group to improve the organization of documents retrieved in response to a search query
US20060179044A1 (en) * 2005-02-04 2006-08-10 Outland Research, Llc Methods and apparatus for using life-context of a user to improve the organization of documents retrieved in response to a search query from that user
US20060179056A1 (en) * 2005-10-12 2006-08-10 Outland Research Enhanced storage and retrieval of spatially associated information
US20060186197A1 (en) * 2005-06-16 2006-08-24 Outland Research Method and apparatus for wireless customer interaction with the attendants working in a restaurant
US20060195428A1 (en) * 2004-12-28 2006-08-31 Douglas Peckover System, method and apparatus for electronically searching for an item
US20060195361A1 (en) * 2005-10-01 2006-08-31 Outland Research Location-based demographic profiling system and method of use
US20060195778A1 (en) * 1999-08-23 2006-08-31 Bendik Mary M Document management systems and methods
US20060200460A1 (en) * 2005-03-03 2006-09-07 Microsoft Corporation System and method for ranking search results using file types
US20060204142A1 (en) * 2005-03-11 2006-09-14 Alamy Limited Ranking of images in the results of a search
US20060223635A1 (en) * 2005-04-04 2006-10-05 Outland Research method and apparatus for an on-screen/off-screen first person gaming experience
US20060223637A1 (en) * 2005-03-31 2006-10-05 Outland Research, Llc Video game system combining gaming simulation with remote robot control and remote robot feedback
US20060229058A1 (en) * 2005-10-29 2006-10-12 Outland Research Real-time person-to-person communication using geospatial addressing
US20060230012A1 (en) * 2005-03-30 2006-10-12 International Business Machines Corporation System and method for dynamically tracking user interests based on personal information
WO2006110480A1 (en) * 2005-04-07 2006-10-19 Yahoo! Inc. Customizable filters for personalized search
US20060238379A1 (en) * 2005-04-21 2006-10-26 Microsoft Corporation Obtaining and displaying virtual earth images
US20060242135A1 (en) * 2005-04-20 2006-10-26 Microsoft Corporation System and method for personalized search
US20060242130A1 (en) * 2005-04-23 2006-10-26 Clenova, Llc Information retrieval using conjunctive search and link discovery
EP1717720A1 (en) * 2005-04-29 2006-11-02 Palo Alto Research Center Incorporated Discovery of related documents based on a proximal neighborhood measure
US20060253210A1 (en) * 2005-03-26 2006-11-09 Outland Research, Llc Intelligent Pace-Setting Portable Media Player
US20060253572A1 (en) * 2005-04-13 2006-11-09 Osmani Gomez Method and system for management of an electronic mentoring program
US20060259574A1 (en) * 2005-05-13 2006-11-16 Outland Research, Llc Method and apparatus for accessing spatially associated information
US20060256007A1 (en) * 2005-05-13 2006-11-16 Outland Research, Llc Triangulation method and apparatus for targeting and accessing spatially associated information
US20060256008A1 (en) * 2005-05-13 2006-11-16 Outland Research, Llc Pointing interface for person-to-person information exchange
US20060259479A1 (en) * 2005-05-12 2006-11-16 Microsoft Corporation System and method for automatic generation of suggested inline search terms
US20060271286A1 (en) * 2005-05-27 2006-11-30 Outland Research, Llc Image-enhanced vehicle navigation systems and methods
US20060271524A1 (en) * 2005-02-28 2006-11-30 Michael Tanne Methods of and systems for searching by incorporating user-entered information
US20060288074A1 (en) * 2005-09-09 2006-12-21 Outland Research, Llc System, Method and Computer Program Product for Collaborative Broadcast Media
US20060294155A1 (en) * 2004-07-26 2006-12-28 Patterson Anna L Detecting spam documents in a phrase based information retrieval system
US20060294100A1 (en) * 2005-03-03 2006-12-28 Microsoft Corporation Ranking search results using language types
US20070005575A1 (en) * 2005-06-30 2007-01-04 Microsoft Corporation Prioritizing search results by client search satisfaction
US20070005523A1 (en) * 2005-04-12 2007-01-04 Eagleforce Associates, Inc. System and method for evidence accumulation and hypothesis generation
US20070011049A1 (en) * 2005-07-09 2007-01-11 Eder Jeffrey S Intelligent, personalized commerce chain
US20070038622A1 (en) * 2005-08-15 2007-02-15 Microsoft Corporation Method ranking search results using biased click distance
US20070051503A1 (en) * 2005-09-08 2007-03-08 Grajzl Harold A Corrosion resistant charge air cooler and method of making same
US20070075127A1 (en) * 2005-12-21 2007-04-05 Outland Research, Llc Orientation-based power conservation for portable media devices
US20070083323A1 (en) * 2005-10-07 2007-04-12 Outland Research Personal cuing for spatially associated information
US20070106659A1 (en) * 2005-03-18 2007-05-10 Yunshan Lu Search engine that applies feedback from users to improve search results
US7219073B1 (en) 1999-08-03 2007-05-15 Brandnamestores.Com Method for extracting information utilizing a user-context-based search engine
US20070112761A1 (en) * 2005-06-28 2007-05-17 Zhichen Xu Search engine with augmented relevance ranking by community participation
US20070129888A1 (en) * 2005-12-05 2007-06-07 Outland Research Spatially associated personal reminder system and method
US20070125852A1 (en) * 2005-10-07 2007-06-07 Outland Research, Llc Shake responsive portable media player
US20070130205A1 (en) * 2005-12-05 2007-06-07 Microsoft Corporation Metadata driven user interface
US20070150473A1 (en) * 2005-12-22 2007-06-28 Microsoft Corporation Search By Document Type And Relevance
US20070150188A1 (en) * 2005-05-27 2007-06-28 Outland Research, Llc First-person video-based travel planning system
US20070156720A1 (en) * 2005-08-31 2007-07-05 Eagleforce Associates System for hypothesis generation
US20070162424A1 (en) * 2005-12-30 2007-07-12 Glen Jeh Method, system, and graphical user interface for alerting a computer user to new results for a prior search
EP1808786A1 (en) * 2006-01-12 2007-07-18 Yoogli, Inc. User context based search engine
WO2007080413A1 (en) * 2006-01-13 2007-07-19 Vodafone Group Plc Search platform
US20070185858A1 (en) * 2005-08-03 2007-08-09 Yunshan Lu Systems for and methods of finding relevant documents by analyzing tags
US20070192289A1 (en) * 2006-01-31 2007-08-16 Walton Lin Enhanced search results
US20070198486A1 (en) * 2005-08-29 2007-08-23 Daniel Abrams Internet search engine with browser tools
US20070198504A1 (en) * 2006-02-23 2007-08-23 Microsoft Corporation Calculating level-based importance of a web page
US20070208730A1 (en) * 2006-03-02 2007-09-06 Microsoft Corporation Mining web search user behavior to enhance web search relevance
US20070210937A1 (en) * 2005-04-21 2007-09-13 Microsoft Corporation Dynamic rendering of map information
US20070233671A1 (en) * 2006-03-30 2007-10-04 Oztekin Bilgehan U Group Customized Search
US20070260597A1 (en) * 2006-05-02 2007-11-08 Mark Cramer Dynamic search engine results employing user behavior
EP1860575A1 (en) 2006-05-16 2007-11-28 Hurra Communications GmbH Method for evaluating information to be represented on a network page
US20070276870A1 (en) * 2005-01-27 2007-11-29 Outland Research, Llc Method and apparatus for intelligent media selection using age and/or gender
EP1862916A1 (en) * 2006-06-01 2007-12-05 Microsoft Corporation Indexing Documents for Information Retrieval based on additional feedback fields
US20070294615A1 (en) * 2006-05-30 2007-12-20 Microsoft Corporation Personalizing a search results page based on search history
US20070294225A1 (en) * 2006-06-19 2007-12-20 Microsoft Corporation Diversifying search results for improved search and personalization
US20070299785A1 (en) * 2006-06-23 2007-12-27 Dylan Tullberg Method of searching and classifying funds
US20080005064A1 (en) * 2005-06-28 2008-01-03 Yahoo! Inc. Apparatus and method for content annotation and conditional annotation retrieval in a search context
US20080027979A1 (en) * 2006-07-31 2008-01-31 Microsoft Corporation Presenting information related to topics extracted from event classes
US20080028036A1 (en) * 2006-07-31 2008-01-31 Microsoft Corporation Adaptive dissemination of personalized and contextually relevant information
US20080027921A1 (en) * 2006-07-31 2008-01-31 Microsoft Corporation Temporal ranking of search results
US20080032719A1 (en) * 2005-10-01 2008-02-07 Outland Research, Llc Centralized establishment-based tracking and messaging service
US20080033841A1 (en) * 1999-04-11 2008-02-07 Wanker William P Customizable electronic commerce comparison system and method
US20080040301A1 (en) * 2006-08-10 2008-02-14 Yahoo! Inc. System and method for inferring user interest based on analysis of user-generated metadata
US20080082528A1 (en) * 2006-10-03 2008-04-03 Pointer S.R.L. Systems and methods for ranking search engine results
US20080082485A1 (en) * 2006-09-28 2008-04-03 Microsoft Corporation Personalized information retrieval search with backoff
US20080104026A1 (en) * 2006-10-30 2008-05-01 Koran Joshua M Optimization of targeted advertisements based on user profile information
US20080114751A1 (en) * 2006-05-02 2008-05-15 Surf Canyon Incorporated Real time implicit user modeling for personalized search
US20080168045A1 (en) * 2007-01-10 2008-07-10 Microsoft Corporation Content rank
US20080172374A1 (en) * 2007-01-17 2008-07-17 Google Inc. Presentation of Local Results
US20080172362A1 (en) * 2007-01-17 2008-07-17 Google Inc. Providing Relevance-Ordered Categories of Information
US20080172357A1 (en) * 2007-01-17 2008-07-17 Google Inc. Location in search queries
US20080176194A1 (en) * 2006-11-08 2008-07-24 Nina Zolt System for developing literacy skills using loosely coupled tools in a self-directed learning process within a collaborative social network
US20080183691A1 (en) * 2007-01-30 2008-07-31 International Business Machines Corporation Method for a networked knowledge based document retrieval and ranking utilizing extracted document metadata and content
EP1974297A2 (en) * 2005-12-29 2008-10-01 Microsoft Corporation Dynamic search with implicit user intention mining
US20080243785A1 (en) * 2007-03-30 2008-10-02 Tyron Jerrod Stading System and methods of searching data sources
US20080243805A1 (en) * 2004-01-20 2008-10-02 Srinivas Gutta Automatic Creation of E-Books
US20080243784A1 (en) * 2007-03-30 2008-10-02 Tyron Jerrod Stading System and methods of query refinement
US20080249798A1 (en) * 2007-04-04 2008-10-09 Atul Tulshibagwale Method and System of Ranking Web Content
EP1987484A2 (en) * 2006-02-16 2008-11-05 Hillcrest Laboratories, Inc. Systems and methods for placing advertisements
US20080281808A1 (en) * 2007-05-10 2008-11-13 Microsoft Corporation Recommendation of related electronic assets based on user search behavior
US20080281809A1 (en) * 2007-05-10 2008-11-13 Microsoft Corporation Automated analysis of user search behavior
US20080288588A1 (en) * 2006-11-01 2008-11-20 Worldvuer, Inc. Method and system for searching using image based tagging
US20080301551A1 (en) * 2007-05-29 2008-12-04 Tasteindex.Com Llc Taste network system and method
US20080301582A1 (en) * 2007-05-29 2008-12-04 Tasteindex.Com Llc Taste network widget system
US20080300958A1 (en) * 2007-05-29 2008-12-04 Tasteindex.Com Llc Taste network content targeting
US20080306943A1 (en) * 2004-07-26 2008-12-11 Anna Lynn Patterson Phrase-based detection of duplicate documents in an information retrieval system
US20080320300A1 (en) * 2005-12-22 2008-12-25 Microsoft Corporation Authorisation and Authentication
US20080319949A1 (en) * 2002-07-13 2008-12-25 Epals, Inc. Method and system for interactive, multi-user electronic data transmission in a multi-level monitored and filtered system
US20080319971A1 (en) * 2004-07-26 2008-12-25 Anna Lynn Patterson Phrase-based personalization of searches in an information retrieval system
US20080315331A1 (en) * 2007-06-25 2008-12-25 Robert Gideon Wodnicki Ultrasound system with through via interconnect structure
US20090012949A1 (en) * 2005-12-13 2009-01-08 Thompson Simon G User Specific Database Querying Method and Apparatus
US20090017798A1 (en) * 2007-07-13 2009-01-15 Pop Adrian Method and system for providing advertisements/messages based on bluetooth® technology
US20090019002A1 (en) * 2007-07-13 2009-01-15 Medio Systems, Inc. Personalized query completion suggestion
US20090030923A1 (en) * 2007-07-26 2009-01-29 International Business Machines Corporation Identification of shared resources
US20090063475A1 (en) * 2007-08-27 2009-03-05 Sudhir Pendse Tool for personalized search
US20090070490A1 (en) * 2006-11-08 2009-03-12 Dozier Linda T Dynamic Characterization of Nodes in a Semantic Network for Desired Functions Such As Search, Discovery, Matching, Content Delivery, and synchronization of Activity and Information
WO2009030990A1 (en) * 2007-09-06 2009-03-12 Chin San Sathya Wong Method and system of interacting with a server, and method and system for generating and presenting search results
US20090094204A1 (en) * 2006-04-05 2009-04-09 Tomihisa Shiraishi Reply generation apparatus and method and program for causing computer to function as reply generating apparatus
US20090106223A1 (en) * 2007-10-18 2009-04-23 Microsoft Corporation Enterprise relevancy ranking using a neural network
US20090106221A1 (en) * 2007-10-18 2009-04-23 Microsoft Corporation Ranking and Providing Search Results Based In Part On A Number Of Click-Through Features
US20090106235A1 (en) * 2007-10-18 2009-04-23 Microsoft Corporation Document Length as a Static Relevance Feature for Ranking Search Results
US7536408B2 (en) 2004-07-26 2009-05-19 Google Inc. Phrase-based indexing in an information retrieval system
US20090132504A1 (en) * 2007-11-16 2009-05-21 Iac Search & Media, Inc. Categorization in a system and method for conducting a search
US20090132643A1 (en) * 2007-11-16 2009-05-21 Iac Search & Media, Inc. Persistent local search interface and method
US20090132644A1 (en) * 2007-11-16 2009-05-21 Iac Search & Medie, Inc. User interface and method in a local search system with related search results
US20090132513A1 (en) * 2007-11-16 2009-05-21 Iac Search & Media, Inc. Correlation of data in a system and method for conducting a search
US20090132514A1 (en) * 2007-11-16 2009-05-21 Iac Search & Media, Inc. method and system for building text descriptions in a search database
US20090132526A1 (en) * 2007-11-19 2009-05-21 Jong-Hun Park Content recommendation apparatus and method using tag cloud
US20090132484A1 (en) * 2007-11-16 2009-05-21 Iac Search & Media, Inc. User interface and method in a local search system having vertical context
US20090132573A1 (en) * 2007-11-16 2009-05-21 Iac Search & Media, Inc. User interface and method in a local search system with search results restricted by drawn figure elements
US20090132645A1 (en) * 2007-11-16 2009-05-21 Iac Search & Media, Inc. User interface and method in a local search system with multiple-field comparison
US20090138442A1 (en) * 2007-11-27 2009-05-28 Institute For Information Industry System and method for generating 'snapshot's of learning objects
US20090138329A1 (en) * 2007-11-26 2009-05-28 William Paul Wanker Application of query weights input to an electronic commerce information system to target advertising
US20090138486A1 (en) * 2006-02-28 2009-05-28 Microsoft Corporation Secure Content Descriptions
US7567959B2 (en) 2004-07-26 2009-07-28 Google Inc. Multiple index based information retrieval system
US20090198488A1 (en) * 2008-02-05 2009-08-06 Eric Arno Vigen System and method for analyzing communications using multi-placement hierarchical structures
US20090204599A1 (en) * 2008-02-13 2009-08-13 Microsoft Corporation Using related users data to enhance web search
US7584175B2 (en) 2004-07-26 2009-09-01 Google Inc. Phrase-based generation of document descriptions
US20090234876A1 (en) * 2008-03-14 2009-09-17 Timothy Schigel Systems and methods for content sharing
US20090234834A1 (en) * 2008-03-12 2009-09-17 Yahoo! Inc. System, method, and/or apparatus for reordering search results
WO2009117216A1 (en) * 2008-03-18 2009-09-24 Yahoo, Inc. Personalizing sponsored search advertising layout using user behavior history
EP2105846A1 (en) * 2008-03-28 2009-09-30 Sony Corporation Method of recommending content items
US20090248677A1 (en) * 2008-03-26 2009-10-01 Amiram Grynberg Methods for generating a personalized list of documents associated with a search query
US20090259651A1 (en) * 2008-04-11 2009-10-15 Microsoft Corporation Search results ranking using editing distance and document information
US20090276399A1 (en) * 2008-04-30 2009-11-05 Yahoo! Inc. Ranking documents through contextual shortcuts
US20090292688A1 (en) * 2008-05-23 2009-11-26 Yahoo! Inc. Ordering relevant content by time for determining top picks
US20090292684A1 (en) * 2008-05-21 2009-11-26 Microsoft Corporation Promoting websites based on location
US20090327270A1 (en) * 2008-06-27 2009-12-31 Microsoft Corporation Using Variation in User Interest to Enhance the Search Experience
US20090327228A1 (en) * 2008-06-27 2009-12-31 Microsoft Corporation Balancing the costs of sharing private data with the utility of enhanced personalization of online services
US20090327243A1 (en) * 2008-06-27 2009-12-31 Cbs Interactive, Inc. Personalization engine for classifying unstructured documents
US20100017414A1 (en) * 2008-07-18 2010-01-21 Leeds Douglas D Search activity eraser
US20100017403A1 (en) * 2004-09-27 2010-01-21 Microsoft Corporation System and method for scoping searches using index keys
US20100023513A1 (en) * 2006-06-22 2010-01-28 Yahoo! Inc. User-sensitive pagerank
US20100036830A1 (en) * 2008-08-07 2010-02-11 Yahoo! Inc. Context based search arrangement for mobile devices
US7685192B1 (en) * 2006-06-30 2010-03-23 Amazon Technologies, Inc. Method and system for displaying interest space user communities
US20100082684A1 (en) * 2008-10-01 2010-04-01 Yahoo! Inc. Method and system for providing personalized web experience
US7693813B1 (en) 2007-03-30 2010-04-06 Google Inc. Index server architecture using tiered and sharded phrase posting lists
US20100094859A1 (en) * 2006-08-09 2010-04-15 Gupta Puneet K Folksonomy-Enhanced Enterprise-Centric Collaboration and Knowledge Management System
US7702614B1 (en) 2007-03-30 2010-04-20 Google Inc. Index updating using segment swapping
US7702618B1 (en) 2004-07-26 2010-04-20 Google Inc. Information retrieval system for archiving multiple document versions
US20100138413A1 (en) * 2008-12-03 2010-06-03 Xiaoyuan Wu System and method for personalized search
US20100211568A1 (en) * 2009-02-19 2010-08-19 Wei Chu Personalized recommendations on dynamic content
US20100235231A1 (en) * 2009-01-30 2010-09-16 Cbs Interactive, Inc. Lead acquisition, promotion and inventory management system and method
US20100250341A1 (en) * 2006-03-16 2010-09-30 Dailyme, Inc. Digital content personalization method and system
US7827170B1 (en) 2007-03-13 2010-11-02 Google Inc. Systems and methods for demoting personalized search results based on personal information
US20100287129A1 (en) * 2009-05-07 2010-11-11 Yahoo!, Inc., a Delaware corporation System, method, or apparatus relating to categorizing or selecting potential search results
US20100287033A1 (en) * 2009-05-08 2010-11-11 Comcast Interactive Media, Llc Social Network Based Recommendation Method and System
US20100299317A1 (en) * 2006-12-20 2010-11-25 Victor David Uy Method of displaying a subjective score with search engine results
US20100299140A1 (en) * 2009-05-22 2010-11-25 Cycorp, Inc. Identifying and routing of documents of potential interest to subscribers using interest determination rules
EP2260408A2 (en) * 2008-02-25 2010-12-15 Atigeo LLC Electronic profile development, storage, use and systems for taking action based thereon
US20100318533A1 (en) * 2009-06-10 2010-12-16 Yahoo! Inc. Enriched document representations using aggregated anchor text
US20110035375A1 (en) * 2009-08-06 2011-02-10 Ron Bekkerman Building user profiles for website personalization
US20110040753A1 (en) * 2009-08-11 2011-02-17 Steve Knight Personalized search engine
US7925655B1 (en) 2007-03-30 2011-04-12 Google Inc. Query scheduling using hierarchical tiers of index servers
US20110106829A1 (en) * 2008-06-27 2011-05-05 Cbs Interactive, Inc. Personalization engine for building a user profile
US20110119137A1 (en) * 2004-10-19 2011-05-19 Steve Morsa Match engine marketing
US20110136542A1 (en) * 2009-12-09 2011-06-09 Nokia Corporation Method and apparatus for suggesting information resources based on context and preferences
US7962462B1 (en) * 2005-05-31 2011-06-14 Google Inc. Deriving and using document and site quality signals from search query streams
US20110145234A1 (en) * 2008-08-26 2011-06-16 Huawei Technologies Co., Ltd. Search method and system
US20110179025A1 (en) * 2010-01-21 2011-07-21 Kryptonite Systems Inc Social and contextual searching for enterprise business applications
US7987185B1 (en) * 2006-12-29 2011-07-26 Google Inc. Ranking custom search results
US20110208732A1 (en) * 2010-02-24 2011-08-25 Apple Inc. Systems and methods for organizing data items
CN102253943A (en) * 2010-05-21 2011-11-23 卓望数码技术(深圳)有限公司 Webpage rating method and webpage rating system
US20110295612A1 (en) * 2010-05-28 2011-12-01 Thierry Donneau-Golencer Method and apparatus for user modelization
US8086594B1 (en) 2007-03-30 2011-12-27 Google Inc. Bifurcated document relevance scoring
US8095408B2 (en) 2004-10-11 2012-01-10 Sharethis, Inc. System and method for facilitating network connectivity based on user characteristics
US8103659B1 (en) * 2005-06-06 2012-01-24 A9.Com, Inc. Perspective-based item navigation
US8117223B2 (en) 2007-09-07 2012-02-14 Google Inc. Integrating external related phrase information into a phrase-based indexing information retrieval system
US20120066587A1 (en) * 2009-07-03 2012-03-15 Bao-Yao Zhou Apparatus and Method for Text Extraction
US20120072424A1 (en) * 2010-09-21 2012-03-22 George Weising Developing a Knowledge Base Associated with a User That Facilitates Evolution of an Intelligent User Interface
US8166021B1 (en) 2007-03-30 2012-04-24 Google Inc. Query phrasification
US8166045B1 (en) 2007-03-30 2012-04-24 Google Inc. Phrase extraction using subphrase scoring
US20120117449A1 (en) * 2010-11-08 2012-05-10 Microsoft Corporation Creating and Modifying an Image Wiki Page
US8185514B1 (en) * 2004-11-16 2012-05-22 Topix Llc User-interface feature and technique for providing users of a network site links that have been determined to be of interest to the user
WO2012097124A1 (en) * 2011-01-14 2012-07-19 Alibaba Group Holding Limited Ranking of query results based on individuals' needs
US8229862B2 (en) 2004-01-21 2012-07-24 Google Inc. Methods and systems for rating associated members in a network
CN102622445A (en) * 2012-03-15 2012-08-01 华南理工大学 User interest perception based webpage push system and webpage push method
US8244737B2 (en) 2007-06-18 2012-08-14 Microsoft Corporation Ranking documents based on a series of document graphs
US8244766B2 (en) 2010-04-13 2012-08-14 Microsoft Corporation Applying a model of a persona to search results
US20120215761A1 (en) * 2008-02-14 2012-08-23 Gist Inc. Fka Minebox Inc. Method and System for Automated Search for, and Retrieval and Distribution of, Information
US8316021B2 (en) * 2010-06-30 2012-11-20 Emergency 24, Inc. Methods and systems for enhanced placement search engine based on user usage
US8326861B1 (en) * 2010-06-23 2012-12-04 Google Inc. Personalized term importance evaluation in queries
WO2013013217A1 (en) * 2011-07-20 2013-01-24 Microsoft Corporation Modeling search in a social graph
US8370348B1 (en) * 2011-12-06 2013-02-05 Google Inc. Magazine edition recommendations
CN102937951A (en) * 2011-08-15 2013-02-20 北京百度网讯科技有限公司 Method for building internet protocol (IP) address classification model, user classifying method and device
US8438165B2 (en) 2011-05-12 2013-05-07 Microsoft Corporation Interest tracking using shared search queries and interactions
WO2013095901A1 (en) * 2011-12-22 2013-06-27 General Instrument Corporation A hierarchical behavioral profile
US8484098B2 (en) 2011-03-03 2013-07-09 Michael Bilotta System for information delivery facilitating partner rating of users and user ratings of partners
US8484186B1 (en) 2010-11-12 2013-07-09 Consumerinfo.Com, Inc. Personalized people finder
US8521735B1 (en) * 2012-02-27 2013-08-27 Google Inc. Anonymous personalized recommendation method
US20130238601A1 (en) * 2012-03-06 2013-09-12 OK Wave Client system and server
US8538970B1 (en) 2004-12-30 2013-09-17 Google Inc. Personalizing search results
US20130246392A1 (en) * 2012-03-14 2013-09-19 Inago Inc. Conversational System and Method of Searching for Information
US8543570B1 (en) 2008-06-10 2013-09-24 Surf Canyon Incorporated Adaptive user interface for real-time search relevance feedback
US8595228B1 (en) * 2009-01-09 2013-11-26 Google Inc. Preferred sites
US8612851B2 (en) 2011-12-06 2013-12-17 Google Inc. Edition grid layout
US8635216B1 (en) * 2004-09-30 2014-01-21 Avaya Inc. Enhancing network information retrieval according to a user search profile
US20140032517A1 (en) * 2012-07-25 2014-01-30 Ebay Inc. System and methods to configure a profile to rank search results
US8666816B1 (en) 2004-09-14 2014-03-04 Google Inc. Method and system for access point customization
EP2704080A1 (en) * 2007-05-25 2014-03-05 KIT Digital Inc. Recommendation systems and methods
US20140075276A1 (en) * 2012-09-07 2014-03-13 Oracle International Corporation Displaying customized list of links to content using client-side processing
US20140081955A1 (en) * 2012-04-26 2014-03-20 Rakuten,Inc. Information processing apparatus, information processing method, information processing program, and recording medium
US20140114947A1 (en) * 2004-03-15 2014-04-24 Yahoo! Inc. Search Systems and Methods with Integration of User Annotations
US8713025B2 (en) 2005-03-31 2014-04-29 Square Halt Solutions, Limited Liability Company Complete context search system
US8719255B1 (en) 2005-08-23 2014-05-06 Amazon Technologies, Inc. Method and system for determining interest levels of online content based on rates of change of content access
US8725659B2 (en) 2010-09-21 2014-05-13 Sony Computer Entertainment America Llc Evolution of a user interface based on learned idiosyncrasies and collected data of a user
US8738635B2 (en) 2010-06-01 2014-05-27 Microsoft Corporation Detection of junk in search result ranking
WO2014079534A1 (en) * 2012-11-26 2014-05-30 Alcatel Lucent System and method for determination of personalization in online service provider responses
US8745074B1 (en) * 2012-09-14 2014-06-03 Google Inc. Method and system for evaluating content via a computer network
US8745104B1 (en) 2005-09-23 2014-06-03 Google Inc. Collaborative rejection of media for physical establishments
WO2014099488A1 (en) * 2012-12-19 2014-06-26 Stanley Mo Personalized search library based on continual concept correlation
US8793706B2 (en) 2010-12-16 2014-07-29 Microsoft Corporation Metadata-based eventing supporting operations on data
EP2747442A3 (en) * 2012-12-21 2014-07-30 Samsung Electronics Co., Ltd Content delivery system with profile generation mechanism and method of operation thereof
JP2014160430A (en) * 2013-02-20 2014-09-04 Nippon Shokuhin Seizo Kk Web site management device
US8838622B2 (en) 2002-07-13 2014-09-16 Cricket Media, Inc. Method and system for monitoring and filtering data transmission
US20140280083A1 (en) * 2013-03-14 2014-09-18 Vmware,Inc. Event based object ranking in a dynamic system
US20140279505A1 (en) * 2013-03-14 2014-09-18 Bank Of America Corporation Recommending vehicle for payment based on social network data
US8862597B2 (en) * 2011-12-27 2014-10-14 Sap Portals Israel Ltd Providing contextually-relevant content
US8868590B1 (en) 2011-11-17 2014-10-21 Sri International Method and system utilizing a personalized user model to develop a search request
US8874570B1 (en) 2004-11-30 2014-10-28 Google Inc. Search boost vector based on co-visitation information
US8886644B1 (en) * 2012-11-01 2014-11-11 Google Inc. User control of search filter bubble
CN104217030A (en) * 2014-09-28 2014-12-17 北京奇虎科技有限公司 Method and device for classifying users according to search log data of server
US20150012515A1 (en) * 2010-06-11 2015-01-08 Doat Media Ltd. System and method for providing suitable web addresses to a user device
US20150012558A1 (en) * 2013-07-02 2015-01-08 Google Inc. Using models to annotate search queries
US20150012524A1 (en) * 2013-07-02 2015-01-08 Google Inc. Using models for triggering personal search
US20150012532A1 (en) * 2013-07-02 2015-01-08 Google Inc. User models for implicit intents in search
US8943015B2 (en) 2011-12-22 2015-01-27 Google Technology Holdings LLC Hierarchical behavioral profile
US20150032717A1 (en) * 2006-05-02 2015-01-29 Surf Canyon Incorporated Real time implicit user modeling for personalized search
US20150039606A1 (en) * 2013-08-01 2015-02-05 Vamsi Krishna Salaka Search phrase modification
US8965872B2 (en) 2011-04-15 2015-02-24 Microsoft Technology Licensing, Llc Identifying query formulation suggestions for low-match queries
US8983924B2 (en) 2011-05-12 2015-03-17 Microsoft Technology Licensing, Llc Sharing public search queries and interactions
US8996409B2 (en) 2007-06-06 2015-03-31 Sony Computer Entertainment Inc. Management of online trading services using mediated communications
US9015185B2 (en) 2007-05-25 2015-04-21 Piksel, Inc. Ontology based recommendation systems and methods
US20150127637A1 (en) * 2013-11-01 2015-05-07 Microsoft Corporation Real-time search tuning
US9053177B1 (en) * 2012-06-11 2015-06-09 Google Inc. Sitelinks based on visual location
US20150161132A1 (en) * 2013-12-05 2015-06-11 Lenovo (Singapore) Pte. Ltd. Organizing search results using smart tag inferences
US20150195220A1 (en) * 2009-05-28 2015-07-09 Tobias Alexander Hawker Participant suggestion system
US9092052B2 (en) * 2012-04-10 2015-07-28 Andreas Kornstädt Method and apparatus for obtaining entity-related decision support information based on user-supplied preferences
US9105178B2 (en) 2012-12-03 2015-08-11 Sony Computer Entertainment Inc. Remote dynamic configuration of telemetry reporting through regular expressions
US9106691B1 (en) 2011-09-16 2015-08-11 Consumerinfo.Com, Inc. Systems and methods of identity protection and management
US9110998B2 (en) 2011-12-22 2015-08-18 Google Technology Holdings LLC Hierarchical behavioral profile
US20150234882A1 (en) * 2013-04-01 2015-08-20 Hitachi, Ltd. Computer system, data management method, and computer
CN104933172A (en) * 2015-06-30 2015-09-23 百度在线网络技术(北京)有限公司 Information pushing method and device based on user searching behavior
US9147042B1 (en) 2010-11-22 2015-09-29 Experian Information Solutions, Inc. Systems and methods for data verification
US9158768B2 (en) 2012-07-25 2015-10-13 Paypal, Inc. System and methods to configure a query language using an operator dictionary
US9195640B1 (en) 2009-01-12 2015-11-24 Sri International Method and system for finding content having a desired similarity
US9195761B2 (en) * 2005-03-01 2015-11-24 Google Inc. System and method for navigating documents
US20150370802A1 (en) * 2010-09-24 2015-12-24 Aol Inc. Systems and methods for customized electronic cummunications
US9230283B1 (en) 2007-12-14 2016-01-05 Consumerinfo.Com, Inc. Card registry systems and methods
CN105243091A (en) * 2015-09-11 2016-01-13 晶赞广告(上海)有限公司 Hyperlink analysis based page semantic information extraction method and system
US9245428B2 (en) 2012-08-02 2016-01-26 Immersion Corporation Systems and methods for haptic remote control gaming
US9256904B1 (en) 2008-08-14 2016-02-09 Experian Information Solutions, Inc. Multi-bureau credit file freeze and unfreeze
US9278255B2 (en) 2012-12-09 2016-03-08 Arris Enterprises, Inc. System and method for activity recognition
US9288000B2 (en) 2003-12-17 2016-03-15 International Business Machines Corporation Monitoring a communication and retrieving information relevant to the communication
US9311362B1 (en) * 2013-03-15 2016-04-12 Google Inc. Personal knowledge panel interface
US9342783B1 (en) 2007-03-30 2016-05-17 Consumerinfo.Com, Inc. Systems and methods for data verification
US20160165395A1 (en) * 2014-12-05 2016-06-09 Apple Inc. Dynamic Content Presentation Based on Proximity and User Data
USD759690S1 (en) 2014-03-25 2016-06-21 Consumerinfo.Com, Inc. Display screen or portion thereof with graphical user interface
USD759689S1 (en) 2014-03-25 2016-06-21 Consumerinfo.Com, Inc. Display screen or portion thereof with graphical user interface
USD760256S1 (en) 2014-03-25 2016-06-28 Consumerinfo.Com, Inc. Display screen or portion thereof with graphical user interface
US9400589B1 (en) 2002-05-30 2016-07-26 Consumerinfo.Com, Inc. Circular rotational interface for display of consumer credit information
US9406085B1 (en) 2013-03-14 2016-08-02 Consumerinfo.Com, Inc. System and methods for credit dispute processing, resolution, and reporting
US9443022B2 (en) * 2006-06-05 2016-09-13 Google Inc. Method, system, and graphical user interface for providing personalized recommendations of popular search queries
US9443268B1 (en) 2013-08-16 2016-09-13 Consumerinfo.Com, Inc. Bill payment and reporting
US9477737B1 (en) 2013-11-20 2016-10-25 Consumerinfo.Com, Inc. Systems and user interfaces for dynamic access of multiple remote databases and synchronization of data based on user rules
US9483568B1 (en) 2013-06-05 2016-11-01 Google Inc. Indexing system
US20160323269A1 (en) * 2015-04-28 2016-11-03 Management Systems Resources Inc. Security token with embedded data
JP2016534475A (en) * 2013-09-10 2016-11-04 マイクロソフト テクノロジー ライセンシング,エルエルシー Smart search refinement
US9495462B2 (en) 2012-01-27 2016-11-15 Microsoft Technology Licensing, Llc Re-ranking search results
US9501506B1 (en) 2013-03-15 2016-11-22 Google Inc. Indexing system
US9509269B1 (en) 2005-01-15 2016-11-29 Google Inc. Ambient sound responsive media player
US20160371270A1 (en) * 2015-06-16 2016-12-22 Salesforce.Com, Inc. Processing a file to generate a recommendation using a database system
US9529851B1 (en) 2013-12-02 2016-12-27 Experian Information Solutions, Inc. Server architecture for electronic data quality processing
US9529918B2 (en) 2010-06-11 2016-12-27 Doat Media Ltd. System and methods thereof for downloading applications via a communication network
US9536263B1 (en) 2011-10-13 2017-01-03 Consumerinfo.Com, Inc. Debt services candidate locator
US9547698B2 (en) 2013-04-23 2017-01-17 Google Inc. Determining media consumption preferences
US9552422B2 (en) 2010-06-11 2017-01-24 Doat Media Ltd. System and method for detecting a search intent
US9558519B1 (en) 2011-04-29 2017-01-31 Consumerinfo.Com, Inc. Exposing reporting cycle information
US9595051B2 (en) 2009-05-11 2017-03-14 Experian Marketing Solutions, Inc. Systems and methods for providing anonymized user profile data
US9607336B1 (en) 2011-06-16 2017-03-28 Consumerinfo.Com, Inc. Providing credit inquiry alerts
US9613221B1 (en) * 2015-12-30 2017-04-04 Quixey, Inc. Signed application cards
US20170124081A1 (en) * 2015-11-02 2017-05-04 International Business Machines Corporation Rank-based calculation for keyword searches
US9654541B1 (en) 2012-11-12 2017-05-16 Consumerinfo.Com, Inc. Aggregating user web browsing data
US9665647B2 (en) 2010-06-11 2017-05-30 Doat Media Ltd. System and method for indexing mobile applications
US9697263B1 (en) 2013-03-04 2017-07-04 Experian Information Solutions, Inc. Consumer data request fulfillment system
US9710852B1 (en) 2002-05-30 2017-07-18 Consumerinfo.Com, Inc. Credit report timeline user interface
US9721147B1 (en) 2013-05-23 2017-08-01 Consumerinfo.Com, Inc. Digital identity
US20170235788A1 (en) * 2016-02-12 2017-08-17 Linkedin Corporation Machine learned query generation on inverted indices
US9760547B1 (en) * 2007-12-12 2017-09-12 Google Inc. Monetization of online content
US20170286534A1 (en) * 2016-03-29 2017-10-05 Microsoft Technology Licensing, Llc User location profile for personalized search experience
US9785987B2 (en) 2010-04-22 2017-10-10 Microsoft Technology Licensing, Llc User interface for information presentation system
US9830646B1 (en) 2012-11-30 2017-11-28 Consumerinfo.Com, Inc. Credit score goals and alerts systems and methods
US9846699B2 (en) 2010-06-11 2017-12-19 Doat Media Ltd. System and methods thereof for dynamically updating the contents of a folder on a device
US9853959B1 (en) 2012-05-07 2017-12-26 Consumerinfo.Com, Inc. Storage and maintenance of personal data
US9858342B2 (en) 2011-03-28 2018-01-02 Doat Media Ltd. Method and system for searching for applications respective of a connectivity mode of a user device
US9870589B1 (en) 2013-03-14 2018-01-16 Consumerinfo.Com, Inc. Credit utilization tracking and reporting
US9892457B1 (en) 2014-04-16 2018-02-13 Consumerinfo.Com, Inc. Providing credit data in search results
US9900314B2 (en) 2013-03-15 2018-02-20 Dt Labs, Llc System, method and apparatus for increasing website relevance while protecting privacy
US9912778B2 (en) 2010-06-11 2018-03-06 Doat Media Ltd. Method for dynamically displaying a personalized home screen on a user device
US9934406B2 (en) 2015-01-08 2018-04-03 Microsoft Technology Licensing, Llc Protecting private information in input understanding system
WO2018093961A1 (en) * 2016-11-15 2018-05-24 Cofame, Inc. Systems and methods for digital presence profiler service
US20180158363A1 (en) * 2016-12-01 2018-06-07 Panasonic Intellectual Property Management Co., Ltd. Information processing method, information processing system, and terminal
US10075446B2 (en) 2008-06-26 2018-09-11 Experian Marketing Solutions, Inc. Systems and methods for providing an integrated identifier
US10102536B1 (en) 2013-11-15 2018-10-16 Experian Information Solutions, Inc. Micro-geographic aggregation system
US10102570B1 (en) 2013-03-14 2018-10-16 Consumerinfo.Com, Inc. Account vulnerability alerts
US10114534B2 (en) 2010-06-11 2018-10-30 Doat Media Ltd. System and method for dynamically displaying personalized home screens respective of user queries
US10169761B1 (en) 2013-03-15 2019-01-01 ConsumerInfo.com Inc. Adjustment of knowledge-based authentication
US10176233B1 (en) 2011-07-08 2019-01-08 Consumerinfo.Com, Inc. Lifescore
US20190042653A1 (en) * 2017-08-03 2019-02-07 Paypal, Inc. Automatic identification of user information
US10212986B2 (en) 2012-12-09 2019-02-26 Arris Enterprises Llc System, apparel, and method for identifying performance of workout routines
US10255598B1 (en) 2012-12-06 2019-04-09 Consumerinfo.Com, Inc. Credit card account data extraction
US10261938B1 (en) 2012-08-31 2019-04-16 Amazon Technologies, Inc. Content preloading using predictive models
US10262364B2 (en) 2007-12-14 2019-04-16 Consumerinfo.Com, Inc. Card registry systems and methods
US10262362B1 (en) 2014-02-14 2019-04-16 Experian Information Solutions, Inc. Automatic generation of code for attributes
US10275419B2 (en) * 2006-11-02 2019-04-30 Excalibur Ip, Llc Personalized search
US10282453B2 (en) 2015-12-07 2019-05-07 Microsoft Technology Licensing, Llc Contextual and interactive sessions within search
US10325033B2 (en) 2016-10-28 2019-06-18 Searchmetrics Gmbh Determination of content score
US10325314B1 (en) 2013-11-15 2019-06-18 Consumerinfo.Com, Inc. Payment reporting systems
US10341699B2 (en) 2004-07-30 2019-07-02 Broadband Itv, Inc. System for addressing on-demand TV program content on TV services platform of a digital TV services provider
US10339172B2 (en) 2010-06-11 2019-07-02 Doat Media Ltd. System and methods thereof for enhancing a user's search experience
US10366132B2 (en) * 2016-12-28 2019-07-30 Sony Interactive Entertainment LLC Delivering customized content using a first party portal service
US10373240B1 (en) 2014-04-25 2019-08-06 Csidentity Corporation Systems, methods and computer-program products for eligibility verification
US10419384B2 (en) 2017-01-06 2019-09-17 Sony Interactive Entertainment LLC Social network-defined video events
US10417704B2 (en) 2010-11-02 2019-09-17 Experian Technology Ltd. Systems and methods of assisted strategy design
US10467265B2 (en) * 2017-05-22 2019-11-05 Searchmetrics Gmbh Method for extracting entries from a database
US10491954B2 (en) 2004-07-30 2019-11-26 Broadband Itv, Inc. Video-on-demand content delivery method for providing video-on-demand services to TV service subscribers
US10560733B2 (en) 2007-06-26 2020-02-11 Broadband Itv, Inc. Dynamic adjustment of electronic program guide displays based on viewer preferences for minimizing navigation in VOD program selection
US10567846B2 (en) 2007-06-26 2020-02-18 Broadband Itv, Inc. Dynamic adjustment of electronic program guide displays based on viewer preferences for minimizing navigation in VOD program selection
US10592539B1 (en) * 2014-07-11 2020-03-17 Twitter, Inc. Trends in a messaging platform
US10601749B1 (en) 2014-07-11 2020-03-24 Twitter, Inc. Trends in a messaging platform
US10621657B2 (en) 2008-11-05 2020-04-14 Consumerinfo.Com, Inc. Systems and methods of credit information reporting
US10631028B2 (en) 2016-12-19 2020-04-21 Sony Interactive Entertainment LLC Delivery of third party content on a first party portal
US10628504B2 (en) 2010-07-30 2020-04-21 Microsoft Technology Licensing, Llc System of providing suggestions based on accessible and contextual information
US10650063B1 (en) 2012-11-27 2020-05-12 Robert D. Fish Systems and methods for making correlations
US10664936B2 (en) 2013-03-15 2020-05-26 Csidentity Corporation Authentication systems and methods for on-demand products
US10671749B2 (en) 2018-09-05 2020-06-02 Consumerinfo.Com, Inc. Authenticated access and aggregation database platform
US20200183920A1 (en) * 2013-05-29 2020-06-11 Ebay Inc. Methods and Systems to Refine Search Results
US10685398B1 (en) 2013-04-23 2020-06-16 Consumerinfo.Com, Inc. Presenting credit score information
US20200210647A1 (en) * 2018-07-24 2020-07-02 MachEye, Inc. Automated Summarization of Extracted Insight Data
US10713312B2 (en) 2010-06-11 2020-07-14 Doat Media Ltd. System and method for context-launching of applications
US10735183B1 (en) 2017-06-30 2020-08-04 Experian Information Solutions, Inc. Symmetric encryption for private smart contracts among multiple parties in a private peer-to-peer network
US10757154B1 (en) 2015-11-24 2020-08-25 Experian Information Solutions, Inc. Real-time event-based notification system
US10909617B2 (en) 2010-03-24 2021-02-02 Consumerinfo.Com, Inc. Indirect monitoring and reporting of a user's credit data
US10911234B2 (en) 2018-06-22 2021-02-02 Experian Information Solutions, Inc. System and method for a token gateway environment
US10963434B1 (en) 2018-09-07 2021-03-30 Experian Information Solutions, Inc. Data architecture for supporting multiple search models
US10990701B2 (en) * 2011-03-02 2021-04-27 Microsoft Technology Licensing, Llc Content customization with security for client preferences
US11128720B1 (en) 2010-03-25 2021-09-21 Open Invention Network Llc Method and system for searching network resources to locate content
WO2021188214A1 (en) * 2020-03-18 2021-09-23 Microsoft Technology Licensing, Llc Intelligent ranking of search results
US11163817B2 (en) * 2018-05-24 2021-11-02 Spotify Ab Descriptive media content search
US20210343171A1 (en) * 2013-01-22 2021-11-04 D2L Corporation Systems and methods for monitoring learner engagement during a learning event
US11176202B2 (en) 2019-09-18 2021-11-16 Salesforce.Com, Inc. Ranking results of searches of databases
US11201845B2 (en) 2018-03-26 2021-12-14 Samsung Electronics Co., Ltd Electronic device and method for displaying e-mail in electronic device
US11227001B2 (en) 2017-01-31 2022-01-18 Experian Information Solutions, Inc. Massive scale heterogeneous data ingestion and user resolution
US11238656B1 (en) 2019-02-22 2022-02-01 Consumerinfo.Com, Inc. System and method for an augmented reality experience via an artificial intelligence bot
US11252459B2 (en) 2004-07-30 2022-02-15 Broadband Itv, Inc. System for addressing on-demand TV program content on TV services platform of a digital TV services provider
US11282020B2 (en) 2018-07-24 2022-03-22 MachEye, Inc. Dynamic playback of synchronized narrated analytics playlists
US20220121713A1 (en) * 2020-10-21 2022-04-21 International Business Machines Corporation Sorting documents according to comprehensibility scores determined for the documents
US11315179B1 (en) 2018-11-16 2022-04-26 Consumerinfo.Com, Inc. Methods and apparatuses for customized card recommendations
US11321360B2 (en) 2020-01-17 2022-05-03 Microsoft Technology Licensing, Llc Intelligently identifying a user's relationship with a document
US11328116B2 (en) 2020-06-30 2022-05-10 Microsoft Technology Licensing, Llc Intelligently identifying collaborators for a document
US11328238B2 (en) * 2019-04-01 2022-05-10 Microsoft Technology Licensing, Llc Preemptively surfacing relevant content within email
US11341126B2 (en) 2018-07-24 2022-05-24 MachEye, Inc. Modifying a scope of a canonical query
US20220245161A1 (en) * 2021-01-29 2022-08-04 Microsoft Technology Licensing, Llc Performing targeted searching based on a user profile
US20220261450A1 (en) * 2018-10-22 2022-08-18 Negentropics Mesterseges Intelligencia Kutato Es F Systems and methods for producing search results based on user preferences
US11494451B2 (en) * 2013-06-25 2022-11-08 Google Llc Personal search result identifying a physical location previously interacted with by a user
US11522924B2 (en) 2021-04-28 2022-12-06 Microsoft Technology Licensing, Llc Notifications regarding updates to collaborative content
US11537558B2 (en) * 2018-11-13 2022-12-27 Dokkio, Inc. File management systems and methods
US11556604B2 (en) 2018-01-22 2023-01-17 Samsung Electronics Co., Ltd. Electronic device and search keyword processing method thereof
US11570521B2 (en) 2007-06-26 2023-01-31 Broadband Itv, Inc. Dynamic adjustment of electronic program guide displays based on viewer preferences for minimizing navigation in VOD program selection
US11595788B2 (en) 2009-10-13 2023-02-28 Cricket Media Services, Inc. Dynamic collaboration in social networking environment
US11620403B2 (en) 2019-01-11 2023-04-04 Experian Information Solutions, Inc. Systems and methods for secure data aggregation and computation
US11651043B2 (en) * 2018-07-24 2023-05-16 MachEye, Inc. Leveraging analytics across disparate computing devices
US20230325779A1 (en) * 2018-07-13 2023-10-12 Wells Fargo Bank, N.A. Systems and methods for providing user profile search results
US11841854B2 (en) 2018-07-24 2023-12-12 MachEye, Inc. Differentiation of search results for accurate query output
US11853107B2 (en) 2018-07-24 2023-12-26 MachEye, Inc. Dynamic phase generation and resource load reduction for a query
US11880377B1 (en) 2021-03-26 2024-01-23 Experian Information Solutions, Inc. Systems and methods for entity resolution
US11886443B2 (en) 2020-05-22 2024-01-30 Microsoft Technology Licensing, Llc Intelligently identifying and grouping relevant files and providing an event representation for files
US11941065B1 (en) 2019-09-13 2024-03-26 Experian Information Solutions, Inc. Single identifier platform for storing entity data
US11954655B1 (en) 2021-12-15 2024-04-09 Consumerinfo.Com, Inc. Authentication alerts

Families Citing this family (99)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8321278B2 (en) 2003-09-30 2012-11-27 Google Inc. Targeted advertisements based on user profiles and page profile
US20050071328A1 (en) 2003-09-30 2005-03-31 Lawrence Stephen R. Personalization of web search
US7693827B2 (en) 2003-09-30 2010-04-06 Google Inc. Personalization of placed content ordering in search results
US7716223B2 (en) 2004-03-29 2010-05-11 Google Inc. Variable personalization of search results in a search engine
WO2006011819A1 (en) * 2004-07-30 2006-02-02 Eurekster, Inc. Adaptive search engine
US7739270B2 (en) 2004-12-07 2010-06-15 Microsoft Corporation Entity-specific tuned searching
US7783631B2 (en) 2005-03-31 2010-08-24 Google Inc. Systems and methods for managing multiple user accounts
US7694212B2 (en) 2005-03-31 2010-04-06 Google Inc. Systems and methods for providing a graphical display of search activity
US7747632B2 (en) 2005-03-31 2010-06-29 Google Inc. Systems and methods for providing subscription-based personalization
US9256685B2 (en) 2005-03-31 2016-02-09 Google Inc. Systems and methods for modifying search results based on a user's history
US7921109B2 (en) * 2005-10-05 2011-04-05 Yahoo! Inc. Customizable ordering of search results and predictive query generation
EP1783631A1 (en) * 2005-11-08 2007-05-09 Lycos Europe GmbH Search result ranking by means of relevance feedback
KR101019548B1 (en) * 2006-08-31 2011-03-09 콸콤 인코포레이티드 Method and apparatus of obtaining or providing search results using user-based biases
EP2254063A3 (en) * 2006-09-28 2011-04-27 SFGT Inc. Apparatuses, methods, and systems for code triggered information querying and serving
JP2008146207A (en) * 2006-12-07 2008-06-26 Yuichiro Matsuda Content retrieval method, content retrieval program and recording medium
US7984068B2 (en) * 2007-05-25 2011-07-19 Google Inc. Providing profile information to partner content providers
US9497286B2 (en) * 2007-07-07 2016-11-15 Qualcomm Incorporated Method and system for providing targeted information based on a user profile in a mobile environment
US9392074B2 (en) 2007-07-07 2016-07-12 Qualcomm Incorporated User profile generation architecture for mobile content-message targeting
KR101415022B1 (en) * 2007-07-24 2014-07-09 삼성전자주식회사 Method and apparatus for information recommendation using hybrid algorithm
KR101395518B1 (en) * 2007-09-03 2014-05-14 엘지전자 주식회사 Information search system
US9152699B2 (en) * 2007-11-02 2015-10-06 Ebay Inc. Search based on diversity
US9203911B2 (en) 2007-11-14 2015-12-01 Qualcomm Incorporated Method and system for using a cache miss state match indicator to determine user suitability of targeted content messages in a mobile environment
US20090216749A1 (en) * 2007-11-28 2009-08-27 Blame Canada Holdings Inc. Identity based content filtering
US9391789B2 (en) 2007-12-14 2016-07-12 Qualcomm Incorporated Method and system for multi-level distribution information cache management in a mobile environment
US20090216563A1 (en) * 2008-02-25 2009-08-27 Michael Sandoval Electronic profile development, storage, use and systems for taking action based thereon
US9411886B2 (en) * 2008-03-31 2016-08-09 Yahoo! Inc. Ranking advertisements with pseudo-relevance feedback and translation models
EP2120179A1 (en) 2008-05-16 2009-11-18 Swisscom AG Method for modelling a user
US8782557B2 (en) * 2008-06-26 2014-07-15 Microsoft Corporation Ordered multiple selection user interface
JP5196150B2 (en) * 2008-06-30 2013-05-15 株式会社エクォス・リサーチ Information processing apparatus, information processing method, and program
JP4981765B2 (en) * 2008-08-05 2012-07-25 ヤフー株式会社 Search processing system, terminal device, and search processing method for personalizing search processing in Web search using click history
US8521680B2 (en) * 2009-07-31 2013-08-27 Microsoft Corporation Inferring user-specific location semantics from user data
US20110029515A1 (en) * 2009-07-31 2011-02-03 Scholz Martin B Method and system for providing website content
US20110225139A1 (en) * 2010-03-11 2011-09-15 Microsoft Corporation User role based customizable semantic search
EP2567343A4 (en) 2010-05-06 2018-01-31 Atigeo Corporation Systems, methods, and computer readable media for security in profile utilizing systems
US8560365B2 (en) 2010-06-08 2013-10-15 International Business Machines Corporation Probabilistic optimization of resource discovery, reservation and assignment
US9646271B2 (en) 2010-08-06 2017-05-09 International Business Machines Corporation Generating candidate inclusion/exclusion cohorts for a multiply constrained group
US8370350B2 (en) 2010-09-03 2013-02-05 International Business Machines Corporation User accessibility to resources enabled through adaptive technology
US8968197B2 (en) 2010-09-03 2015-03-03 International Business Machines Corporation Directing a user to a medical resource
US9292577B2 (en) * 2010-09-17 2016-03-22 International Business Machines Corporation User accessibility to data analytics
US8429182B2 (en) 2010-10-13 2013-04-23 International Business Machines Corporation Populating a task directed community in a complex heterogeneous environment based on non-linear attributes of a paradigmatic cohort member
US9443211B2 (en) 2010-10-13 2016-09-13 International Business Machines Corporation Describing a paradigmatic member of a task directed community in a complex heterogeneous environment based on non-linear attributes
US8688691B2 (en) 2011-01-13 2014-04-01 International Business Machines Corporation Relevancy ranking of search results in a network based upon a user's computer-related activities
US8095534B1 (en) 2011-03-14 2012-01-10 Vizibility Inc. Selection and sharing of verified search results
US9529915B2 (en) * 2011-06-16 2016-12-27 Microsoft Technology Licensing, Llc Search results based on user and result profiles
US8700544B2 (en) 2011-06-17 2014-04-15 Microsoft Corporation Functionality for personalizing search results
US9679064B2 (en) * 2011-06-30 2017-06-13 Nokia Technologies Oy Method and apparatus for providing user-corrected search results
JP5800184B2 (en) * 2011-07-14 2015-10-28 日本電気株式会社 Information processing system, user behavior promotion method, information processing apparatus, control method thereof, and control program
US8954423B2 (en) 2011-09-06 2015-02-10 Microsoft Technology Licensing, Llc Using reading levels in responding to requests
US10091322B2 (en) 2011-10-18 2018-10-02 Qualcomm Incorporated Method and apparatus for improving a user experience or device performance using an enriched user profile
US20130297582A1 (en) * 2012-04-09 2013-11-07 Eli Zukovsky Peer sharing of personalized views of detected information based on relevancy to a particular user's personal interests
US9785883B2 (en) 2012-04-27 2017-10-10 Excalibur Ip, Llc Avatars for use with personalized generalized content recommendations
US9836545B2 (en) 2012-04-27 2017-12-05 Yahoo Holdings, Inc. Systems and methods for personalized generalized content recommendations
US8996530B2 (en) * 2012-04-27 2015-03-31 Yahoo! Inc. User modeling for personalized generalized content recommendations
US20130325846A1 (en) * 2012-06-01 2013-12-05 Google Inc. Latent collaborative retrieval
US9224167B2 (en) 2012-06-13 2015-12-29 Aggregate Shopping Corp. System and method for aiding user in online searching and purchasing of multiple items
US9384504B2 (en) 2012-06-13 2016-07-05 Aggregate Shopping Corp. System and method for a user to perform online searching and purchasing of multiple items
US9275149B2 (en) 2012-08-22 2016-03-01 International Business Machines Corporation Utilizing social network relevancy as a factor in ranking search results
WO2014032708A1 (en) 2012-08-29 2014-03-06 Iiinnovation S.A. Method of operating a tv receiver and tv receiver
US9053345B2 (en) * 2012-09-18 2015-06-09 Samsung Electronics Co., Ltd. Computing system with privacy mechanism and method of operation thereof
US8930353B2 (en) * 2013-01-04 2015-01-06 International Business Machines Corporation System and method for reflective searching of previous search results
KR20140089862A (en) * 2013-01-07 2014-07-16 삼성전자주식회사 display apparatus and method for controlling the display apparatus
US10593003B2 (en) 2013-03-14 2020-03-17 Securiport Llc Systems, methods and apparatuses for identifying person of interest
US9727652B2 (en) * 2013-07-22 2017-08-08 International Business Machines Corporation Utilizing dependency among internet search results
RU2583739C2 (en) 2013-10-16 2016-05-10 Общество С Ограниченной Ответственностью "Яндекс" Server for determining search output on search query and electronic device
KR20150045774A (en) * 2013-10-21 2015-04-29 삼성전자주식회사 Apparatus and method for searching context awareness
US9727545B1 (en) * 2013-12-04 2017-08-08 Google Inc. Selecting textual representations for entity attribute values
US10241988B2 (en) * 2013-12-05 2019-03-26 Lenovo (Singapore) Pte. Ltd. Prioritizing smart tag creation
CA2973706A1 (en) * 2014-01-15 2015-07-23 Intema Solutions Inc. Item classification method and selection system for electronic solicitation
US11521717B2 (en) 2014-02-21 2022-12-06 Intelligent Medical Objects, Inc. System and method for generating and updating a user interface to evaluate an electronic medical record
US11488690B2 (en) * 2014-02-21 2022-11-01 Intelligent Medical Objects, Inc. System and method for problem list reconciliation in an electronic medical record
US9818065B2 (en) 2014-03-12 2017-11-14 Microsoft Technology Licensing, Llc Attribution of activity in multi-user settings
US10146774B2 (en) * 2014-04-10 2018-12-04 Ca, Inc. Content augmentation based on a content collection's membership
CN103955537A (en) * 2014-05-16 2014-07-30 福州大学 Method and system for designing searchable encrypted cloud disc with fuzzy semantics
US10387509B2 (en) * 2014-07-30 2019-08-20 Microsoft Technology Licensing, Llc Behavior influenced search ranking
RU2580516C2 (en) * 2014-08-19 2016-04-10 Общество С Ограниченной Ответственностью "Яндекс" Method of generating customised ranking model, method of generating ranking model, electronic device and server
US9965474B2 (en) 2014-10-02 2018-05-08 Google Llc Dynamic summary generator
CN104504251B (en) * 2014-12-10 2017-12-15 沈阳航空航天大学 A kind of community division method based on PageRank algorithms
US10353968B1 (en) * 2014-12-24 2019-07-16 Open Invention Network Llc Search and notification procedures based on user history information
US9984151B2 (en) * 2014-12-31 2018-05-29 Ebay Inc. Determining search results using session based refinements
US10552493B2 (en) 2015-02-04 2020-02-04 International Business Machines Corporation Gauging credibility of digital content items
US10521420B2 (en) 2015-07-31 2019-12-31 International Business Machines Corporation Analyzing search queries to determine a user affinity and filter search results
US10534780B2 (en) 2015-10-28 2020-01-14 Microsoft Technology Licensing, Llc Single unified ranker
EP3438852B1 (en) 2016-07-21 2023-03-15 Samsung Electronics Co., Ltd. Electronic device and control method thereof
KR102403149B1 (en) * 2016-07-21 2022-05-30 삼성전자주식회사 Electric device and method for controlling thereof
WO2018038626A1 (en) * 2016-08-23 2018-03-01 Ringcentral, Inc., (A Delaware Corporation) Method, device and system for providing input suggestion
US11915803B2 (en) 2016-10-28 2024-02-27 Intelligent Medical Objects, Inc. Method and system for extracting data from a plurality of electronic data stores of patient data to provide provider and patient data similarity scoring
US10409852B2 (en) * 2016-12-30 2019-09-10 Atlassian Pty Ltd Method, apparatus, and computer program product for user-specific contextual integration for a searchable enterprise platform
US10546007B2 (en) 2017-03-27 2020-01-28 International Business Machines Corporation Presentation of search results details based on history of electronic texts related to user
US10956514B2 (en) 2017-05-31 2021-03-23 Microsoft Technology Licensing, Llc System and method for directed analysis of content using artifical intelligence for storage and recall
US11366872B1 (en) * 2017-07-19 2022-06-21 Amazon Technologies, Inc. Digital navigation menus with dynamic content placement
US10664540B2 (en) * 2017-12-15 2020-05-26 Intuit Inc. Domain specific natural language understanding of customer intent in self-help
AU2019229847A1 (en) * 2018-03-06 2020-10-08 Tapten Inc. Search engine scoring and ranking
JP7081232B2 (en) * 2018-03-14 2022-06-07 株式会社リコー Profile management system, information management method, program, information processing equipment
US10915538B2 (en) 2018-03-23 2021-02-09 Home Depot Product Authority, Llc Ranking and presenting search engine results based on category-specific ranking models
US11138519B1 (en) * 2018-05-23 2021-10-05 Intuit Inc. Method and system for providing personalized presearch for users of a data management system
US11824948B2 (en) 2019-11-01 2023-11-21 Oracle International Corporation Enhanced processing of user profiles using data structures specialized for graphical processing units (GPUs)
US11163844B2 (en) 2019-12-06 2021-11-02 International Business Machines Corporation Network search modification
US11500950B2 (en) * 2020-11-05 2022-11-15 International Business Machines Corporation Digital search results generation
US11775533B2 (en) 2021-01-14 2023-10-03 Capital One Services, Llc Customizing search queries for information retrieval

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5848396A (en) * 1996-04-26 1998-12-08 Freedom Of Information, Inc. Method and apparatus for determining behavioral profile of a computer user
US6006218A (en) * 1997-02-28 1999-12-21 Microsoft Methods and apparatus for retrieving and/or processing retrieved information as a function of a user's estimated knowledge
US6584468B1 (en) * 2000-09-29 2003-06-24 Ninesigma, Inc. Method and apparatus to retrieve information from a network
US6647381B1 (en) * 1999-10-27 2003-11-11 Nec Usa, Inc. Method of defining and utilizing logical domains to partition and to reorganize physical domains
US20040267700A1 (en) * 2003-06-26 2004-12-30 Dumais Susan T. Systems and methods for personal ubiquitous information retrieval and reuse
US6912505B2 (en) * 1998-09-18 2005-06-28 Amazon.Com, Inc. Use of product viewing histories of users to identify related products
US6981040B1 (en) * 1999-12-28 2005-12-27 Utopy, Inc. Automatic, personalized online information and product services

Family Cites Families (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US2532826A (en) 1949-07-27 1950-12-05 Gen Electric Welding control system
JPH0814021B2 (en) 1989-07-20 1996-02-14 松下電器産業株式会社 Sputtering device
US5724567A (en) * 1994-04-25 1998-03-03 Apple Computer, Inc. System for directing relevance-ranked data objects to computer users
US5758257A (en) * 1994-11-29 1998-05-26 Herz; Frederick System and method for scheduling broadcast of and access to video programs and other data using customer profiles
JPH0973659A (en) * 1995-09-07 1997-03-18 Pioneer Electron Corp Optical disk master disk recorder
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
US6385619B1 (en) * 1999-01-08 2002-05-07 International Business Machines Corporation Automatic user interest profile generation from structured document access information
US6327590B1 (en) * 1999-05-05 2001-12-04 Xerox Corporation System and method for collaborative ranking of search results employing user and group profiles derived from document collection content analysis
US6353398B1 (en) * 1999-10-22 2002-03-05 Himanshu S. Amin System for dynamically pushing information to a user utilizing global positioning system
WO2001042981A2 (en) * 1999-12-07 2001-06-14 Qjunction Technology, Inc. Natural english language search and retrieval system and method
JP2002032401A (en) * 2000-07-18 2002-01-31 Mitsubishi Electric Corp Method and device for document retrieval and computer- readable recording medium with recorded program making computer actualize method for document retrieving
US6895406B2 (en) * 2000-08-25 2005-05-17 Seaseer R&D, Llc Dynamic personalization method of creating personalized user profiles for searching a database of information
EP1198144B1 (en) 2000-10-13 2007-04-18 Alcatel Lucent Modular and expandable telecommunication system
JP2002259720A (en) * 2001-03-02 2002-09-13 Internatl Business Mach Corp <Ibm> Contents summarizing system, image summarizing system, user terminal unit, summary image producing method, summary image receiving method, and program
US20020198882A1 (en) * 2001-03-29 2002-12-26 Linden Gregory D. Content personalization based on actions performed during a current browsing session
JP4489994B2 (en) * 2001-05-11 2010-06-23 富士通株式会社 Topic extraction apparatus, method, program, and recording medium for recording the program
US6892198B2 (en) * 2002-06-14 2005-05-10 Entopia, Inc. System and method for personalized information retrieval based on user expertise
US20040044571A1 (en) * 2002-08-27 2004-03-04 Bronnimann Eric Robert Method and system for providing advertising listing variance in distribution feeds over the internet to maximize revenue to the advertising distributor
US20050071328A1 (en) 2003-09-30 2005-03-31 Lawrence Stephen R. Personalization of web search

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5848396A (en) * 1996-04-26 1998-12-08 Freedom Of Information, Inc. Method and apparatus for determining behavioral profile of a computer user
US6006218A (en) * 1997-02-28 1999-12-21 Microsoft Methods and apparatus for retrieving and/or processing retrieved information as a function of a user's estimated knowledge
US6912505B2 (en) * 1998-09-18 2005-06-28 Amazon.Com, Inc. Use of product viewing histories of users to identify related products
US6647381B1 (en) * 1999-10-27 2003-11-11 Nec Usa, Inc. Method of defining and utilizing logical domains to partition and to reorganize physical domains
US6981040B1 (en) * 1999-12-28 2005-12-27 Utopy, Inc. Automatic, personalized online information and product services
US6584468B1 (en) * 2000-09-29 2003-06-24 Ninesigma, Inc. Method and apparatus to retrieve information from a network
US20040267700A1 (en) * 2003-06-26 2004-12-30 Dumais Susan T. Systems and methods for personal ubiquitous information retrieval and reuse

Cited By (831)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8204797B2 (en) 1999-04-11 2012-06-19 William Paul Wanker Customizable electronic commerce comparison system and method
US20080033841A1 (en) * 1999-04-11 2008-02-07 Wanker William P Customizable electronic commerce comparison system and method
US7881981B2 (en) 1999-08-03 2011-02-01 Yoogli, Inc. Methods and computer readable media for determining a macro-context based on a micro-context of a user search
US20070255735A1 (en) * 1999-08-03 2007-11-01 Taylor David C User-context-based search engine
US7219073B1 (en) 1999-08-03 2007-05-15 Brandnamestores.Com Method for extracting information utilizing a user-context-based search engine
US20060195778A1 (en) * 1999-08-23 2006-08-31 Bendik Mary M Document management systems and methods
US7810027B2 (en) * 1999-08-23 2010-10-05 Bendik Mary M Document management systems and methods
US8813123B2 (en) 2000-01-19 2014-08-19 Interad Technologies, Llc Content with customized advertisement
US20060168623A1 (en) * 2000-01-19 2006-07-27 Denis Khoo Method and system for providing a customized media list
US20040143843A1 (en) * 2000-01-19 2004-07-22 Denis Khoo Content with customized advertisement
US9038107B2 (en) 2000-01-19 2015-05-19 Individual Network, Llc Method and system for providing a customized media list
US9710852B1 (en) 2002-05-30 2017-07-18 Consumerinfo.Com, Inc. Credit report timeline user interface
US9400589B1 (en) 2002-05-30 2016-07-26 Consumerinfo.Com, Inc. Circular rotational interface for display of consumer credit information
US9235868B2 (en) 2002-07-13 2016-01-12 Cricket Media, Inc. Method and system for interactive, multi-user electronic data transmission in a multi-level monitored and filtered system
US20080319949A1 (en) * 2002-07-13 2008-12-25 Epals, Inc. Method and system for interactive, multi-user electronic data transmission in a multi-level monitored and filtered system
US8838622B2 (en) 2002-07-13 2014-09-16 Cricket Media, Inc. Method and system for monitoring and filtering data transmission
US20040103122A1 (en) * 2002-07-13 2004-05-27 John Irving Method and system for filtered web browsing in a multi-level monitored and filtered system
US20040111423A1 (en) * 2002-07-13 2004-06-10 John Irving Method and system for secure, community profile generation and access via a communication system
US20040103118A1 (en) * 2002-07-13 2004-05-27 John Irving Method and system for multi-level monitoring and filtering of electronic transmissions
US20060059028A1 (en) * 2002-09-09 2006-03-16 Eder Jeffrey S Context search system
US20080027769A1 (en) * 2002-09-09 2008-01-31 Jeff Scott Eder Knowledge based performance management system
US10346926B2 (en) 2002-09-09 2019-07-09 Xenogenic Development Llc Context search system
US10719888B2 (en) 2002-09-09 2020-07-21 Xenogenic Development Limited Liability Company Context search system
US20060001015A1 (en) * 2003-05-26 2006-01-05 Kroy Building Products, Inc. ; Method of forming a barrier
US7333997B2 (en) 2003-08-12 2008-02-19 Viziant Corporation Knowledge discovery method with utility functions and feedback loops
US20050278362A1 (en) * 2003-08-12 2005-12-15 Maren Alianna J Knowledge discovery system
US20050038805A1 (en) * 2003-08-12 2005-02-17 Eagleforce Associates Knowledge Discovery Appartus and Method
US20050038699A1 (en) * 2003-08-12 2005-02-17 Lillibridge Mark David System and method for targeted advertising via commitment
US7165119B2 (en) * 2003-10-14 2007-01-16 America Online, Inc. Search enhancement system and method having rankings, explicitly specified by the user, based upon applicability and validity of search parameters in regard to a subject matter
US20070005686A1 (en) * 2003-10-14 2007-01-04 Fish Edmund J Search enhancement system having ranked general search parameters
US20090144275A1 (en) * 2003-10-14 2009-06-04 Aol Llc System and method for general search parameters having quantized relevance values that are associated with a user
US20050097188A1 (en) * 2003-10-14 2005-05-05 Fish Edmund J. Search enhancement system having personal search parameters
US20050080771A1 (en) * 2003-10-14 2005-04-14 Fish Edmund J. Search enhancement system with information from a selected source
US7640232B2 (en) 2003-10-14 2009-12-29 Aol Llc Search enhancement system with information from a selected source
US7467232B2 (en) 2003-10-14 2008-12-16 Aol Llc Search enhancement system and method having rankings, explicitly specified by the user, based upon applicability and validity of search parameters in regard to a subject matter
US7739408B2 (en) 2003-10-14 2010-06-15 Aol Inc. System and method for general search parameters having quantized relevance values that are associated with a user
US9288000B2 (en) 2003-12-17 2016-03-15 International Business Machines Corporation Monitoring a communication and retrieving information relevant to the communication
US9875308B2 (en) 2003-12-17 2018-01-23 International Business Machines Corporation Monitoring a communication and retrieving information relevant to the communication
US20080243805A1 (en) * 2004-01-20 2008-10-02 Srinivas Gutta Automatic Creation of E-Books
US8229862B2 (en) 2004-01-21 2012-07-24 Google Inc. Methods and systems for rating associated members in a network
US20140114947A1 (en) * 2004-03-15 2014-04-24 Yahoo! Inc. Search Systems and Methods with Integration of User Annotations
US9984164B2 (en) 2004-03-15 2018-05-29 Excalibur Ip, Llc Search systems and methods with integration of aggregate user annotations
US9489463B2 (en) 2004-03-15 2016-11-08 Excalibur Ip, Llc Search systems and methods with integration of user annotations
US20050210006A1 (en) * 2004-03-18 2005-09-22 Microsoft Corporation Field weighting in text searching
US20050216446A1 (en) * 2004-03-29 2005-09-29 Hall Karl E Technical process to deliver pre-populated search suggestions using the intelli-match search methodology
US20080091661A1 (en) * 2004-06-10 2008-04-17 International Business Machines Corporation Search Scheduling and Delivery
US7836411B2 (en) 2004-06-10 2010-11-16 International Business Machines Corporation Search framework metadata
US7827175B2 (en) * 2004-06-10 2010-11-02 International Business Machines Corporation Framework reactive search facility
US20050278288A1 (en) * 2004-06-10 2005-12-15 International Business Machines Corporation Search framework metadata
US8775421B2 (en) 2004-06-10 2014-07-08 International Business Machines Corporation Search scheduling and delivery
US20050278312A1 (en) * 2004-06-10 2005-12-15 International Business Machines Corporation Framework reactive search facility
US9626437B2 (en) * 2004-06-10 2017-04-18 International Business Machines Corporation Search scheduling and delivery tool for scheduling a search using a search framework profile
US20050278313A1 (en) * 2004-06-10 2005-12-15 International Business Machines Corporation Search scheduling and delivery
US20060020593A1 (en) * 2004-06-25 2006-01-26 Mark Ramsaier Dynamic search processor
US20060004809A1 (en) * 2004-06-30 2006-01-05 Microsoft Corporation Method and system for calculating document importance using document classifications
US20060004711A1 (en) * 2004-06-30 2006-01-05 Microsoft Corporation System and method for ranking search results based on tracked user preferences
US20060004871A1 (en) * 2004-06-30 2006-01-05 Kabushiki Kaisha Toshiba Multimedia data reproducing apparatus and multimedia data reproducing method and computer-readable medium therefor
US7562068B2 (en) * 2004-06-30 2009-07-14 Microsoft Corporation System and method for ranking search results based on tracked user preferences
US7774340B2 (en) * 2004-06-30 2010-08-10 Microsoft Corporation Method and system for calculating document importance using document classifications
US9542453B1 (en) 2004-07-13 2017-01-10 Google Inc. Systems and methods for promoting search results based on personal information
US7580921B2 (en) 2004-07-26 2009-08-25 Google Inc. Phrase identification in an information retrieval system
US20100030773A1 (en) * 2004-07-26 2010-02-04 Google Inc. Multiple index based information retrieval system
US8078629B2 (en) 2004-07-26 2011-12-13 Google Inc. Detecting spam documents in a phrase based information retrieval system
US10671676B2 (en) 2004-07-26 2020-06-02 Google Llc Multiple index based information retrieval system
US8108412B2 (en) 2004-07-26 2012-01-31 Google, Inc. Phrase-based detection of duplicate documents in an information retrieval system
US20060031195A1 (en) * 2004-07-26 2006-02-09 Patterson Anna L Phrase-based searching in an information retrieval system
US9569505B2 (en) 2004-07-26 2017-02-14 Google Inc. Phrase-based searching in an information retrieval system
US9817825B2 (en) 2004-07-26 2017-11-14 Google Llc Multiple index based information retrieval system
US9990421B2 (en) 2004-07-26 2018-06-05 Google Llc Phrase-based searching in an information retrieval system
US9037573B2 (en) 2004-07-26 2015-05-19 Google, Inc. Phase-based personalization of searches in an information retrieval system
US8489628B2 (en) 2004-07-26 2013-07-16 Google Inc. Phrase-based detection of duplicate documents in an information retrieval system
US7711679B2 (en) 2004-07-26 2010-05-04 Google Inc. Phrase-based detection of duplicate documents in an information retrieval system
US7702618B1 (en) 2004-07-26 2010-04-20 Google Inc. Information retrieval system for archiving multiple document versions
US9384224B2 (en) 2004-07-26 2016-07-05 Google Inc. Information retrieval system for archiving multiple document versions
US8560550B2 (en) 2004-07-26 2013-10-15 Google, Inc. Multiple index based information retrieval system
US7536408B2 (en) 2004-07-26 2009-05-19 Google Inc. Phrase-based indexing in an information retrieval system
US9361331B2 (en) 2004-07-26 2016-06-07 Google Inc. Multiple index based information retrieval system
US7567959B2 (en) 2004-07-26 2009-07-28 Google Inc. Multiple index based information retrieval system
US7599914B2 (en) 2004-07-26 2009-10-06 Google Inc. Phrase-based searching in an information retrieval system
US20080306943A1 (en) * 2004-07-26 2008-12-11 Anna Lynn Patterson Phrase-based detection of duplicate documents in an information retrieval system
US20080319971A1 (en) * 2004-07-26 2008-12-25 Anna Lynn Patterson Phrase-based personalization of searches in an information retrieval system
US20060294155A1 (en) * 2004-07-26 2006-12-28 Patterson Anna L Detecting spam documents in a phrase based information retrieval system
US7584175B2 (en) 2004-07-26 2009-09-01 Google Inc. Phrase-based generation of document descriptions
US7580929B2 (en) * 2004-07-26 2009-08-25 Google Inc. Phrase-based personalization of searches in an information retrieval system
US9817886B2 (en) 2004-07-26 2017-11-14 Google Llc Information retrieval system for archiving multiple document versions
US20060022683A1 (en) * 2004-07-27 2006-02-02 Johnson Leonard A Probe apparatus for use in a separable connector, and systems including same
US9053754B2 (en) 2004-07-28 2015-06-09 Microsoft Technology Licensing, Llc Thumbnail generation and presentation for recorded TV programs
US9355684B2 (en) 2004-07-28 2016-05-31 Microsoft Technology Licensing, Llc Thumbnail generation and presentation for recorded TV programs
US20060107289A1 (en) * 2004-07-28 2006-05-18 Microsoft Corporation Thumbnail generation and presentation for recorded TV programs
US11252476B2 (en) 2004-07-30 2022-02-15 Broadband Itv, Inc. Video-on-demand content delivery system for providing video-on-demand services to TV service subscribers
US11259059B2 (en) 2004-07-30 2022-02-22 Broadband Itv, Inc. System for addressing on-demand TV program content on TV services platform of a digital TV services provider
US10791351B2 (en) 2004-07-30 2020-09-29 Broadband Itv, Inc. System for addressing on-demand TV program content on TV services platform of a digital TV services provider
US11601697B2 (en) 2004-07-30 2023-03-07 Broadband Itv, Inc. System for addressing on-demand TV program content on TV services platform of a digital TV services provider
US10893334B2 (en) 2004-07-30 2021-01-12 Broadband Itv, Inc. Video-on-demand content delivery method for providing video-on-demand services to TV service subscribers
US11252459B2 (en) 2004-07-30 2022-02-15 Broadband Itv, Inc. System for addressing on-demand TV program content on TV services platform of a digital TV services provider
US10555014B2 (en) 2004-07-30 2020-02-04 Broadband Itv, Inc. System for addressing on-demand TV program content on TV services platform of a digital TV services provider
US10536751B2 (en) 2004-07-30 2020-01-14 Broadband Itv, Inc. Video-on-demand content delivery system for providing video-on-demand services to TV service subscribers
US10536750B2 (en) 2004-07-30 2020-01-14 Broadband Itv, Inc. Video-on-demand content delivery system for providing video-on-demand services to TV service subscribers
US10506269B2 (en) 2004-07-30 2019-12-10 Broadband Itv, Inc. System for addressing on-demand TV program content on TV services platform of a digital TV services provider
US11259060B2 (en) 2004-07-30 2022-02-22 Broadband Itv, Inc. System for addressing on-demand TV program content on TV services platform of a digital TV services provider
US10785517B2 (en) 2004-07-30 2020-09-22 Broadband Itv, Inc. Method for addressing on-demand TV program content on TV services platform of a digital TV services provider
US10491955B2 (en) 2004-07-30 2019-11-26 Broadband Itv, Inc. Video-on-demand content delivery system for providing video-on-demand services to TV services subscribers
US10491954B2 (en) 2004-07-30 2019-11-26 Broadband Itv, Inc. Video-on-demand content delivery method for providing video-on-demand services to TV service subscribers
US10349101B2 (en) 2004-07-30 2019-07-09 Broadband Itv, Inc. System for addressing on-demand TV program content on TV services platform of a digital TV services provider
US10341699B2 (en) 2004-07-30 2019-07-02 Broadband Itv, Inc. System for addressing on-demand TV program content on TV services platform of a digital TV services provider
US11259089B2 (en) 2004-07-30 2022-02-22 Broadband Itv, Inc. Video-on-demand content delivery method for providing video-on-demand services to TV service subscribers
US11272233B2 (en) 2004-07-30 2022-03-08 Broadband Itv, Inc. System for addressing on-demand TV program content on TV services platform of a digital TV services provider
US11516525B2 (en) 2004-07-30 2022-11-29 Broadband Itv, Inc. System for addressing on-demand TV program content on TV services platform of a digital TV services provider
US20060036598A1 (en) * 2004-08-09 2006-02-16 Jie Wu Computerized method for ranking linked information items in distributed sources
WO2006026612A3 (en) * 2004-08-31 2007-02-08 Chirag Chaman Method and system for a personalized search engine
WO2006026612A2 (en) * 2004-08-31 2006-03-09 Chirag Chaman Method and system for a personalized search engine
US20060047643A1 (en) * 2004-08-31 2006-03-02 Chirag Chaman Method and system for a personalized search engine
US20060059143A1 (en) * 2004-09-10 2006-03-16 Eran Palmon User interface for conducting a search directed by a hierarchy-free set of topics
US7502783B2 (en) 2004-09-10 2009-03-10 Suggestica, Inc. User interface for conducting a search directed by a hierarchy-free set of topics
US20060059135A1 (en) * 2004-09-10 2006-03-16 Eran Palmon Conducting a search directed by a hierarchy-free set of topics
US20060059134A1 (en) * 2004-09-10 2006-03-16 Eran Palmon Creating attachments and ranking users and attachments for conducting a search directed by a hierarchy-free set of topics
US20060069699A1 (en) * 2004-09-10 2006-03-30 Frank Smadja Authoring and managing personalized searchable link collections
US20060069674A1 (en) * 2004-09-10 2006-03-30 Eran Palmon Creating and sharing collections of links for conducting a search directed by a hierarchy-free set of topics, and a user interface therefor
US7493301B2 (en) 2004-09-10 2009-02-17 Suggestica, Inc. Creating and sharing collections of links for conducting a search directed by a hierarchy-free set of topics, and a user interface therefor
US7321889B2 (en) * 2004-09-10 2008-01-22 Suggestica, Inc. Authoring and managing personalized searchable link collections
US8666816B1 (en) 2004-09-14 2014-03-04 Google Inc. Method and system for access point customization
US20060058019A1 (en) * 2004-09-15 2006-03-16 Chan Wesley T Method and system for dynamically modifying the appearance of browser screens on a client device
US20060074864A1 (en) * 2004-09-24 2006-04-06 Microsoft Corporation System and method for controlling ranking of pages returned by a search engine
US20100017403A1 (en) * 2004-09-27 2010-01-21 Microsoft Corporation System and method for scoping searches using index keys
US8843486B2 (en) 2004-09-27 2014-09-23 Microsoft Corporation System and method for scoping searches using index keys
US20060074903A1 (en) * 2004-09-30 2006-04-06 Microsoft Corporation System and method for ranking search results using click distance
US20060069982A1 (en) * 2004-09-30 2006-03-30 Microsoft Corporation Click distance determination
US7761448B2 (en) 2004-09-30 2010-07-20 Microsoft Corporation System and method for ranking search results using click distance
US8635216B1 (en) * 2004-09-30 2014-01-21 Avaya Inc. Enhancing network information retrieval according to a user search profile
US7827181B2 (en) 2004-09-30 2010-11-02 Microsoft Corporation Click distance determination
US7739277B2 (en) * 2004-09-30 2010-06-15 Microsoft Corporation System and method for incorporating anchor text into ranking search results
US8082246B2 (en) 2004-09-30 2011-12-20 Microsoft Corporation System and method for ranking search results using click distance
US20060074871A1 (en) * 2004-09-30 2006-04-06 Microsoft Corporation System and method for incorporating anchor text into ranking search results
US20060074883A1 (en) * 2004-10-05 2006-04-06 Microsoft Corporation Systems, methods, and interfaces for providing personalized search and information access
US8095408B2 (en) 2004-10-11 2012-01-10 Sharethis, Inc. System and method for facilitating network connectivity based on user characteristics
US20110119137A1 (en) * 2004-10-19 2011-05-19 Steve Morsa Match engine marketing
US11270346B2 (en) 2004-10-19 2022-03-08 Steve Morsa Match engine marketing
US11379876B2 (en) 2004-10-19 2022-07-05 Steve Morsa Match engine marketing
US8341020B2 (en) 2004-10-19 2012-12-25 Steve Morsa Match engine marketing
US20060085401A1 (en) * 2004-10-20 2006-04-20 Microsoft Corporation Analyzing operational and other data from search system or the like
US20060095412A1 (en) * 2004-10-26 2006-05-04 David Zito System and method for presenting search results
US8015184B2 (en) * 2004-10-26 2011-09-06 Yahoo! Inc. Method and apparatus for a search-enabled remote control device
US8930358B2 (en) * 2004-10-26 2015-01-06 Yahoo! Inc. System and method for presenting search results
US20060090183A1 (en) * 2004-10-26 2006-04-27 David Zito Method and apparatus for a search-enabled remote control device
US20060167942A1 (en) * 2004-10-27 2006-07-27 Lucas Scott G Enhanced client relationship management systems and methods with a recommendation engine
US7779001B2 (en) * 2004-10-29 2010-08-17 Microsoft Corporation Web page ranking with hierarchical considerations
US20060095430A1 (en) * 2004-10-29 2006-05-04 Microsoft Corporation Web page ranking with hierarchical considerations
US7389282B2 (en) 2004-11-02 2008-06-17 Viziant Corporation System and method for predictive analysis and predictive analysis markup language
US20060167689A1 (en) * 2004-11-02 2006-07-27 Eagleforce Associates System and method for predictive analysis and predictive analysis markup language
US20060101017A1 (en) * 2004-11-08 2006-05-11 Eder Jeffrey S Search ranking system
US7606794B2 (en) * 2004-11-11 2009-10-20 Yahoo! Inc. Active Abstracts
US20060101012A1 (en) * 2004-11-11 2006-05-11 Chad Carson Search system presenting active abstracts including linked terms
US20060101003A1 (en) * 2004-11-11 2006-05-11 Chad Carson Active abstracts
US8185514B1 (en) * 2004-11-16 2012-05-22 Topix Llc User-interface feature and technique for providing users of a network site links that have been determined to be of interest to the user
US20130191710A1 (en) * 2004-11-16 2013-07-25 Topix Llc User-interface feature and technique for providing users of a network site links that have been determined to be of interest to the user
US8874570B1 (en) 2004-11-30 2014-10-28 Google Inc. Search boost vector based on co-visitation information
US20060136411A1 (en) * 2004-12-21 2006-06-22 Microsoft Corporation Ranking search results using feature extraction
US7716198B2 (en) 2004-12-21 2010-05-11 Microsoft Corporation Ranking search results using feature extraction
US7933975B2 (en) 2004-12-27 2011-04-26 International Business Machines Corporation Service offering for the delivery of information with continuing improvement
US20080313163A1 (en) * 2004-12-27 2008-12-18 International Business Machiness Corporation Service offering for the delivery of information with continuing improvement
US7469276B2 (en) * 2004-12-27 2008-12-23 International Business Machines Corporation Service offering for the delivery of information with continuing improvement
US20060143296A1 (en) * 2004-12-27 2006-06-29 International Business Machines Corporation Service offering for the delivery of information with continuing improvement
US10437891B2 (en) 2004-12-28 2019-10-08 Your Command, Llc System, method and apparatus for electronically searching for an item
US20060195428A1 (en) * 2004-12-28 2006-08-31 Douglas Peckover System, method and apparatus for electronically searching for an item
US9984156B2 (en) 2004-12-28 2018-05-29 Your Command, Llc System, method and apparatus for electronically searching for an item
US8364670B2 (en) * 2004-12-28 2013-01-29 Dt Labs, Llc System, method and apparatus for electronically searching for an item
US8538970B1 (en) 2004-12-30 2013-09-17 Google Inc. Personalizing search results
US9734211B1 (en) 2004-12-30 2017-08-15 Google Inc. Personalizing search results
US8977630B1 (en) 2004-12-30 2015-03-10 Google Inc. Personalizing search results
US20060161621A1 (en) * 2005-01-15 2006-07-20 Outland Research, Llc System, method and computer program product for collaboration and synchronization of media content on a plurality of media players
US9509269B1 (en) 2005-01-15 2016-11-29 Google Inc. Ambient sound responsive media player
US9864813B2 (en) 2005-01-18 2018-01-09 Apple Inc. Systems and methods for organizing data items
US8612427B2 (en) 2005-01-25 2013-12-17 Google, Inc. Information retrieval system for archiving multiple document versions
US20060167943A1 (en) * 2005-01-27 2006-07-27 Outland Research, L.L.C. System, method and computer program product for rejecting or deferring the playing of a media file retrieved by an automated process
US20060167576A1 (en) * 2005-01-27 2006-07-27 Outland Research, L.L.C. System, method and computer program product for automatically selecting, suggesting and playing music media files
US20070276870A1 (en) * 2005-01-27 2007-11-29 Outland Research, Llc Method and apparatus for intelligent media selection using age and/or gender
US20060173828A1 (en) * 2005-02-01 2006-08-03 Outland Research, Llc Methods and apparatus for using personal background data to improve the organization of documents retrieved in response to a search query
US20060173556A1 (en) * 2005-02-01 2006-08-03 Outland Research,. Llc Methods and apparatus for using user gender and/or age group to improve the organization of documents retrieved in response to a search query
US20060179044A1 (en) * 2005-02-04 2006-08-10 Outland Research, Llc Methods and apparatus for using life-context of a user to improve the organization of documents retrieved in response to a search query from that user
US11693864B2 (en) 2005-02-28 2023-07-04 Pinterest, Inc. Methods of and systems for searching by incorporating user-entered information
US20060271524A1 (en) * 2005-02-28 2006-11-30 Michael Tanne Methods of and systems for searching by incorporating user-entered information
US9092523B2 (en) 2005-02-28 2015-07-28 Search Engine Technologies, Llc Methods of and systems for searching by incorporating user-entered information
US10311068B2 (en) 2005-02-28 2019-06-04 Pinterest, Inc. Methods of and systems for searching by incorporating user-entered information
US11341144B2 (en) 2005-02-28 2022-05-24 Pinterest, Inc. Methods of and systems for searching by incorporating user-entered information
US9195761B2 (en) * 2005-03-01 2015-11-24 Google Inc. System and method for navigating documents
US7792833B2 (en) 2005-03-03 2010-09-07 Microsoft Corporation Ranking search results using language types
US20060200460A1 (en) * 2005-03-03 2006-09-07 Microsoft Corporation System and method for ranking search results using file types
US20060294100A1 (en) * 2005-03-03 2006-12-28 Microsoft Corporation Ranking search results using language types
US20060204142A1 (en) * 2005-03-11 2006-09-14 Alamy Limited Ranking of images in the results of a search
US11036814B2 (en) 2005-03-18 2021-06-15 Pinterest, Inc. Search engine that applies feedback from users to improve search results
US20070106659A1 (en) * 2005-03-18 2007-05-10 Yunshan Lu Search engine that applies feedback from users to improve search results
US9367606B1 (en) 2005-03-18 2016-06-14 Search Engine Technologies, Llc Search engine that applies feedback from users to improve search results
US10157233B2 (en) 2005-03-18 2018-12-18 Pinterest, Inc. Search engine that applies feedback from users to improve search results
US8185523B2 (en) * 2005-03-18 2012-05-22 Search Engine Technologies, Llc Search engine that applies feedback from users to improve search results
US20060253210A1 (en) * 2005-03-26 2006-11-09 Outland Research, Llc Intelligent Pace-Setting Portable Media Player
US20060230012A1 (en) * 2005-03-30 2006-10-12 International Business Machines Corporation System and method for dynamically tracking user interests based on personal information
US8838588B2 (en) * 2005-03-30 2014-09-16 International Business Machines Corporation System and method for dynamically tracking user interests based on personal information
US8713025B2 (en) 2005-03-31 2014-04-29 Square Halt Solutions, Limited Liability Company Complete context search system
US20060223637A1 (en) * 2005-03-31 2006-10-05 Outland Research, Llc Video game system combining gaming simulation with remote robot control and remote robot feedback
US20060223635A1 (en) * 2005-04-04 2006-10-05 Outland Research method and apparatus for an on-screen/off-screen first person gaming experience
WO2006110480A1 (en) * 2005-04-07 2006-10-19 Yahoo! Inc. Customizable filters for personalized search
US8412698B1 (en) 2005-04-07 2013-04-02 Yahoo! Inc. Customizable filters for personalized search
US20070005523A1 (en) * 2005-04-12 2007-01-04 Eagleforce Associates, Inc. System and method for evidence accumulation and hypothesis generation
US7421419B2 (en) 2005-04-12 2008-09-02 Viziant Corporation System and method for evidence accumulation and hypothesis generation
US20060253572A1 (en) * 2005-04-13 2006-11-09 Osmani Gomez Method and system for management of an electronic mentoring program
US20060242135A1 (en) * 2005-04-20 2006-10-26 Microsoft Corporation System and method for personalized search
US7599916B2 (en) * 2005-04-20 2009-10-06 Microsoft Corporation System and method for personalized search
US8850011B2 (en) 2005-04-21 2014-09-30 Microsoft Corporation Obtaining and displaying virtual earth images
US20060238379A1 (en) * 2005-04-21 2006-10-26 Microsoft Corporation Obtaining and displaying virtual earth images
US20070210937A1 (en) * 2005-04-21 2007-09-13 Microsoft Corporation Dynamic rendering of map information
US9383206B2 (en) 2005-04-21 2016-07-05 Microsoft Technology Licensing, Llc Obtaining and displaying virtual earth images
US10182108B2 (en) 2005-04-21 2019-01-15 Microsoft Technology Licensing, Llc Obtaining and displaying virtual earth images
US8843309B2 (en) 2005-04-21 2014-09-23 Microsoft Corporation Virtual earth mapping
US20060242130A1 (en) * 2005-04-23 2006-10-26 Clenova, Llc Information retrieval using conjunctive search and link discovery
US20060248059A1 (en) * 2005-04-29 2006-11-02 Palo Alto Research Center Inc. Systems and methods for personalized search
EP1717720A1 (en) * 2005-04-29 2006-11-02 Palo Alto Research Center Incorporated Discovery of related documents based on a proximal neighborhood measure
US8606781B2 (en) * 2005-04-29 2013-12-10 Palo Alto Research Center Incorporated Systems and methods for personalized search
US20060259479A1 (en) * 2005-05-12 2006-11-16 Microsoft Corporation System and method for automatic generation of suggested inline search terms
US20060256008A1 (en) * 2005-05-13 2006-11-16 Outland Research, Llc Pointing interface for person-to-person information exchange
US20060259574A1 (en) * 2005-05-13 2006-11-16 Outland Research, Llc Method and apparatus for accessing spatially associated information
US20060256007A1 (en) * 2005-05-13 2006-11-16 Outland Research, Llc Triangulation method and apparatus for targeting and accessing spatially associated information
US20060271286A1 (en) * 2005-05-27 2006-11-30 Outland Research, Llc Image-enhanced vehicle navigation systems and methods
US20070150188A1 (en) * 2005-05-27 2007-06-28 Outland Research, Llc First-person video-based travel planning system
US9569504B1 (en) 2005-05-31 2017-02-14 Google Inc. Deriving and using document and site quality signals from search query streams
US8818982B1 (en) 2005-05-31 2014-08-26 Google Inc. Deriving and using document and site quality signals from search query streams
US7962462B1 (en) * 2005-05-31 2011-06-14 Google Inc. Deriving and using document and site quality signals from search query streams
US8103659B1 (en) * 2005-06-06 2012-01-24 A9.Com, Inc. Perspective-based item navigation
US20060186197A1 (en) * 2005-06-16 2006-08-24 Outland Research Method and apparatus for wireless customer interaction with the attendants working in a restaurant
US20120233161A1 (en) * 2005-06-28 2012-09-13 Yahoo! Inc. Search engine with augmented relevance ranking by community participation
US20070112761A1 (en) * 2005-06-28 2007-05-17 Zhichen Xu Search engine with augmented relevance ranking by community participation
US8086605B2 (en) * 2005-06-28 2011-12-27 Yahoo! Inc. Search engine with augmented relevance ranking by community participation
US20080005064A1 (en) * 2005-06-28 2008-01-03 Yahoo! Inc. Apparatus and method for content annotation and conditional annotation retrieval in a search context
US8521734B2 (en) * 2005-06-28 2013-08-27 Yahoo! Inc. Search engine with augmented relevance ranking by community participation
US7472119B2 (en) * 2005-06-30 2008-12-30 Microsoft Corporation Prioritizing search results by client search satisfaction
US20070005575A1 (en) * 2005-06-30 2007-01-04 Microsoft Corporation Prioritizing search results by client search satisfaction
US20070011049A1 (en) * 2005-07-09 2007-01-11 Eder Jeffrey S Intelligent, personalized commerce chain
US10963522B2 (en) 2005-08-03 2021-03-30 Pinterest, Inc. Systems for and methods of finding relevant documents by analyzing tags
US9715542B2 (en) * 2005-08-03 2017-07-25 Search Engine Technologies, Llc Systems for and methods of finding relevant documents by analyzing tags
US20070185858A1 (en) * 2005-08-03 2007-08-09 Yunshan Lu Systems for and methods of finding relevant documents by analyzing tags
US20070038622A1 (en) * 2005-08-15 2007-02-15 Microsoft Corporation Method ranking search results using biased click distance
US8719255B1 (en) 2005-08-23 2014-05-06 Amazon Technologies, Inc. Method and system for determining interest levels of online content based on rates of change of content access
US20070198486A1 (en) * 2005-08-29 2007-08-23 Daniel Abrams Internet search engine with browser tools
US20070156720A1 (en) * 2005-08-31 2007-07-05 Eagleforce Associates System for hypothesis generation
US20070051503A1 (en) * 2005-09-08 2007-03-08 Grajzl Harold A Corrosion resistant charge air cooler and method of making same
US20060288074A1 (en) * 2005-09-09 2006-12-21 Outland Research, Llc System, Method and Computer Program Product for Collaborative Broadcast Media
US8745104B1 (en) 2005-09-23 2014-06-03 Google Inc. Collaborative rejection of media for physical establishments
US8762435B1 (en) 2005-09-23 2014-06-24 Google Inc. Collaborative rejection of media for physical establishments
US20080032719A1 (en) * 2005-10-01 2008-02-07 Outland Research, Llc Centralized establishment-based tracking and messaging service
US20060195361A1 (en) * 2005-10-01 2006-08-31 Outland Research Location-based demographic profiling system and method of use
US20070125852A1 (en) * 2005-10-07 2007-06-07 Outland Research, Llc Shake responsive portable media player
US20070083323A1 (en) * 2005-10-07 2007-04-12 Outland Research Personal cuing for spatially associated information
US20060179056A1 (en) * 2005-10-12 2006-08-10 Outland Research Enhanced storage and retrieval of spatially associated information
US20060229058A1 (en) * 2005-10-29 2006-10-12 Outland Research Real-time person-to-person communication using geospatial addressing
US20070129888A1 (en) * 2005-12-05 2007-06-07 Outland Research Spatially associated personal reminder system and method
US8095565B2 (en) 2005-12-05 2012-01-10 Microsoft Corporation Metadata driven user interface
US20070130205A1 (en) * 2005-12-05 2007-06-07 Microsoft Corporation Metadata driven user interface
US9576041B2 (en) * 2005-12-13 2017-02-21 British Telecommunications Public Limited Company User specific database querying method and apparatus
US20090012949A1 (en) * 2005-12-13 2009-01-08 Thompson Simon G User Specific Database Querying Method and Apparatus
US20070075127A1 (en) * 2005-12-21 2007-04-05 Outland Research, Llc Orientation-based power conservation for portable media devices
US20070150473A1 (en) * 2005-12-22 2007-06-28 Microsoft Corporation Search By Document Type And Relevance
US20080320300A1 (en) * 2005-12-22 2008-12-25 Microsoft Corporation Authorisation and Authentication
EP1974297A2 (en) * 2005-12-29 2008-10-01 Microsoft Corporation Dynamic search with implicit user intention mining
EP1974297A4 (en) * 2005-12-29 2012-02-29 Microsoft Corp Dynamic search with implicit user intention mining
US10289712B2 (en) 2005-12-30 2019-05-14 Google Llc Method, system, and graphical user interface for alerting a computer user to new results for a prior search
US8694491B2 (en) 2005-12-30 2014-04-08 Google Inc. Method, system, and graphical user interface for alerting a computer user to new results for a prior search
US7925649B2 (en) 2005-12-30 2011-04-12 Google Inc. Method, system, and graphical user interface for alerting a computer user to new results for a prior search
US20070162424A1 (en) * 2005-12-30 2007-07-12 Glen Jeh Method, system, and graphical user interface for alerting a computer user to new results for a prior search
US20140164347A1 (en) * 2005-12-30 2014-06-12 Google Inc. Method, system, and graphical user interface for alerting a computer user to new results for a prior search
US9323846B2 (en) * 2005-12-30 2016-04-26 Google Inc. Method, system, and graphical user interface for alerting a computer user to new results for a prior search
EP1808786A1 (en) * 2006-01-12 2007-07-18 Yoogli, Inc. User context based search engine
WO2007080413A1 (en) * 2006-01-13 2007-07-19 Vodafone Group Plc Search platform
US20100138425A1 (en) * 2006-01-31 2010-06-03 Google Inc. Enhanced search results
US7624101B2 (en) * 2006-01-31 2009-11-24 Google Inc. Enhanced search results
US8108383B2 (en) * 2006-01-31 2012-01-31 Google Inc. Enhanced search results
US20070192289A1 (en) * 2006-01-31 2007-08-16 Walton Lin Enhanced search results
EP1987484A4 (en) * 2006-02-16 2011-05-25 Hillcrest Lab Inc Systems and methods for placing advertisements
EP1987484A2 (en) * 2006-02-16 2008-11-05 Hillcrest Laboratories, Inc. Systems and methods for placing advertisements
US20070198504A1 (en) * 2006-02-23 2007-08-23 Microsoft Corporation Calculating level-based importance of a web page
US20090138486A1 (en) * 2006-02-28 2009-05-28 Microsoft Corporation Secure Content Descriptions
US8108362B2 (en) * 2006-02-28 2012-01-31 Microsoft Corporation Secure content descriptions
KR101366408B1 (en) 2006-03-02 2014-03-03 마이크로소프트 코포레이션 Mining web search user behavior to enhance web search relevance
US20070208730A1 (en) * 2006-03-02 2007-09-06 Microsoft Corporation Mining web search user behavior to enhance web search relevance
WO2007106269A1 (en) * 2006-03-02 2007-09-20 Microsoft Corporation Mining web search user behavior to enhance web search relevance
JP2009528619A (en) * 2006-03-02 2009-08-06 マイクロソフト コーポレーション Mining web search user behavior to improve web search relevance
US8019777B2 (en) * 2006-03-16 2011-09-13 Nexify, Inc. Digital content personalization method and system
US20100250341A1 (en) * 2006-03-16 2010-09-30 Dailyme, Inc. Digital content personalization method and system
US20070239680A1 (en) * 2006-03-30 2007-10-11 Oztekin Bilgehan U Website flavored search
US20070233671A1 (en) * 2006-03-30 2007-10-04 Oztekin Bilgehan U Group Customized Search
US8078607B2 (en) 2006-03-30 2011-12-13 Google Inc. Generating website profiles based on queries from webistes and user activities on the search results
US8271485B2 (en) * 2006-04-05 2012-09-18 I-Business Center Corporation Reply generation apparatus and method and program for causing computer to function as reply generating apparatus
US20090094204A1 (en) * 2006-04-05 2009-04-09 Tomihisa Shiraishi Reply generation apparatus and method and program for causing computer to function as reply generating apparatus
US20070260597A1 (en) * 2006-05-02 2007-11-08 Mark Cramer Dynamic search engine results employing user behavior
US20100106703A1 (en) * 2006-05-02 2010-04-29 Mark Cramer Dynamic search engine results employing user behavior
WO2007130914A3 (en) * 2006-05-02 2008-08-28 Surf Canyon Inc Dynamic search engine results employing user behavior
US20120078710A1 (en) * 2006-05-02 2012-03-29 Mark Cramer Dynamic search engine results employing user behavior
US20080114751A1 (en) * 2006-05-02 2008-05-15 Surf Canyon Incorporated Real time implicit user modeling for personalized search
US8442973B2 (en) * 2006-05-02 2013-05-14 Surf Canyon, Inc. Real time implicit user modeling for personalized search
US8095582B2 (en) * 2006-05-02 2012-01-10 Surf Canyon Incorporated Dynamic search engine results employing user behavior
WO2007130914A2 (en) * 2006-05-02 2007-11-15 Surf Canyon Incorporated Dynamic search engine results employing user behavior
US20150032717A1 (en) * 2006-05-02 2015-01-29 Surf Canyon Incorporated Real time implicit user modeling for personalized search
EP1860575A1 (en) 2006-05-16 2007-11-28 Hurra Communications GmbH Method for evaluating information to be represented on a network page
US20070294615A1 (en) * 2006-05-30 2007-12-20 Microsoft Corporation Personalizing a search results page based on search history
US7966324B2 (en) 2006-05-30 2011-06-21 Microsoft Corporation Personalizing a search results page based on search history
KR101319628B1 (en) 2006-06-01 2013-10-17 마이크로소프트 코포레이션 Indexing documents for information retrieval
EP1862916A1 (en) * 2006-06-01 2007-12-05 Microsoft Corporation Indexing Documents for Information Retrieval based on additional feedback fields
US9443022B2 (en) * 2006-06-05 2016-09-13 Google Inc. Method, system, and graphical user interface for providing personalized recommendations of popular search queries
US20070294225A1 (en) * 2006-06-19 2007-12-20 Microsoft Corporation Diversifying search results for improved search and personalization
US7761464B2 (en) * 2006-06-19 2010-07-20 Microsoft Corporation Diversifying search results for improved search and personalization
US9495452B2 (en) * 2006-06-22 2016-11-15 Yahoo! Inc. User-sensitive PageRank
US20100023513A1 (en) * 2006-06-22 2010-01-28 Yahoo! Inc. User-sensitive pagerank
US20070299785A1 (en) * 2006-06-23 2007-12-27 Dylan Tullberg Method of searching and classifying funds
US7685192B1 (en) * 2006-06-30 2010-03-23 Amazon Technologies, Inc. Method and system for displaying interest space user communities
US7849079B2 (en) 2006-07-31 2010-12-07 Microsoft Corporation Temporal ranking of search results
US7685199B2 (en) * 2006-07-31 2010-03-23 Microsoft Corporation Presenting information related to topics extracted from event classes
US20080027979A1 (en) * 2006-07-31 2008-01-31 Microsoft Corporation Presenting information related to topics extracted from event classes
US7577718B2 (en) 2006-07-31 2009-08-18 Microsoft Corporation Adaptive dissemination of personalized and contextually relevant information
US20080028036A1 (en) * 2006-07-31 2008-01-31 Microsoft Corporation Adaptive dissemination of personalized and contextually relevant information
US20080027921A1 (en) * 2006-07-31 2008-01-31 Microsoft Corporation Temporal ranking of search results
US20100094859A1 (en) * 2006-08-09 2010-04-15 Gupta Puneet K Folksonomy-Enhanced Enterprise-Centric Collaboration and Knowledge Management System
US20080040301A1 (en) * 2006-08-10 2008-02-14 Yahoo! Inc. System and method for inferring user interest based on analysis of user-generated metadata
US8707160B2 (en) * 2006-08-10 2014-04-22 Yahoo! Inc. System and method for inferring user interest based on analysis of user-generated metadata
US20150081691A1 (en) * 2006-08-25 2015-03-19 Surf Canyon Incorporated Adaptive user interface for real-time search relevance feedback
US8924378B2 (en) * 2006-08-25 2014-12-30 Surf Canyon Incorporated Adaptive user interface for real-time search relevance feedback
US9418122B2 (en) * 2006-08-25 2016-08-16 Surf Canyon Incorporated Adaptive user interface for real-time search relevance feedback
US20080082485A1 (en) * 2006-09-28 2008-04-03 Microsoft Corporation Personalized information retrieval search with backoff
US7783636B2 (en) 2006-09-28 2010-08-24 Microsoft Corporation Personalized information retrieval search with backoff
US20080082528A1 (en) * 2006-10-03 2008-04-03 Pointer S.R.L. Systems and methods for ranking search engine results
US20080104026A1 (en) * 2006-10-30 2008-05-01 Koran Joshua M Optimization of targeted advertisements based on user profile information
US7680786B2 (en) * 2006-10-30 2010-03-16 Yahoo! Inc. Optimization of targeted advertisements based on user profile information
US8060520B2 (en) * 2006-10-30 2011-11-15 Yahoo! Inc. Optimization of targeted advertisements based on user profile information
US20100169175A1 (en) * 2006-10-30 2010-07-01 Koran Joshua M Optimization of Targeted Advertisements Based on User Profile Information
US20080288588A1 (en) * 2006-11-01 2008-11-20 Worldvuer, Inc. Method and system for searching using image based tagging
US10275419B2 (en) * 2006-11-02 2019-04-30 Excalibur Ip, Llc Personalized search
US10636315B1 (en) 2006-11-08 2020-04-28 Cricket Media, Inc. Method and system for developing process, project or problem-based learning systems within a semantic collaborative social network
US20090070490A1 (en) * 2006-11-08 2009-03-12 Dozier Linda T Dynamic Characterization of Nodes in a Semantic Network for Desired Functions Such As Search, Discovery, Matching, Content Delivery, and synchronization of Activity and Information
US10547698B2 (en) 2006-11-08 2020-01-28 Cricket Media, Inc. Dynamic characterization of nodes in a semantic network for desired functions such as search, discovery, matching, content delivery, and synchronization of activity and information
US20080176194A1 (en) * 2006-11-08 2008-07-24 Nina Zolt System for developing literacy skills using loosely coupled tools in a self-directed learning process within a collaborative social network
US10999383B2 (en) 2006-11-08 2021-05-04 Cricket Media, Inc. System for synchronizing nodes on a network
US9928753B2 (en) 2006-11-08 2018-03-27 Cricket Media, Inc. Dynamic characterization of nodes in a semantic network for desired functions such as search, discovery, matching, content delivery, and synchronization of activity and information
US9620028B2 (en) 2006-11-08 2017-04-11 Cricket Media, Inc. Method and system for developing process, project or problem-based learning systems within a semantic collaborative social network
US9311401B2 (en) * 2006-12-20 2016-04-12 Victor David Uy Method of displaying a subjective score with search engine results
US20100299317A1 (en) * 2006-12-20 2010-11-25 Victor David Uy Method of displaying a subjective score with search engine results
US7987185B1 (en) * 2006-12-29 2011-07-26 Google Inc. Ranking custom search results
US8930359B1 (en) 2006-12-29 2015-01-06 Google Inc. Ranking custom search results
US8849817B1 (en) 2006-12-29 2014-09-30 Google Inc. Ranking custom search results
US9342609B1 (en) 2006-12-29 2016-05-17 Google Inc. Ranking custom search results
US20080168045A1 (en) * 2007-01-10 2008-07-10 Microsoft Corporation Content rank
US11334610B2 (en) 2007-01-17 2022-05-17 Google Llc Providing relevance-ordered categories of information
US7966309B2 (en) 2007-01-17 2011-06-21 Google Inc. Providing relevance-ordered categories of information
US7966321B2 (en) 2007-01-17 2011-06-21 Google Inc. Presentation of local results
US10783177B2 (en) * 2007-01-17 2020-09-22 Google Llc Providing relevance-ordered categories of information
US20080172362A1 (en) * 2007-01-17 2008-07-17 Google Inc. Providing Relevance-Ordered Categories of Information
US8005822B2 (en) 2007-01-17 2011-08-23 Google Inc. Location in search queries
US20080172374A1 (en) * 2007-01-17 2008-07-17 Google Inc. Presentation of Local Results
US8996507B2 (en) 2007-01-17 2015-03-31 Google Inc. Location in search queries
US20080172357A1 (en) * 2007-01-17 2008-07-17 Google Inc. Location in search queries
US11709876B2 (en) 2007-01-17 2023-07-25 Google Llc Providing relevance-ordered categories of information
WO2008089346A1 (en) * 2007-01-17 2008-07-24 Google Inc. Providing relevance-ordered categories of information
US8489591B2 (en) 2007-01-17 2013-07-16 Google Inc. Presentation of local results
US20080183691A1 (en) * 2007-01-30 2008-07-31 International Business Machines Corporation Method for a networked knowledge based document retrieval and ranking utilizing extracted document metadata and content
US11589093B2 (en) 2007-03-12 2023-02-21 Broadband Itv, Inc. System for addressing on-demand TV program content on TV services platform of a digital TV services provider
US11245942B2 (en) 2007-03-12 2022-02-08 Broadband Itv, Inc. Method for addressing on-demand TV program content on TV services platform of a digital TV services provider
US7827170B1 (en) 2007-03-13 2010-11-02 Google Inc. Systems and methods for demoting personalized search results based on personal information
US8620915B1 (en) * 2007-03-13 2013-12-31 Google Inc. Systems and methods for promoting personalized search results based on personal information
US9116963B2 (en) 2007-03-13 2015-08-25 Google Inc. Systems and methods for promoting personalized search results based on personal information
US9342783B1 (en) 2007-03-30 2016-05-17 Consumerinfo.Com, Inc. Systems and methods for data verification
US20080243784A1 (en) * 2007-03-30 2008-10-02 Tyron Jerrod Stading System and methods of query refinement
US10152535B1 (en) 2007-03-30 2018-12-11 Google Llc Query phrasification
US7693813B1 (en) 2007-03-30 2010-04-06 Google Inc. Index server architecture using tiered and sharded phrase posting lists
US9355169B1 (en) 2007-03-30 2016-05-31 Google Inc. Phrase extraction using subphrase scoring
US8166045B1 (en) 2007-03-30 2012-04-24 Google Inc. Phrase extraction using subphrase scoring
US7702614B1 (en) 2007-03-30 2010-04-20 Google Inc. Index updating using segment swapping
US7925655B1 (en) 2007-03-30 2011-04-12 Google Inc. Query scheduling using hierarchical tiers of index servers
US8943067B1 (en) 2007-03-30 2015-01-27 Google Inc. Index server architecture using tiered and sharded phrase posting lists
US9977827B2 (en) 2007-03-30 2018-05-22 Innography, Inc. System and methods of automatic query generation
US8402033B1 (en) 2007-03-30 2013-03-19 Google Inc. Phrase extraction using subphrase scoring
US8090723B2 (en) 2007-03-30 2012-01-03 Google Inc. Index server architecture using tiered and sharded phrase posting lists
US11308170B2 (en) 2007-03-30 2022-04-19 Consumerinfo.Com, Inc. Systems and methods for data verification
US8166021B1 (en) 2007-03-30 2012-04-24 Google Inc. Query phrasification
US8600975B1 (en) 2007-03-30 2013-12-03 Google Inc. Query phrasification
US10437895B2 (en) 2007-03-30 2019-10-08 Consumerinfo.Com, Inc. Systems and methods for data verification
US8086594B1 (en) 2007-03-30 2011-12-27 Google Inc. Bifurcated document relevance scoring
US8682901B1 (en) 2007-03-30 2014-03-25 Google Inc. Index server architecture using tiered and sharded phrase posting lists
US20080243785A1 (en) * 2007-03-30 2008-10-02 Tyron Jerrod Stading System and methods of searching data sources
US20080249798A1 (en) * 2007-04-04 2008-10-09 Atul Tulshibagwale Method and System of Ranking Web Content
US7752201B2 (en) 2007-05-10 2010-07-06 Microsoft Corporation Recommendation of related electronic assets based on user search behavior
US20080281809A1 (en) * 2007-05-10 2008-11-13 Microsoft Corporation Automated analysis of user search behavior
US20080281808A1 (en) * 2007-05-10 2008-11-13 Microsoft Corporation Recommendation of related electronic assets based on user search behavior
US8037042B2 (en) * 2007-05-10 2011-10-11 Microsoft Corporation Automated analysis of user search behavior
US9015185B2 (en) 2007-05-25 2015-04-21 Piksel, Inc. Ontology based recommendation systems and methods
EP2704080A1 (en) * 2007-05-25 2014-03-05 KIT Digital Inc. Recommendation systems and methods
US9576313B2 (en) 2007-05-25 2017-02-21 Piksel, Inc. Recommendation systems and methods using interest correlation
US20080301551A1 (en) * 2007-05-29 2008-12-04 Tasteindex.Com Llc Taste network system and method
US20080301582A1 (en) * 2007-05-29 2008-12-04 Tasteindex.Com Llc Taste network widget system
US20080300958A1 (en) * 2007-05-29 2008-12-04 Tasteindex.Com Llc Taste network content targeting
US8996409B2 (en) 2007-06-06 2015-03-31 Sony Computer Entertainment Inc. Management of online trading services using mediated communications
US8244737B2 (en) 2007-06-18 2012-08-14 Microsoft Corporation Ranking documents based on a series of document graphs
US20080315331A1 (en) * 2007-06-25 2008-12-25 Robert Gideon Wodnicki Ultrasound system with through via interconnect structure
US11582498B2 (en) 2007-06-26 2023-02-14 Broadband Itv, Inc. Dynamic adjustment of electronic program guide displays based on viewer preferences for minimizing navigation in VOD program selection
US11277669B2 (en) 2007-06-26 2022-03-15 Broadband Itv, Inc. Dynamic adjustment of electronic program guide displays based on viewer preferences for minimizing navigation in VOD program selection
US10623793B2 (en) 2007-06-26 2020-04-14 Broadband Itv, Inc. Dynamic adjustment of electronic program guide displays based on viewer preferences for minimizing navigation in VOD program selection
US10582243B2 (en) 2007-06-26 2020-03-03 Broadband Itv, Inc. Dynamic adjustment of electronic program guide displays based on viewer preferences for minimizing navigation in VOD program selection
US11290763B2 (en) 2007-06-26 2022-03-29 Broadband Itv, Inc. Dynamic adjustment of electronic program guide displays based on viewer preferences for minimizing navigation in VOD program selection
US10567846B2 (en) 2007-06-26 2020-02-18 Broadband Itv, Inc. Dynamic adjustment of electronic program guide displays based on viewer preferences for minimizing navigation in VOD program selection
US11265589B2 (en) 2007-06-26 2022-03-01 Broadband Itv, Inc. Dynamic adjustment of electronic program guide displays based on viewer preferences for minimizing navigation in VOD program selection
US11695976B2 (en) 2007-06-26 2023-07-04 Broadband Itv, Inc. Dynamic adjustment of electronic program guide displays based on viewer preferences for minimizing navigation in VOD program selection
US10560733B2 (en) 2007-06-26 2020-02-11 Broadband Itv, Inc. Dynamic adjustment of electronic program guide displays based on viewer preferences for minimizing navigation in VOD program selection
US11272235B2 (en) 2007-06-26 2022-03-08 Broadband Itv, Inc. Dynamic adjustment of electronic program guide displays based on viewer preferences for minimizing navigation in VOD program selection
US11570500B2 (en) 2007-06-26 2023-01-31 Broadband Itv, Inc. Dynamic adjustment of electronic program guide displays based on viewer preferences for minimizing navigation in VOD program selection
US11570521B2 (en) 2007-06-26 2023-01-31 Broadband Itv, Inc. Dynamic adjustment of electronic program guide displays based on viewer preferences for minimizing navigation in VOD program selection
US8027964B2 (en) * 2007-07-13 2011-09-27 Medio Systems, Inc. Personalized query completion suggestion
US7920849B2 (en) 2007-07-13 2011-04-05 Pop Adrian Method and system for providing advertisements/messages based on wireless data communication technology
US20090017798A1 (en) * 2007-07-13 2009-01-15 Pop Adrian Method and system for providing advertisements/messages based on bluetooth® technology
US20090019002A1 (en) * 2007-07-13 2009-01-15 Medio Systems, Inc. Personalized query completion suggestion
US8538940B2 (en) * 2007-07-26 2013-09-17 International Business Machines Corporation Identification of shared resources
US20090030923A1 (en) * 2007-07-26 2009-01-29 International Business Machines Corporation Identification of shared resources
US8359319B2 (en) * 2007-08-27 2013-01-22 Sudhir Pendse Tool for personalized search
US20090063475A1 (en) * 2007-08-27 2009-03-05 Sudhir Pendse Tool for personalized search
WO2009030990A1 (en) * 2007-09-06 2009-03-12 Chin San Sathya Wong Method and system of interacting with a server, and method and system for generating and presenting search results
US8738594B2 (en) 2007-09-06 2014-05-27 Chin San Sathya Wong Method and system of interacting with a server, and method and system for generating and presenting search results
US20110066607A1 (en) * 2007-09-06 2011-03-17 Chin San Sathya Wong Method and system of interacting with a server, and method and system for generating and presenting search results
US8631027B2 (en) 2007-09-07 2014-01-14 Google Inc. Integrated external related phrase information into a phrase-based indexing information retrieval system
US8117223B2 (en) 2007-09-07 2012-02-14 Google Inc. Integrating external related phrase information into a phrase-based indexing information retrieval system
US20090106235A1 (en) * 2007-10-18 2009-04-23 Microsoft Corporation Document Length as a Static Relevance Feature for Ranking Search Results
US9348912B2 (en) 2007-10-18 2016-05-24 Microsoft Technology Licensing, Llc Document length as a static relevance feature for ranking search results
US20090106223A1 (en) * 2007-10-18 2009-04-23 Microsoft Corporation Enterprise relevancy ranking using a neural network
US7840569B2 (en) 2007-10-18 2010-11-23 Microsoft Corporation Enterprise relevancy ranking using a neural network
US20090106221A1 (en) * 2007-10-18 2009-04-23 Microsoft Corporation Ranking and Providing Search Results Based In Part On A Number Of Click-Through Features
US8732155B2 (en) 2007-11-16 2014-05-20 Iac Search & Media, Inc. Categorization in a system and method for conducting a search
US20090132643A1 (en) * 2007-11-16 2009-05-21 Iac Search & Media, Inc. Persistent local search interface and method
US8145703B2 (en) 2007-11-16 2012-03-27 Iac Search & Media, Inc. User interface and method in a local search system with related search results
US20090132484A1 (en) * 2007-11-16 2009-05-21 Iac Search & Media, Inc. User interface and method in a local search system having vertical context
US20090132514A1 (en) * 2007-11-16 2009-05-21 Iac Search & Media, Inc. method and system for building text descriptions in a search database
US20090132573A1 (en) * 2007-11-16 2009-05-21 Iac Search & Media, Inc. User interface and method in a local search system with search results restricted by drawn figure elements
US20090132513A1 (en) * 2007-11-16 2009-05-21 Iac Search & Media, Inc. Correlation of data in a system and method for conducting a search
US20090132645A1 (en) * 2007-11-16 2009-05-21 Iac Search & Media, Inc. User interface and method in a local search system with multiple-field comparison
US20090132504A1 (en) * 2007-11-16 2009-05-21 Iac Search & Media, Inc. Categorization in a system and method for conducting a search
US20090132644A1 (en) * 2007-11-16 2009-05-21 Iac Search & Medie, Inc. User interface and method in a local search system with related search results
US20090132526A1 (en) * 2007-11-19 2009-05-21 Jong-Hun Park Content recommendation apparatus and method using tag cloud
US8209337B2 (en) * 2007-11-19 2012-06-26 Core Logic, Inc. Content recommendation apparatus and method using tag cloud
US20090138329A1 (en) * 2007-11-26 2009-05-28 William Paul Wanker Application of query weights input to an electronic commerce information system to target advertising
US7930298B2 (en) * 2007-11-27 2011-04-19 Institute For Information Industry System and method for generating 'snapshot's of learning objects
US20090138442A1 (en) * 2007-11-27 2009-05-28 Institute For Information Industry System and method for generating 'snapshot's of learning objects
US9760547B1 (en) * 2007-12-12 2017-09-12 Google Inc. Monetization of online content
US11379916B1 (en) 2007-12-14 2022-07-05 Consumerinfo.Com, Inc. Card registry systems and methods
US10878499B2 (en) 2007-12-14 2020-12-29 Consumerinfo.Com, Inc. Card registry systems and methods
US9767513B1 (en) 2007-12-14 2017-09-19 Consumerinfo.Com, Inc. Card registry systems and methods
US9542682B1 (en) 2007-12-14 2017-01-10 Consumerinfo.Com, Inc. Card registry systems and methods
US9230283B1 (en) 2007-12-14 2016-01-05 Consumerinfo.Com, Inc. Card registry systems and methods
US10614519B2 (en) 2007-12-14 2020-04-07 Consumerinfo.Com, Inc. Card registry systems and methods
US10262364B2 (en) 2007-12-14 2019-04-16 Consumerinfo.Com, Inc. Card registry systems and methods
US20090198488A1 (en) * 2008-02-05 2009-08-06 Eric Arno Vigen System and method for analyzing communications using multi-placement hierarchical structures
US20090204599A1 (en) * 2008-02-13 2009-08-13 Microsoft Corporation Using related users data to enhance web search
US8244721B2 (en) * 2008-02-13 2012-08-14 Microsoft Corporation Using related users data to enhance web search
US20120215761A1 (en) * 2008-02-14 2012-08-23 Gist Inc. Fka Minebox Inc. Method and System for Automated Search for, and Retrieval and Distribution of, Information
EP2260408A2 (en) * 2008-02-25 2010-12-15 Atigeo LLC Electronic profile development, storage, use and systems for taking action based thereon
AU2009223819B2 (en) * 2008-03-12 2014-06-12 Excalibur Ip, Llc System, method, and/or apparatus for reordering search results
US8412702B2 (en) * 2008-03-12 2013-04-02 Yahoo! Inc. System, method, and/or apparatus for reordering search results
US20090234834A1 (en) * 2008-03-12 2009-09-17 Yahoo! Inc. System, method, and/or apparatus for reordering search results
US20090234876A1 (en) * 2008-03-14 2009-09-17 Timothy Schigel Systems and methods for content sharing
US8762364B2 (en) 2008-03-18 2014-06-24 Yahoo! Inc. Personalizing sponsored search advertising layout using user behavior history
US20090240677A1 (en) * 2008-03-18 2009-09-24 Rajesh Parekh Personalizing Sponsored Search Advertising Layout using User Behavior History
WO2009117216A1 (en) * 2008-03-18 2009-09-24 Yahoo, Inc. Personalizing sponsored search advertising layout using user behavior history
US20090248677A1 (en) * 2008-03-26 2009-10-01 Amiram Grynberg Methods for generating a personalized list of documents associated with a search query
US8359312B2 (en) * 2008-03-26 2013-01-22 Amiram Grynberg Methods for generating a personalized list of documents associated with a search query
EP2105846A1 (en) * 2008-03-28 2009-09-30 Sony Corporation Method of recommending content items
US8812493B2 (en) 2008-04-11 2014-08-19 Microsoft Corporation Search results ranking using editing distance and document information
US20090259651A1 (en) * 2008-04-11 2009-10-15 Microsoft Corporation Search results ranking using editing distance and document information
US20090276399A1 (en) * 2008-04-30 2009-11-05 Yahoo! Inc. Ranking documents through contextual shortcuts
US9135328B2 (en) 2008-04-30 2015-09-15 Yahoo! Inc. Ranking documents through contextual shortcuts
US20090292684A1 (en) * 2008-05-21 2009-11-26 Microsoft Corporation Promoting websites based on location
US20130297584A1 (en) * 2008-05-21 2013-11-07 Microsoft Corporation Promoting websites based on location
US8510262B2 (en) * 2008-05-21 2013-08-13 Microsoft Corporation Promoting websites based on location
TWI426400B (en) * 2008-05-23 2014-02-11 Yahoo Inc Ordering relevant content by time for determining top picks
US20090292688A1 (en) * 2008-05-23 2009-11-26 Yahoo! Inc. Ordering relevant content by time for determining top picks
US8543570B1 (en) 2008-06-10 2013-09-24 Surf Canyon Incorporated Adaptive user interface for real-time search relevance feedback
US10075446B2 (en) 2008-06-26 2018-09-11 Experian Marketing Solutions, Inc. Systems and methods for providing an integrated identifier
US11157872B2 (en) 2008-06-26 2021-10-26 Experian Marketing Solutions, Llc Systems and methods for providing an integrated identifier
US11769112B2 (en) 2008-06-26 2023-09-26 Experian Marketing Solutions, Llc Systems and methods for providing an integrated identifier
US8214346B2 (en) 2008-06-27 2012-07-03 Cbs Interactive Inc. Personalization engine for classifying unstructured documents
US20100131507A1 (en) * 2008-06-27 2010-05-27 Cbs Interactive, Inc. Personalization engine for building a dynamic classification dictionary
US8140515B2 (en) 2008-06-27 2012-03-20 Cbs Interactive Inc. Personalization engine for building a user profile
US20110106829A1 (en) * 2008-06-27 2011-05-05 Cbs Interactive, Inc. Personalization engine for building a user profile
US9619467B2 (en) * 2008-06-27 2017-04-11 Cbs Interactive Inc. Personalization engine for building a dynamic classification dictionary
US20150213014A1 (en) * 2008-06-27 2015-07-30 Cbs Interactive Inc. Personalization engine for characterizing a document
US20150213015A1 (en) * 2008-06-27 2015-07-30 Cbs Interactive Inc. Personalization engine for assigning a value index to a user
US20110066615A1 (en) * 2008-06-27 2011-03-17 Cbs Interactive, Inc. Personalization engine for building a user profile
US9430471B2 (en) * 2008-06-27 2016-08-30 Cbs Interactive Inc. Personalization engine for assigning a value index to a user
US20090327228A1 (en) * 2008-06-27 2009-12-31 Microsoft Corporation Balancing the costs of sharing private data with the utility of enhanced personalization of online services
US8346749B2 (en) * 2008-06-27 2013-01-01 Microsoft Corporation Balancing the costs of sharing private data with the utility of enhanced personalization of online services
US20130191391A1 (en) * 2008-06-27 2013-07-25 Cbs Interactive, Inc. Personalization engine for building a dynamic classification dictionary
US9501476B2 (en) * 2008-06-27 2016-11-22 Cbs Interactive Inc. Personalization engine for characterizing a document
US9268843B2 (en) 2008-06-27 2016-02-23 Cbs Interactive Inc. Personalization engine for building a user profile
US8234263B2 (en) * 2008-06-27 2012-07-31 Cbs Interactive Inc. Personalization engine for building a dynamic classification dictionary
US20090327243A1 (en) * 2008-06-27 2009-12-31 Cbs Interactive, Inc. Personalization engine for classifying unstructured documents
US20090327270A1 (en) * 2008-06-27 2009-12-31 Microsoft Corporation Using Variation in User Interest to Enhance the Search Experience
US20100017414A1 (en) * 2008-07-18 2010-01-21 Leeds Douglas D Search activity eraser
US8180771B2 (en) 2008-07-18 2012-05-15 Iac Search & Media, Inc. Search activity eraser
US9367618B2 (en) * 2008-08-07 2016-06-14 Yahoo! Inc. Context based search arrangement for mobile devices
US20100036830A1 (en) * 2008-08-07 2010-02-11 Yahoo! Inc. Context based search arrangement for mobile devices
US9792648B1 (en) 2008-08-14 2017-10-17 Experian Information Solutions, Inc. Multi-bureau credit file freeze and unfreeze
US9256904B1 (en) 2008-08-14 2016-02-09 Experian Information Solutions, Inc. Multi-bureau credit file freeze and unfreeze
US9489694B2 (en) 2008-08-14 2016-11-08 Experian Information Solutions, Inc. Multi-bureau credit file freeze and unfreeze
US10650448B1 (en) 2008-08-14 2020-05-12 Experian Information Solutions, Inc. Multi-bureau credit file freeze and unfreeze
US10115155B1 (en) 2008-08-14 2018-10-30 Experian Information Solution, Inc. Multi-bureau credit file freeze and unfreeze
US11004147B1 (en) 2008-08-14 2021-05-11 Experian Information Solutions, Inc. Multi-bureau credit file freeze and unfreeze
US11636540B1 (en) 2008-08-14 2023-04-25 Experian Information Solutions, Inc. Multi-bureau credit file freeze and unfreeze
EP2336905A4 (en) * 2008-08-26 2011-11-02 Huawei Tech Co Ltd A searching method and system
US20110145234A1 (en) * 2008-08-26 2011-06-16 Huawei Technologies Co., Ltd. Search method and system
EP2336905A1 (en) * 2008-08-26 2011-06-22 Huawei Technologies Co., Ltd. A searching method and system
US20100082684A1 (en) * 2008-10-01 2010-04-01 Yahoo! Inc. Method and system for providing personalized web experience
US10621657B2 (en) 2008-11-05 2020-04-14 Consumerinfo.Com, Inc. Systems and methods of credit information reporting
US20100138413A1 (en) * 2008-12-03 2010-06-03 Xiaoyuan Wu System and method for personalized search
US9460212B2 (en) * 2008-12-03 2016-10-04 Paypal, Inc. System and method for personalized search
US10025868B1 (en) * 2009-01-09 2018-07-17 Google Llc Preferred sites
US9317563B1 (en) * 2009-01-09 2016-04-19 Google Inc. Preferred sites
US8595228B1 (en) * 2009-01-09 2013-11-26 Google Inc. Preferred sites
US9195640B1 (en) 2009-01-12 2015-11-24 Sri International Method and system for finding content having a desired similarity
US20100235231A1 (en) * 2009-01-30 2010-09-16 Cbs Interactive, Inc. Lead acquisition, promotion and inventory management system and method
US20100211568A1 (en) * 2009-02-19 2010-08-19 Wei Chu Personalized recommendations on dynamic content
US9600581B2 (en) * 2009-02-19 2017-03-21 Yahoo! Inc. Personalized recommendations on dynamic content
US20100287129A1 (en) * 2009-05-07 2010-11-11 Yahoo!, Inc., a Delaware corporation System, method, or apparatus relating to categorizing or selecting potential search results
US8489515B2 (en) * 2009-05-08 2013-07-16 Comcast Interactive Media, LLC. Social network based recommendation method and system
US20100287033A1 (en) * 2009-05-08 2010-11-11 Comcast Interactive Media, Llc Social Network Based Recommendation Method and System
US9595051B2 (en) 2009-05-11 2017-03-14 Experian Marketing Solutions, Inc. Systems and methods for providing anonymized user profile data
US20100299140A1 (en) * 2009-05-22 2010-11-25 Cycorp, Inc. Identifying and routing of documents of potential interest to subscribers using interest determination rules
US9602444B2 (en) * 2009-05-28 2017-03-21 Google Inc. Participant suggestion system
US20150195220A1 (en) * 2009-05-28 2015-07-09 Tobias Alexander Hawker Participant suggestion system
US20100318533A1 (en) * 2009-06-10 2010-12-16 Yahoo! Inc. Enriched document representations using aggregated anchor text
US8924846B2 (en) * 2009-07-03 2014-12-30 Hewlett-Packard Development Company, L.P. Apparatus and method for text extraction
US20120066587A1 (en) * 2009-07-03 2012-03-15 Bao-Yao Zhou Apparatus and Method for Text Extraction
US20110035375A1 (en) * 2009-08-06 2011-02-10 Ron Bekkerman Building user profiles for website personalization
US20110040753A1 (en) * 2009-08-11 2011-02-17 Steve Knight Personalized search engine
US11595788B2 (en) 2009-10-13 2023-02-28 Cricket Media Services, Inc. Dynamic collaboration in social networking environment
US20110136542A1 (en) * 2009-12-09 2011-06-09 Nokia Corporation Method and apparatus for suggesting information resources based on context and preferences
US20110179025A1 (en) * 2010-01-21 2011-07-21 Kryptonite Systems Inc Social and contextual searching for enterprise business applications
US20110208732A1 (en) * 2010-02-24 2011-08-25 Apple Inc. Systems and methods for organizing data items
US10909617B2 (en) 2010-03-24 2021-02-02 Consumerinfo.Com, Inc. Indirect monitoring and reporting of a user's credit data
US11128720B1 (en) 2010-03-25 2021-09-21 Open Invention Network Llc Method and system for searching network resources to locate content
US8244766B2 (en) 2010-04-13 2012-08-14 Microsoft Corporation Applying a model of a persona to search results
US9785987B2 (en) 2010-04-22 2017-10-10 Microsoft Technology Licensing, Llc User interface for information presentation system
CN102253943A (en) * 2010-05-21 2011-11-23 卓望数码技术(深圳)有限公司 Webpage rating method and webpage rating system
US20110295612A1 (en) * 2010-05-28 2011-12-01 Thierry Donneau-Golencer Method and apparatus for user modelization
US8738635B2 (en) 2010-06-01 2014-05-27 Microsoft Corporation Detection of junk in search result ranking
US9912778B2 (en) 2010-06-11 2018-03-06 Doat Media Ltd. Method for dynamically displaying a personalized home screen on a user device
US10114534B2 (en) 2010-06-11 2018-10-30 Doat Media Ltd. System and method for dynamically displaying personalized home screens respective of user queries
US9846699B2 (en) 2010-06-11 2017-12-19 Doat Media Ltd. System and methods thereof for dynamically updating the contents of a folder on a device
US20150012515A1 (en) * 2010-06-11 2015-01-08 Doat Media Ltd. System and method for providing suitable web addresses to a user device
US9665647B2 (en) 2010-06-11 2017-05-30 Doat Media Ltd. System and method for indexing mobile applications
US10191991B2 (en) 2010-06-11 2019-01-29 Doat Media Ltd. System and method for detecting a search intent
US9529918B2 (en) 2010-06-11 2016-12-27 Doat Media Ltd. System and methods thereof for downloading applications via a communication network
US9639611B2 (en) * 2010-06-11 2017-05-02 Doat Media Ltd. System and method for providing suitable web addresses to a user device
US10713312B2 (en) 2010-06-11 2020-07-14 Doat Media Ltd. System and method for context-launching of applications
US10261973B2 (en) 2010-06-11 2019-04-16 Doat Media Ltd. System and method for causing downloads of applications based on user intents
US9552422B2 (en) 2010-06-11 2017-01-24 Doat Media Ltd. System and method for detecting a search intent
US10339172B2 (en) 2010-06-11 2019-07-02 Doat Media Ltd. System and methods thereof for enhancing a user's search experience
US8326861B1 (en) * 2010-06-23 2012-12-04 Google Inc. Personalized term importance evaluation in queries
US8316021B2 (en) * 2010-06-30 2012-11-20 Emergency 24, Inc. Methods and systems for enhanced placement search engine based on user usage
US10628504B2 (en) 2010-07-30 2020-04-21 Microsoft Technology Licensing, Llc System of providing suggestions based on accessible and contextual information
US8484219B2 (en) * 2010-09-21 2013-07-09 Sony Computer Entertainment America Llc Developing a knowledge base associated with a user that facilitates evolution of an intelligent user interface
US8725659B2 (en) 2010-09-21 2014-05-13 Sony Computer Entertainment America Llc Evolution of a user interface based on learned idiosyncrasies and collected data of a user
US8954356B2 (en) 2010-09-21 2015-02-10 Sony Computer Entertainment America Llc Evolution of a user interface based on learned idiosyncrasies and collected data of a user
US20120072424A1 (en) * 2010-09-21 2012-03-22 George Weising Developing a Knowledge Base Associated with a User That Facilitates Evolution of an Intelligent User Interface
US10114869B2 (en) * 2010-09-24 2018-10-30 Oath Inc. Systems and methods for customized electronic communications
US11120028B2 (en) 2010-09-24 2021-09-14 Verizon Media Inc. Systems and methods for customized electronic communications
US11714817B2 (en) 2010-09-24 2023-08-01 Yahoo Ad Tech Llc Systems and methods for customized electronic communications
US20150370802A1 (en) * 2010-09-24 2015-12-24 Aol Inc. Systems and methods for customized electronic cummunications
US10417704B2 (en) 2010-11-02 2019-09-17 Experian Technology Ltd. Systems and methods of assisted strategy design
US8875007B2 (en) * 2010-11-08 2014-10-28 Microsoft Corporation Creating and modifying an image wiki page
US20120117449A1 (en) * 2010-11-08 2012-05-10 Microsoft Corporation Creating and Modifying an Image Wiki Page
US8484186B1 (en) 2010-11-12 2013-07-09 Consumerinfo.Com, Inc. Personalized people finder
US9684905B1 (en) 2010-11-22 2017-06-20 Experian Information Solutions, Inc. Systems and methods for data verification
US9147042B1 (en) 2010-11-22 2015-09-29 Experian Information Solutions, Inc. Systems and methods for data verification
US8793706B2 (en) 2010-12-16 2014-07-29 Microsoft Corporation Metadata-based eventing supporting operations on data
US20120185359A1 (en) * 2011-01-14 2012-07-19 Alibaba Group Holding Limited Ranking of query results based on individuals' needs
EP2663917A4 (en) * 2011-01-14 2014-07-16 Alibaba Group Holding Ltd Ranking of query results based on individuals' needs
WO2012097124A1 (en) * 2011-01-14 2012-07-19 Alibaba Group Holding Limited Ranking of query results based on individuals' needs
EP2663917A1 (en) * 2011-01-14 2013-11-20 Alibaba Group Holding Limited Ranking of query results based on individuals' needs
US10990701B2 (en) * 2011-03-02 2021-04-27 Microsoft Technology Licensing, Llc Content customization with security for client preferences
US8484098B2 (en) 2011-03-03 2013-07-09 Michael Bilotta System for information delivery facilitating partner rating of users and user ratings of partners
US9858342B2 (en) 2011-03-28 2018-01-02 Doat Media Ltd. Method and system for searching for applications respective of a connectivity mode of a user device
US8965872B2 (en) 2011-04-15 2015-02-24 Microsoft Technology Licensing, Llc Identifying query formulation suggestions for low-match queries
US8983995B2 (en) 2011-04-15 2015-03-17 Microsoft Corporation Interactive semantic query suggestion for content search
US9558519B1 (en) 2011-04-29 2017-01-31 Consumerinfo.Com, Inc. Exposing reporting cycle information
US11861691B1 (en) 2011-04-29 2024-01-02 Consumerinfo.Com, Inc. Exposing reporting cycle information
US8983924B2 (en) 2011-05-12 2015-03-17 Microsoft Technology Licensing, Llc Sharing public search queries and interactions
US9230031B2 (en) 2011-05-12 2016-01-05 Microsoft Technology Licensing, Llc Identifying and recommending experts using shared posts and interactions
US8549011B2 (en) 2011-05-12 2013-10-01 Microsoft Corporation Identifying and recommending experts using shared queries and interactions
US9953087B2 (en) 2011-05-12 2018-04-24 Mircosoft Technology Licensing, LLC Identifying and recommending experts using shared posts and interactions
US8438165B2 (en) 2011-05-12 2013-05-07 Microsoft Corporation Interest tracking using shared search queries and interactions
US9607336B1 (en) 2011-06-16 2017-03-28 Consumerinfo.Com, Inc. Providing credit inquiry alerts
US10685336B1 (en) 2011-06-16 2020-06-16 Consumerinfo.Com, Inc. Authentication alerts
US9665854B1 (en) 2011-06-16 2017-05-30 Consumerinfo.Com, Inc. Authentication alerts
US10115079B1 (en) 2011-06-16 2018-10-30 Consumerinfo.Com, Inc. Authentication alerts
US10719873B1 (en) 2011-06-16 2020-07-21 Consumerinfo.Com, Inc. Providing credit inquiry alerts
US11232413B1 (en) 2011-06-16 2022-01-25 Consumerinfo.Com, Inc. Authentication alerts
US10176233B1 (en) 2011-07-08 2019-01-08 Consumerinfo.Com, Inc. Lifescore
US10798197B2 (en) 2011-07-08 2020-10-06 Consumerinfo.Com, Inc. Lifescore
US11665253B1 (en) 2011-07-08 2023-05-30 Consumerinfo.Com, Inc. LifeScore
CN103649957A (en) * 2011-07-20 2014-03-19 微软公司 Modeling search in a social graph
WO2013013217A1 (en) * 2011-07-20 2013-01-24 Microsoft Corporation Modeling search in a social graph
CN102937951B (en) * 2011-08-15 2016-11-02 北京百度网讯科技有限公司 Set up the method for IP address sort model, the method and device to user's classification
CN102937951A (en) * 2011-08-15 2013-02-20 北京百度网讯科技有限公司 Method for building internet protocol (IP) address classification model, user classifying method and device
US11790112B1 (en) 2011-09-16 2023-10-17 Consumerinfo.Com, Inc. Systems and methods of identity protection and management
US11087022B2 (en) 2011-09-16 2021-08-10 Consumerinfo.Com, Inc. Systems and methods of identity protection and management
US10642999B2 (en) 2011-09-16 2020-05-05 Consumerinfo.Com, Inc. Systems and methods of identity protection and management
US9106691B1 (en) 2011-09-16 2015-08-11 Consumerinfo.Com, Inc. Systems and methods of identity protection and management
US10061936B1 (en) 2011-09-16 2018-08-28 Consumerinfo.Com, Inc. Systems and methods of identity protection and management
US9542553B1 (en) 2011-09-16 2017-01-10 Consumerinfo.Com, Inc. Systems and methods of identity protection and management
US11200620B2 (en) 2011-10-13 2021-12-14 Consumerinfo.Com, Inc. Debt services candidate locator
US9972048B1 (en) 2011-10-13 2018-05-15 Consumerinfo.Com, Inc. Debt services candidate locator
US9536263B1 (en) 2011-10-13 2017-01-03 Consumerinfo.Com, Inc. Debt services candidate locator
US9594850B2 (en) 2011-11-17 2017-03-14 Sri International Method and system utilizing a personalized user model to develop a search request
US8868590B1 (en) 2011-11-17 2014-10-21 Sri International Method and system utilizing a personalized user model to develop a search request
US9098572B1 (en) 2011-12-06 2015-08-04 Google Inc. Magazine edition recommendations
US9910830B2 (en) 2011-12-06 2018-03-06 Google Llc Edition grid layout
US8612851B2 (en) 2011-12-06 2013-12-17 Google Inc. Edition grid layout
US8370348B1 (en) * 2011-12-06 2013-02-05 Google Inc. Magazine edition recommendations
WO2013095901A1 (en) * 2011-12-22 2013-06-27 General Instrument Corporation A hierarchical behavioral profile
US9110998B2 (en) 2011-12-22 2015-08-18 Google Technology Holdings LLC Hierarchical behavioral profile
US8943015B2 (en) 2011-12-22 2015-01-27 Google Technology Holdings LLC Hierarchical behavioral profile
US8862597B2 (en) * 2011-12-27 2014-10-14 Sap Portals Israel Ltd Providing contextually-relevant content
US9495462B2 (en) 2012-01-27 2016-11-15 Microsoft Technology Licensing, Llc Re-ranking search results
US8745049B2 (en) 2012-02-27 2014-06-03 Google Inc. Anonymous personalized recommendation method
US8521735B1 (en) * 2012-02-27 2013-08-27 Google Inc. Anonymous personalized recommendation method
US20130226946A1 (en) * 2012-02-27 2013-08-29 Google Inc. Anonymous personalized recommendation method
US20130238601A1 (en) * 2012-03-06 2013-09-12 OK Wave Client system and server
US9367591B2 (en) * 2012-03-06 2016-06-14 OK Wave Client system and server
US20130246392A1 (en) * 2012-03-14 2013-09-19 Inago Inc. Conversational System and Method of Searching for Information
CN102622445A (en) * 2012-03-15 2012-08-01 华南理工大学 User interest perception based webpage push system and webpage push method
US9092052B2 (en) * 2012-04-10 2015-07-28 Andreas Kornstädt Method and apparatus for obtaining entity-related decision support information based on user-supplied preferences
US8849805B2 (en) * 2012-04-26 2014-09-30 Rakuten, Inc. Information processing apparatus, information processing method, information processing program, and recording medium
US20140081955A1 (en) * 2012-04-26 2014-03-20 Rakuten,Inc. Information processing apparatus, information processing method, information processing program, and recording medium
US11356430B1 (en) 2012-05-07 2022-06-07 Consumerinfo.Com, Inc. Storage and maintenance of personal data
US9853959B1 (en) 2012-05-07 2017-12-26 Consumerinfo.Com, Inc. Storage and maintenance of personal data
US9053177B1 (en) * 2012-06-11 2015-06-09 Google Inc. Sitelinks based on visual location
US20150161281A1 (en) * 2012-06-11 2015-06-11 Google Inc. Sitelinks based on visual location
US9460151B2 (en) 2012-07-25 2016-10-04 Paypal, Inc. System and methods to configure a query language using an operator dictionary
US10482113B2 (en) 2012-07-25 2019-11-19 Ebay Inc. Systems and methods to build and utilize a search infrastructure
US20140032517A1 (en) * 2012-07-25 2014-01-30 Ebay Inc. System and methods to configure a profile to rank search results
US9607049B2 (en) 2012-07-25 2017-03-28 Ebay Inc. Systems and methods to build and utilize a search infrastructure
US9158768B2 (en) 2012-07-25 2015-10-13 Paypal, Inc. System and methods to configure a query language using an operator dictionary
US9753540B2 (en) 2012-08-02 2017-09-05 Immersion Corporation Systems and methods for haptic remote control gaming
US9245428B2 (en) 2012-08-02 2016-01-26 Immersion Corporation Systems and methods for haptic remote control gaming
US10261938B1 (en) 2012-08-31 2019-04-16 Amazon Technologies, Inc. Content preloading using predictive models
US20140075276A1 (en) * 2012-09-07 2014-03-13 Oracle International Corporation Displaying customized list of links to content using client-side processing
US9189555B2 (en) * 2012-09-07 2015-11-17 Oracle International Corporation Displaying customized list of links to content using client-side processing
US8745074B1 (en) * 2012-09-14 2014-06-03 Google Inc. Method and system for evaluating content via a computer network
US8886644B1 (en) * 2012-11-01 2014-11-11 Google Inc. User control of search filter bubble
US10277659B1 (en) 2012-11-12 2019-04-30 Consumerinfo.Com, Inc. Aggregating user web browsing data
US9654541B1 (en) 2012-11-12 2017-05-16 Consumerinfo.Com, Inc. Aggregating user web browsing data
US11012491B1 (en) 2012-11-12 2021-05-18 ConsumerInfor.com, Inc. Aggregating user web browsing data
US11863310B1 (en) 2012-11-12 2024-01-02 Consumerinfo.Com, Inc. Aggregating user web browsing data
WO2014079534A1 (en) * 2012-11-26 2014-05-30 Alcatel Lucent System and method for determination of personalization in online service provider responses
US10650063B1 (en) 2012-11-27 2020-05-12 Robert D. Fish Systems and methods for making correlations
US10963959B2 (en) 2012-11-30 2021-03-30 Consumerinfo. Com, Inc. Presentation of credit score factors
US11308551B1 (en) 2012-11-30 2022-04-19 Consumerinfo.Com, Inc. Credit data analysis
US11651426B1 (en) 2012-11-30 2023-05-16 Consumerlnfo.com, Inc. Credit score goals and alerts systems and methods
US11132742B1 (en) 2012-11-30 2021-09-28 Consumerlnfo.com, Inc. Credit score goals and alerts systems and methods
US10366450B1 (en) 2012-11-30 2019-07-30 Consumerinfo.Com, Inc. Credit data analysis
US9830646B1 (en) 2012-11-30 2017-11-28 Consumerinfo.Com, Inc. Credit score goals and alerts systems and methods
US9613147B2 (en) 2012-12-03 2017-04-04 Sony Interactive Entertainment Inc. Collection of telemetry data by a telemetry library within a client device
US9105178B2 (en) 2012-12-03 2015-08-11 Sony Computer Entertainment Inc. Remote dynamic configuration of telemetry reporting through regular expressions
US10255598B1 (en) 2012-12-06 2019-04-09 Consumerinfo.Com, Inc. Credit card account data extraction
US9278255B2 (en) 2012-12-09 2016-03-08 Arris Enterprises, Inc. System and method for activity recognition
US10212986B2 (en) 2012-12-09 2019-02-26 Arris Enterprises Llc System, apparel, and method for identifying performance of workout routines
WO2014099488A1 (en) * 2012-12-19 2014-06-26 Stanley Mo Personalized search library based on continual concept correlation
US9582572B2 (en) 2012-12-19 2017-02-28 Intel Corporation Personalized search library based on continual concept correlation
US9141657B2 (en) 2012-12-21 2015-09-22 Samsung Electronics Co., Ltd. Content delivery system with profile generation mechanism and method of operation thereof
EP2747442A3 (en) * 2012-12-21 2014-07-30 Samsung Electronics Co., Ltd Content delivery system with profile generation mechanism and method of operation thereof
US20210343171A1 (en) * 2013-01-22 2021-11-04 D2L Corporation Systems and methods for monitoring learner engagement during a learning event
JP2014160430A (en) * 2013-02-20 2014-09-04 Nippon Shokuhin Seizo Kk Web site management device
US9697263B1 (en) 2013-03-04 2017-07-04 Experian Information Solutions, Inc. Consumer data request fulfillment system
US10102570B1 (en) 2013-03-14 2018-10-16 Consumerinfo.Com, Inc. Account vulnerability alerts
US10043214B1 (en) 2013-03-14 2018-08-07 Consumerinfo.Com, Inc. System and methods for credit dispute processing, resolution, and reporting
US20140279505A1 (en) * 2013-03-14 2014-09-18 Bank Of America Corporation Recommending vehicle for payment based on social network data
US9406085B1 (en) 2013-03-14 2016-08-02 Consumerinfo.Com, Inc. System and methods for credit dispute processing, resolution, and reporting
US9870589B1 (en) 2013-03-14 2018-01-16 Consumerinfo.Com, Inc. Credit utilization tracking and reporting
US11514519B1 (en) 2013-03-14 2022-11-29 Consumerinfo.Com, Inc. System and methods for credit dispute processing, resolution, and reporting
US20140280083A1 (en) * 2013-03-14 2014-09-18 Vmware,Inc. Event based object ranking in a dynamic system
US10929925B1 (en) 2013-03-14 2021-02-23 Consumerlnfo.com, Inc. System and methods for credit dispute processing, resolution, and reporting
US10846292B2 (en) * 2013-03-14 2020-11-24 Vmware, Inc. Event based object ranking in a dynamic system
US11113759B1 (en) 2013-03-14 2021-09-07 Consumerinfo.Com, Inc. Account vulnerability alerts
US11769200B1 (en) 2013-03-14 2023-09-26 Consumerinfo.Com, Inc. Account vulnerability alerts
US9697568B1 (en) 2013-03-14 2017-07-04 Consumerinfo.Com, Inc. System and methods for credit dispute processing, resolution, and reporting
US10169761B1 (en) 2013-03-15 2019-01-01 ConsumerInfo.com Inc. Adjustment of knowledge-based authentication
US11775979B1 (en) 2013-03-15 2023-10-03 Consumerinfo.Com, Inc. Adjustment of knowledge-based authentication
US10664936B2 (en) 2013-03-15 2020-05-26 Csidentity Corporation Authentication systems and methods for on-demand products
US9311362B1 (en) * 2013-03-15 2016-04-12 Google Inc. Personal knowledge panel interface
US11108775B2 (en) 2013-03-15 2021-08-31 Your Command, Llc System, method and apparatus for increasing website relevance while protecting privacy
US9501506B1 (en) 2013-03-15 2016-11-22 Google Inc. Indexing system
US10277600B2 (en) 2013-03-15 2019-04-30 Your Command, Llc System, method and apparatus for increasing website relevance while protecting privacy
US10740762B2 (en) 2013-03-15 2020-08-11 Consumerinfo.Com, Inc. Adjustment of knowledge-based authentication
US9900314B2 (en) 2013-03-15 2018-02-20 Dt Labs, Llc System, method and apparatus for increasing website relevance while protecting privacy
US11288677B1 (en) 2013-03-15 2022-03-29 Consumerlnfo.com, Inc. Adjustment of knowledge-based authentication
US11790473B2 (en) 2013-03-15 2023-10-17 Csidentity Corporation Systems and methods of delayed authentication and billing for on-demand products
US11164271B2 (en) 2013-03-15 2021-11-02 Csidentity Corporation Systems and methods of delayed authentication and billing for on-demand products
US20150234882A1 (en) * 2013-04-01 2015-08-20 Hitachi, Ltd. Computer system, data management method, and computer
US9870385B2 (en) * 2013-04-01 2018-01-16 Hitachi, Ltd. Computer system, data management method, and computer
US10685398B1 (en) 2013-04-23 2020-06-16 Consumerinfo.Com, Inc. Presenting credit score information
US9547698B2 (en) 2013-04-23 2017-01-17 Google Inc. Determining media consumption preferences
US11120519B2 (en) 2013-05-23 2021-09-14 Consumerinfo.Com, Inc. Digital identity
US11803929B1 (en) 2013-05-23 2023-10-31 Consumerinfo.Com, Inc. Digital identity
US9721147B1 (en) 2013-05-23 2017-08-01 Consumerinfo.Com, Inc. Digital identity
US10453159B2 (en) 2013-05-23 2019-10-22 Consumerinfo.Com, Inc. Digital identity
US20200183920A1 (en) * 2013-05-29 2020-06-11 Ebay Inc. Methods and Systems to Refine Search Results
US9483568B1 (en) 2013-06-05 2016-11-01 Google Inc. Indexing system
US11494451B2 (en) * 2013-06-25 2022-11-08 Google Llc Personal search result identifying a physical location previously interacted with by a user
US20150012532A1 (en) * 2013-07-02 2015-01-08 Google Inc. User models for implicit intents in search
US20150012558A1 (en) * 2013-07-02 2015-01-08 Google Inc. Using models to annotate search queries
US20150012524A1 (en) * 2013-07-02 2015-01-08 Google Inc. Using models for triggering personal search
WO2015002762A1 (en) * 2013-07-02 2015-01-08 Google Inc. Using models for triggering personal search
US20150039606A1 (en) * 2013-08-01 2015-02-05 Vamsi Krishna Salaka Search phrase modification
US9443268B1 (en) 2013-08-16 2016-09-13 Consumerinfo.Com, Inc. Bill payment and reporting
JP2016534475A (en) * 2013-09-10 2016-11-04 マイクロソフト テクノロジー ライセンシング,エルエルシー Smart search refinement
WO2015066497A1 (en) * 2013-11-01 2015-05-07 Microsoft Corporation Real-time search tuning
US20150127637A1 (en) * 2013-11-01 2015-05-07 Microsoft Corporation Real-time search tuning
US9760608B2 (en) * 2013-11-01 2017-09-12 Microsoft Technology Licensing, Llc Real-time search tuning
CN106415529A (en) * 2013-11-01 2017-02-15 微软技术许可有限责任公司 Real-time search tuning
US20170364522A1 (en) * 2013-11-01 2017-12-21 Microsoft Technology Licensing, Llc Real-Time Search Tuning
US10102536B1 (en) 2013-11-15 2018-10-16 Experian Information Solutions, Inc. Micro-geographic aggregation system
US10580025B2 (en) 2013-11-15 2020-03-03 Experian Information Solutions, Inc. Micro-geographic aggregation system
US10269065B1 (en) 2013-11-15 2019-04-23 Consumerinfo.Com, Inc. Bill payment and reporting
US10325314B1 (en) 2013-11-15 2019-06-18 Consumerinfo.Com, Inc. Payment reporting systems
US9477737B1 (en) 2013-11-20 2016-10-25 Consumerinfo.Com, Inc. Systems and user interfaces for dynamic access of multiple remote databases and synchronization of data based on user rules
US11461364B1 (en) 2013-11-20 2022-10-04 Consumerinfo.Com, Inc. Systems and user interfaces for dynamic access of multiple remote databases and synchronization of data based on user rules
US10025842B1 (en) 2013-11-20 2018-07-17 Consumerinfo.Com, Inc. Systems and user interfaces for dynamic access of multiple remote databases and synchronization of data based on user rules
US10628448B1 (en) 2013-11-20 2020-04-21 Consumerinfo.Com, Inc. Systems and user interfaces for dynamic access of multiple remote databases and synchronization of data based on user rules
US9529851B1 (en) 2013-12-02 2016-12-27 Experian Information Solutions, Inc. Server architecture for electronic data quality processing
US20150161132A1 (en) * 2013-12-05 2015-06-11 Lenovo (Singapore) Pte. Ltd. Organizing search results using smart tag inferences
US9633083B2 (en) * 2013-12-05 2017-04-25 Lenovo (Singapore) Pte. Ltd. Organizing search results using smart tag inferences
US11107158B1 (en) 2014-02-14 2021-08-31 Experian Information Solutions, Inc. Automatic generation of code for attributes
US11847693B1 (en) 2014-02-14 2023-12-19 Experian Information Solutions, Inc. Automatic generation of code for attributes
US10262362B1 (en) 2014-02-14 2019-04-16 Experian Information Solutions, Inc. Automatic generation of code for attributes
USD759689S1 (en) 2014-03-25 2016-06-21 Consumerinfo.Com, Inc. Display screen or portion thereof with graphical user interface
USD760256S1 (en) 2014-03-25 2016-06-28 Consumerinfo.Com, Inc. Display screen or portion thereof with graphical user interface
USD759690S1 (en) 2014-03-25 2016-06-21 Consumerinfo.Com, Inc. Display screen or portion thereof with graphical user interface
US9892457B1 (en) 2014-04-16 2018-02-13 Consumerinfo.Com, Inc. Providing credit data in search results
US10482532B1 (en) 2014-04-16 2019-11-19 Consumerinfo.Com, Inc. Providing credit data in search results
US11074641B1 (en) 2014-04-25 2021-07-27 Csidentity Corporation Systems, methods and computer-program products for eligibility verification
US10373240B1 (en) 2014-04-25 2019-08-06 Csidentity Corporation Systems, methods and computer-program products for eligibility verification
US11587150B1 (en) 2014-04-25 2023-02-21 Csidentity Corporation Systems and methods for eligibility verification
US11108717B1 (en) 2014-07-11 2021-08-31 Twitter, Inc. Trends in a messaging platform
US10601749B1 (en) 2014-07-11 2020-03-24 Twitter, Inc. Trends in a messaging platform
US10592539B1 (en) * 2014-07-11 2020-03-17 Twitter, Inc. Trends in a messaging platform
US11500908B1 (en) 2014-07-11 2022-11-15 Twitter, Inc. Trends in a messaging platform
CN104217030A (en) * 2014-09-28 2014-12-17 北京奇虎科技有限公司 Method and device for classifying users according to search log data of server
US9794746B2 (en) * 2014-12-05 2017-10-17 Apple Inc. Dynamic content presentation based on proximity and user data
US20160165395A1 (en) * 2014-12-05 2016-06-09 Apple Inc. Dynamic Content Presentation Based on Proximity and User Data
US9934406B2 (en) 2015-01-08 2018-04-03 Microsoft Technology Licensing, Llc Protecting private information in input understanding system
US20160323269A1 (en) * 2015-04-28 2016-11-03 Management Systems Resources Inc. Security token with embedded data
US9838387B2 (en) * 2015-04-28 2017-12-05 Management Systems Resources Inc. Security token with embedded data
US20160371270A1 (en) * 2015-06-16 2016-12-22 Salesforce.Com, Inc. Processing a file to generate a recommendation using a database system
US10210218B2 (en) * 2015-06-16 2019-02-19 Salesforce.Com, Inc. Processing a file to generate a recommendation using a database system
CN104933172A (en) * 2015-06-30 2015-09-23 百度在线网络技术(北京)有限公司 Information pushing method and device based on user searching behavior
CN105243091A (en) * 2015-09-11 2016-01-13 晶赞广告(上海)有限公司 Hyperlink analysis based page semantic information extraction method and system
US10061818B2 (en) * 2015-11-02 2018-08-28 International Business Machines Corporation Rank-based calculation for keyword searches
US10795898B2 (en) * 2015-11-02 2020-10-06 International Business Machines Corporation Rank-based calculation for keyword searches
US20170124087A1 (en) * 2015-11-02 2017-05-04 International Business Machines Corporation Rank-based calculation for keyword searches
US20170124081A1 (en) * 2015-11-02 2017-05-04 International Business Machines Corporation Rank-based calculation for keyword searches
US20180322126A1 (en) * 2015-11-02 2018-11-08 International Business Machines Corporation Rank-based calculation for keyword searches
US10936603B2 (en) * 2015-11-02 2021-03-02 International Business Machines Corporation Rank-based calculation for keyword searches
US10055464B2 (en) * 2015-11-02 2018-08-21 International Business Machines Corporation Rank-based calculation for keyword searches
US11729230B1 (en) 2015-11-24 2023-08-15 Experian Information Solutions, Inc. Real-time event-based notification system
US11159593B1 (en) 2015-11-24 2021-10-26 Experian Information Solutions, Inc. Real-time event-based notification system
US10757154B1 (en) 2015-11-24 2020-08-25 Experian Information Solutions, Inc. Real-time event-based notification system
US10282453B2 (en) 2015-12-07 2019-05-07 Microsoft Technology Licensing, Llc Contextual and interactive sessions within search
US9614683B1 (en) * 2015-12-30 2017-04-04 Quixey, Inc. Signed application cards
US9613221B1 (en) * 2015-12-30 2017-04-04 Quixey, Inc. Signed application cards
US10515424B2 (en) * 2016-02-12 2019-12-24 Microsoft Technology Licensing, Llc Machine learned query generation on inverted indices
US20170235788A1 (en) * 2016-02-12 2017-08-17 Linkedin Corporation Machine learned query generation on inverted indices
US20170286534A1 (en) * 2016-03-29 2017-10-05 Microsoft Technology Licensing, Llc User location profile for personalized search experience
US10325033B2 (en) 2016-10-28 2019-06-18 Searchmetrics Gmbh Determination of content score
WO2018093961A1 (en) * 2016-11-15 2018-05-24 Cofame, Inc. Systems and methods for digital presence profiler service
US20180158363A1 (en) * 2016-12-01 2018-06-07 Panasonic Intellectual Property Management Co., Ltd. Information processing method, information processing system, and terminal
US10796601B2 (en) * 2016-12-01 2020-10-06 Panasonic Intellectual Property Management Co., Ltd. Information processing method, information processing system, and terminal
US11115692B2 (en) 2016-12-19 2021-09-07 Sony Interactive Entertainment LLC Delivery of third party content on a first party portal
US10631028B2 (en) 2016-12-19 2020-04-21 Sony Interactive Entertainment LLC Delivery of third party content on a first party portal
US10366132B2 (en) * 2016-12-28 2019-07-30 Sony Interactive Entertainment LLC Delivering customized content using a first party portal service
US10419384B2 (en) 2017-01-06 2019-09-17 Sony Interactive Entertainment LLC Social network-defined video events
US11677711B2 (en) 2017-01-06 2023-06-13 Sony Interactive Entertainment LLC Metrics-based timeline of previews
US11233764B2 (en) 2017-01-06 2022-01-25 Sony Interactive Entertainment LLC Metrics-based timeline of previews
US11227001B2 (en) 2017-01-31 2022-01-18 Experian Information Solutions, Inc. Massive scale heterogeneous data ingestion and user resolution
US11681733B2 (en) 2017-01-31 2023-06-20 Experian Information Solutions, Inc. Massive scale heterogeneous data ingestion and user resolution
US10467265B2 (en) * 2017-05-22 2019-11-05 Searchmetrics Gmbh Method for extracting entries from a database
US11652607B1 (en) 2017-06-30 2023-05-16 Experian Information Solutions, Inc. Symmetric encryption for private smart contracts among multiple parties in a private peer-to-peer network
US10735183B1 (en) 2017-06-30 2020-08-04 Experian Information Solutions, Inc. Symmetric encryption for private smart contracts among multiple parties in a private peer-to-peer network
US20190042653A1 (en) * 2017-08-03 2019-02-07 Paypal, Inc. Automatic identification of user information
US11556604B2 (en) 2018-01-22 2023-01-17 Samsung Electronics Co., Ltd. Electronic device and search keyword processing method thereof
US11201845B2 (en) 2018-03-26 2021-12-14 Samsung Electronics Co., Ltd Electronic device and method for displaying e-mail in electronic device
US11163817B2 (en) * 2018-05-24 2021-11-02 Spotify Ab Descriptive media content search
US20230205809A1 (en) * 2018-05-24 2023-06-29 Spotify Ab Descriptive media content search
US11537651B2 (en) * 2018-05-24 2022-12-27 Spotify Ab Descriptive media content search
US10911234B2 (en) 2018-06-22 2021-02-02 Experian Information Solutions, Inc. System and method for a token gateway environment
US11588639B2 (en) 2018-06-22 2023-02-21 Experian Information Solutions, Inc. System and method for a token gateway environment
US20230325779A1 (en) * 2018-07-13 2023-10-12 Wells Fargo Bank, N.A. Systems and methods for providing user profile search results
US11282020B2 (en) 2018-07-24 2022-03-22 MachEye, Inc. Dynamic playback of synchronized narrated analytics playlists
US11841854B2 (en) 2018-07-24 2023-12-12 MachEye, Inc. Differentiation of search results for accurate query output
US20200210647A1 (en) * 2018-07-24 2020-07-02 MachEye, Inc. Automated Summarization of Extracted Insight Data
US11816436B2 (en) * 2018-07-24 2023-11-14 MachEye, Inc. Automated summarization of extracted insight data
US11651043B2 (en) * 2018-07-24 2023-05-16 MachEye, Inc. Leveraging analytics across disparate computing devices
US11853107B2 (en) 2018-07-24 2023-12-26 MachEye, Inc. Dynamic phase generation and resource load reduction for a query
US11341126B2 (en) 2018-07-24 2022-05-24 MachEye, Inc. Modifying a scope of a canonical query
US11265324B2 (en) 2018-09-05 2022-03-01 Consumerinfo.Com, Inc. User permissions for access to secure data at third-party
US10671749B2 (en) 2018-09-05 2020-06-02 Consumerinfo.Com, Inc. Authenticated access and aggregation database platform
US10880313B2 (en) 2018-09-05 2020-12-29 Consumerinfo.Com, Inc. Database platform for realtime updating of user data from third party sources
US11399029B2 (en) 2018-09-05 2022-07-26 Consumerinfo.Com, Inc. Database platform for realtime updating of user data from third party sources
US10963434B1 (en) 2018-09-07 2021-03-30 Experian Information Solutions, Inc. Data architecture for supporting multiple search models
US11734234B1 (en) 2018-09-07 2023-08-22 Experian Information Solutions, Inc. Data architecture for supporting multiple search models
US20220261450A1 (en) * 2018-10-22 2022-08-18 Negentropics Mesterseges Intelligencia Kutato Es F Systems and methods for producing search results based on user preferences
US11537558B2 (en) * 2018-11-13 2022-12-27 Dokkio, Inc. File management systems and methods
US11315179B1 (en) 2018-11-16 2022-04-26 Consumerinfo.Com, Inc. Methods and apparatuses for customized card recommendations
US11620403B2 (en) 2019-01-11 2023-04-04 Experian Information Solutions, Inc. Systems and methods for secure data aggregation and computation
US11238656B1 (en) 2019-02-22 2022-02-01 Consumerinfo.Com, Inc. System and method for an augmented reality experience via an artificial intelligence bot
US11842454B1 (en) 2019-02-22 2023-12-12 Consumerinfo.Com, Inc. System and method for an augmented reality experience via an artificial intelligence bot
US11328238B2 (en) * 2019-04-01 2022-05-10 Microsoft Technology Licensing, Llc Preemptively surfacing relevant content within email
US11941065B1 (en) 2019-09-13 2024-03-26 Experian Information Solutions, Inc. Single identifier platform for storing entity data
US11176202B2 (en) 2019-09-18 2021-11-16 Salesforce.Com, Inc. Ranking results of searches of databases
US11636159B2 (en) 2019-09-18 2023-04-25 Salesforce, Inc. Ranking results of searches of databases
US11321360B2 (en) 2020-01-17 2022-05-03 Microsoft Technology Licensing, Llc Intelligently identifying a user's relationship with a document
US11392594B2 (en) 2020-03-18 2022-07-19 Microsoft Technology Licensing, Llc Intelligent ranking of search results
WO2021188214A1 (en) * 2020-03-18 2021-09-23 Microsoft Technology Licensing, Llc Intelligent ranking of search results
US11886443B2 (en) 2020-05-22 2024-01-30 Microsoft Technology Licensing, Llc Intelligently identifying and grouping relevant files and providing an event representation for files
US11328116B2 (en) 2020-06-30 2022-05-10 Microsoft Technology Licensing, Llc Intelligently identifying collaborators for a document
US20220121713A1 (en) * 2020-10-21 2022-04-21 International Business Machines Corporation Sorting documents according to comprehensibility scores determined for the documents
US11880416B2 (en) * 2020-10-21 2024-01-23 International Business Machines Corporation Sorting documents according to comprehensibility scores determined for the documents
US11921728B2 (en) * 2021-01-29 2024-03-05 Microsoft Technology Licensing, Llc Performing targeted searching based on a user profile
US20220245161A1 (en) * 2021-01-29 2022-08-04 Microsoft Technology Licensing, Llc Performing targeted searching based on a user profile
US11880377B1 (en) 2021-03-26 2024-01-23 Experian Information Solutions, Inc. Systems and methods for entity resolution
US11522924B2 (en) 2021-04-28 2022-12-06 Microsoft Technology Licensing, Llc Notifications regarding updates to collaborative content
US11954655B1 (en) 2021-12-15 2024-04-09 Consumerinfo.Com, Inc. Authentication alerts

Also Published As

Publication number Publication date
CA2540679A1 (en) 2005-04-14
US9298777B2 (en) 2016-03-29
EP1673703B1 (en) 2015-11-11
US10839029B2 (en) 2020-11-17
US20100228715A1 (en) 2010-09-09
US20120233142A1 (en) 2012-09-13
EP1673703A1 (en) 2006-06-28
JP4638439B2 (en) 2011-02-23
CA2540679C (en) 2012-05-29
BRPI0414926A (en) 2006-11-07
WO2005033979A1 (en) 2005-04-14
JP2007507801A (en) 2007-03-29
US20130282713A1 (en) 2013-10-24
ZA200602570B (en) 2008-08-27
US20160342695A1 (en) 2016-11-24

Similar Documents

Publication Publication Date Title
US10839029B2 (en) Personalization of web search results using term, category, and link-based user profiles
CA2573672C (en) Personalization of placed content ordering in search results
US11036814B2 (en) Search engine that applies feedback from users to improve search results
US10929487B1 (en) Customization of search results for search queries received from third party sites
US20050222989A1 (en) Results based personalization of advertisements in a search engine
US8321278B2 (en) Targeted advertisements based on user profiles and page profile
US8589373B2 (en) System and method for improved searching on the internet or similar networks and especially improved MetaNews and/or improved automatically generated newspapers
US9058364B2 (en) Variable personalization of search results in a search engine
US7747612B2 (en) Indication of exclusive items in a result set
US20070067294A1 (en) Readability and context identification and exploitation
US20020078045A1 (en) System, method, and program for ranking search results using user category weighting
US20130262455A1 (en) Real time implicit user modeling for personalized search
US7747613B2 (en) Presentation of differences between multiple searches
KR20080031928A (en) Systems for and methods of finding relevant documents by analyzing tags
KR20060116042A (en) Personalized search method using cookie information and system for enabling the method
AU2012202738B2 (en) Results based personalization of advertisements in a search engine
KR100850569B1 (en) Method and System for Recommending Cooking
Hafkenscheid FOCUSED SURFER MODELS: Ranking visual search results

Legal Events

Date Code Title Description
AS Assignment

Owner name: GOOGLE INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:LAWRENCE, STEPHEN R.;REEL/FRAME:015094/0672

Effective date: 20030930

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION

AS Assignment

Owner name: GOOGLE LLC, CALIFORNIA

Free format text: CHANGE OF NAME;ASSIGNOR:GOOGLE INC.;REEL/FRAME:044142/0357

Effective date: 20170929