US20060106784A1 - Linguistically aware link analysis method and system - Google Patents

Linguistically aware link analysis method and system Download PDF

Info

Publication number
US20060106784A1
US20060106784A1 US11/315,053 US31505305A US2006106784A1 US 20060106784 A1 US20060106784 A1 US 20060106784A1 US 31505305 A US31505305 A US 31505305A US 2006106784 A1 US2006106784 A1 US 2006106784A1
Authority
US
United States
Prior art keywords
page
pages
relevance
content
link
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
US11/315,053
Inventor
Shamim Alpha
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.)
Oracle International Corp
Original Assignee
Oracle International Corp
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 Oracle International Corp filed Critical Oracle International Corp
Priority to US11/315,053 priority Critical patent/US20060106784A1/en
Publication of US20060106784A1 publication Critical patent/US20060106784A1/en
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/9538Presentation 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/95Retrieval from the web
    • G06F16/951Indexing; Web crawling techniques
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/953Organization of data
    • Y10S707/959Network
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99931Database or file accessing
    • Y10S707/99933Query processing, i.e. searching
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99931Database or file accessing
    • Y10S707/99933Query processing, i.e. searching
    • Y10S707/99935Query augmenting and refining, e.g. inexact access
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99931Database or file accessing
    • Y10S707/99937Sorting
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99941Database schema or data structure
    • Y10S707/99944Object-oriented database structure
    • Y10S707/99945Object-oriented database structure processing

