US20120265757A1 - Ranking blog documents - Google Patents

Ranking blog documents Download PDF

Info

Publication number
US20120265757A1
US20120265757A1 US13/533,619 US201213533619A US2012265757A1 US 20120265757 A1 US20120265757 A1 US 20120265757A1 US 201213533619 A US201213533619 A US 201213533619A US 2012265757 A1 US2012265757 A1 US 2012265757A1
Authority
US
United States
Prior art keywords
blog document
blog
score
document
quality
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
US13/533,619
Inventor
Andriy Bihun
Jason Goldman
Alex Khesin
Vinod Marur
Eduardo Morales
Jeff Reynar
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 US13/533,619 priority Critical patent/US20120265757A1/en
Publication of US20120265757A1 publication Critical patent/US20120265757A1/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/951Indexing; Web crawling techniques
    • 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

  • Implementations consistent with the principles of the invention relate generally to information retrieval and, more particularly, to providing a ranked set of blog documents in response to search queries.
  • the World Wide Web (“web”) contains a vast amount of information. Locating a desired portion of the information, however, can be challenging. This problem is compounded because the amount of information on the web and the number of new users inexperienced at web searching are growing rapidly.
  • Search engines attempt to return hyperlinks to web pages in which a user is interested.
  • search engines base their determination of the user's interest on search terms (called a search query) entered by the user.
  • the goal of the search engine is to provide links to high quality, relevant results (e.g., web pages) to the user based on the search query.
  • the search engine accomplishes this by matching the terms in the search query to a corpus of pre-stored web pages. Web pages that contain the user's search terms are identified as search results and are returned to the user as links.
  • Blogs are publications of personal thoughts that are typically updated frequently with new journal entries, called posts.
  • the content and quality of blogs and their posts can vary greatly depending on the purpose of the authors of the blogs. As blogging becomes more popular, the ability to provide quality blog search results becomes more important.
  • a method may include receiving a search query at a blog search engine, retrieving a blog document in response to the search query, determining a first score for the blog document based on the relevance of the blog document to the search query, altering the first score based on a quality of the blog document, and providing information regarding the blog document based on the altered first score.
  • a computer-implemented method includes obtaining a blog document, identifying at least one of the positive indicators of a quality of the blog document or negative indicators of the quality of the blog document, and determining a quality score for the blog document based on the identified at least one of positive indicators or negative indicators.
  • a method may include receiving a search query at a blog search engine; determining scores for a group of blog documents in response to the search query, the scores being based on a relevance of the group of blog documents to the search query and a quality of the group of blog documents; and providing information regarding the group of blog documents based on the determined scores.
  • a method may include identifying at least one of the positive indicators of a quality of a blog document or negative indicators of the quality of the blog document, the identified at least one of positive indicators or negative indicators including an indicator specific to blog documents; determining a quality score for the blog document based on the identified at least one of positive indicators or negative indicators; receiving a search query; determining a score for the blog document based on a relevance of the blog document to the search query; adjusting the score of the blog document based on the quality score; and providing information relating to the blog document based on the adjusted score.
  • FIG. 1 is an exemplary diagram illustrating a concept consistent with the principles of the invention
  • FIG. 2 is an exemplary diagram of a network in which systems and methods consistent with the principles of the invention may be implemented;
  • FIG. 3 is an exemplary diagram of a client or server entity in an implementation consistent with the principles of the invention.
  • FIG. 4 is a diagram of a portion of an exemplary computer-readable medium that may be used by the server of FIG. 2 ;
  • FIG. 5 is an exemplary database that may be associated with the server of FIG. 2 in an implementation consistent with the principles of the invention
  • FIG. 6 is a flow chart of an exemplary process for determining a quality score for a blog document in an implementation consistent with the principles of the invention
  • FIG. 7 is a flowchart of an exemplary process for presenting search results in an implementation consistent with the principles of the invention.
  • FIG. 8 is a diagram of an exemplary set of documents that may be retrieved in an implementation consistent with the principles of the invention.
  • Systems and methods consistent with the principles of the invention improve the quality of blog results provided in response to a search query.
  • a number of quality factors may be used to alter (either positively or negatively) a score of the blog results.
  • FIG. 1 is an exemplary diagram illustrating a concept consistent with the principles of the invention.
  • two distinct sets of data are used to determine a score of a blog (or blog post) in response to a search query—the topical relevance of the blog (or blog post) to the terms in the search query and the quality of the blog (or blog post), which is independent of the query terms.
  • the quality of the blog (or blog post) may positively or negatively affect the score of the blog (or blog post).
  • blog document is to be broadly interpreted to include a blog, a blog post, or both a blog and a blog post. It will be appreciated that the techniques described herein are equally applicable to blogs and blog posts.
  • a “document,” as the term is used herein, is to be broadly interpreted to include any machine-readable and machine-storable work product.
  • a document may include, for example, an e-mail, a web site, a file, a combination of files, one or more files with embedded links to other files, a news group posting, a blog document, a web advertisement, etc.
  • a common document is a web page.
  • Web pages often include textual information and may include embedded information (such as meta information, images, hyperlinks, etc.) and/or embedded instructions (such as Javascript, etc.).
  • a “link,” as the term is used herein, is to be broadly interpreted to include any reference to/from a document from/to another document or another part of the same document.
  • FIG. 2 is an exemplary diagram of a network 200 in which systems and methods consistent with the principles of the invention may be implemented.
  • Network 200 may include multiple clients 210 connected to multiple servers 220 - 240 via a network 250 .
  • Two clients 210 and three servers 220 - 240 have been illustrated as connected to network 250 for simplicity. In practice, there may be more or fewer clients and servers. Also, in some instances, a client may perform a function of a server and a server may perform a function of a client.
  • Clients 210 may include client entities.
  • An entity may be defined as a device, such as a personal computer, a wireless telephone, a personal digital assistant (PDA), a lap top, or another type of computation or communication device, a thread or process running on one of these devices, and/or an object executable by one of these devices.
  • Servers 220 - 240 may include server entities that gather, process, search, and/or maintain documents in a manner consistent with the principles of the invention.
  • server 220 may include a search engine 225 usable by clients 210 .
  • search engine 225 may include a blog search engine that searches only blog documents.
  • Server 220 may crawl a corpus of documents, index the documents, and store information associated with the documents in a repository of documents.
  • Servers 230 and 240 may store or maintain documents that may be crawled or analyzed by server 220 .
  • servers 220 - 240 are shown as separate entities, it may be possible for one or more of servers 220 - 240 to perform one or more of the functions of another one or more of servers 220 - 240 .
  • servers 220 - 240 may be possible that two or more of servers 220 - 240 are implemented as a single server. It may also be possible for a single one of servers 220 - 240 to be implemented as two or more separate (and possibly distributed) devices.
  • Network 250 may include a local area network (LAN), a wide area network (WAN), a telephone network, such as the Public Switched Telephone Network (PSTN), an intranet, the Internet, or a combination of networks.
  • Clients 210 and servers 220 - 240 may connect to network 250 via wired, wireless, and/or optical connections.
  • FIG. 3 is an exemplary diagram of a client or server entity (hereinafter called “client/server entity”), which may correspond to one or more of clients 210 and/or servers 220 - 240 .
  • the client/server entity may include a bus 310 , a processor 320 , a main memory 330 , a read only memory (ROM) 340 , a storage device 350 , an input device 360 , an output device 370 , and a communication interface 380 .
  • Bus 310 may include a path that permits communication among the elements of the client/server entity.
  • Processor 320 may include a processor, microprocessor, or processing logic that may interpret and execute instructions.
  • Main memory 330 may include a random access memory (RAM) or another type of dynamic storage device that may store information and instructions for execution by processor 320 .
  • ROM 340 may include a ROM device or another type of static storage device that may store static information and instructions for use by processor 320 .
  • Storage device 350 may include a magnetic and/or optical recording medium and its corresponding drive.
  • Input device 360 may include a mechanism that permits an operator to input information to the client/server entity, such as a keyboard, a mouse, a pen, voice recognition and/or biometric mechanisms, etc.
  • Output device 370 may include a mechanism that outputs information to the operator, including a display, a printer, a speaker, etc.
  • Communication interface 380 may include any transceiver-like mechanism that enables the client/server entity to communicate with other devices and/or systems.
  • communication interface 380 may include mechanisms for communicating with another device or system via a network, such as network 250 .
  • the client/server entity may perform certain document processing-related operations.
  • the client/server entity may perform these operations in response to processor 320 executing software instructions contained in a computer-readable medium, such as memory 330 .
  • a computer-readable medium may be defined as a physical or logical memory device and/or carrier wave.
  • the software instructions may be read into memory 330 from another computer-readable medium, such as data storage device 350 , or from another device via communication interface 380 .
  • the software instructions contained in memory 330 may cause processor 320 to perform processes that will be described later.
  • hardwired circuitry may be used in place of or in combination with software instructions to implement processes consistent with the principles of the invention.
  • implementations consistent with the principles of the invention are not limited to any specific combination of hardware circuitry and software.
  • FIG. 4 is a diagram of a portion of an exemplary computer-readable medium 400 that may be used by a server 220 .
  • computer-readable medium 400 may correspond to memory 330 of server 220 .
  • the portion of computer-readable medium 400 illustrated in FIG. 4 may include an operating system 410 and blog quality software 420 .
  • Operating system 410 may include operating system software, such as the Windows, Unix, or Linux operating systems.
  • Blog quality software 420 may include software that receives data relating to a blog document and determines, based on this data, a quality score for the blog document.
  • the data may include signals that measure the probability of the content of the blog document being of poor quality, which would lead to the demotion or elimination of the blog document as a candidate result.
  • the data may also include signals that measure the probability of the content of the blog document being of high quality/popularity, which would lead to the promotion of the blog document as a candidate result.
  • FIG. 5 is an exemplary database 500 that may be associated with server 220 in an implementation consistent with the principles of the invention.
  • Database 500 may be stored locally at server 220 , for example, in main memory 330 or storage device 350 , or stored external to server 220 at, for example, a possibly remote location.
  • database 500 may include the following exemplary fields: a document identification (ID) field 510 and a quality score field 520 . It will be appreciated that database 500 may include other fields than those illustrated in FIG. 5 .
  • Document ID field 510 may store information identifying blog documents, which, as described above, can be blogs or blog posts. The information may include a unique identifier.
  • Quality score field 520 may store a quality score for each blog document identified in field 510 .
  • Database 500 may be accessed in response to a search query received by server 220 .
  • Server 220 may promote, demote, or even eliminate a blog document (i.e., blog and/or post) from a set of search results based on the quality score from field 520 .
  • FIG. 6 is a flow chart of an exemplary process for determining a quality score for a blog document in an implementation consistent with the principles of the invention. Processing may begin by obtaining information regarding a blog document to be scored (act 610 ). The information may include the blog itself, the post, metadata from the blog, and/or one or more feeds associated with the blog document.
  • Positive indicators as to the quality of the blog document may be identified (act 620 ). Such indicators may include a popularity of the blog document, an implied popularity of the blog document, the existence of the blog document in blogrolls, the existence of the blog document in a high quality blogroll, tagging of the blog document, references to the blog document by other sources, and a pagerank of the blog document. It will be appreciated that other indicators may also be used.
  • the popularity of the blog document may be a positive indication of the quality of that blog document.
  • a number of news aggregator sites (commonly called “news readers” or “feed readers”) exist where individuals can subscribe to a blog document (through its feed). Such aggregators store information describing how many individuals have subscribed to given blog documents.
  • a blog document having a high number of subscriptions implies a higher quality for the blog document.
  • subscriptions can be validated against “subscriptions spam” (where spammers subscribe to their own blog documents in an attempt to make them “more popular”) by validating unique users who subscribed, or by filtering unique Internet Protocol (IP) addresses of the subscribers.
  • IP Internet Protocol
  • An implied popularity may be identified for the blog document. This implied popularity may be identified by, for example, examining the click stream of search results. For example, if a certain blog document is clicked more than other blog documents when the blog document appears in result sets, this may be an indication that the blog document is popular and, thus, a positive indicator of the quality of the blog document.
  • blog documents often contain not only recent entries (i.e., posts), but also “blogrolls,” which are a dense collection of links to external sites (usually other blogs) in which the author/blogger is interested.
  • a blogroll link to a blog document is an indication of popularity of that blog document, so aggregated blogroll links to a blog document can be counted and used to infer magnitude of popularity for the blog document.
  • the existence of the blog document in a high quality blogroll may be a positive indication of the quality of the blog document.
  • a high quality blogroll is a blogroll that links to well-known or trusted bloggers. Therefore, a high quality blogroll that also links to the blog document is a positive indicator of the quality of the blog document.
  • the existence of the blog document in a blogroll of a well-known or trusted blogger may also be a positive indication of the quality of the blog document. In this situation, it is assumed that the well-known or trusted blogger would not link to a spamming blogger.
  • Tagging of the blog document may be a positive indication of the quality of the blog document.
  • Some existing sites allow users to add “tags” to (i.e., to “categorize”) a blog document. These custom categorizations are an indicator that an individual has evaluated the content of the blog document and determined that one or more categories appropriately describe its content, and as such are a positive indicator of the quality of the blog document.
  • references to the blog document by other sources may be a positive indication of the quality of the blog document.
  • content of emails or chat transcripts can contain URLs of blog documents.
  • Email or chat discussions that include references to the blog document is a positive indicator of the quality of the blog document.
  • the pagerank of the blog document may be a positive indicator of the quality of the blog document.
  • a high pagerank (a signal usually calculated for regular web pages) is an indicator of high quality and, thus, can be applied to blog documents as a positive indication of the quality of the blog documents.
  • a blog document e.g., a post
  • the new post may inherit the pagerank of the blog with which it is associated until such time that an independent pagerank is determined for the new post. This inherited pagerank may serve as a positive indication of the quality of the new post.
  • Negative indicators as to the quality of the blog document may be identified (act 630 ). Such indicators may include a frequency of new posts on the blog document, the content of the posts in the blog document, a size of the posts in the blog document, a link distribution of the blog document, and the presence of ads in the blog document. It will be appreciated that other indicators may also be used.
  • the frequency at which new posts are added to the blog document may be a negative indication of the quality of that blog document.
  • Feeds typically include only the most recent posts from a blog document. Spammers often generate new posts in spurts (i.e., many new posts appear within a short time period) or at predictable intervals (one post every 10 minutes, or a post every 3 hours at 32 minutes past the hour). Both behaviors are correlated with malicious intent and can be used to identify possible spammers. Therefore, if the frequency at which new posts are added to the blog document matches a predictable pattern, this may be a negative indication of the quality of the blog document.
  • the content of the posts in the blog document may be a negative indication of the quality of that blog document.
  • a feed typically contains some or all of the content of several posts from a given blog document.
  • the blog document itself also includes the content of the posts. Spammers may put one version of content into a feed to improve their ranking in search results, while putting a different version on their blog document (e.g., links to irrelevant ads). This mismatch (between feed and blog document) can, therefore, be a negative indication of the quality of the blog document.
  • particular content may be duplicated in multiple posts in a blog document, resulting in multiple feeds containing the same content.
  • duplication indicates the feed is low quality/spam and, thus, can be a negative indication of the quality of the blog document.
  • the words/phrases used in the posts of a blog document may also be a negative indication of the quality of that blog document. For example, from a collection of blog documents and feeds that evaluators rate as spam, a list of words and phrases (bigrams, trigrams, etc.) that appear frequently in spam may be extracted. If a blog document contains a high percentage of words or phrases from the list, this can be a negative indication of quality of the blog document.
  • the size of the posts in a blog document may be a negative indication of quality of the blog document.
  • Many automated post generators create numerous posts of identical or very similar length. As a result, the distribution of post sizes can be used as a reliable measure of spamminess. When a blog document includes numerous posts of identical or very similar length, this may be a negative indication of quality of the blog document.
  • a link distribution of the blog document may be a negative indication of quality of the blog document.
  • some posts are created to increase the pagerank of a particular blog document.
  • a high percentage of all links from the posts or from the blog document all point to ether a single web page, or to a single external site. If the number of links to any single external site exceeds a threshold, this can be a negative indication of quality of the blog document.
  • the presence of ads in the blog document may be a negative indication of quality of the blog document. If a blog document contains a large number of ads, this may be a negative indication of the quality of the blog document.
  • blog documents typically contain three types of content: the content of recent posts, a blogroll, and blog metadata (e.g., author profile information and/or other information pertinent to the blog document or its author).
  • Ads if present, typically appear within the blog metadata section or near the blogroll. The presence of ads in the recent posts part of a blog document may be a negative indication of the quality of the blog document.
  • a quality score for the blog document may be determined based on these indicators (act 640 ).
  • the quality score for a blog document may be determined by assigning a weight to the different indicators and combining the weights to obtain a quality score.
  • the indicators may be combined and/or weighted in any manner.
  • each indicator may be given a positive or negative value. These values may be added together to determine a quality score for the blog document.
  • each indicator value may be multiplied by a corresponding factor (or weight) and the resulting values may be totaled to give the quality score for the blog document.
  • Other techniques for determining the quality score may alternatively be used.
  • the quality score for the blog document may be associated with the blog document.
  • the quality score may be associated, in a database, such as database 500 , with information identifying the blog document for which the score has been determined.
  • database 500 may be populated with quality scores for blog documents. The quality scores can be updated periodically.
  • FIG. 7 is a flowchart of an exemplary process for presenting search results.
  • the processing of FIG. 7 may be performed by one or more software and/or hardware components within server 220 .
  • the processing may be performed by one or more software and/or hardware components within another device or a group of devices separate from or including server 220 .
  • Processing may begin with a search query being received (act 710 ).
  • the user may provide a search query into a search box associated with a search engine (e.g., entering a search term into a search engine interface or a search box of an add-on toolbar).
  • the web browser (or the add-on toolbar) may send the search query to a search engine, such as search engine 225 associated with server 220 .
  • a relevance score for a set of documents may be determined based on the search query (act 720 ).
  • server 220 may determine an information retrieval (IR) score for the documents.
  • the IR score for a document may be determined based on a matching of the search terms of a search query to the content of the document.
  • IR score may be determined based on the number of occurrences of the search terms in the document.
  • the IR score may be determined based on where the search terms occur within the document (e.g., title, content, etc.) or characteristics of the search terms (e.g., font, size, color, etc.).
  • a search term may be weighted differently from another search term when multiple search terms are present.
  • the proximity of the search terms when multiple search terms are present may influence the IR score.
  • An overall score for the documents may be determined based on the quality of the documents (act 730 ). For example, the IR score for each document may be combined with the document's quality score to determine the overall score. Combining the scores may cause the IR scores for the documents to be adjusted based on the quality scores, thereby raising or lowering the scores or, in some cases, leaving the scores the same to obtain the overall scores. Alternatively, the documents may be scored based on the quality scores alone without generating IR scores. In any event, overall scores may be determined for the documents using the quality scores.
  • a ranked set of documents may be provided to the user based on the overall scores for the documents (act 740 ). In this way, the quality of documents may be used to improve the search results provided to users.
  • search engine 225 retrieves a group of blog documents based on their relevance to the search query (e.g., using an IR technique).
  • FIG. 8 is a diagram of an exemplary set of blog documents received in response to the search query.
  • search engine 225 retrieved five blog documents (blog documents 1 - 5 ) with the following relevance (or IR) scores: blog document 1 has an IR score of 1.0, blog document 2 has an IR score of 0.9, blog document 3 has an IR score of 0.8, blog document 4 has an IR score of 0.7, and blog document 5 has an IR score of 0.6.
  • blog document 1 has a positive quality score of 0.4
  • blog document 2 has a negative quality score of ⁇ 0.4
  • blog document 3 has a positive quality score of 0.8
  • blog document 4 has a positive quality score of 0.3
  • blog document 5 has a positive quality score of 0.3.
  • Search engine 225 may determine an overall score for the blog documents by adding the relevance score to the quality score.
  • blog document 1 would have an overall score of 1.4
  • blog document 2 would have an overall score of 0.5
  • blog document 3 would have an overall score of 1.6
  • blog document 4 would have an overall score of 1.0
  • blog document 5 would have an overall score of 0.9. Therefore, search engine 225 may provide blog documents 1 - 5 to the user in the following order: blog document 3 , blog document 1 , blog document 4 , blog document 5 , and blog document 2 .
  • the quality of blog documents may cause the ranking of those documents to increase or decrease. In this way, higher quality results are provided to the user.
  • Implementations consistent with the principles of the invention improve blog searching by taking into consideration the quality of the blogs.
  • a “user” is intended to refer to a client, such as a client 210 ( FIG. 2 ), or an operator of a client.