Definitions

  • the Internet including the World Wide Web (the “Web”) allows access to enormous amounts of information which grows in number daily. This growth, combined with the highly decentralized nature of the Web, creates a substantial difficulty in locating selected information content.
  • Prior art Web search services generally perform an incremental scan of the Web to generate various, often substantial indexes that can be later searched in response to a user's query.
  • the generated indexes are essentially databases of document identification information. Search engines uses these indexes to provide generalized content based searching but a difficulty occurs in trying to evaluate the relative merit or relevance of identified candidate documents.
  • a search for specific content in documents or web pages in response to a few key words will almost always identify candidate documents whose individual relevance is highly variable. Thus, a user's time can be inefficiently spent on viewing numerous candidate documents that are not relevant to what they are looking for.
  • Some prior search engines attempt to improve relevancy scores of candidate documents by analyzing the frequency of occurrence of the query terms on a per document basis. Other weighing heuristics, such as the number of times that any of the query terms occur within a document and/or their proximity to each other, have also been used. These relevance ranking systems typically presume that increasing occurrences of specific query terms within a document means that the document is more likely relevant and responsive to the query. However, this assumption is not always accurate.
  • link analysis Another method to determine the relevancy of a document is by using link analysis.
  • link analysis assumes a that if important web pages point to a document, then the document is also probably important or relevant.
  • typical link analysis models a user's search for information on the Web as fluid moving between different containers where the webpages are represented by containers and links out of a webpage are represented by connecting conduits with the same diameter. What this model assumes is that users coming to a webpage must leave the webpage by following one of the links from the webpage and users are equally likely to follow any of the links from the webpage. If a page does not refer to any webpage, it is assumed to refer to all the webpages.
  • the model finds the relative likelihood of finding the user on a webpage if a snapshot of the system was taken. The basic problem with the model is that people are not like fluids.
  • FIG. 1 is one example of an overall system diagram of a relevance ranking system
  • FIG. 2 is one example diagram showing three example candidate pages and their link structure including probabilities of following each link and probabilities of being on a given page based on its content relevance;
  • FIG. 3 is one exemplary methodology of determining the relevance rank for candidate pages identified by a search query.
  • FIG. 4 is an exemplary methodology of generating a link analysis rank.
  • One or more embodiments described herein relate to network information retrieval and relevance ranking.
  • methods and systems can be configured to combine link analysis from web pages and linguistic characteristics of the web pages to obtain relevance rankings for search query results. Relevance rankings can be improved to provide more relevant page information to a user in response to a search query.
  • a computer-implemented process/product can be configured to assume that the probability that a user will follow a selected out-going link is not equal between all out-going links from a given page. Rather, some are more likely to be followed than others if the user believes the destination page is relevant to their query. Even if the website does not provide any clue (the text associated with link or url itself) to the visitors about which links are more likely to be relevant, users are still more likely to follow a link that points to a more relevant webpage. If upon following a bad (with inferior content) link, visitors will immediately bounce back to the referrer page and follow another link. Users will be effectively spending more time on a page with better content. That will likely mean that we will find the user on a more relevant referred page even in the absence of a visible clue on the referrer page. Thus, the relevance ranking of one or more examples herein combines link analysis rankings with content relevance rankings to obtain page rankings.
  • the relevance rank of a page will increase based on the number of relevant pages that point to it. In other words, if many highly relevant pages point to a selected page, then the selected page must also be highly relevant.
  • “Page”, as used herein, includes but is not limited to one or more web pages, an electronic document, network addresses or links, database addresses or records, or other objects that are identifiable using a search query. “Page” and “document” are used interchangeably.
  • Software includes but is not limited to one or more computer executable instructions, routines, algorithms, modules or programs including separate applications or from dynamically linked libraries for performing functions as described herein.
  • Software may also be implemented in various forms such as a servlet, applet, stand-alone, plug-in or other type of application as known to those skilled in the art.
  • Logic includes but is not limited to hardware, software and/or combinations of both to perform a function.
  • Network includes but is not limited to the internet, intranets, Wide Area Networks (WANs), Local Area Networks (LANs), and transducer links such as those using Modulator-Demodulators (modems).
  • WANs Wide Area Networks
  • LANs Local Area Networks
  • modems Modulator-Demodulators
  • Internet includes a wide area data communications network, typically accessible by any user having appropriate software. This includes the World Wide Web.
  • Internet includes a data communications network similar to an internet but typically having access restricted to a specific group of individuals, organizations, or computers.
  • FIG. 1 Illustrated in FIG. 1 is an exemplary overall system diagram in accordance with the present invention.
  • a computer system 100 executes software and processes information.
  • the computer system 100 generally may take many forms, from a configuration including a variety of processing units, networked together to function as a integral entity, to a single computer, e.g., a personal computer, operational in a stand-alone environment.
  • the present invention can be embodied in any of these computer system configurations.
  • computer systems may include a variety of components and devices such as a processor, memory, data storage, data communications buses, and a network communications device.
  • the computer system 100 is connected to a network 105 , for example, the Internet.
  • an information retrieval system 110 receives and processes search queries from a user that is trying to locate information on the network 105 .
  • the information retrieval system 110 is for example a search engine which is a remotely accessible software program that lets a user perform searches including but not limited to_keyword/concept searches for information on the network.
  • the present invention and the techniques described herein are not limited to text searching.
  • One skilled in the art will appreciate that the technique applies to any information retrieval task. Additionally, the technique can be applied in data mining tasks of determining populist views on different topics because link analysis is serving as a popularity contest.
  • the retrieval system 110 may include a pre-generated database of indexes that identify web pages, addresses, documents or other objects accessible through the network 105 as is known in the art.
  • the retrieval system 110 identifies a candidate set of pages that match or possibly match the criteria of the search query.
  • the pages are processed by a relevance ranking system 115 of the present invention.
  • the relevance ranking system 115 generates a relevance rank for each page such that the most relevant pages are displayed first based on the relevance rank.
  • the relevance ranking of a web page is based on combined functions of a content-based relevance ranking for the web page and the link structure of the candidate web pages. The system models the assumptions that a user will be likely to stop searching based on the relevance of a web page and that choosing between two links, a user will be more likely to follow a link to a more relevant page.
  • the relevance ranking system 115 determines the probability that a user will stay on a web page and the probability that a user will follow an out-going link from the web page as a function of the relevance of the web page and the relevance of all referred web pages according to the link structure. With these values, the system determines a probability distribution between the candidate pages that reflects a probability that a user will be on a page at any instance of time.
  • the relevance ranking system 115 is embodied as software and includes software components as described below.
  • the relevance ranking system may be a component within the information retrieval system 110 or may be called and executed externally.
  • a link structure logic 120 determines the link structure of the pages including the out-going links from each page which become in-coming links to another page. This may be performed by using a spider or web crawler as is known in the art and may be performed dynamically for each candidate set of pages or may be obtained from predetermined link structure information.
  • an exemplary link structure is shown for three web pages, namely, page A, page B and page C.
  • page A, page B and page C were retrieved as a candidate set of pages from a search query.
  • Determining the link structure includes visiting each page and identifying links contained therein that refer to other pages. These links are referred to herein as out-going links.
  • page A refers to page B and thus has an out-going link A-B.
  • other out-going links include B-C, C-A and C-B.
  • a content analyzer 125 analyzes the content and/or subject matter of each page and determines its relevance to the keywords from the user's search query.
  • the content analyzer 125 includes logic that obtains the relevance rank for each page that already has been assigned by the information retrieval system 110 in its ordinary course of retrieval. This may include processing the candidate pages using for example, Oracle Text which is a software tool made by Oracle Corporation that uses natural language processing technology to identify themes and discourse in the text of a page. Pages may also be analyzed for other types of media such as images, audio, video and geographic location information to determine the content of a page.
  • a content relevance rank can be anything that represents the relevance of a page based on an assessment of its content. For example, content relevance values can be between 0 and 100.
  • a probability logic 130 determines a probability that a user will stay on a given page as a function of the content relevance values. For example, if the content relevance values are between 0 and 100, these values can be directly translated into a corresponding percentage value to give the probability of staying on a given page. For example, if the content relevance value for page C is 30, then the probability of a user staying on page C is set to 30% (0.3). Of course, many different transformations can be used including non-linear relationships between the relevance values for the page and linked pages and the probability of staying on a page.
  • the content relevance value for pages A, B and C are 70, 50 and 30, respectively.
  • the probability of a user staying “Prob(staying)” on pages A, B and C are 70%, 50% and 30%, respectively.
  • the probability logic 130 then computes the probability of leaving each page A, B and C as 30%, 50% and 70%, respectively. This is determined as 1-Prob(staying).
  • a link analysis logic 135 is invoked to determine probability values that a user will leave a given page using a certain out-going link.
  • the probability of a user following an out-going link is a function of the link structure of other out-going links and the relevance value of the page being linked to.
  • the probability of leaving “Prob(leaving)” a page is distributed to its out-going links based on the relevance of the child page as compared to the relevance of all child pages and relevance of the parent page. For example, given that the relevance of page C is 0.3 (30% probability of a user staying on page C) and the probability of leaving page C is 0.7, then 0.7 is distributed among its out-going links.
  • the amount that each link receives is influenced by or otherwise weighted by the relevance of its connecting page. For example, out-going link C-A obtains a value of the probability of leaving page C multiplied by the relevance value of page A normalized by the relevance of all child pages linked from page C (e.g. child pages A and B).
  • the probability of following out-going link C-B equals 0.7*0.5/1.2 which is approximately 0.3.
  • the probability of following link A-B is approximately 0.3, and following link B-C is 0.5.
  • the probability of following an outgoing link from a parent page is a function of the relevance of all referred child pages and the relevance of the parent page. It will be appreciated that there are many ways to distribute probabilities based on probabilities of parent and child pages. Other distributions can reflect the page relevance of a parent.
  • a relevance rank adjuster 140 adjusts the content relevance values for each page based on the probability values of the link analysis. For example, the relevance rank for page A is modified based on the relevance rank of pages that refer to page A as a function of the probability of going to page A from any of those pages. In other words, if more relevant pages point to page A, then page A is probably more relevant. Thus, there should be a greater probability that a user will be on page A at any given time in relation to the other candidate pages. Using FIG.
  • Equations (6-9) The set of four equations have three unknowns that are solved using known linear algebra techniques.
  • Equations (6-9) the probability of being on a page is based on the relevance of the page weighted by the probability of being on that page and a sum of the values from all in-coming links weighted by the probability of being on the parent page.
  • the probability of a user being on a page “Prob(being)” is a probability distribution to all candidate pages, thus, the sum of probabilities is one (1).
  • the “Prob(being)” is an absolute probability whereas the probability of staying on a page is conditional since it is assumed that a user must be on that page.
  • the fundamental approach includes determining the relevance of a page based on a combination of its content-based relevance value and the relevance of links that point to the page. Thus, if more relevant pages point to a page, its relevance value will be increased.
  • FIG. 3 Illustrated in FIG. 3 is an exemplary computer-implemented methodology of determining a relevance ranking for a page in accordance with the present invention.
  • the blocks shown represent functions, actions or events performed therein. It will be appreciated that computer software applications involve dynamic and flexible processes such that the illustrated blocks can be performed in other sequences different than the one shown. It will also be appreciated by one of ordinary skill in the art that the software of the present invention may be implemented using various programming approaches such as procedural, object oriented or artificial intelligence techniques.
  • the process is shown as it applies once a user issues a search query to locate relevant pages from the network.
  • candidate pages are sequentially listed to the user in an order of most relevant to least relevant based on their relevance value.
  • the link structure for the web pages are determined (blocks 300 and 305 ).
  • software tools such as spiders or web crawlers are used to visit web pages and determine links referred to therein to determine the link structure. It will be appreciated that the link structure can be predetermined prior to receiving search queries or determined on the fly after candidate pages for the search are retrieved and the link analysis can be limited to those pages.
  • the information retrieval system 110 identifies a candidate set of pages from the network that potentially match what the user is looking for. For example, the keywords of the query are matched against a pregenerated database of indexes that point to web pages containing or relating to the keyword.
  • the candidate pages are then received by the relevance ranking system 115 for assignment of relevance rankings (block 310 ).
  • a content-based analysis is executed for each page to determine a relevance value in view of the search query (block 315 ).
  • the relevance value can be any value that reasonably reflects the relevance of the content or subject matter of a page in relation to the key words of the search query.
  • There are many software programs known in the art that can be used to obtain an initial content-based relevance value for a page.
  • the relevance values are translated to a probability that a user will stay on a given page (block 320 ). If, for example, the initial relevance values are between 0-100 where 100 means the page is very relevant, a simple translation includes directly relating the relevance value of a page to a probability of staying on the page (e.g. relevance value 70 is translated to a 70% probability of staying). Depending on the type of relevance values used, they may directly corresponded to a percentage value as in the above example, or they may be transformed to fit into percentage values based on a desired formula if there is no one-to-one correspondence. The probability of staying on a page depends on a content-based relevance ranking and topology of the pages (link structure).
  • a link analysis is performed for the candidate pages to generate link rankings by applying the content-based rankings to the link structure (block 325 ).
  • the process determines a probability value that a user will leave the page because the page is not what the user is looking for (block 405 ).
  • the probability of leaving a given page is, for example, 1-Prob(staying).
  • This value is then distributed to the out-going links for that page (block 410 ).
  • the probability that a user follows a link is not equivalent for all links. Rather, a user is more likely to follow a link if the user believes that the link will take them to a more relevant page.
  • the distribution of values to links is based on this principle.
  • a given page will be referred to as a “parent” page and the pages being linked to from the parent page will be referred to as “child” pages.
  • page C has two child pages, namely, A and B.
  • page B is a child of page A
  • page C is a child of page B.
  • a link ranking representing the probability of a user following a link, is based on the probability of leaving the parent page and the content-based relevance of the child pages.
  • An exemplary distribution is shown above in Equations (1)-(5).
  • the probability of a user following a link (link value) is a function of the relevance value of the page,_the relevance values of its child pages and all other child pages.
  • the relevance values for each page are adjusted based on a combination of a page's current relevance value and link analysis rankings.
  • the relevance value of a page is determined as the probability of a user being on that page “Prob(being)” in relation to the other candidate pages. Exemplary adjustments are shown above in Equations (6)-(8).
  • the adjustments can be repeated using an iterative process until a desire threshold is met (block 335 ).
  • the relevance rankings for the candidate pages are returned to the information retrieval system 110 and the candidate pages are displayed to the user typically in an order of most relevant to least relevant.
  • relevance rankings can be based on linguistically aware link analysis where link values incorporate content-based relevance values of associated pages as a function of the page link structure.
  • Link analysis rankings can become linguistically aware since they can be combined with content-based relevance values.
  • a probability of not leaving a webpage and the probability of following an outgoing link from a webpage are functions of the relevance of referred webpages and the relevance of the webpage. In this manner, improved relevance rankings for web pages can be obtained based on a given search query.
  • the relevance rank system may be a function within the information retrieval system or an external program.
  • the link structure logic may perform the structure analysis dynamically or it may simply obtain link structure information from an external application or source which is available. The same applies to the content analyzer logic. Therefore, the example systems and methods, in their broader aspects, are not limited to the specific details, the representative apparatus, and illustrative examples shown and described. Accordingly, departures may be made from such details without departing from the spirit or scope of the applicant's general inventive concept.