Abstract

A blog search engine may receive a search query. The blog search engine may determine scores for a group of blog documents in response to the search query, where the scores are based on a relevance of the group of blog documents to the search query and a quality of the group of blog documents. The blog search engine may also provide information regarding the group of blog documents based on the determined scores.

Description

    FIELD OF THE INVENTION
  • Implementations consistent with the principles of the invention relate generally to information retrieval and, more particularly, to providing a ranked set of blog documents in response to search queries.
  • BACKGROUND OF THE INVENTION
  • The World Wide Web (“web”) contains a vast amount of information. Locating a desired portion of the information, however, can be challenging. This problem is compounded because the amount of information on the web and the number of new users inexperienced at web searching are growing rapidly.
  • Search engines attempt to return hyperlinks to web pages in which a user is interested. Generally, search engines base their determination of the user's interest on search terms (called a search query) entered by the user. The goal of the search engine is to provide links to high quality, relevant results (e.g., web pages) to the user based on the search query. Typically, the search engine accomplishes this by matching the terms in the search query to a corpus of pre-stored web pages. Web pages that contain the user's search terms are identified as search results and are returned to the user as links.
  • Over the past few years, a new medium, called a blog, has appeared on the web. Blogs (short for web logs) are publications of personal thoughts that are typically updated frequently with new journal entries, called posts. The content and quality of blogs and their posts can vary greatly depending on the purpose of the authors of the blogs. As blogging becomes more popular, the ability to provide quality blog search results becomes more important.
  • SUMMARY OF THE INVENTION
  • In accordance with one implementation consistent with the principles of the invention, a method may include receiving a search query at a blog search engine, retrieving a blog document in response to the search query, determining a first score for the blog document based on the relevance of the blog document to the search query, altering the first score based on a quality of the blog document, and providing information regarding the blog document based on the altered first score.
  • In another implementation consistent with the principles of the invention, a computer-implemented method includes obtaining a blog document, identifying at least one of the positive indicators of a quality of the blog document or negative indicators of the quality of the blog document, and determining a quality score for the blog document based on the identified at least one of positive indicators or negative indicators.
  • In yet another implementation consistent with the principles of the invention, a method may include receiving a search query at a blog search engine; determining scores for a group of blog documents in response to the search query, the scores being based on a relevance of the group of blog documents to the search query and a quality of the group of blog documents; and providing information regarding the group of blog documents based on the determined scores.
  • In still another implementation consistent with the principles of the invention, a method may include identifying at least one of the positive indicators of a quality of a blog document or negative indicators of the quality of the blog document, the identified at least one of positive indicators or negative indicators including an indicator specific to blog documents; determining a quality score for the blog document based on the identified at least one of positive indicators or negative indicators; receiving a search query; determining a score for the blog document based on a relevance of the blog document to the search query; adjusting the score of the blog document based on the quality score; and providing information relating to the blog document based on the adjusted score.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate an implementation of the invention and, together with the description, explain the invention. In the drawings,
  • FIG. 1 is an exemplary diagram illustrating a concept consistent with the principles of the invention;
  • FIG. 2 is an exemplary diagram of a network in which systems and methods consistent with the principles of the invention may be implemented;
  • FIG. 3 is an exemplary diagram of a client or server entity in an implementation consistent with the principles of the invention;
  • FIG. 4 is a diagram of a portion of an exemplary computer-readable medium that may be used by the server of FIG. 2;
  • FIG. 5 is an exemplary database that may be associated with the server of FIG. 2 in an implementation consistent with the principles of the invention;
  • FIG. 6 is a flow chart of an exemplary process for determining a quality score for a blog document in an implementation consistent with the principles of the invention;
  • FIG. 7 is a flowchart of an exemplary process for presenting search results in an implementation consistent with the principles of the invention; and
  • FIG. 8 is a diagram of an exemplary set of documents that may be retrieved in an implementation consistent with the principles of the invention.
  • DETAILED DESCRIPTION
  • The following detailed description of implementations consistent with the principles of the invention refers to the accompanying drawings. The same reference numbers in different drawings may identify the same or similar elements. Also, the following detailed description does not limit the invention.
  • Overview
  • Systems and methods consistent with the principles of the invention improve the quality of blog results provided in response to a search query. To improve the quality of blog results, a number of quality factors may be used to alter (either positively or negatively) a score of the blog results.
  • FIG. 1 is an exemplary diagram illustrating a concept consistent with the principles of the invention. As illustrated in FIG. 1, two distinct sets of data are used to determine a score of a blog (or blog post) in response to a search query—the topical relevance of the blog (or blog post) to the terms in the search query and the quality of the blog (or blog post), which is independent of the query terms. The quality of the blog (or blog post) may positively or negatively affect the score of the blog (or blog post).
  • The phrase “blog document,” as used hereinafter, is to be broadly interpreted to include a blog, a blog post, or both a blog and a blog post. It will be appreciated that the techniques described herein are equally applicable to blogs and blog posts. A “document,” as the term is used herein, is to be broadly interpreted to include any machine-readable and machine-storable work product. A document may include, for example, an e-mail, a web site, a file, a combination of files, one or more files with embedded links to other files, a news group posting, a blog document, a web advertisement, etc. In the context of the Internet, a common document is a web page. Web pages often include textual information and may include embedded information (such as meta information, images, hyperlinks, etc.) and/or embedded instructions (such as Javascript, etc.). A “link,” as the term is used herein, is to be broadly interpreted to include any reference to/from a document from/to another document or another part of the same document.
  • Exemplary Network Configuration
  • FIG. 2 is an exemplary diagram of a network 200 in which systems and methods consistent with the principles of the invention may be implemented. Network 200 may include multiple clients 210 connected to multiple servers 220-240 via a network 250. Two clients 210 and three servers 220-240 have been illustrated as connected to network 250 for simplicity. In practice, there may be more or fewer clients and servers. Also, in some instances, a client may perform a function of a server and a server may perform a function of a client.
  • Clients 210 may include client entities. An entity may be defined as a device, such as a personal computer, a wireless telephone, a personal digital assistant (PDA), a lap top, or another type of computation or communication device, a thread or process running on one of these devices, and/or an object executable by one of these devices. Servers 220-240 may include server entities that gather, process, search, and/or maintain documents in a manner consistent with the principles of the invention.
  • In an implementation consistent with the principles of the invention, server 220 may include a search engine 225 usable by clients 210. In one implementation, search engine 225 may include a blog search engine that searches only blog documents. Server 220 may crawl a corpus of documents, index the documents, and store information associated with the documents in a repository of documents. Servers 230 and 240 may store or maintain documents that may be crawled or analyzed by server 220.
  • While servers 220-240 are shown as separate entities, it may be possible for one or more of servers 220-240 to perform one or more of the functions of another one or more of servers 220-240. For example, it may be possible that two or more of servers 220-240 are implemented as a single server. It may also be possible for a single one of servers 220-240 to be implemented as two or more separate (and possibly distributed) devices.
  • Network 250 may include a local area network (LAN), a wide area network (WAN), a telephone network, such as the Public Switched Telephone Network (PSTN), an intranet, the Internet, or a combination of networks. Clients 210 and servers 220-240 may connect to network 250 via wired, wireless, and/or optical connections.
  • Exemplary Client/Server Architecture
  • FIG. 3 is an exemplary diagram of a client or server entity (hereinafter called “client/server entity”), which may correspond to one or more of clients 210 and/or servers 220-240. The client/server entity may include a bus 310, a processor 320, a main memory 330, a read only memory (ROM) 340, a storage device 350, an input device 360, an output device 370, and a communication interface 380. Bus 310 may include a path that permits communication among the elements of the client/server entity.
  • Processor 320 may include a processor, microprocessor, or processing logic that may interpret and execute instructions. Main memory 330 may include a random access memory (RAM) or another type of dynamic storage device that may store information and instructions for execution by processor 320. ROM 340 may include a ROM device or another type of static storage device that may store static information and instructions for use by processor 320. Storage device 350 may include a magnetic and/or optical recording medium and its corresponding drive.
  • Input device 360 may include a mechanism that permits an operator to input information to the client/server entity, such as a keyboard, a mouse, a pen, voice recognition and/or biometric mechanisms, etc. Output device 370 may include a mechanism that outputs information to the operator, including a display, a printer, a speaker, etc. Communication interface 380 may include any transceiver-like mechanism that enables the client/server entity to communicate with other devices and/or systems. For example, communication interface 380 may include mechanisms for communicating with another device or system via a network, such as network 250.
  • As will be described in detail below, the client/server entity, consistent with the principles of the invention, may perform certain document processing-related operations. The client/server entity may perform these operations in response to processor 320 executing software instructions contained in a computer-readable medium, such as memory 330. A computer-readable medium may be defined as a physical or logical memory device and/or carrier wave.
  • The software instructions may be read into memory 330 from another computer-readable medium, such as data storage device 350, or from another device via communication interface 380. The software instructions contained in memory 330 may cause processor 320 to perform processes that will be described later. Alternatively, hardwired circuitry may be used in place of or in combination with software instructions to implement processes consistent with the principles of the invention. Thus, implementations consistent with the principles of the invention are not limited to any specific combination of hardware circuitry and software.
  • Exemplary Computer-Readable Medium
  • FIG. 4 is a diagram of a portion of an exemplary computer-readable medium 400 that may be used by a server 220. In one implementation, computer-readable medium 400 may correspond to memory 330 of server 220. The portion of computer-readable medium 400 illustrated in FIG. 4 may include an operating system 410 and blog quality software 420.
  • Operating system 410 may include operating system software, such as the Windows, Unix, or Linux operating systems. Blog quality software 420 may include software that receives data relating to a blog document and determines, based on this data, a quality score for the blog document. As will be described in additional detail below, the data may include signals that measure the probability of the content of the blog document being of poor quality, which would lead to the demotion or elimination of the blog document as a candidate result. The data may also include signals that measure the probability of the content of the blog document being of high quality/popularity, which would lead to the promotion of the blog document as a candidate result.
  • FIG. 5 is an exemplary database 500 that may be associated with server 220 in an implementation consistent with the principles of the invention. Database 500 may be stored locally at server 220, for example, in main memory 330 or storage device 350, or stored external to server 220 at, for example, a possibly remote location. As illustrated, database 500 may include the following exemplary fields: a document identification (ID) field 510 and a quality score field 520. It will be appreciated that database 500 may include other fields than those illustrated in FIG. 5.
  • Document ID field 510 may store information identifying blog documents, which, as described above, can be blogs or blog posts. The information may include a unique identifier. Quality score field 520 may store a quality score for each blog document identified in field 510. Database 500 may be accessed in response to a search query received by server 220. Server 220 may promote, demote, or even eliminate a blog document (i.e., blog and/or post) from a set of search results based on the quality score from field 520.
  • Determining a Quality Score for a Blog Document
  • FIG. 6 is a flow chart of an exemplary process for determining a quality score for a blog document in an implementation consistent with the principles of the invention. Processing may begin by obtaining information regarding a blog document to be scored (act 610). The information may include the blog itself, the post, metadata from the blog, and/or one or more feeds associated with the blog document.
  • Positive indicators as to the quality of the blog document may be identified (act 620). Such indicators may include a popularity of the blog document, an implied popularity of the blog document, the existence of the blog document in blogrolls, the existence of the blog document in a high quality blogroll, tagging of the blog document, references to the blog document by other sources, and a pagerank of the blog document. It will be appreciated that other indicators may also be used.
  • The popularity of the blog document may be a positive indication of the quality of that blog document. A number of news aggregator sites (commonly called “news readers” or “feed readers”) exist where individuals can subscribe to a blog document (through its feed). Such aggregators store information describing how many individuals have subscribed to given blog documents. A blog document having a high number of subscriptions implies a higher quality for the blog document. Also, subscriptions can be validated against “subscriptions spam” (where spammers subscribe to their own blog documents in an attempt to make them “more popular”) by validating unique users who subscribed, or by filtering unique Internet Protocol (IP) addresses of the subscribers.
  • An implied popularity may be identified for the blog document. This implied popularity may be identified by, for example, examining the click stream of search results. For example, if a certain blog document is clicked more than other blog documents when the blog document appears in result sets, this may be an indication that the blog document is popular and, thus, a positive indicator of the quality of the blog document.
  • The existence of the blog document in blogrolls may be a positive indication of the quality of the blog document. It will be appreciated that blog documents often contain not only recent entries (i.e., posts), but also “blogrolls,” which are a dense collection of links to external sites (usually other blogs) in which the author/blogger is interested. A blogroll link to a blog document is an indication of popularity of that blog document, so aggregated blogroll links to a blog document can be counted and used to infer magnitude of popularity for the blog document.
  • The existence of the blog document in a high quality blogroll may be a positive indication of the quality of the blog document. A high quality blogroll is a blogroll that links to well-known or trusted bloggers. Therefore, a high quality blogroll that also links to the blog document is a positive indicator of the quality of the blog document.
  • Similarly, the existence of the blog document in a blogroll of a well-known or trusted blogger may also be a positive indication of the quality of the blog document. In this situation, it is assumed that the well-known or trusted blogger would not link to a spamming blogger.
  • Tagging of the blog document may be a positive indication of the quality of the blog document. Some existing sites allow users to add “tags” to (i.e., to “categorize”) a blog document. These custom categorizations are an indicator that an individual has evaluated the content of the blog document and determined that one or more categories appropriately describe its content, and as such are a positive indicator of the quality of the blog document.
  • References to the blog document by other sources may be a positive indication of the quality of the blog document. For example, content of emails or chat transcripts can contain URLs of blog documents. Email or chat discussions that include references to the blog document is a positive indicator of the quality of the blog document.
  • The pagerank of the blog document may be a positive indicator of the quality of the blog document. A high pagerank (a signal usually calculated for regular web pages) is an indicator of high quality and, thus, can be applied to blog documents as a positive indication of the quality of the blog documents. In some implementations, a blog document (e.g., a post) may not be associated with a pagerank (e.g., when the post is new). In those situations, the new post may inherit the pagerank of the blog with which it is associated until such time that an independent pagerank is determined for the new post. This inherited pagerank may serve as a positive indication of the quality of the new post.
  • Negative indicators as to the quality of the blog document may be identified (act 630). Such indicators may include a frequency of new posts on the blog document, the content of the posts in the blog document, a size of the posts in the blog document, a link distribution of the blog document, and the presence of ads in the blog document. It will be appreciated that other indicators may also be used.
  • The frequency at which new posts are added to the blog document may be a negative indication of the quality of that blog document. Feeds typically include only the most recent posts from a blog document. Spammers often generate new posts in spurts (i.e., many new posts appear within a short time period) or at predictable intervals (one post every 10 minutes, or a post every 3 hours at 32 minutes past the hour). Both behaviors are correlated with malicious intent and can be used to identify possible spammers. Therefore, if the frequency at which new posts are added to the blog document matches a predictable pattern, this may be a negative indication of the quality of the blog document.
  • The content of the posts in the blog document may be a negative indication of the quality of that blog document. A feed typically contains some or all of the content of several posts from a given blog document. The blog document itself also includes the content of the posts. Spammers may put one version of content into a feed to improve their ranking in search results, while putting a different version on their blog document (e.g., links to irrelevant ads). This mismatch (between feed and blog document) can, therefore, be a negative indication of the quality of the blog document.
  • Also, in some instances, particular content may be duplicated in multiple posts in a blog document, resulting in multiple feeds containing the same content. Such duplication indicates the feed is low quality/spam and, thus, can be a negative indication of the quality of the blog document.
  • The words/phrases used in the posts of a blog document may also be a negative indication of the quality of that blog document. For example, from a collection of blog documents and feeds that evaluators rate as spam, a list of words and phrases (bigrams, trigrams, etc.) that appear frequently in spam may be extracted. If a blog document contains a high percentage of words or phrases from the list, this can be a negative indication of quality of the blog document.
  • The size of the posts in a blog document may be a negative indication of quality of the blog document. Many automated post generators create numerous posts of identical or very similar length. As a result, the distribution of post sizes can be used as a reliable measure of spamminess. When a blog document includes numerous posts of identical or very similar length, this may be a negative indication of quality of the blog document.
  • A link distribution of the blog document may be a negative indication of quality of the blog document. As disclosed above, some posts are created to increase the pagerank of a particular blog document. In some cases, a high percentage of all links from the posts or from the blog document all point to ether a single web page, or to a single external site. If the number of links to any single external site exceeds a threshold, this can be a negative indication of quality of the blog document.
  • The presence of ads in the blog document may be a negative indication of quality of the blog document. If a blog document contains a large number of ads, this may be a negative indication of the quality of the blog document.
  • Moreover, blog documents typically contain three types of content: the content of recent posts, a blogroll, and blog metadata (e.g., author profile information and/or other information pertinent to the blog document or its author). Ads, if present, typically appear within the blog metadata section or near the blogroll. The presence of ads in the recent posts part of a blog document may be a negative indication of the quality of the blog document.
  • A quality score for the blog document may be determined based on these indicators (act 640). For example, in one implementation, the quality score for a blog document may be determined by assigning a weight to the different indicators and combining the weights to obtain a quality score. The indicators may be combined and/or weighted in any manner. For example, in one implementation consistent with the principles of the invention, each indicator may be given a positive or negative value. These values may be added together to determine a quality score for the blog document. Alternatively, each indicator value may be multiplied by a corresponding factor (or weight) and the resulting values may be totaled to give the quality score for the blog document. Other techniques for determining the quality score may alternatively be used.
  • Once the quality score for the blog document has been determined, it may be associated with the blog document. For example, the quality score may be associated, in a database, such as database 500, with information identifying the blog document for which the score has been determined. In this manner, database 500 may be populated with quality scores for blog documents. The quality scores can be updated periodically.
  • Presenting Search Results
  • FIG. 7 is a flowchart of an exemplary process for presenting search results. In one implementation, the processing of FIG. 7 may be performed by one or more software and/or hardware components within server 220. In another implementation, the processing may be performed by one or more software and/or hardware components within another device or a group of devices separate from or including server 220.
  • Processing may begin with a search query being received (act 710). For example, the user may provide a search query into a search box associated with a search engine (e.g., entering a search term into a search engine interface or a search box of an add-on toolbar). The web browser (or the add-on toolbar) may send the search query to a search engine, such as search engine 225 associated with server 220.
  • A relevance score for a set of documents may be determined based on the search query (act 720). For example, server 220 may determine an information retrieval (IR) score for the documents. The IR score for a document may be determined based on a matching of the search terms of a search query to the content of the document. There are a number of known techniques that may be used to determine the IR score for a document. For example, the IR score may be determined based on the number of occurrences of the search terms in the document. Alternatively or additionally, the IR score may be determined based on where the search terms occur within the document (e.g., title, content, etc.) or characteristics of the search terms (e.g., font, size, color, etc.). Alternatively or additionally, a search term may be weighted differently from another search term when multiple search terms are present. Alternatively or additionally, the proximity of the search terms when multiple search terms are present may influence the IR score. Yet other techniques for determining the IR score for a document are known to those skilled in the art.
  • An overall score for the documents may be determined based on the quality of the documents (act 730). For example, the IR score for each document may be combined with the document's quality score to determine the overall score. Combining the scores may cause the IR scores for the documents to be adjusted based on the quality scores, thereby raising or lowering the scores or, in some cases, leaving the scores the same to obtain the overall scores. Alternatively, the documents may be scored based on the quality scores alone without generating IR scores. In any event, overall scores may be determined for the documents using the quality scores.
  • A ranked set of documents may be provided to the user based on the overall scores for the documents (act 740). In this way, the quality of documents may be used to improve the search results provided to users.
  • Example
  • The following example illustrates the above processing. Assume that a user is interested in blogs about fantasy football. The user may submit the search query “fantasy football” to a search engine, such as search engine 225. In response, assume that search engine 225 retrieves a group of blog documents based on their relevance to the search query (e.g., using an IR technique).
  • FIG. 8 is a diagram of an exemplary set of blog documents received in response to the search query. As illustrated, search engine 225 retrieved five blog documents (blog documents 1-5) with the following relevance (or IR) scores: blog document 1 has an IR score of 1.0, blog document 2 has an IR score of 0.9, blog document 3 has an IR score of 0.8, blog document 4 has an IR score of 0.7, and blog document 5 has an IR score of 0.6. Assume, for explanatory purposes, that these five blog documents have the following quality scores: blog document 1 has a positive quality score of 0.4, blog document 2 has a negative quality score of −0.4, blog document 3 has a positive quality score of 0.8, blog document 4 has a positive quality score of 0.3, and blog document 5 has a positive quality score of 0.3.
  • Search engine 225 may determine an overall score for the blog documents by adding the relevance score to the quality score. In this case, blog document 1 would have an overall score of 1.4, blog document 2 would have an overall score of 0.5, blog document 3 would have an overall score of 1.6, blog document 4 would have an overall score of 1.0, and blog document 5 would have an overall score of 0.9. Therefore, search engine 225 may provide blog documents 1-5 to the user in the following order: blog document 3, blog document 1, blog document 4, blog document 5, and blog document 2.
  • As evident from the example of FIG. 8, the quality of blog documents may cause the ranking of those documents to increase or decrease. In this way, higher quality results are provided to the user.
  • CONCLUSION
  • Implementations consistent with the principles of the invention improve blog searching by taking into consideration the quality of the blogs.
  • The foregoing description of exemplary embodiments of the invention provides illustration and description, but is not intended to be exhaustive or to limit the invention to the precise form disclosed. Modifications and variations are possible in light of the above teachings or may be acquired from practice of the invention.
  • For example, while series of acts have been described with regard to FIGS. 6 and 7, the order of the acts may be modified in other implementations consistent with the principles of the invention. Further, non-dependent acts may be performed in parallel.
  • The preceding description refers to a user. A “user” is intended to refer to a client, such as a client 210 (FIG. 2), or an operator of a client.
  • It will be apparent to one of ordinary skill in the art that aspects of the invention, as described above, may be implemented in many different forms of software, firmware, and hardware in the implementations illustrated in the figures. The actual software code or specialized control hardware used to implement aspects consistent with the principles of the invention is not limiting of the invention. Thus, the operation and behavior of the aspects were described without reference to the specific software code—it being understood that one of ordinary skill in the art would be able to design software and control hardware to implement the aspects based on the description herein.
  • No element, act, or instruction used in the present application should be construed as critical or essential to the invention unless explicitly described as such. Also, as used herein, the article “a” is intended to include one or more items. Where only one item is intended, the term “one” or similar language is used. Further, the phrase “based on” is intended to mean “based, at least in part, on” unless explicitly stated otherwise.