Abstract

Example, systems, methods, computer media, and other embodiments for determining relevance rankings for pages identified in a search query is provided. In one example, a computer program product can be configured to identify a candidate set of pages in response to a search query. A content-based relevance rank can be determined for at least one page of the candidate set of pages based on a content of the at least one page. The content-based relevance rank can be adjusted for one or more selected pages from the candidate set of pages by distributing a relevance rank from one or more pages that point to the one or more selected pages.

Description

    CROSS REFERENCE TO RELATED APPLICATION
  • This application is a continuation of and claims the benefit from U.S. patent application entitled “Linguistically Aware Link Analysis Method and System”, Ser. No. 09/928,962 filed Aug. 13, 2001, inventor Shamim Alpha, attorney docket number 27252.4 (OID-2000-152-01), which is also assigned to the present assignee.
  • BACKGROUND
  • The Internet, including the World Wide Web (the “Web”) allows access to enormous amounts of information which grows in number daily. This growth, combined with the highly decentralized nature of the Web, creates a substantial difficulty in locating selected information content. Prior art Web search services generally perform an incremental scan of the Web to generate various, often substantial indexes that can be later searched in response to a user's query. The generated indexes are essentially databases of document identification information. Search engines uses these indexes to provide generalized content based searching but a difficulty occurs in trying to evaluate the relative merit or relevance of identified candidate documents. A search for specific content in documents or web pages in response to a few key words will almost always identify candidate documents whose individual relevance is highly variable. Thus, a user's time can be inefficiently spent on viewing numerous candidate documents that are not relevant to what they are looking for.
  • Some prior search engines attempt to improve relevancy scores of candidate documents by analyzing the frequency of occurrence of the query terms on a per document basis. Other weighing heuristics, such as the number of times that any of the query terms occur within a document and/or their proximity to each other, have also been used. These relevance ranking systems typically presume that increasing occurrences of specific query terms within a document means that the document is more likely relevant and responsive to the query. However, this assumption is not always accurate.
  • Another method to determine the relevancy of a document is by using link analysis. Generally, link analysis assumes a that if important web pages point to a document, then the document is also probably important or relevant. However, typical link analysis models a user's search for information on the Web as fluid moving between different containers where the webpages are represented by containers and links out of a webpage are represented by connecting conduits with the same diameter. What this model assumes is that users coming to a webpage must leave the webpage by following one of the links from the webpage and users are equally likely to follow any of the links from the webpage. If a page does not refer to any webpage, it is assumed to refer to all the webpages. By solving a steady state solution of the system, the model finds the relative likelihood of finding the user on a webpage if a snapshot of the system was taken. The basic problem with the model is that people are not like fluids.
  • Rather, people can evaluate the relevance of a webpage for a query. That has two implications on the behavior of the user in the system: 1) users will be likely to stop searching based on the relevance of a webpage, and 2) choosing between two links, users will be more likely to follow a link to the more relevant page.
  • Based on these implications, there is a need for a relevance ranking system where the probability of not leaving a webpage is a function of the relevance of the webpage, and the probability of following an outgoing link from a webpage is a function of the relevance of all referred webpages and the relevance of the webpage.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • In the accompanying drawings which are incorporated in and constitute a part of the specification, embodiments of the invention are illustrated, which, together with a general description of the invention given above, and the detailed description given below, serve to example the principles of this invention.
  • FIG. 1 is one example of an overall system diagram of a relevance ranking system;
  • FIG. 2 is one example diagram showing three example candidate pages and their link structure including probabilities of following each link and probabilities of being on a given page based on its content relevance;
  • FIG. 3 is one exemplary methodology of determining the relevance rank for candidate pages identified by a search query; and
  • FIG. 4 is an exemplary methodology of generating a link analysis rank.
  • DETAILED DESCRIPTION
  • One or more embodiments described herein relate to network information retrieval and relevance ranking. In one example, methods and systems can be configured to combine link analysis from web pages and linguistic characteristics of the web pages to obtain relevance rankings for search query results. Relevance rankings can be improved to provide more relevant page information to a user in response to a search query.
  • In one example, a computer-implemented process/product can be configured to assume that the probability that a user will follow a selected out-going link is not equal between all out-going links from a given page. Rather, some are more likely to be followed than others if the user believes the destination page is relevant to their query. Even if the website does not provide any clue (the text associated with link or url itself) to the visitors about which links are more likely to be relevant, users are still more likely to follow a link that points to a more relevant webpage. If upon following a bad (with inferior content) link, visitors will immediately bounce back to the referrer page and follow another link. Users will be effectively spending more time on a page with better content. That will likely mean that we will find the user on a more relevant referred page even in the absence of a visible clue on the referrer page. Thus, the relevance ranking of one or more examples herein combines link analysis rankings with content relevance rankings to obtain page rankings.
  • In some example embodiments as described herein, since they combine link analysis rankings with content relevance rankings, the relevance rank of a page will increase based on the number of relevant pages that point to it. In other words, if many highly relevant pages point to a selected page, then the selected page must also be highly relevant.
  • The following includes definitions of exemplary terms used throughout the disclosure. Both singular and plural forms of all terms fall within each meaning:
  • “Page”, as used herein, includes but is not limited to one or more web pages, an electronic document, network addresses or links, database addresses or records, or other objects that are identifiable using a search query. “Page” and “document” are used interchangeably.
  • “Software”, as used herein, includes but is not limited to one or more computer executable instructions, routines, algorithms, modules or programs including separate applications or from dynamically linked libraries for performing functions as described herein. Software may also be implemented in various forms such as a servlet, applet, stand-alone, plug-in or other type of application as known to those skilled in the art.
  • “Logic”, as used herein, includes but is not limited to hardware, software and/or combinations of both to perform a function.
  • “Network”, as used herein, includes but is not limited to the internet, intranets, Wide Area Networks (WANs), Local Area Networks (LANs), and transducer links such as those using Modulator-Demodulators (modems).
  • “Internet”, as used herein, includes a wide area data communications network, typically accessible by any user having appropriate software. This includes the World Wide Web. “Intranet” includes a data communications network similar to an internet but typically having access restricted to a specific group of individuals, organizations, or computers.
  • Illustrated in FIG. 1 is an exemplary overall system diagram in accordance with the present invention. A computer system 100 executes software and processes information. The computer system 100 generally may take many forms, from a configuration including a variety of processing units, networked together to function as a integral entity, to a single computer, e.g., a personal computer, operational in a stand-alone environment. The present invention can be embodied in any of these computer system configurations. As known in the art, computer systems may include a variety of components and devices such as a processor, memory, data storage, data communications buses, and a network communications device. The computer system 100 is connected to a network 105, for example, the Internet.
  • With further reference to FIG. 1, an information retrieval system 110 receives and processes search queries from a user that is trying to locate information on the network 105. The information retrieval system 110 is for example a search engine which is a remotely accessible software program that lets a user perform searches including but not limited to_keyword/concept searches for information on the network. The present invention and the techniques described herein are not limited to text searching. One skilled in the art will appreciate that the technique applies to any information retrieval task. Additionally, the technique can be applied in data mining tasks of determining populist views on different topics because link analysis is serving as a popularity contest. In that manner, the retrieval system 110 may include a pre-generated database of indexes that identify web pages, addresses, documents or other objects accessible through the network 105 as is known in the art. In response to a search query, the retrieval system 110 identifies a candidate set of pages that match or possibly match the criteria of the search query.
  • With further reference to FIG. 1, before the candidate pages are displayed to the user, the pages are processed by a relevance ranking system 115 of the present invention. The relevance ranking system 115 generates a relevance rank for each page such that the most relevant pages are displayed first based on the relevance rank. To briefly summarize, the relevance ranking of a web page is based on combined functions of a content-based relevance ranking for the web page and the link structure of the candidate web pages. The system models the assumptions that a user will be likely to stop searching based on the relevance of a web page and that choosing between two links, a user will be more likely to follow a link to a more relevant page. In that regard, the relevance ranking system 115 determines the probability that a user will stay on a web page and the probability that a user will follow an out-going link from the web page as a function of the relevance of the web page and the relevance of all referred web pages according to the link structure. With these values, the system determines a probability distribution between the candidate pages that reflects a probability that a user will be on a page at any instance of time.
  • The relevance ranking system 115 is embodied as software and includes software components as described below. The relevance ranking system may be a component within the information retrieval system 110 or may be called and executed externally. Once a candidate set of pages is retrieved, a link structure logic 120 determines the link structure of the pages including the out-going links from each page which become in-coming links to another page. This may be performed by using a spider or web crawler as is known in the art and may be performed dynamically for each candidate set of pages or may be obtained from predetermined link structure information.
  • With reference to FIG. 2, an exemplary link structure is shown for three web pages, namely, page A, page B and page C. For exemplary purposes, we assume that pages A, B and C were retrieved as a candidate set of pages from a search query. Determining the link structure includes visiting each page and identifying links contained therein that refer to other pages. These links are referred to herein as out-going links. As shown in FIG. 2, page A refers to page B and thus has an out-going link A-B. Similarly, other out-going links include B-C, C-A and C-B.
  • With reference again to FIG. 1, and using the candidate pages from FIG. 2, a content analyzer 125 analyzes the content and/or subject matter of each page and determines its relevance to the keywords from the user's search query. In its simplest form, the content analyzer 125 includes logic that obtains the relevance rank for each page that already has been assigned by the information retrieval system 110 in its ordinary course of retrieval. This may include processing the candidate pages using for example, Oracle Text which is a software tool made by Oracle Corporation that uses natural language processing technology to identify themes and discourse in the text of a page. Pages may also be analyzed for other types of media such as images, audio, video and geographic location information to determine the content of a page. In general, a content relevance rank can be anything that represents the relevance of a page based on an assessment of its content. For example, content relevance values can be between 0 and 100.
  • Once the content relevance values are obtained for each page, a probability logic 130 determines a probability that a user will stay on a given page as a function of the content relevance values. For example, if the content relevance values are between 0 and 100, these values can be directly translated into a corresponding percentage value to give the probability of staying on a given page. For example, if the content relevance value for page C is 30, then the probability of a user staying on page C is set to 30% (0.3). Of course, many different transformations can be used including non-linear relationships between the relevance values for the page and linked pages and the probability of staying on a page.
  • With reference again to FIG. 2, let's assume that the content relevance value for pages A, B and C are 70, 50 and 30, respectively. Using a linear relationship, the probability of a user staying “Prob(staying)” on pages A, B and C are 70%, 50% and 30%, respectively. The probability logic 130 then computes the probability of leaving each page A, B and C as 30%, 50% and 70%, respectively. This is determined as 1-Prob(staying).
  • With further reference to FIG. 1, a link analysis logic 135 is invoked to determine probability values that a user will leave a given page using a certain out-going link. In general, the probability of a user following an out-going link is a function of the link structure of other out-going links and the relevance value of the page being linked to. Stated another way, the probability of leaving “Prob(leaving)” a page is distributed to its out-going links based on the relevance of the child page as compared to the relevance of all child pages and relevance of the parent page. For example, given that the relevance of page C is 0.3 (30% probability of a user staying on page C) and the probability of leaving page C is 0.7, then 0.7 is distributed among its out-going links. The amount that each link receives is influenced by or otherwise weighted by the relevance of its connecting page. For example, out-going link C-A obtains a value of the probability of leaving page C multiplied by the relevance value of page A normalized by the relevance of all child pages linked from page C (e.g. child pages A and B). In other words, the probability of a user following link C-A is Prob(link C-A): Prob ( link C - A ) = Prob ( leaving C ) Relevance A Relevance of Child Pages ( 1 ) Prob ( link C - A ) = 0.7 0.7 0.7 + 0.5 0.4 ( 2 )
    Determining the link rankings for the remaining links is as follows: Prob ( link C - B ) = 0.7 0.5 0.7 + 0.5 0.3 ( 3 ) Prob ( link A - B ) = 0.3 0.5 0.5 = 0.3 ( 4 ) Prob ( link B - C ) = 0.5 0.3 0.3 = 0.5 . ( 5 )
  • As shown in Equations (3)-(5), the probability of following out-going link C-B equals 0.7*0.5/1.2 which is approximately 0.3. Doing a similar analysis for the remaining out-going links, the probability of following link A-B is approximately 0.3, and following link B-C is 0.5. Thus, the probability of following an outgoing link from a parent page is a function of the relevance of all referred child pages and the relevance of the parent page. It will be appreciated that there are many ways to distribute probabilities based on probabilities of parent and child pages. Other distributions can reflect the page relevance of a parent.
  • Once an initial determination of page relevance values and out-going link values are determined, a relevance rank adjuster 140 adjusts the content relevance values for each page based on the probability values of the link analysis. For example, the relevance rank for page A is modified based on the relevance rank of pages that refer to page A as a function of the probability of going to page A from any of those pages. In other words, if more relevant pages point to page A, then page A is probably more relevant. Thus, there should be a greater probability that a user will be on page A at any given time in relation to the other candidate pages. Using FIG. 2 as an example, the relevance rank of page A becomes “PA(being)” representing the probability of a user being on page A at a given point in time is determined as follows:
    P A(being)=P A(staying)*P A(being)+P(link C-A)*P C(being)  (6)
    which becomes
    P A(being)=0.7P A(being)+0.4P C(being)=20/56
    and for the other candidate pages:
    P B(being)=0.5P B(being)+0.3P A(being)+0.3P C(being)=21/56  (7)
    P C(being)=0.3P C(being)+0.5P B(being)=15/56  (8)
    where
    P A(being)+P B(being)+P C(being)=1  (9)
  • The set of four equations have three unknowns that are solved using known linear algebra techniques. As shown in Equations (6-9), the probability of being on a page is based on the relevance of the page weighted by the probability of being on that page and a sum of the values from all in-coming links weighted by the probability of being on the parent page. The probability of a user being on a page “Prob(being)” is a probability distribution to all candidate pages, thus, the sum of probabilities is one (1). The “Prob(being)” is an absolute probability whereas the probability of staying on a page is conditional since it is assumed that a user must be on that page.
  • Of course, there are other ways to use content-based relevance values to vary or adjust the probability of being on or leaving a page other than by the given examples. The fundamental approach includes determining the relevance of a page based on a combination of its content-based relevance value and the relevance of links that point to the page. Thus, if more relevant pages point to a page, its relevance value will be increased.
  • Illustrated in FIG. 3 is an exemplary computer-implemented methodology of determining a relevance ranking for a page in accordance with the present invention. The blocks shown represent functions, actions or events performed therein. It will be appreciated that computer software applications involve dynamic and flexible processes such that the illustrated blocks can be performed in other sequences different than the one shown. It will also be appreciated by one of ordinary skill in the art that the software of the present invention may be implemented using various programming approaches such as procedural, object oriented or artificial intelligence techniques.
  • With reference to FIG. 3, the process is shown as it applies once a user issues a search query to locate relevant pages from the network. When processing is completed, candidate pages are sequentially listed to the user in an order of most relevant to least relevant based on their relevance value. Since page linking structure influences page relevance values, the link structure for the web pages are determined (blocks 300 and 305). Using the Internet as the exemplary network, software tools such as spiders or web crawlers are used to visit web pages and determine links referred to therein to determine the link structure. It will be appreciated that the link structure can be predetermined prior to receiving search queries or determined on the fly after candidate pages for the search are retrieved and the link analysis can be limited to those pages.
  • In response to the search query, the information retrieval system 110 identifies a candidate set of pages from the network that potentially match what the user is looking for. For example, the keywords of the query are matched against a pregenerated database of indexes that point to web pages containing or relating to the keyword. The candidate pages are then received by the relevance ranking system 115 for assignment of relevance rankings (block 310). A content-based analysis is executed for each page to determine a relevance value in view of the search query (block 315). As mentioned previously, the relevance value can be any value that reasonably reflects the relevance of the content or subject matter of a page in relation to the key words of the search query. There are many software programs known in the art that can be used to obtain an initial content-based relevance value for a page.
  • Once an initial relevance value is assigned for each page, the relevance values are translated to a probability that a user will stay on a given page (block 320). If, for example, the initial relevance values are between 0-100 where 100 means the page is very relevant, a simple translation includes directly relating the relevance value of a page to a probability of staying on the page (e.g. relevance value 70 is translated to a 70% probability of staying). Depending on the type of relevance values used, they may directly corresponded to a percentage value as in the above example, or they may be transformed to fit into percentage values based on a desired formula if there is no one-to-one correspondence. The probability of staying on a page depends on a content-based relevance ranking and topology of the pages (link structure).
  • With further reference to FIG. 3 and FIG. 4, a link analysis is performed for the candidate pages to generate link rankings by applying the content-based rankings to the link structure (block 325). Using the probability of a user staying on a page “Prob(staying)” (block 400), the process determines a probability value that a user will leave the page because the page is not what the user is looking for (block 405). As described previously, the probability of leaving a given page is, for example, 1-Prob(staying). This value is then distributed to the out-going links for that page (block 410). However, the probability that a user follows a link is not equivalent for all links. Rather, a user is more likely to follow a link if the user believes that the link will take them to a more relevant page. The distribution of values to links is based on this principle.
  • Using the example candidate pages from FIG. 2, a given page will be referred to as a “parent” page and the pages being linked to from the parent page will be referred to as “child” pages. Thus, page C has two child pages, namely, A and B. Also, page B is a child of page A, and page C is a child of page B. A link ranking, representing the probability of a user following a link, is based on the probability of leaving the parent page and the content-based relevance of the child pages. An exemplary distribution is shown above in Equations (1)-(5). Thus, the probability of a user following a link (link value) is a function of the relevance value of the page,_the relevance values of its child pages and all other child pages.
  • With reference again to FIG. 3, at block 330, after the link analysis rankings are found, the relevance values for each page are adjusted based on a combination of a page's current relevance value and link analysis rankings. The relevance value of a page is determined as the probability of a user being on that page “Prob(being)” in relation to the other candidate pages. Exemplary adjustments are shown above in Equations (6)-(8). When the adjusted page relevance rankings are obtain, the adjustments can be repeated using an iterative process until a desire threshold is met (block 335). When complete, the relevance rankings for the candidate pages are returned to the information retrieval system 110 and the candidate pages are displayed to the user typically in an order of most relevant to least relevant.
  • With the present teachings, relevance rankings can be based on linguistically aware link analysis where link values incorporate content-based relevance values of associated pages as a function of the page link structure. Link analysis rankings can become linguistically aware since they can be combined with content-based relevance values. In one example as described previously, a probability of not leaving a webpage and the probability of following an outgoing link from a webpage are functions of the relevance of referred webpages and the relevance of the webpage. In this manner, improved relevance rankings for web pages can be obtained based on a given search query.
  • While various examples have been illustrated by the description of embodiments thereof, and while the embodiments have been described in considerable detail, it is not the intention of the applicants to restrict or in any way limit the scope of the appended claims to such detail. Additional advantages and modifications will readily appear to those skilled in the art. For example, the relevance rank system may be a function within the information retrieval system or an external program. The link structure logic may perform the structure analysis dynamically or it may simply obtain link structure information from an external application or source which is available. The same applies to the content analyzer logic. Therefore, the example systems and methods, in their broader aspects, are not limited to the specific details, the representative apparatus, and illustrative examples shown and described. Accordingly, departures may be made from such details without departing from the spirit or scope of the applicant's general inventive concept.