Claims (21)

1.-27. (canceled)
28. A method performed by one or more server devices, the method comprising:
receiving, by the one or more server devices, a search query;
identifying, by the one or more server devices, a blog document that is responsive to the search query;
generating, by the one or more server devices, a relevance score for the blog document, the relevance score being based on a measure of relevance of the blog document to the search query;
generating, by the one or more server devices, a quality score for the blog document, the quality score being based on a measure of quality of the blog document independent of the search query,
the measure of quality being based on a plurality of indicators, the plurality of indicators including:
a particular quantity of subscribers to the blog document;
generating, by the one or more server devices, a ranking score based on the relevance score and the quality score; and
providing, by the one or more server devices, information regarding the blog document based on the ranking score.
29. The method of claim 28, further comprising:
identifying a plurality of subscriptions to the blog document; and
identifying one or more subscriptions, of the plurality of subscriptions, that are associated with a user that is associated with the blog document,
the particular quantity of subscribers being based on:
a first quantity associated with the plurality of subscriptions to the blog document, and
a second quantity associated with the one or more subscriptions that are associated with the user that is associated with the blog document.
30. The method of claim 29, further comprising:
reducing the first quantity by an amount that is based on the second quantity to determine the particular quantity of subscribers to the blog document.
31. The method of claim 29, further comprising:
identifying that the user is associated with the blog document based on identifying that the user has previously accessed the blog document.
32. The method of claim 29, further comprising:
identifying that the user is associated with the blog document based on an Internet Protocol (IP) address of the user.
33. The method of claim 28, further comprising:
ranking the blog document with regard to another blog document based on the ranking score,
where providing the information regarding the blog document based on the ranking score includes:
providing information regarding the blog document and the other blog document in an order that is based on the ranking.
34. The method of claim 28, where generating the ranking score based on the relevance score and the quality score includes:
increasing or decreasing the relevance score based on the quality score.
35. A system, comprising:
one or more devices to:
receive a search query;
identify a blog document that is responsive to the search query;
generate a relevance score for the blog document, the relevance score being based on a measure of relevance of the blog document to the search query;
generate a quality score for the blog document, the quality score being based on a measure of quality of the blog document independent of the search query,
the measure of quality being based on a plurality of indicators, the plurality of indicators including:
a particular quantity of subscribers to the blog document;
generate a ranking score based on the relevance score and the quality score; and
provide information regarding the blog document based on the ranking score.
36. The system of claim 35, where the one or more devices are further to:
identify a plurality of subscriptions to the blog document; and
identify one or more subscriptions, of the plurality of subscriptions, that are associated with a user that is associated with the blog document,
the particular quantity of subscribers being based on:
a first quantity associated with the plurality of subscriptions to the blog document, and
a second quantity associated with the one or more subscriptions that are associated with the user that is associated with the blog document.
37. The system of claim 36, where the one or more devices are further to:
reduce the first quantity by an amount that is based on the second quantity to determine the particular quantity of subscribers to the blog document.
38. The system of claim 36, where the one or more devices are further to:
identify that the user is associated with the blog document based on identifying that the user has previously accessed the blog document.
39. The system of claim 36, where the one or more devices are further to:
identify that the user is associated with the blog document based on an Internet Protocol (IP) address of the user.
40. The system of claim 35, where the one or more devices are further to:
rank the blog document with regard to another blog document based on the ranking score,
where when providing the information regarding the blog document based on the ranking score, the one or more devices are to:
provide information regarding the blog document and the other blog document in an order that is based on the ranking.
41. The system of claim 35, where when generating the ranking score based on the relevance score and the quality score, the one or more devices are to:
increase or decrease the relevance score based on the quality score.
42. A computer-readable medium, comprising:
a plurality of computer-executable instructions, which, when executed by one or more processors, cause the one or more processors to:
receive a search query;
identify a blog document that is responsive to the search query;
generate a relevance score for the blog document, the relevance score being based on a measure of relevance of the blog document to the search query;
generate a quality score for the blog document, the quality score being based on a measure of quality of the blog document independent of the search query,
the measure of quality being based on a plurality of indicators, the plurality of indicators including:
a particular quantity of subscribers to the blog document;
generate a ranking score based on the relevance score and the quality score; and
provide information regarding the blog document based on the ranking score.
43. The computer-readable medium of claim 42, where the plurality of computer-executable instructions further cause the one or more processors to:
identify a plurality of subscriptions to the blog document; and
identify one or more subscriptions, of the plurality of subscriptions, that are associated with a user that is associated with the blog document,
the particular quantity of subscribers being based on:
a first quantity associated with the plurality of subscriptions to the blog document, and
a second quantity associated with the one or more subscriptions that are associated with the user that is associated with the blog document.
44. The computer-readable medium of claim 43, where the plurality of computer-executable instructions further cause the one or more processors to:
reduce the first quantity by an amount that is based on the second quantity to determine the particular quantity of subscribers to the blog document.
45. The computer-readable medium of claim 43, where the plurality of computer-executable instructions further cause the one or more processors to:
identify that the user is associated with the blog document based on identifying that the user has previously accessed the blog document.
46. The computer-readable medium of claim 43, where the plurality of computer-executable instructions further cause the one or more processors to:
identify that the user is associated with the blog document based on an Internet Protocol (IP) address of the user.
47. The computer-readable medium of claim 42, where the plurality of computer-executable instructions further cause the one or more processors to:
rank the blog document with regard to another blog document based on the ranking score, and
where the computer-executable instructions, which cause the one or more processors to provide the information regarding the blog document based on the ranking score, further cause the one or more processors to:
provide information regarding the blog document and the other blog document in an order that is based on the ranking.
US13/533,619 2005-09-13 2012-06-26 Ranking blog documents Abandoned US20120265757A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US13/533,619 US20120265757A1 (en) 2005-09-13 2012-06-26 Ranking blog documents

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US11/224,321 US8244720B2 (en) 2005-09-13 2005-09-13 Ranking blog documents
US13/533,619 US20120265757A1 (en) 2005-09-13 2012-06-26 Ranking blog documents

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US11/224,321 Continuation US8244720B2 (en) 2005-09-13 2005-09-13 Ranking blog documents

Publications (1)

Publication Number Publication Date
US20120265757A1 true US20120265757A1 (en) 2012-10-18

Family

ID=37432282

Family Applications (2)

Application Number Title Priority Date Filing Date
US11/224,321 Active 2026-01-04 US8244720B2 (en) 2005-09-13 2005-09-13 Ranking blog documents
US13/533,619 Abandoned US20120265757A1 (en) 2005-09-13 2012-06-26 Ranking blog documents

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US11/224,321 Active 2026-01-04 US8244720B2 (en) 2005-09-13 2005-09-13 Ranking blog documents

Country Status (9)

Country Link
US (2) US8244720B2 (en)
EP (1) EP1934830A1 (en)
JP (2) JP4837040B2 (en)
KR (1) KR101005510B1 (en)
CN (1) CN101305371A (en)
AU (1) AU2006290977B2 (en)
BR (1) BRPI0615915B1 (en)
CA (1) CA2622784A1 (en)
WO (1) WO2007033202A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9785677B2 (en) 2012-02-09 2017-10-10 Tencent Technology (Shenzhen) Company Limited Method and system for sorting, searching and presenting micro-blogs
US10762065B2 (en) * 2013-09-27 2020-09-01 Intel Corporation Mechanism for facilitating dynamic and proactive data management for computing devices