Claims (12)

1. A computer program product for determining a relevance rank for a plurality of pages identified by a search query, computer program product, when executed, causes one or more computers to perform a method, the method comprising:
identifying a candidate set of pages in response to the search query;
determining a content-based relevance rank for at least one page of the candidate set of pages based on a content of the at least one page; and
adjusting the content-based relevance rank for one or more selected pages from the candidate set of pages by distributing a relevance rank from one or more pages that point to the one or more selected pages.
2. The computer program product of claim 1 where the relevance rank from a page that points to the selected page is based on, at least in part, a content-based relevance rank for the page.
3. The computer program product of claim 1 further including obtaining a link structure of the candidate set of pages to determine in-coming and out-going page links.
4. The computer program product of claim 1 where the adjusting includes, for a first page, combining the content-based relevance rank of the first page with the relevance ranks distributed from the one or more pages that point to the first page.
5. The computer program product of claim 1 where the computer program product is embodied in an information retrieval system.
6. A method of determining a relevance rank for a selected page in response to a search query, the method comprising:
identifying a candidate set of pages in response to the search query;
determining a content-based relevance rank for at least one page of the candidate set of pages based on a content of the at least one page; and
adjusting the content-based relevance rank for a selected page from the at least one page of the candidate set of pages by using at least part of a relevance rank from at least one of one or more pages that point to the selected page.
7. The method of claim 6 where the relevance rank includes a content-based relevance rank.
8. The method of claim 6 where the at least part of the relevance rank from the at least one of one or more pages that point to the selected page is distributed to out-going links.
9. The method of claim 6 where the distributing is based on a link structure of the pages including link rank values from in-coming links where the link rank values are determined from distributed values of at least part of the content-based relevance from the one or more pages that point to the selected page.
10. A system for determining a relevance ranking for pages obtained from a network search query, the system comprising:
link structure logic for obtaining a link structure of the pages which identifies out-going links from each of the pages which become in-coming links to other pages;
a content analyzer for determining a content of each page;
a content relevance ranking logic for determining a content relevance rank for each page based on a content of the page in relation to the network query;
link analysis logic for determining a link ranking for each of the out-going links for each of the pages, where the link ranking of an out-going link from a selected page being based, at least in part, on a content-based relevance rank of the selected page; and
a relevance rank adjuster for determining and adjusting a relevance rank of a page by combining the content relevance rank of the page with the link rankings associated to in-coming links for the page.
11. A method of ranking a set of candidate pages in response to a search query, the method comprising:
identifying the candidate pages from a network that potentially match the search query;
assigning a content-based relevance rank to a selected page from the one or more candidate pages;
adjusting the content-based relevance rank of the selected page where the content-based relevance rank for the selected page is influenced by a relevance of one or more candidate pages that point to the selected page; and
ranking the candidate pages based on the adjusted content-based relevance rank.
12. The method of claim 11 where the adjusting is influenced by the relevance including at least part of a content-based relevance rank.
US11/315,053 2001-08-13 2005-12-22 Linguistically aware link analysis method and system Abandoned US20060106784A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/315,053 US20060106784A1 (en) 2001-08-13 2005-12-22 Linguistically aware link analysis method and system

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US09/928,962 US7010527B2 (en) 2001-08-13 2001-08-13 Linguistically aware link analysis method and system
US11/315,053 US20060106784A1 (en) 2001-08-13 2005-12-22 Linguistically aware link analysis method and system

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US09/928,962 Continuation US7010527B2 (en) 2001-08-13 2001-08-13 Linguistically aware link analysis method and system