Families Citing this family (53)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7421429B2 (en) * 2005-08-04 2008-09-02 Microsoft Corporation Generate blog context ranking using track-back weight, context weight and, cumulative comment weight
US8244720B2 (en) 2005-09-13 2012-08-14 Google Inc. Ranking blog documents
US9202241B2 (en) 2005-11-30 2015-12-01 John Nicholas and Kristin Gross System and method of delivering content based advertising
US8417569B2 (en) * 2005-11-30 2013-04-09 John Nicholas and Kristin Gross Trust System and method of evaluating content based advertising
US7856445B2 (en) * 2005-11-30 2010-12-21 John Nicholas and Kristin Gross System and method of delivering RSS content based advertising
US8924558B2 (en) 2005-11-30 2014-12-30 John Nicholas and Kristin Gross System and method of delivering content based advertising
US8117195B1 (en) 2006-03-22 2012-02-14 Google Inc. Providing blog posts relevant to search results
US20070239674A1 (en) * 2006-04-11 2007-10-11 Richard Gorzela Method and System for Providing Weblog Author-Defined, Weblog-Specific Search Scopes in Weblogs
US20070255701A1 (en) * 2006-04-28 2007-11-01 Halla Jason M System and method for analyzing internet content and correlating to events
US20090070683A1 (en) * 2006-05-05 2009-03-12 Miles Ward Consumer-generated media influence and sentiment determination
US20070271259A1 (en) * 2006-05-17 2007-11-22 It Interactive Services Inc. System and method for geographically focused crawling
US8452777B2 (en) * 2007-02-01 2013-05-28 Linkedin Corporation Dynamic submission and preference indicator
US8527594B2 (en) * 2007-02-16 2013-09-03 Ecairn, Inc. Blog advertising
US8346763B2 (en) * 2007-03-30 2013-01-01 Microsoft Corporation Ranking method using hyperlinks in blogs
US20090006341A1 (en) * 2007-06-28 2009-01-01 Bruce Chapman Method of website ranking promotion using creation of mass blog posting links
CN102016825A (en) * 2007-08-17 2011-04-13 谷歌公司 Ranking social network objects
CN100545847C (en) * 2007-09-25 2009-09-30 腾讯科技(深圳)有限公司 A kind of method and system that blog articles is sorted
KR100932841B1 (en) * 2007-11-09 2009-12-21 엔에이치엔(주) Search document quality measurement method and system
KR100932842B1 (en) * 2007-12-06 2009-12-21 엔에이치엔(주) Quality ranking method and system of search ranking
KR100975502B1 (en) * 2008-01-30 2010-08-11 엔에이치엔(주) System and Method for Determining Ranking of Blog Post
US8078197B2 (en) * 2008-02-20 2011-12-13 Agere Systems Inc. Location-based search-result ranking for blog documents and the like
KR101004999B1 (en) * 2008-08-27 2011-01-04 서강대학교산학협력단 Method and device for measuring propagation of contents and site of offering the contents
US8082288B1 (en) * 2008-10-17 2011-12-20 GO Interactive, Inc. Method and apparatus for determining notable content on web sites using collected comments
US20100114910A1 (en) * 2008-10-27 2010-05-06 Korea Advanced Institute Of Science And Technology Blog search apparatus and method using blog authority estimation
KR101013761B1 (en) * 2008-10-27 2011-02-14 한국과학기술원 Blog search apparatus and method using authority estimation in blog space
KR101049648B1 (en) 2009-02-23 2011-07-14 성균관대학교산학협력단 Blog Rank Method for Efficiently Searching Blogs Using the Blog Rank Algorithm
JP5216654B2 (en) * 2009-03-27 2013-06-19 Kddi株式会社 Importance determination device, importance determination method, and program
US8577909B1 (en) 2009-05-15 2013-11-05 Google Inc. Query translation using bilingual search refinements
US8577910B1 (en) 2009-05-15 2013-11-05 Google Inc. Selecting relevant languages for query translation
US8572109B1 (en) 2009-05-15 2013-10-29 Google Inc. Query translation quality confidence
US8538957B1 (en) * 2009-06-03 2013-09-17 Google Inc. Validating translations using visual similarity between visual media search results
US8745067B2 (en) * 2009-08-12 2014-06-03 Google Inc. Presenting comments from various sources
KR101284788B1 (en) * 2009-10-13 2013-07-10 한국전자통신연구원 Apparatus for question answering based on answer trustworthiness and method thereof
US8606792B1 (en) 2010-02-08 2013-12-10 Google Inc. Scoring authors of posts
US20110258560A1 (en) * 2010-04-14 2011-10-20 Microsoft Corporation Automatic gathering and distribution of testimonial content
US20110276554A1 (en) * 2010-05-10 2011-11-10 Chen-Yu Sheu Query and note based search system
AU2013203650B2 (en) * 2010-05-17 2014-08-14 Buzzmetrics Ltd. Methods, apparatus and articles of manufacture to rank web site influence
US8560530B2 (en) 2010-05-17 2013-10-15 Buzzmetrics, Ltd. Methods, apparatus, and articles of manufacture to rank web site influence
AU2011258449B2 (en) * 2010-05-25 2015-06-11 Mark F. Mclellan Active search results page ranking technology
CN102385576A (en) * 2010-08-27 2012-03-21 腾讯科技(深圳)有限公司 Method and system for counting influence of Bloger
US9009065B2 (en) 2010-12-17 2015-04-14 Google Inc. Promoting content from an activity stream
JP2012141837A (en) * 2011-01-04 2012-07-26 Sony Corp Information processor, information processing method and program
US20120210240A1 (en) * 2011-02-10 2012-08-16 Microsoft Corporation User interfaces for personalized recommendations
US9251269B2 (en) * 2011-10-27 2016-02-02 International Business Machines Corporation Accounting for authorship in a web log search engine
US9135291B2 (en) * 2011-12-14 2015-09-15 Megathread, Ltd. System and method for determining similarities between online entities
US9589303B2 (en) * 2012-01-09 2017-03-07 Google Inc. Selective presentation of content types and sources in search
JP5962213B2 (en) * 2012-05-28 2016-08-03 ソニー株式会社 Information processing apparatus, information processing method, and program
WO2014007826A1 (en) * 2012-07-06 2014-01-09 Empire Technology Development Llc Organization of inputs for online service
US9553783B2 (en) * 2012-09-14 2017-01-24 Salesforce.Com, Inc. Spam flood detection methodologies
CN103914491B (en) * 2013-01-09 2017-11-17 腾讯科技(北京)有限公司 To the data digging method and system of high-quality user-generated content
JP6130270B2 (en) * 2013-08-21 2017-05-17 Kddi株式会社 Comment list public server, program and method for sorting and specifying comment sets corresponding to media contents
US10303684B1 (en) * 2013-08-27 2019-05-28 Google Llc Resource scoring adjustment based on entity selections
CN105488151A (en) * 2015-11-27 2016-04-13 小米科技有限责任公司 Reference document recommendation method and apparatus

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6421675B1 (en) * 1998-03-16 2002-07-16 S. L. I. Systems, Inc. Search engine
US20050060297A1 (en) * 2003-09-16 2005-03-17 Microsoft Corporation Systems and methods for ranking documents based upon structurally interrelated information
US20060004691A1 (en) * 2004-06-30 2006-01-05 Technorati Inc. Ecosystem method of aggregation and search and related techniques
US20060048059A1 (en) * 2004-08-26 2006-03-02 Henry Etkin System and method for dynamically generating, maintaining, and growing an online social network
US20060069663A1 (en) * 2004-09-28 2006-03-30 Eytan Adar Ranking results for network search query
US20070038646A1 (en) * 2005-08-04 2007-02-15 Microsoft Corporation Ranking blog content
US20070067297A1 (en) * 2004-04-30 2007-03-22 Kublickis Peter J System and methods for a micropayment-enabled marketplace with permission-based, self-service, precision-targeted delivery of advertising, entertainment and informational content and relationship marketing to anonymous internet users