Publications (1)

Publication Number Publication Date
US20060106784A1 true US20060106784A1 (en) 2006-05-18

Family

ID=25457091

Family Applications (2)

Application Number Title Priority Date Filing Date
US09/928,962 Expired - Lifetime US7010527B2 (en) 2001-08-13 2001-08-13 Linguistically aware link analysis method and system
US11/315,053 Abandoned US20060106784A1 (en) 2001-08-13 2005-12-22 Linguistically aware link analysis method and system

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US09/928,962 Expired - Lifetime US7010527B2 (en) 2001-08-13 2001-08-13 Linguistically aware link analysis method and system

Country Status (1)

Country Link
US (2) US7010527B2 (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080215590A1 (en) * 2006-08-18 2008-09-04 Mary Rose Thai System and method for assessing the importance of a web link
US20080215561A1 (en) * 2007-03-01 2008-09-04 Microsoft Corporation Scoring relevance of a document based on image text
US20090204579A1 (en) * 2008-02-13 2009-08-13 Microsoft Corporation Indexing explicitly-specified quick-link data for web pages
US7912701B1 (en) 2005-05-04 2011-03-22 IgniteIP Capital IA Special Management LLC Method and apparatus for semiotic correlation
US20120005132A1 (en) * 2010-06-30 2012-01-05 Microsoft Corporation Predicting escalation events during information searching and browsing
US20150293697A1 (en) * 2012-03-15 2015-10-15 Google Inc. Assigning keyboard shortcut keys to web page resource locators
US9886479B2 (en) 2014-07-29 2018-02-06 International Business Machines Corporation Managing credibility for a question answering system
US10684950B2 (en) 2018-03-15 2020-06-16 Bank Of America Corporation System for triggering cross channel data caching
US11265396B1 (en) 2020-10-01 2022-03-01 Bank Of America Corporation System for cross channel data caching for performing electronic activities
US11778067B2 (en) 2021-06-16 2023-10-03 Bank Of America Corporation System for triggering cross channel data caching on network nodes
US11880307B2 (en) 2022-06-25 2024-01-23 Bank Of America Corporation Systems and methods for dynamic management of stored cache data based on predictive usage information

Families Citing this family (38)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7260643B2 (en) * 2001-03-30 2007-08-21 Xerox Corporation Systems and methods for identifying user types using multi-modal clustering and information scent
US6714929B1 (en) 2001-04-13 2004-03-30 Auguri Corporation Weighted preference data search system and method
US7836057B1 (en) 2001-09-24 2010-11-16 Auguri Corporation Weighted preference inference system and method
US6781464B2 (en) * 2001-10-30 2004-08-24 Kabushiki Kaisha Toshiba Balanced amplifier and filter using the same
FI20012416A0 (en) * 2001-12-07 2001-12-07 Nokia Corp A method and server for providing database query services
US8380491B2 (en) * 2002-04-19 2013-02-19 Educational Testing Service System for rating constructed responses based on concepts and a model answer
US7568148B1 (en) 2002-09-20 2009-07-28 Google Inc. Methods and apparatus for clustering news content
US8090717B1 (en) * 2002-09-20 2012-01-03 Google Inc. Methods and apparatus for ranking documents
US7197497B2 (en) * 2003-04-25 2007-03-27 Overture Services, Inc. Method and apparatus for machine learning a document relevance function
US7577655B2 (en) 2003-09-16 2009-08-18 Google Inc. Systems and methods for improving the ranking of news articles
US7617205B2 (en) * 2005-03-30 2009-11-10 Google Inc. Estimating confidence for query revision models
US8577893B1 (en) * 2004-03-15 2013-11-05 Google Inc. Ranking based on reference contexts
US9223868B2 (en) 2004-06-28 2015-12-29 Google Inc. Deriving and using interaction profiles
US7363296B1 (en) 2004-07-01 2008-04-22 Microsoft Corporation Generating a subindex with relevant attributes to improve querying
CN100568230C (en) 2004-07-30 2009-12-09 国际商业机器公司 Multilingual network information search method and system based on hypertext
US7810035B2 (en) * 2004-10-15 2010-10-05 Microsoft Corporation Browsing web content using predictive navigation links
US8620717B1 (en) 2004-11-04 2013-12-31 Auguri Corporation Analytical tool
WO2006055983A2 (en) * 2004-11-22 2006-05-26 Truveo, Inc. Method and apparatus for a ranking engine
CN101443751A (en) 2004-11-22 2009-05-27 特鲁维奥公司 Method and apparatus for an application crawler
US7584194B2 (en) * 2004-11-22 2009-09-01 Truveo, Inc. Method and apparatus for an application crawler
US20060161543A1 (en) * 2005-01-19 2006-07-20 Tiny Engine, Inc. Systems and methods for providing search results based on linguistic analysis
US20060242138A1 (en) * 2005-04-25 2006-10-26 Microsoft Corporation Page-biased search
US7472119B2 (en) * 2005-06-30 2008-12-30 Microsoft Corporation Prioritizing search results by client search satisfaction
CN100483408C (en) 2005-07-29 2009-04-29 国际商业机器公司 Method and apparatus for establishing link structure between multiple documents
US7596556B2 (en) 2005-09-15 2009-09-29 Microsoft Corporation Determination of useful convergence of static rank
EP2016510A1 (en) * 2006-04-24 2009-01-21 Telenor ASA Method and device for efficiently ranking documents in a similarity graph
US8285082B2 (en) 2006-09-01 2012-10-09 Getty Images, Inc. Automatic identification of digital content related to a block of text, such as a blog entry
WO2008040923A1 (en) * 2006-10-05 2008-04-10 Vong Enterprises Limited Search method
US20080086466A1 (en) * 2006-10-10 2008-04-10 Bay Baker Search method
TWI337712B (en) * 2006-10-30 2011-02-21 Inst Information Industry Systems and methods for measuring behavior characteristics, and machine readable medium thereof
US20080270375A1 (en) * 2007-04-27 2008-10-30 France Telecom Local news search engine
US20080313247A1 (en) * 2007-06-12 2008-12-18 Brian Galvin Page Ranking Based on a Behavioral WEB Graph
US8326847B2 (en) * 2008-03-22 2012-12-04 International Business Machines Corporation Graph search system and method for querying loosely integrated data
US9075884B2 (en) * 2012-06-08 2015-07-07 Apple Inc. Collecting web pages/links from communications and documents for later reading
US9237386B2 (en) 2012-08-31 2016-01-12 Google Inc. Aiding discovery of program content by providing deeplinks into most interesting moments via social media
US9401947B1 (en) * 2013-02-08 2016-07-26 Google Inc. Methods, systems, and media for presenting comments based on correlation with content
US9411786B2 (en) * 2013-07-08 2016-08-09 Adobe Systems Incorporated Method and apparatus for determining the relevancy of hyperlinks
US20150046468A1 (en) * 2013-08-12 2015-02-12 Alcatel Lucent Ranking linked documents by modeling how links between the documents are used

Citations (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5446891A (en) * 1992-02-26 1995-08-29 International Business Machines Corporation System for adjusting hypertext links with weighed user goals and activities
US5617488A (en) * 1995-02-01 1997-04-01 The Research Foundation Of State University Of New York Relaxation word recognizer
US5761683A (en) * 1996-02-13 1998-06-02 Microtouch Systems, Inc. Techniques for changing the behavior of a link in a hypertext document
US5913215A (en) * 1996-04-09 1999-06-15 Seymour I. Rubinstein Browse by prompted keyword phrases with an improved method for obtaining an initial document set
US6073135A (en) * 1998-03-10 2000-06-06 Alta Vista Company Connectivity server for locating linkage information between Web pages
US6085226A (en) * 1998-01-15 2000-07-04 Microsoft Corporation Method and apparatus for utility-directed prefetching of web pages into local cache using continual computation and user models
US6112203A (en) * 1998-04-09 2000-08-29 Altavista Company Method for ranking documents in a hyperlinked environment using connectivity and selective content analysis
US6112202A (en) * 1997-03-07 2000-08-29 International Business Machines Corporation Method and system for identifying authoritative information resources in an environment with content-based links between information resources
US6237006B1 (en) * 1996-10-15 2001-05-22 Mercury Interactive Corporation Methods for graphically representing web sites and hierarchical node structures
US6256620B1 (en) * 1998-01-16 2001-07-03 Aspect Communications Method and apparatus for monitoring information access
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
US6356899B1 (en) * 1998-08-29 2002-03-12 International Business Machines Corporation Method for interactively creating an information database including preferred information elements, such as preferred-authority, world wide web pages
US6418433B1 (en) * 1999-01-28 2002-07-09 International Business Machines Corporation System and method for focussed web crawling
US6480882B1 (en) * 1999-06-25 2002-11-12 Emc Corporation Method for control and communication between computer systems linked through a network
US20020198875A1 (en) * 2001-06-20 2002-12-26 Masters Graham S. System and method for optimizing search results
US6526440B1 (en) * 2001-01-30 2003-02-25 Google, Inc. Ranking search results by reranking the results based on local inter-connectivity
US6549896B1 (en) * 2000-04-07 2003-04-15 Nec Usa, Inc. System and method employing random walks for mining web page associations and usage to optimize user-oriented web page refresh and pre-fetch scheduling
US6567797B1 (en) * 1999-01-26 2003-05-20 Xerox Corporation System and method for providing recommendations based on multi-modal user clusters
US6631372B1 (en) * 1998-02-13 2003-10-07 Yahoo! Inc. Search engine using sales and revenue to weight search results
US6654742B1 (en) * 1999-02-12 2003-11-25 International Business Machines Corporation Method and system for document collection final search result by arithmetical operations between search results sorted by multiple ranking metrics
US6665656B1 (en) * 1999-10-05 2003-12-16 Motorola, Inc. Method and apparatus for evaluating documents with correlating information
US6711568B1 (en) * 1997-11-25 2004-03-23 Krishna Asur Bharat Method for estimating coverage of web search engines

Patent Citations (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5446891A (en) * 1992-02-26 1995-08-29 International Business Machines Corporation System for adjusting hypertext links with weighed user goals and activities
US5617488A (en) * 1995-02-01 1997-04-01 The Research Foundation Of State University Of New York Relaxation word recognizer
US5761683A (en) * 1996-02-13 1998-06-02 Microtouch Systems, Inc. Techniques for changing the behavior of a link in a hypertext document
US5913215A (en) * 1996-04-09 1999-06-15 Seymour I. Rubinstein Browse by prompted keyword phrases with an improved method for obtaining an initial document set
US6237006B1 (en) * 1996-10-15 2001-05-22 Mercury Interactive Corporation Methods for graphically representing web sites and hierarchical node structures
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
US6112202A (en) * 1997-03-07 2000-08-29 International Business Machines Corporation Method and system for identifying authoritative information resources in an environment with content-based links between information resources
US6711568B1 (en) * 1997-11-25 2004-03-23 Krishna Asur Bharat Method for estimating coverage of web search engines
US6085226A (en) * 1998-01-15 2000-07-04 Microsoft Corporation Method and apparatus for utility-directed prefetching of web pages into local cache using continual computation and user models
US6256620B1 (en) * 1998-01-16 2001-07-03 Aspect Communications Method and apparatus for monitoring information access
US6631372B1 (en) * 1998-02-13 2003-10-07 Yahoo! Inc. Search engine using sales and revenue to weight search results
US6073135A (en) * 1998-03-10 2000-06-06 Alta Vista Company Connectivity server for locating linkage information between Web pages
US6112203A (en) * 1998-04-09 2000-08-29 Altavista Company Method for ranking documents in a hyperlinked environment using connectivity and selective content analysis
US6356899B1 (en) * 1998-08-29 2002-03-12 International Business Machines Corporation Method for interactively creating an information database including preferred information elements, such as preferred-authority, world wide web pages
US6567797B1 (en) * 1999-01-26 2003-05-20 Xerox Corporation System and method for providing recommendations based on multi-modal user clusters
US6418433B1 (en) * 1999-01-28 2002-07-09 International Business Machines Corporation System and method for focussed web crawling
US6654742B1 (en) * 1999-02-12 2003-11-25 International Business Machines Corporation Method and system for document collection final search result by arithmetical operations between search results sorted by multiple ranking metrics
US6480882B1 (en) * 1999-06-25 2002-11-12 Emc Corporation Method for control and communication between computer systems linked through a network
US6665656B1 (en) * 1999-10-05 2003-12-16 Motorola, Inc. Method and apparatus for evaluating documents with correlating information
US6549896B1 (en) * 2000-04-07 2003-04-15 Nec Usa, Inc. System and method employing random walks for mining web page associations and usage to optimize user-oriented web page refresh and pre-fetch scheduling
US6526440B1 (en) * 2001-01-30 2003-02-25 Google, Inc. Ranking search results by reranking the results based on local inter-connectivity
US20020198875A1 (en) * 2001-06-20 2002-12-26 Masters Graham S. System and method for optimizing search results

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7912701B1 (en) 2005-05-04 2011-03-22 IgniteIP Capital IA Special Management LLC Method and apparatus for semiotic correlation
US20080215590A1 (en) * 2006-08-18 2008-09-04 Mary Rose Thai System and method for assessing the importance of a web link
US8645370B2 (en) 2007-03-01 2014-02-04 Microsoft Corporation Scoring relevance of a document based on image text
US20080215561A1 (en) * 2007-03-01 2008-09-04 Microsoft Corporation Scoring relevance of a document based on image text
US20110087660A1 (en) * 2007-03-01 2011-04-14 Microsoft Corporation Scoring relevance of a document based on image text
US7877384B2 (en) 2007-03-01 2011-01-25 Microsoft Corporation Scoring relevance of a document based on image text
US20090204579A1 (en) * 2008-02-13 2009-08-13 Microsoft Corporation Indexing explicitly-specified quick-link data for web pages
US8103652B2 (en) * 2008-02-13 2012-01-24 Microsoft Corporation Indexing explicitly-specified quick-link data for web pages
US9015081B2 (en) * 2010-06-30 2015-04-21 Microsoft Technology Licensing, Llc Predicting escalation events during information searching and browsing
US20120005132A1 (en) * 2010-06-30 2012-01-05 Microsoft Corporation Predicting escalation events during information searching and browsing
US20150293697A1 (en) * 2012-03-15 2015-10-15 Google Inc. Assigning keyboard shortcut keys to web page resource locators
US9886479B2 (en) 2014-07-29 2018-02-06 International Business Machines Corporation Managing credibility for a question answering system
US9886480B2 (en) 2014-07-29 2018-02-06 International Business Machines Corporation Managing credibility for a question answering system
US10684950B2 (en) 2018-03-15 2020-06-16 Bank Of America Corporation System for triggering cross channel data caching
US11265396B1 (en) 2020-10-01 2022-03-01 Bank Of America Corporation System for cross channel data caching for performing electronic activities
US11778067B2 (en) 2021-06-16 2023-10-03 Bank Of America Corporation System for triggering cross channel data caching on network nodes
US11880307B2 (en) 2022-06-25 2024-01-23 Bank Of America Corporation Systems and methods for dynamic management of stored cache data based on predictive usage information

Also Published As

Publication number Publication date
US7010527B2 (en) 2006-03-07
US20030061214A1 (en) 2003-03-27

Similar Documents

Publication Publication Date Title
US7010527B2 (en) Linguistically aware link analysis method and system
US10152520B1 (en) Ranking documents based on user behavior and/or feature data
US8244737B2 (en) Ranking documents based on a series of document graphs
US6983282B2 (en) Computer method and apparatus for collecting people and organization information from Web sites
US8352452B2 (en) Methods and apparatus for employing usage statistics in document retrieval
US6681247B1 (en) Collaborator discovery method and system
US8086601B2 (en) Systems and methods of retrieving relevant information
US7383299B1 (en) System and method for providing service for searching web site addresses
US9367606B1 (en) Search engine that applies feedback from users to improve search results
US7124093B1 (en) Method, system and computer code for content based web advertising
US6560588B1 (en) Method and apparatus for identifying items of information from a multi-user information system
Joshi et al. Retriever: Improving web search engine results using clustering
US20090112857A1 (en) Methods and Systems for Improving a Search Ranking Using Related Queries
US6728932B1 (en) Document clustering method and system
US20060129533A1 (en) Personalized web search method
US7376643B2 (en) Method and system for determining similarity of objects based on heterogeneous relationships
WO2003096220A1 (en) Data store for knowledge-based data mining system
US7783689B2 (en) On-site search engine for the World Wide Web
Fu et al. A Framework for Personal Web Usage Mining.
Koutri et al. A survey of web-usage mining: Techniques for Building web-based adaptive hypermedia systems
US8538970B1 (en) Personalizing search results
Perugini et al. Recommendation and personalization: a survey
Chen et al. FEATURES: Real‐time adaptive feature and document learning for web search
Zaliane Recommender systems for e-learning: towards non-intrusive web mining
Scarselli et al. Adaptive page ranking with neural networks

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- AFTER EXAMINER'S ANSWER OR BOARD OF APPEALS DECISION