Family Cites Families (46)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6598046B1 (en) * 1998-09-29 2003-07-22 Qwest Communications International Inc. System and method for retrieving documents responsive to a given user's role and scenario
US6510406B1 (en) * 1999-03-23 2003-01-21 Mathsoft, Inc. Inverse inference engine for high performance web search
US7693830B2 (en) * 2005-08-10 2010-04-06 Google Inc. Programmable search engine
US7743045B2 (en) * 2005-08-10 2010-06-22 Google Inc. Detecting spam related and biased contexts for programmable search engines
US7716199B2 (en) * 2005-08-10 2010-05-11 Google Inc. Aggregating context data for programmable search engines
US6946715B2 (en) * 2003-02-19 2005-09-20 Micron Technology, Inc. CMOS image sensor and method of fabrication
US7016889B2 (en) * 2003-01-30 2006-03-21 Hewlett-Packard Development Company, Lp. System and method for identifying useful content in a knowledge repository
US7346839B2 (en) * 2003-09-30 2008-03-18 Google Inc. Information retrieval based on historical data
KR20050077242A (en) 2004-02-10 2005-08-01 엔에이치엔(주) Method for offering an advertisement on search-result in response to the search-demand and a system thereof
US8930239B2 (en) * 2005-03-23 2015-01-06 Douglas Ashbaugh Distributed content exchange and presentation system
US7761447B2 (en) * 2004-04-08 2010-07-20 Microsoft Corporation Systems and methods that rank search results
US8060463B1 (en) * 2005-03-30 2011-11-15 Amazon Technologies, Inc. Mining of user event data to identify users with common interests
US20060284744A1 (en) * 2005-05-25 2006-12-21 Andrew Shotland Structured blogging with reciprocal links
US9158855B2 (en) * 2005-06-16 2015-10-13 Buzzmetrics, Ltd Extracting structured data from weblogs
US20070050389A1 (en) * 2005-09-01 2007-03-01 Opinmind, Inc. Advertisement placement based on expressions about topics
US7765209B1 (en) * 2005-09-13 2010-07-27 Google Inc. Indexing and retrieval of blogs
US8244720B2 (en) 2005-09-13 2012-08-14 Google Inc. Ranking blog documents
US7716226B2 (en) * 2005-09-27 2010-05-11 Patentratings, Llc Method and system for probabilistically quantifying and visualizing relevance between two or more citationally or contextually related data objects
US8688673B2 (en) * 2005-09-27 2014-04-01 Sarkar Pte Ltd System for communication and collaboration
US7657585B2 (en) * 2005-10-25 2010-02-02 Innternational Business Machines Corporation Automated process for identifying and delivering domain specific unstructured content for advanced business analysis
US7917519B2 (en) * 2005-10-26 2011-03-29 Sizatola, Llc Categorized document bases
US20070255702A1 (en) * 2005-11-29 2007-11-01 Orme Gregory M Search Engine
US7734610B2 (en) * 2005-12-12 2010-06-08 Google Inc. Decentralised web annotation
US7685144B1 (en) * 2005-12-29 2010-03-23 Google Inc. Dynamically autocompleting a data entry
US7634463B1 (en) * 2005-12-29 2009-12-15 Google Inc. Automatically generating and maintaining an address book
US20070203891A1 (en) * 2006-02-28 2007-08-30 Microsoft Corporation Providing and using search index enabling searching based on a targeted content of documents
US8117195B1 (en) * 2006-03-22 2012-02-14 Google Inc. Providing blog posts relevant to search results
US20090171866A1 (en) * 2006-07-31 2009-07-02 Toufique Harun System and method for learning associations between logical objects and determining relevance based upon user activity
US8200648B2 (en) * 2006-08-07 2012-06-12 Yeda Research & Development Co. Ltd. At The Weizmann Institute Of Science Data similarity and importance using local and global evidence scores
WO2008052068A2 (en) * 2006-10-24 2008-05-02 Careflash, Llc A system and method for secure, anonymous, and pertinent reposting of private blog posting, etc.
US20080154887A1 (en) * 2006-12-01 2008-06-26 S.L.I. Systems, Inc. Method and system for displaying information
US8180717B2 (en) * 2007-03-20 2012-05-15 President And Fellows Of Harvard College System for estimating a distribution of message content categories in source data
US7873635B2 (en) * 2007-05-31 2011-01-18 Microsoft Corporation Search ranger system and double-funnel model for search spam analyses and browser protection
US7664726B2 (en) * 2007-06-25 2010-02-16 Microsoft Corporation Influence based rewards for word-of-mouth advertising ecosystems
US8010527B2 (en) * 2007-06-29 2011-08-30 Fuji Xerox Co., Ltd. System and method for recommending information resources to user based on history of user's online activity
US9283476B2 (en) * 2007-08-22 2016-03-15 Microsoft Technology Licensing, Llc Information collection during game play
US7716228B2 (en) * 2007-09-25 2010-05-11 Firstrain, Inc. Content quality apparatus, systems, and methods
US8291492B2 (en) * 2007-12-12 2012-10-16 Google Inc. Authentication of a contributor of online content
US8983975B2 (en) * 2008-02-22 2015-03-17 Christopher Kenton Systems and methods for measuring and managing distributed online conversations
US8069179B2 (en) * 2008-04-24 2011-11-29 Microsoft Corporation Preference judgements for relevance
US20100131455A1 (en) * 2008-11-19 2010-05-27 Logan James D Cross-website management information system
US8694496B2 (en) * 2008-11-26 2014-04-08 At&T Intellectual Property I, L.P. Harvesting application metadata
US8886636B2 (en) * 2008-12-23 2014-11-11 Yahoo! Inc. Context transfer in search advertising
CA2770868C (en) * 2009-08-12 2014-09-23 Google Inc. Objective and subjective ranking of comments
US8745067B2 (en) * 2009-08-12 2014-06-03 Google Inc. Presenting comments from various sources
US10019518B2 (en) * 2009-10-09 2018-07-10 Excalibur Ip, Llc Methods and systems relating to ranking functions for multiple domains

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6421675B1 (en) * 1998-03-16 2002-07-16 S. L. I. Systems, Inc. Search engine
US20050060297A1 (en) * 2003-09-16 2005-03-17 Microsoft Corporation Systems and methods for ranking documents based upon structurally interrelated information
US20070067297A1 (en) * 2004-04-30 2007-03-22 Kublickis Peter J System and methods for a micropayment-enabled marketplace with permission-based, self-service, precision-targeted delivery of advertising, entertainment and informational content and relationship marketing to anonymous internet users
US20060004691A1 (en) * 2004-06-30 2006-01-05 Technorati Inc. Ecosystem method of aggregation and search and related techniques
US20060048059A1 (en) * 2004-08-26 2006-03-02 Henry Etkin System and method for dynamically generating, maintaining, and growing an online social network
US20060069663A1 (en) * 2004-09-28 2006-03-30 Eytan Adar Ranking results for network search query
US20070038646A1 (en) * 2005-08-04 2007-02-15 Microsoft Corporation Ranking blog content

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9785677B2 (en) 2012-02-09 2017-10-10 Tencent Technology (Shenzhen) Company Limited Method and system for sorting, searching and presenting micro-blogs
US10762065B2 (en) * 2013-09-27 2020-09-01 Intel Corporation Mechanism for facilitating dynamic and proactive data management for computing devices

Also Published As

Publication number Publication date
JP2011238276A (en) 2011-11-24
US20070061297A1 (en) 2007-03-15
JP2009508267A (en) 2009-02-26
AU2006290977A1 (en) 2007-03-22
BRPI0615915B1 (en) 2019-09-10
WO2007033202A1 (en) 2007-03-22
CA2622784A1 (en) 2007-03-22
JP4837040B2 (en) 2011-12-14
CN101305371A (en) 2008-11-12
KR20080044915A (en) 2008-05-21
EP1934830A1 (en) 2008-06-25
BRPI0615915A2 (en) 2012-04-10
KR101005510B1 (en) 2011-01-04
AU2006290977B2 (en) 2011-04-21
US8244720B2 (en) 2012-08-14

Similar Documents

Publication Publication Date Title
US8244720B2 (en) Ranking blog documents
US8989450B1 (en) Scoring items
US7765209B1 (en) Indexing and retrieval of blogs
US8639690B2 (en) Document scoring based on query analysis
US7577643B2 (en) Key phrase extraction from query logs
US8799270B1 (en) Determining query terms of little significance
US20070250501A1 (en) Search result delivery engine
US20080082486A1 (en) Platform for user discovery experience
US8924380B1 (en) Changing a rank of a document by applying a rank transition function
US20110218991A1 (en) System and method for automatic detection of needy queries
AU2011204929B2 (en) Ranking blog documents
US8577893B1 (en) Ranking based on reference contexts
JP2015084178A (en) Advertisement generation device and advertisement generation method

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

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