| United States Patent Application |
20060294155
|
| Kind Code
|
A1
|
|
Patterson; Anna Lynn
|
December 28, 2006
|
Detecting spam documents in a phrase based information retrieval system
Abstract
An information retrieval system uses phrases to index, retrieve, organize
and describe documents. Phrases are identified that predict the presence
of other phrases in documents. Documents are the indexed according to
their included phrases. A spam document is identified based on the number
of related phrases included in a document.
| Inventors: |
Patterson; Anna Lynn; (San Jose, CA)
|
| Correspondence Name and Address:
|
FENWICK & WEST LLP
SILICON VALLEY CENTER
801 CALIFORNIA STREET
MOUNTAIN VIEW
CA
94041
US
|
| Serial No.:
|
478330 |
| Series Code:
|
11
|
| Filed:
|
June 28, 2006 |
| U.S. Current Class: |
707/200; 707/E17.084 |
| U.S. Class at Publication: |
707/200 |
| Intern'l Class: |
G06F 17/30 20060101 G06F017/30 |
Claims
1. A computer implemented method for identifying spam documents in an
information retrieval system, the method comprising: maintaining a list
of phrases, each phrase associated with a list of related phrases;
determining a number of related phrases expected to be present in a
document for any phrase on the list of phrases; determining for a
document, and for at least one phrase in the document, an actual number
of related phrases present in the document; and identifying the document
as a spam document by comparing the actual number of related phrases
present in the document with the expected number of related phrases.
2. The method of claim 1, wherein determining a number of related phrases
expected to be present in a document for any phrase on the list of
phrases further comprises: traversing an index of documents; for each
document, determining a set of phrases in the document from the list of
phrases, and for each phrase in the document, determining a number of
related phrases also in the document; determining the expected number of
related phrases, as a medium of the determined number of related phrases
across the traversed documents.
3. The method of claim 1, wherein identifying the document as a spam
document, further comprises: responsive to the actual number of related
phrases present in the document for at least one phrase significantly
exceeding the expected number of related phrases, identifying the
document as a spam document.
4. The method of claim 1, wherein identifying the document as a spam
document, further comprises: responsive to the actual number of related
phrases present in the document for at least one phrase exceeding the
expected number of related phrases by at least a multiple of a standard
deviation of the expected number of related phrases, identifying the
document as a spam document.
5. The method of claim 1, wherein identifying the document as a spam
document, further comprises: responsive to the actual number of related
phrases present in the document for at least one phrase exceeding the
expected number of related phrases by at least a multiple of the expected
number of related phrases, identifying the document as a spam document.
6. The method of claim 1, wherein identifying the document as a spam
document, further comprises: identifying the document as a spam document
where, for each of a minimum plurality of phrases in the document, the
actual number of related phrases present in the document significantly
exceeds the expected number of related phrases.
7. The method of claim 1, wherein identifying the document as a spam
document, further comprises: identifying the document as a spam document
where the actual number of related phrases present in the document for at
least one phrase exceeds predetermined maximum expected number of related
phrases.
8. The method of claim 1, wherein identifying the document as a spam
document, further comprises: determining for a document, a set of most
significant phrases present in the document; for each of the most
significant related phrases, determining an actual number of related
phrases present in the document; and responsive to the actual number of
related phrases significantly exceeds the expected number of related
phrases, identifying the document as a spam document with respect to that
significant phrase.
9. The method of claim 1, further comprises: responsive to identifying the
document as a spam document, adding the document to a list of spam
documents.
10. The method of claim 9, further comprising: receiving a search query;
retrieving a set of documents relevant to the search query, each document
having a relevance score; for each document in the set of documents,
determining whether the document has been identified as a spam document;
and responsive to a document being identified as a spam document, down
weighting the relevance score of the document; organizing the set of
documents by their relevance scores.
11. The method of claim 8, further comprising: adding the document to a
list of spam document associated with the most significant phrase; and
for each related phrase of the most significant phrase, adding the
document to a list of spam documents associated with the related phrase.
Description
CROSS REFERENCE TO RELATED APPLICATIONS
[0001] This application is a continuation-in-part of application Ser. No.
10/900,021, filed on Jul. 26, 2004, which is co-owned, and incorporated
by reference herein.
FIELD OF THE INVENTION
[0002] The present invention relates to an information retrieval system
for indexing, searching, and classifying documents in a large scale
corpus, such as the Internet.
BACKGROUND OF THE INVENTION
[0003] Information retrieval systems, generally called search engines, are
now an essential tool for finding information in large scale, diverse,
and growing corpuses such as the Internet. Generally, search engines
create an index that relates documents (or "pages") to the individual
words present in each document. A document is retrieved in response to a
query containing a number of query terms, typically based on having some
number of query terms present in the document. The retrieved documents
are then ranked according to other statistical measures, such as
frequency of occurrence of the query terms, host domain, link analysis,
and the like. The retrieved documents are then presented to the user,
typically in their ranked order, and without any further grouping or
imposed hierarchy. In some cases, a selected portion of a text of a
document is presented to provide the user with a glimpse of the
document's content.
[0004] Direct "Boolean" matching of query terms has well known
limitations, and in particular does not identify documents that do not
have the query terms, but have related words. For example, in a typical
Boolean system, a search on "Australian Shepherds" would not return
documents about other herding dogs such as Border Collies that do not
have the exact query terms. Rather, such a system is likely to also
retrieve and highly rank documents that are about Australia (and have
nothing to do with dogs), and documents about "shepherds" generally.
[0005] The problem here is that conventional systems index documents based
on individual terms, rather than on concepts. Concepts are often
expressed in phrases, such as "Australian Shepherd," "President of the
United States," or "Sundance Film Festival". At best, some prior systems
will index documents with respect to a predetermined and very limited set
of `known` phrases, which are typically selected by a human operator.
Indexing of phrases is typically avoided because of the perceived
computational and memory requirements to identify all possible phrases of
say three, four, or five or more words. For example, on the assumption
that any five words could constitute a phrase, and a large corpus would
have at least 200,000 unique terms, there would approximately
3.2.times.10.sup.26 possible phrases, clearly more than any existing
system could store in memory or otherwise programmatically manipulate. A
further problem is that phrases continually enter and leave the lexicon
in terms of their usage, much more frequently than new individual words
are invented. New phrases are always being generated, from sources such
technology, arts, world events, and law. Other phrases will decline in
usage over time.
[0006] Another problem that arises in existing information retrieval
systems is the appearance of "spam" documents. Some spam pages are
documents that have little if any meaningful content, but instead
comprise collections of popular words and phrases, often hundreds or even
thousands of them; these pages are sometime called "keyword stuffing
pages." Others include specific words and phrases known to be of interest
to advertisers. These types of documents (often called "honeypots") are
created to cause search engines to retrieve such documents for display
along with paid advertisements. However, to the user searching for
meaningful content, retrieval of such documents results in waste of time,
and frustration.
[0007] Accordingly, there is a need for an information retrieval system
and methodology that can comprehensively identify phrases in a large
scale corpus, index documents according to phrases. In addition, there is
a need in such an information retrieval system to identify spam documents
and filter such documents from search results.
SUMMARY OF THE INVENTION
[0008] An information retrieval system and methodology uses phrases to
index, search, rank, and describe documents in the document collection.
The system is adapted to identify phrases that have sufficiently frequent
and/or distinguished usage in the document collection to indicate that
they are "valid" or "good" phrases. In this manner multiple word phrases,
for example phrases of four, five, or more terms, can be identified. This
avoids the problem of having to identify and index every possible phrases
resulting from the all of the possible sequences of a given number of
words.
[0009] The system is further adapted to identify phrases that are related
to each other, based on a phrase's ability to predict the presence of
other phrases in a document. More specifically, a prediction measure is
used that relates the actual co-occurrence rate of two phrases to an
expected co-occurrence rate of the two phrases. Information gain, as the
ratio of actual co-occurrence rate to expected co-occurrence rate, is one
such prediction measure. Two phrases are related where the prediction
measure exceeds a predetermined threshold. In that case, the second
phrase has significant information gain with respect to the first phrase.
Semantically, related phrases will be those that are commonly used to
discuss or describe a given topic or concept, such as "President of the
United States" and "White House." For a given phrase, the related phrases
can be ordered according to their relevance or significance based on
their respective prediction measures.
[0010] The information retrieval system is adapted to identify a spam
document based on the appearance of excessive number of related phrases
in the document.
[0011] The present invention has further embodiments in system and
software architectures, computer program products and computer
implemented methods, and computer generated user interfaces and
presentations.
[0012] The foregoing are just some of the features of an information
retrieval system and methodology based on phrases. Those of skill in the
art of information retrieval will appreciate the flexibility of
generality of the phrase information allows for a large variety of uses
and applications in indexing, document annotation, searching, ranking,
and other areas of document analysis and processing.
BRIEF DESCRIPTION OF THE DRAWINGS
[0013] FIG. 1 is block diagram of the software architecture of one
embodiment of the present invention.
[0014] FIG. 2 illustrates a method of identifying phrases in documents.
[0015] FIG. 3 illustrates a document with a phrase window and a secondary
window.
[0016] FIG. 4 illustrates a method of identifying related phrases.
[0017] FIG. 5 illustrates a method of indexing documents for related
phrases.
[0018] FIG. 6 illustrates a method of retrieving documents based on
phrases.
[0019] The figures depict a preferred embodiment of the present invention
for purposes of illustration only. One skilled in the art will readily
recognize from the following discussion that alternative embodiments of
the structures and methods illustrated herein may be employed without
departing from the principles of the invention described herein.
DETAILED DESCRIPTION OF THE INVENTION
[0020] I. System Overview
[0021] Referring now to FIG. 1, there is shown the software architecture
of an embodiment of a search system 100 in accordance with one embodiment
of present invention. In this embodiment, the system includes an indexing
system 110, a search system 120, a presentation system 130, and a front
end server 140.
[0022] The indexing system 110 is responsible for identifying phrases in
documents, and indexing documents according to their phrases, by
accessing various websites 190 and other document collections. The front
end server 140 receives queries from a user of a client 170, and provides
those queries to the search system 120. The search system 120 is
responsible for searching for documents relevant to the search query
(search results), including identifying any phrases in the search query,
and then ranking the documents in the search results using the presence
of phrases to influence the ranking order. The search system 120 provides
the search results to the presentation system 130. The presentation
system 130 is responsible for modifying the search results including
removing near duplicate documents, and generating topical descriptions of
documents, and providing the modified search results back to the front
end server 140, which provides the results to the client 170. The system
100 further includes a primary index 150 and a secondary index 152 that
stores the indexing information pertaining to documents, and a phrase
data store 160 that stores phrases, and related statistical information.
The primary index 150 is distributed across a number of primary servers 1
. . . M1, and the secondary index 152 is likewise distributed across a
number of secondary servers 1 . . . M2.
[0023] In the context of this application, "documents" are understood to
be any type of media that can be indexed and retrieved by a search
engine, including web documents, images, multimedia files, text
documents, PDFs or other image formatted files, and so forth. A document
may have one or more pages, partitions, segments or other components, as
appropriate to its content and type. Equivalently a document may be
referred to as a "page," as commonly used to refer to documents on the
Internet. No limitation as to the scope of the invention is implied by
the use of the generic term "documents." The search system 100 operates
over a large corpus of documents, such as the Internet and World Wide
Web, but can likewise be used in more limited collections, such as for
the document collections of a library or private enterprises. In either
context, it will be appreciated that the documents are typically
distributed across many different computer systems and sites. Without
loss of generality then, the documents generally, regardless of format or
location (e.g., which website or database) will be collectively referred
to as a corpus or document collection. Each document has an associated
identifier that uniquely identifies the document; the identifier is
preferably a URL, but other types of identifiers (e.g., document numbers)
may be used as well. In this disclosure, the use of URLs to identify
documents is assumed.
[0024] II. Indexing System
[0025] In one embodiment, the indexing system 110 provides three primary
functional operations: 1) identification of phrases and related phrases,
2) indexing of documents with respect to phrases, and 3) generation and
maintenance of a phrase-based taxonomy. Those of skill in the art will
appreciate that the indexing system 110 will perform other functions as
well in support of conventional indexing functions, and thus these other
operations are not further described herein. The indexing system 110
operates on the primary index 150 and secondary index 152 and data
repository 160 of phrase data. These data repositories are further
described below.
[0026] 1. Phrase Identification
[0027] The phrase identification operation of the indexing system 110
identifies "good" and "bad" phrases in the document collection that are
useful to indexing and searching documents. In one aspect, good phrases
are phrases that tend to occur in more than certain percentage of
documents in the document collection, and/or are indicated as having a
distinguished appearance in such documents, such as delimited by markup
tags or other morphological, format, or grammatical markers. Another
aspect of good phrases is that they are predictive of other good phrases,
and are not merely sequences of words that appear in the lexicon. For
example, the phrase "President of the United States" is a phrase that
predicts other phrases such as "George Bush" and "Bill Clinton." However,
other phrases are not predictive, such as "fell down the stairs" or "top
of the morning," "out of the blue," since idioms and colloquisms like
these tend to appear with many other different and unrelated phrases.
Thus, the phrase identification phase determines which phrases are good
phrases and which are bad (i.e., lacking in predictive power).
[0028] Referring to now FIG. 2, the phrase identification process has the
following functional stages:
[0029] 200: Collect possible and good phrases, along with frequency and
co-occurrence statistics of the phrases.
[0030] 202: Classify possible phrases to either good or bad phrases based
on frequency statistics.
[0031] 204: Prune good phrase list based on a predictive measure derived
from the co-occurrence statistics.
[0032] Each of these stages will now be described in further detail.
[0033] The first stage 200 is a process by which the indexing system 110
crawls a set of documents in the document collection, making repeated
partitions of the document collection over time. Cne partition is
processed per pass. The number of documents crawled per pass can vary,
and is preferably about 1,000,000 per partition. It is preferred that
only previously uncrawled documents are processed in each partition,
until all documents have been processed, or some other termination
criteria is met. In practice, the crawling continues as new documents are
being continually added to the document collection. The following steps
are taken by the indexing system 110 for each document that is crawled.
[0034] Traverse the words of the document with a phrase window length of
n, where n is a desired maximum phrase length. The length of the window
will typically be at least 2, and preferably 4 or 5 terms (words).
Preferably phrases include all words in the phrase window, including what
would otherwise be characterized as stop words, such as "a", "the," and
so forth. A phrase window may be terminated by an end of line, a
paragraph return, a markup tag, or other indicia of a change in content
or format.
[0035] FIG. 3 illustrates a portion of a document 300 during a traversal,
showing the phrase window 302 starting at the word "stock" and extending
5 words to the right. The first word in the window 302 is candidate
phrase i, and the each of the sequences i+1, i+2, i+3, i+4, and i+5 is
likewise a candidate phrase. Thus, in this example, the candidate phrases
are: "stock", "stock dogs", "stock dogs for", "stock dogs for the",
"stock dogs for the Basque", and "stock dogs for the Basque shepherds".
[0036] In each phrase window 302, each candidate phrase is checked in turn
to determine if it is already present in the good phrase list 208 or the
possible phrase list 206. If the candidate phrase is not present in
either the good phrase list 208 or the possible phrase list 206, then the
candidate has already been determined to be "bad" and is skipped.
[0037] If the candidate phrase is in the good phrase list 208, as entry
g.sub.j, then the index 150 entry for phrase g.sub.j is updated to
include the document (e.g., its URL or other document identifier), to
indicate that this candidate phrase g.sub.j appears in the current
document. An entry in the index 150 for a phrase g.sub.j (or a term) is
referred to as the posting list of the phrase g.sub.j. The posting list
includes a list of documents d (by their document identifiers, e.g. a
document number, or alternatively a URL) in which the phrase occurs. In
one embodiment, the document number is derived by a one-way hash of the
URL, using, for example, MD5.
[0038] In addition, the co-occurrence matrix 212 is updated, as further
explained below. In the very first pass, the good and bad lists will be
empty, and thus, most phrases will tend to be added to the possible
phrase list 206.
[0039] If the candidate phrase is not in the good phrase list 208 then it
is added to the possible phrase list 206, unless it is already present
therein. Each entry p on the possible phrase list 206 has three
associated counts:
[0040] P(p): Number of documents on which the possible phrase appears;
[0041] S(p): Number of all instances of the possible phrase; and
[0042] M(p): Number of interesting instances of the possible phrase. An
instance of a possible phrase is "interesting" where the possible phrase
is distinguished from neighboring content in the document by grammatical
or format markers, for example by being in boldface, or underline, or as
anchor text in a hyperlink, or in quotation marks. These (and other)
distinguishing appearances are indicated by various HTML markup language
tags and grammatical markers. These statistics are maintained for a
phrase when it is placed on the good phrase list 208.
[0043] In addition the various lists, a co-occurrence matrix 212 (G) for
the good phrases is maintained. The matrix G has a dimension of
m.times.m, where m is the number of good phrases. Each entry G(j, k) in
the matrix represents a pair of good phrases (g.sub.j, g.sub.k). The
co-occurrence matrix 212 logically (though not necessarily physically)
maintains three separate counts for each pair (g.sub.j, g.sub.k) of good
phrases with respect to a secondary window 304 that is centered at the
current word i, and extends +/-h words. In one embodiment, such as
illustrated in FIG. 3, the secondary window 304 is 30 words. The
co-occurrence matrix 212 thus maintains:
[0044] R(j,k): Raw Co-occurrence count. The number of times that phrase
g.sub.j appears in a secondary window 304 with phrase g.sub.k;
[0045] D(j,k): Disjunctive Interesting count. The number of times that
either phrase g.sub.j or phrase g.sub.k appears as distinguished text in
a secondary window; and
[0046] C(j,k): Conjunctive Interesting count: the number of times that
both g.sub.j and phrase g.sub.k appear as distinguished text in a
secondary window. The use of the conjunctive interesting count is
particularly beneficial to avoid the circumstance where a phrase (e.g., a
copyright notice) appears frequently in sidebars, footers, or headers,
and thus is not actually predictive of other text.
[0047] Referring to the example of FIG. 3, assume that the "stock dogs" is
on the good phrase list 208, as well as the phrases "Australian Shepherd"
and "Australian Shepard Club of America". Both of these latter phrases
appear within the secondary window 304 around the current phrase "stock
dogs". However, the phrase "Australian Shepherd Club of America" appears
as anchor text for a hyperlink (indicated by the underline) to website.
Thus the raw co-occurrence count for the pair {"stock dogs", "Australian
Shepherd"} is incremented, and the raw occurrence count and the
disjunctive interesting count for {"stock dogs", "Australian Shepherd
Club of America"} are both incremented because the latter appears as
distinguished text.
[0048] The process of traversing each document with both the sequence
window 302 and the secondary window 304, is repeated for each document in
the partition.
[0049] Once the documents in the partition have been traversed, the next
stage of the indexing operation is to update 202 the good phrase list 208
from the possible phrase list 206. A possible phrase p on the possible
phrase list 206 is moved to the good phrase list 208 if the frequency of
appearance of the phrase and the number of documents that the phrase
appears in indicates that it has sufficient usage as semantically
meaningful phrase.
[0050] In one embodiment, this is tested as follows. A possible phrase p
is removed from the possible phrase list 206 and placed on the good
phrase list 208 if:
[0051] a) P(p)>10 and S(p)>20 (the number of documents containing
phrase p is more than 10, and the number of occurrences of phrase p is
more then 20); or
[0052] b) M(p)>5 (the number of interesting instances of phrase p is
more than 5).
[0053] These thresholds are scaled by the number of documents in the
partition; for example if 2,000,000 documents are crawled in a partition,
then the thresholds are approximately doubled. Of course, those of skill
in the art will appreciate that the specific values of the thresholds, or
the logic of testing them, can be varied as desired.
[0054] If a phrase p does not qualify for the good phrase list 208, then
it is checked for qualification for being a bad phrase. A phrase p is a
bad phrase if:
[0055] a) number of documents containing phrase, P(p)<2; and
[0056] b) number of interesting instances of phrase, M(p)=0.
[0057] These conditions indicate that the phrase is both infrequent, and
not used as indicative of significant content and again these thresholds
may be scaled per number of documents in the partition.
[0058] It should be noted that the good phrase list 208 will naturally
include individual words as phrases, in addition to multi-word phrases,
as described above. This is because each the first word in the phrase
window 302 is always a candidate phrase, and the appropriate instance
counts will be accumulated. Thus, the indexing system 110 can
automatically index both individual words (i.e., phrases with a single
word) and multiple word phrases. The good phrase list 208 will also be
considerably shorter than the theoretical maximum based on all possible
combinations of m phrases. In typical embodiment, the good phrase list
208 will include about 6.5.times.10.sup.5 phrases. A list of bad phrases
is not necessary to store, as the system need only keep track of possible
and good phrases.
[0059] By the final pass through the document collection, the list of
possible phrases will be relatively short, due to the expected
distribution of the use of phrases in a large corpus. Thus, if say by the
10.sup.th pass (e.g., 10,000,000 documents), a phrase appears for the
very first time, it is very unlikely to be a good phrase at that time. It
may be new phrase just coming into usage, and thus during subsequent
crawls becomes increasingly common. In that case, its respective counts
will increases and may ultimately satisfy the thresholds for being a good
phrase.
[0060] The third stage of the indexing operation is to prune 204 the good
phrase list 208 using a predictive measure derived from the co-occurrence
matrix 212. Without pruning, the good phrase list 208 is likely to
include many phrases that while legitimately appearing in the lexicon,
themselves do not sufficiently predict the presence of other phrases, or
themselves are subsequences of longer phrases. Removing these weak good
phrases results in a very robust likely of good phrases. To identify good
phrases, a predictive measure is used which expresses the increased
likelihood of one phrase appearing in a document given the presence of
another phrase. This is done, in one embodiment, as follows:
[0061] As noted above, the co-occurrence matrix 212 is an m.times.m matrix
of storing data associated with the good phrases. Each row j in the
matrix represents a good phrase g.sub.j and each column k represented a
good phrase g.sub.k. For each good phrase g.sub.j, an expected value
E(g.sub.j) is computed. The expected value E is the percentage of
documents in the collection expected to contain g.sub.j. This is
computed, for example, as the ratio of the number of documents containing
g.sub.j to the total number T of documents in the collection that have
been crawled: P(j)/T.
[0062] As noted above, the number of documents containing g.sub.j is
updated each time g.sub.j appears in a document. The value for E(g.sub.j)
can be updated each time the counts for g.sub.j are incremented, or
during this third stage.
[0063] Next, for each other good phrase g.sub.k (e.g., the columns of the
matrix), it is determined whether g.sub.j predicts g.sub.k. A predictive
measure for g.sub.j is determined as follows:
[0064] i) compute the expected value E(g.sub.k). The expected
co-occurrence rate E(j,k) of g.sub.j and g.sub.k, if they were unrelated
phrases is then E(g.sub.j)*E(g.sub.k);
[0065] ii) compute the actual co-occurrence rate A(j,k) of g.sub.j and
g.sub.k. This is the raw co-occurrence count R(j, k) divided by T, the
total number of documents;
[0066] iii) g.sub.j is said to predict g.sub.k where the actual
co-occurrence rate A(j,k) exceeds the expected co-occurrence rate E(j,k)
by a threshold amount.
[0067] In one embodiment, the predictive measure is information gain.
Thus, a phrase g.sub.j predicts another phrase g.sub.k when the
information gain I of g.sub.k in the presence of g.sub.j exceeds a
threshold. In one embodiment, this is computed as follows:
I(j,k)=A(j,k)/E(j,k)
[0068] And good phrase g.sub.j predicts good phrase g.sub.k where:
[0069] I(j,k)>Information Gain threshold.
[0070] In one embodiment, the information gain threshold is 1.5, but is
preferably between 1.1 and 1.7. Raising the threshold over 1.0 serves to
reduce the possibility that two otherwise unrelated phrases co-occur more
than randomly predicted.
[0071] As noted the computation of information gain is repeated for each
column k of the matrix G with respect to a given row j. Once a row is
complete, if the information gain for none of the good phrases g.sub.k
exceeds the information gain threshold, then this means that phrase
g.sub.j does not predict any other good phrase. In that case, g.sub.j is
removed from the good phrase list 208, essentially becoming a bad phrase.
Note that the column j for the phrase g.sub.j is not removed, as this
phrase itself may be predicted by other good phrases.
[0072] This step is concluded when all rows of the co-occurrence matrix
212 have been evaluated.
[0073] The final step of this stage is to prune the good phrase list 208
to remove incomplete phrases. An incomplete phrase is a phrase that only
predicts its phrase extensions, and which starts at the left most side of
the phrase (i.e., the beginning of the phrase). The "phrase extension" of
phrase p is a super-sequence that begins with phrase p. For example, the
phrase "President of" predicts "President of the United States",
"President of Mexico", "President of AT&T", etc. All of these latter
phrases are phrase extensions of the phrase "President of" since they
begin with "President of" and are super-sequences thereof.
[0074] Accordingly, each phrase g.sub.j remaining on the good phrase list
208 will predict some number of other phrases, based on the information
gain threshold previously discussed. Now, for each phrase g.sub.j the
indexing system 110 performs a string match with each of the phrases
g.sub.k that is predicts. The string match tests whether each predicted
phrase g.sub.k is a phrase extension of the phrase g.sub.j. If all of the
predicted phrases g.sub.k are phrase extensions of phrase g.sub.j, then
phrase g.sub.j is incomplete, and is removed from the good phrase list
208, and added to an incomplete phrase list 216. Thus, if there is at
least one phrase g.sub.k that is not an extension of g.sub.k, then
g.sub.j is complete, and maintained in the good phrase list 208. For
example then, "President of the United" is an incomplete phrase because
the only other phrase that it predicts is "President of the United
States" which is an extension of the phrase.
[0075] The incomplete phrase list 216 itself is very useful during actual
searching. When a search query is received, it can be compared against
the incomplete phase list 216. If the query (or a portion thereof)
matches an entry in the list, then the search system 120 can lookup the
most likely phrase extensions of the incomplete phrase (the phrase
extension having the highest information gain given the incomplete
phrase), and suggest this phrase extension to the user, or automatically
search on the phrase extension. For example, if the search query is
"President of the United," the search system 120 can automatically
suggest to the user "President of the United States" as the search query.
[0076] After the last stage of the indexing process is completed, the good
phrase list 208 will contain a large number of good phrases that have
been discovered in the corpus. Each of these good phrases will predict at
least one other phrase that is not a phrase extension of it. That is,
each good phrase is used with sufficient frequency and independence to
represent meaningful concepts or ideas expressed in the corpus. Unlike
existing systems which use predetermined or hand selected phrases, the
good phrase list reflects phrases that actual are being used in the
corpus. Further, since the above process of crawling and indexing is
repeated periodically as new documents are added to the document
collection, the indexing system 110 automatically detects new phrases as
they enter the lexicon.
[0077] 2. Identification of Related Phrases and Clusters of Related
Phrases
[0078] Referring to FIG. 4, the related phrase identification process
includes the following functional operations.
[0079] 400: Identify related phrases having a high information gain value.
[0080] 402: Identify clusters of related phrases.
[0081] 404: Store cluster bit vector and cluster number.
[0082] Each of these operations is now described in detail.
[0083] First, recall that the co-occurrence matrix 212 contains good
phrases g.sub.j, each of which predicts at least one other good phrase
g.sub.k with an information gain greater than the information gain
threshold. To identify 400 related phrases then, for each pair of good
phrases (g.sub.j, g.sub.k) the information gain is compared with a
Related Phrase threshold, e.g., 100. That is, g.sub.j and g.sub.k are
related phrases where: I(g.sub.j,g.sub.k)>100.
[0084] This high threshold is used to identify the co-occurrences of good
phrases that are well beyond the statistically expected rates.
Statistically, it means that phrases g.sub.j and g.sub.k co-occur 100
times more than the expected co-occurrence rate. For example, given the
phrase "Monica Lewinsky" in a document, the phrase "Bill Clinton" is a
100 times more likely to appear in the same document, then the phrase
"Bill Clinton" is likely to appear on any randomly selected document.
Another way of saying this is that the accuracy of the predication is
99.999% because the occurrence rate is 100:1.
[0085] Accordingly, any entry (g.sub.j, g.sub.k) that is less the Related
Phrase threshold is zeroed out, indicating that the phrases g.sub.i,
g.sub.k are not related. Any remaining entries in the co-occurrence
matrix 212 now indicate all related phrases.
[0086] The columns g.sub.k in each row g.sub.j of the co-occurrence matrix
212 are then sorted by the information gain values I(g.sub.j, g.sub.k),
so that the related phrase g.sub.k with the highest information gain is
listed first. This sorting thus identifies for a given phrase g.sub.j,
which other phrases are most likely related in terms of information gain.
[0087] The next step is to determine 402 which related phrases together
form a cluster of related phrases. A cluster is a set of related phrases
in which each phrase has high information gain with respect to at least
one other phrase. In one embodiment, clusters are identified as follows.
[0088] In each row g.sub.j of the matrix, there will be one or more other
phrases that are related to phrase g.sub.j. This set is related phrase
set R.sub.j, where R={g.sub.k, g.sub.l, . . . g.sub.m}.
[0089] For each related phrase m in R.sub.j, the indexing system 110
determines if each of the other related phrases in R is also related to
g.sub.j. Thus, if I(g.sub.k, g.sub.l) is also non-zero, then g.sub.j,
g.sub.k, and g.sub.l are part of a cluster. This cluster test is repeated
for each pair (g.sub.l, g.sub.m) in R.
[0090] For example, assume the good phrase "Bill Clinton" is related to
the phrases "President", "Monica Lewinsky", because the information gain
of each of these phrases with respect to "Bill Clinton" exceeds the
Related Phrase threshold. Further assume that the phrase "Monica
Lewinsky" is related to the phrase "purse designer". These phrases then
form the set R. To determine the clusters, the indexing system 110
evaluates the information gain of each of these phrases to the others by
determining their corresponding information gains. Thus, the indexing
system 110 determines the information gain I("President", "Monica
Lewinsky"), I("President", "purse designer"), and so forth, for all pairs
in R. In this example, "Bill Clinton," "President", and "Monica Lewinsky"
form a one cluster, "Bill Clinton," and "President" form a second
cluster, and "Monica Lewinsky" and "purse designer" form a third cluster,
and "Monica Lewinsky", "Bill Clinton," and "purse designer" form a fourth
cluster. This is because while "Bill Clinton" does not predict "purse
designer" with sufficient information gain, "Monica Lewinsky" does
predict both of these phrases.
[0091] To record 404 the cluster information, each cluster is assigned a
unique cluster number (cluster ID). This information is then recorded in
conjunction with each good phrase g.sub.j.
[0092] In one embodiment, the cluster number is determined by a cluster
bit vector that also indicates the orthogonality relationships between
the phrases. The cluster bit vector is a sequence of bits of length n,
the number of good phrases in the good phrase list 208. For a given good
phrase g.sub.j, the bit positions correspond to the sorted related
phrases R of g.sub.j. A bit is set if the related phrase g.sub.k in R is
in the same cluster as phrase g.sub.j. More generally, this means that
the corresponding bit in the cluster bit vector is set if there is
information gain in either direction between g.sub.j and g.sub.k.
[0093] The cluster number then is the value of the bit string that
results. This implementation has the property that related phrases that
have multiple or one-way information gain appear in the same cluster.
[0094] An example of the cluster bit vectors are as follows, using the
above phrases:
TABLE-US-00001
Monica purse Cluster
Bill Clinton President Lewinsky designer ID
Bill Clinton 1 1 1 0 14
President 1 1 0 0 12
Monica 1 0 1 1 11
Lewinsky
purse 0 0 1 1 3
designer
[0095] To summarize then, after this process there will be identified for
each good phrase g.sub.j, a set of related phrases R, which are sorted in
order of information gain I(g.sub.j, g.sub.k) from highest to lowest. In
addition, for each good phrase g.sub.j, there will be a cluster bit
vector, the value of which is a cluster number identifying the primary
cluster of which the phrase g.sub.j is a member, and the orthogonality
values (1 or 0 for each bit position) indicating which of the related
phrases in R are in common clusters with g.sub.j. Thus in the above
example, "Bill Clinton", "President", and "Monica Lewinsky" are in
cluster 14 based on the values of the bits in the row for phrase "Bill
Clinton".
[0096] To store this information, two basic representations are available.
First, as indicated above, the information may be stored in the
co-occurrence matrix 212, wherein:
[0097] entry G[row j, col. k]=(I(j,k), clusterNumber, clusterBitVector)
[0098] Alternatively, the matrix representation can be avoided, and all
information stored in the good phrase list 208, wherein each row therein
represents a good phrase g.sub.j:
[0099] Phrase row.sub.j=list [phrase g.sub.k, (I(j,k), clusterNumber,
clusterBitVector)].
[0100] This approach provides a useful organization for clusters. First,
rather than a strictly--and often arbitrarily--defined hierarchy of
topics and concepts, this approach recognizes that topics, as indicated
by related phrases, form a complex graph of relationships, where some
phrases are related to many other phrases, and some phrases have a more
limited scope, and where the relationships can be mutual (each phrase
predicts the other phrase) or one-directional (one phrase predicts the
other, but not vice versa). The result is that clusters can be
characterized "local" to each good phrase, and some clusters will then
overlap by having one or more common related phrases.
[0101] For a given good phrase g.sub.j then the ordering of the related
phrases by information gain provides a taxonomy for naming the clusters
of the phrase: the cluster name is the name of the related phrase in the
cluster having the highest information gain.
[0102] The above process provides a very robust way of identifying
significant phrases that appear in the document collection, and
beneficially, the way these related phrases are used together in natural
"clusters" in actual practice. As a result, this data-driven clustering
of related phrases avoids the biases that are inherent in any manually
directed "editorial" selection of related terms and concepts, as is
common in many systems.
[0103] 3. Indexing Documents with Phrases and Related Phrases
[0104] Given the good phrase list 208, including the information
pertaining to related phrases and clusters, the next functional operation
of the indexing system 110 is to index documents in the document
collection with respect to the good phrases and clusters, and store the
updated information in the primary index 150 and the secondary index 152.
FIG. 5 illustrates this process, in which there are the following
functional stages for indexing a document:
[0105] 500: Post document to the posting lists of good phrases found in
the document.
[0106] 502: Update instance counts and related phrase bit vector for
related phases and secondary related phrases.
[0107] 504: Reorder index entries according to posting list size.
[0108] 506: Rank index entries in each posting list by an information
retrieval score or feature value.
[0109] 508: Partition each posting list between the primary server 150 and
a secondary server 152.
[0110] These stages are now described in further detail.
[0111] A set of documents is traversed or crawled, as before; this may be
the same or a different set of documents. For a given document d,
traverse 500 the document word by word with a sequence window 302 of
length n, from position i, in the manner described above.
[0112] In a given phrase window 302, identify all good phrases in the
window, starting at position i. Each good phrase is denoted as g.sub.i.
Thus, g1 is the first good phrase, g2 would be the second good phrase,
and so forth.
[0113] For each good phrase g.sub.i (example g1 "President" and g4
"President of ATT") post the document identifier (e.g., the URL) to the
posting list for the good phrase g.sub.i in the index 150. This update
identifies that the good phrase g.sub.i appears in this specific
document.
[0114] In one embodiment, the posting list for a phrase g.sub.j takes the
following logical form:
[0115] Phrase g.sub.j: list: (document d, [list: related phase counts]
[related phrase information])
[0116] For each phrase g.sub.j there is a list of the documents d on which
the phrase appears. For each document, there is a list of counts of the
number of occurrences of the related phrases R of phrase g.sub.j that
also appear in document d.
[0117] In one embodiment, the related phrase information is a related
phase bit vector. This bit vector may be characterized as a "bi-bit"
vector, in that for each related phrase g.sub.k there are two bit
positions, g.sub.k-1, g.sub.k-2. The first bit position stores a flag
indicating whether the related phrase g.sub.k is present in the document
d (i.e., the count for g.sub.k in document d is greater than 0). The
second bit position stores a flag that indicates whether a related phrase
g.sub.l of g.sub.k is also present in document d. The related phrases
g.sub.l of a related phrase g.sub.k of a phrase g.sub.j are herein called
the "secondary related phrases of g.sub.j". The counts and bit positions
correspond to the canonical order of the phrases in R (sorted in order of
decreasing information gain). This sort order has the effect of making
the related phrase g.sub.k that is most highly predicted by g.sub.j
associated with the most significant bit of the related phrase bit
vector, and the related phrase g.sub.l that is least predicted by g.sub.j
associated with the least significant bit.
[0118] It is useful to note that for a given phrase g, the length of the
related phrase bit vector, and the association of the related phrases to
the individual bits of the vector, will be the same with respect to all
documents containing g. This implementation has the property of allowing
the system to readily compare the related phrase bit vectors for any (or
all) documents containing g, to see which documents have a given related
phrase. This is beneficial for facilitating the search process to
identify documents in response to a search query. Accordingly, a given
document will appear in the posting lists of many different phrases, and
in each such posting list, the related phrase vector for that document
will be specific to the phrase that owns the posting list. This aspect
preserves the locality of the related phrase bit vectors with respect to
individual phrases and documents.
[0119] Accordingly, the next stage 502 includes traversing the secondary
window 304 of the current index position in the document (as before a
secondary window of +/-K terms, for example, 30 terms), for example from
i-K to i+K. For each related phrase g.sub.k of g.sub.i that appears in
the secondary window 304, the indexing system 110 increments the count of
g.sub.k with respect to document d in the related phrase count. If
g.sub.i appears later in the document, and the related phrase is found
again within the later secondary window, again the count is incremented.
[0120] As noted, the corresponding first bit g.sub.k-1 in the related
phrase bit map is set based on the count, with the bit set to 1 if the
count for g.sub.k is >0, or set to 0 if the count equals 0.
[0121] Next, the second bit, g.sub.k-2 is set by looking up related phrase
g.sub.k in the index 150, identifying in g.sub.k's posting list the entry
for document d, and then checking the secondary related phrase counts (or
bits) for g.sub.k for any its related phrases. If any of these secondary
related phrases counts/bits are set, then this indicates that the
secondary related phrases of g.sub.j are also present in document d.
[0122] When document d has been completely processed in this manner, the
indexing system 110 will have identified the following:
[0123] i) each good phrase g.sub.j in document d;
[0124] ii) for each good phrase g.sub.j which of its related phrases
g.sub.k are present in document d;
[0125] iii) for each related phrase g.sub.k present in document d, which
of its related phrases g.sub.l (the secondary related phrases of g.sub.j)
are also present in document d.
[0126] a) Partitioned Indexing
[0127] Each phrase in the index 150 is given a phrase number, based on its
frequency of occurrence in the corpus. The more common the phrase, the
lower phrase number it receives in the index. The indexing system 110
then sorts 504 all of the posting lists 214 in the primary index 150 in
declining order according to the number of documents listed in each
posting list, so that the most frequently occurring phrases have the
lowest phrase number and are listed first in the primary index 150. As
noted above, the primary index 150 is distributed across M1 primary
servers. To reduce disk contention, phrases are distributed across these
machines by hash function, e.g., phase_number MOD M1.
[0128] To significantly increase the number of documents that can be
indexed by the system, the primary index 150 is further processed to
selectively partition each of the posting lists 214. As noted above, the
posting list of each phrase contains a list of documents. Each document
in the posting list is given 506 an information retrieval-type score with
respect to the phrase. However the score is computed, the documents in
the posting list are then ranked in declining order by this score, with
the highest scoring documents listed first in the posting list. This
pre-ranking of documents is particularly beneficial for improved
performance when retrieving documents in response to a search query.
[0129] The scoring algorithm for pre-ranking the documents may be the same
underlying relevance scoring algorithm used in the search system 120 to
generate a relevance score. In one embodiment, the IR score is based on
the page rank algorithm, as described in U.S. Pat. No. 6,285,999.
Alternatively or additionally, statistics for a number of IR-relevant
attributes of the document, such as the number of inlinks, outlinks,
document length, may also be stored, and used alone or in combination in
order to rank the documents. For example, the documents may be ranked in
declining order according to the number of inlinks. To further facilitate
the fastest possible retrieval of information from the primary index 150,
the entries in each posting list 214 are physically stored on the
appropriate primary server in the rank ordering by the IR-type score.
[0130] Given that the highest scoring documents for a given phrase are now
at the beginning of the posting list, the posting list 214 is partitioned
508 between the primary index 150 and the secondary index 152. The
posting list entries for up to the first K documents remain stored on the
primary server 150, while the posting list entries for the remaining
n>K documents are stored in the secondary index 152, and deleted from
the end of the posting list 214 in the primary index 150. In one
embodiment K is set to 32,768 (32 k), but a higher or lower value of K
may be used. A phrase that has its posting list partitioned between the
primary and the secondary index is called a `common` phrase, whereas a
phrase that is not partitioned is called a `rare` phrase. The portion of
a posting list stored in the primary index 150 is referred to as the
primary posting list, and contains the primary entries, and portion of a
posting list stored in the secondary index 152 is referred to as the
secondary posting list and contains the secondary entries. The secondary
entries for a given posting list 214 are assigned to a secondary server
according to another hash function of the phrase number, e.g., phrase
number MOD M2. The secondary server ID is stored in the posting list on
the primary server, to allow the search system 120 to readily access the
appropriate secondary server as needed. For each phrase posting list
stored on one of the secondary servers, the secondary entries are stored
physically in order of their document numbers, from lowest document
number to highest (in contrast to the relevance ordering in the primary
index 150). Preferably, no relevance information is stored in the
secondary entries, so that the entries contain a minimal amount of data,
such as the document number, and document locator (e.g., URL). The
ranking and partitioning steps may be performed sequentially for each
phrase; alternatively all (or a number of) phrases can first be ranked,
and then partitioned; the algorithm design is merely a design choice and
the above variations are considered equivalents. The ranking and
partitioning steps are conducted during each indexing pass over a set of
documents, so that any phrases that are updated with new documents during
an indexing pass are re-ranked and re-partitioned. Other optimizations
and operations are also possible.
[0131] In one embodiment, the selection of document attributes that are
stored in the primary index 150 for each document in the post listing 214
is variable, and in particular decreases towards the end of the posting
list 214 in the primary index. In other words, documents that are highly
ranked in the posting list based on their relevance score (or other
relevance based attributes), will have all or most of the document
attributes stored in the document entry in the posting list. Documents at
near the end of the posting list 214 in the primary index will have only
a more limited set of such attributes stored.
[0132] In one embodiment, each posting list 214 in the primary index 150
has three sections (or tiers), of lengths m, 3m, 5m, where m here is a
number of document entries, In this embodiment, it is desirable that each
section have length K, as described above, that is m=K, and the entire
primary index has 9K entries; the secondary index would then store the
secondary entries where n>9K.
[0133] In the first section (first m entries), the following relevance
attributes are stored for each document entry in the posting list of a
given phrase: [0134] 1. The document relevance score (e.g., page
rank); [0135] 2. Total number of occurrences of the phrase in the
document; [0136] 3. A rank ordered list of up to 10,000 anchor documents
that also contain the phrase and which point to this document, and for
each anchor document its relevance score (e.g., page rank), and the
anchor text itself; and [0137] 4. The position of each phrase
occurrence, and for each occurrence, a set of flags indicating whether
the occurrence is a title, bold, a heading, in a URL, in the body, in a
sidebar, in a footer, in an advertisement, capitalized, or in some other
type of HTML markup.
[0138] In the second section (next 3m entries), only items 1-3 are stored.
[0139] In the third section (final 5m entries), only item 1 is stored.
[0140] Systematically reducing which document attributes are stored in
later portions of each posting list 214 is acceptable because documents
at near the end of the posting list are already determined to be less
relevant to the particular phrase (lower relevance score), and so it is
not entirely necessary to store all of their relevance characteristics.
[0141] The foregoing storage arrangement enables storing significantly
more entries in a given amount of hard disk storage than conventional
techniques. First, elimination of the term position information for every
phrase in every document provides approximately a 50% reduction in the
amount of storage needed for a given set of documents, thereby
effectively doubling the number of documents that can be stored. Second,
partitioning the posting lists between the primary index and secondary
indices and storing relevance information only in the primary index
provides further substantial savings. Many phrases have over 100,000,
even 1,000,000 documents in their posting lists. Storing the relevance
information for only a limited number of entries in the primary index
eliminates the storage needed for the documents that are not likely to be
returned in search. This aspect provides approximately a ten-fold
increase in the number of documents that can be stored. Finally, further
savings (approximately 25%-50% reduction in required storage capacity)
are achieved by selectively storing less relevance information in the
primary index 150 for the less relevant (lower ranked) documents in each
posting list 214.
[0142] b) Determining the Topics for a Document
[0143] The indexing of documents by phrases and use of the clustering
information provides yet another advantage of the indexing system 110,
which is the ability to determine the topics that a document is about
based on the related phrase information.
[0144] Assume that for a given good phrase g.sub.j and a given document d,
the posting list entry is as follows:
[0145] g.sub.j: document d: related phrase counts:={3,4,3,0,0,2,1,1,0}
[0146] related phrase bit vector:={11 11 10 00 00 10 10 10 01}
[0147] where, the related phrase bit vector is shown in the bi-bit pairs.
[0148] From the related phrase bit vector, we can determine primary and
secondary topics for the document d. A primary topic is indicated by a
bit pair (1,1), and a secondary topic is indicated by a bit pair (1,0). A
related phrase bit pair of (1,1) indicates that both the related phrase
g.sub.k for the bit pair is present in document d, along the secondary
related phrases g.sub.l as well. This may be interpreted to mean that the
author of the document d used several related phrases g.sub.j, g.sub.k,
and g.sub.l together in drafting the document. A bit pair of (1,0)
indicates that both g.sub.j and g.sub.k are present, but no further
secondary related phrases from g.sub.k are present, and thus this is a
less significant topic.
[0149] c) Indexing Instances of Documents for Archival Retrieval
[0150] Another embodiment of the present invention allows the capability
to store and maintain historical documents in the indices, and thereby
enable archival retrieval of date specific instances (versions) of
individual documents or pages. This capability has various beneficial
uses, including enabling a user may search for documents within a
specific range of dates, enabling the search system 120 to use date or
version related relevance information in evaluating documents in response
to a search query, and in organizing search results.
[0151] In this embodiment, the document identifier encodes the identity of
the document with respect to a date interval. The first time a document
is crawled by the indexing system 110, the document identifier is stored
as a hash of the document URL and the date stamp of the document, for
example, MD5 (URL, first date). Associated with the particular instance
of the document is date range field, which comprises a range of dates for
which the document instance is deemed to valid. The date range can be
specified as a date pair comprising a first date on which the document is
deemed valid (the indexing date) and a last date on which the document is
deemed valid (e.g., 11-01-04; 12-15-04). Alternatively, the date range
can be specified as a first date, and a number indicating a number of
days following the first date (e.g., 11-01-04, 45). A date can be
specified in any useful format, including date strings or day numbers.
During the period in which the document is the currently valid document,
the second value is a status flag or token (including a NULL value),
indicating this state; this is called the current interval. For example,
(11-01-04, "open") indicates that the document is currently valid. This
indicates that the document will satisfy search that includes a date
limitation after the first date. Regardless of the particular
implementation, the first date for a given date interval may be referred
to as the "open date", and the last date for a given interval may be
referred to as the "closed date".
[0152] During subsequent indexing passes by the indexing system 110, the
indexing system 110 determines whether the document has changed. If there
is no change in the document, then the indexing system 110 takes no
further action with respect to document. If there has been a change in
the document (thus a new instance or version of the document), then the
indexing system 110 re-indexes the document. Upon re-indexing, the
indexing system 110 closes the current interval, by changing the open
status flag to the current date minus one day. For example, if the
indexing system 110 indexes the document on Dec. 16, 2004 and determines
that the document has changed, then current interval is closed as
follows: (11-01-04, 12-15-04), and a new current interval is created,
e.g., (12-16-04, "open"). The indexing system 110 maintains each of the
date ranges for the document, along with corresponding indexed relevance
data (e.g., phrases, relevance statistics, document inlinks, and so
forth) for the date range. Thus, each date range and set of relevance
data is associated with a particular instance or version of the document.
For each of date interval for a given document, the indexing system
maintains a unique document identifier, e.g., MD5 (URL, first date), so
as to be able to retrieve the appropriate cached document instance. In an
embodiment using the primary and secondary indexes, when an indexing pass
is completed, the posting lists 214 in the primary index are rescored,
re-ranked, and repartitioned.
[0153] The determination of whether a given document has changed since the
last indexing pass may be made in any number of ways, including using
statistical rules, grammatical rules, or similar heuristics. In one
embodiment, the indexing system 110 uses the phrases of a document to
determine if a document has changed. Each time a document is indexed, the
top N topics are identified and maintained as a list in association with
the date range information, for example, the top 20 topics for the date
range (11-04-04, 12-15-04). The topic list of instance being indexed is
then compared with the topic list of a prior document instance,
preferably the most recently closed date range. If more than M % of the
topics have changed (e.g., 5%), then the document is deemed to have
changed, and is re-indexed for all phrases. It should be noted that other
methods of determining whether a document has changed may also be used,
and that the use of phrase-based indexing is not required. For example, a
set of statistical rules may be used based on changes in document length,
changes in which terms are most frequent, changes in term frequency,
changes in the amount of types of HTML markup, or other measures of
document structure or content.
[0154] III. Search System
[0155] The search system 120 operates to receive a query and search for
documents relevant to the query, and provide a list of these documents
(with links to the documents) in a set of search results. FIG. 6
illustrates the main functional operations of the search system 120:
[0156] 600: Identify phrases in the query.
[0157] 602: Retrieve documents relevant to query phrases.
[0158] 604: Rank documents in search results according to phrases.
[0159] The details of each of these of these stages is as follows.
[0160] 1. Identification of Phrases in the Query and Query Expansion
[0161] The first stage 600 of the search system 120 is to identify any
phrases that are present in the query in order to effectively search the
index. The following terminology is used in this section:
[0162] q: a query as input and receive by the search system 120.
[0163] Qp: phrases present in the query.
[0164] Qr: related phrases of Qp.
[0165] Qe: phrase extensions of Qp.
[0166] Q: the union of Qp and Qr.
[0167] A query q is received from a client 190, having up to some maximum
number of characters or words.
[0168] A phrase window of size N (e.g., 5) is used by the search system
120 to traverse the terms of the query q. The phrase window starts with
the first term of the query, extends N terms to the right. This window is
then shifted right M-N times, where M is the number of terms in the
query.
[0169] At each window position, there will be N terms (or fewer) terms in
the window. These terms constitute a possible query phrase. The possible
phrase is looked up in the good phrase list 208 to determine if it is a
good phrase or not. If the possible phrase is present in the good phrase
list 208, then a phrase number is returned for phrase; the possible
phrase is now a candidate phrase.
[0170] After all possible phrases in each window have been tested to
determine if they are good candidate phrases, the search system 120 will
have a set of phrase numbers for the corresponding phrases in the query.
These phrase numbers are then sorted (declining order).
[0171] Starting with the highest phrase number as the first candidate
phrase, the search system 120 determines if there is another candidate
phrase within a fixed numerical distance within the sorted list, i.e.,
the difference between the phrase numbers is within a threshold amount,
e.g. 20,000. If so, then the phrase that is leftmost in the query is
selected as a valid query phrase Qp. This query phrase and all of its
sub-phrases is removed from the list of candidates, and the list is
resorted and the process repeated. The result of this process is a set of
valid query phrases Qp.
[0172] For example, assume the search query is "Hillary Rodham Clinton
Bill on the Senate Floor". The search system 120 would identify the
following candidate phrases, "Hillary Rodham Clinton Bill on," "Hillary
Rodham Clinton Bill," and "Hillary Rodham Clinton". The first two are
discarded, and the last one is kept as a valid query phrase. Next the
search system 120 would identify "Bill on the Senate Floor", and the
subsphrases "Bill on the Senate", "Bill on the", "Bill on", "Bill", and
would select "Bill" as a valid query phrase Qp. Finally, the search
system 120 would parse "on the senate floor" and identify "Senate Floor"
as a valid query phrase.
[0173] Next, the search system 120 adjusts the valid phrases Qp for
capitalization. When parsing the query, the search system 120 identifies
potential capitalizations in each valid phrase. This may be done using a
table of known capitalizations, such as "united states" being capitalized
as "United States", or by using a grammar based capitalization algorithm.
This produces a set of properly capitalized query phrases.
[0174] The search system 120 then makes a second pass through the
capitalized phrases, and selects only those phrases are leftmost and
capitalized where both a phrase and its subphrase is present in the set.
For example, a search on "president of the united states" will be
capitalized as "President of the United States".
[0175] In the next stage, the search system 120 identifies 602 the
documents that are relevant to the query phrases Q. The search system 120
then retrieves the posting lists of the query phrases Q, and where
necessary, intersects these lists to determine which documents appear on
the all (or some number) of the posting lists for the query phrases. If a
phrase Q in the query has a set of phrase extensions Qe (as further
explained below), then the search system 120 first forms the union of the
posting lists of the phrase extensions, prior to doing the intersection
with the posting lists. The search system 120 identifies phrase
extensions by looking up each query phrase Q in the incomplete phrase
list 216, as described above.
[0176] Using the primary index 150 and the secondary 150, the search
system 120 can further optimize the intersection operation. There are
four general cases of intersection analysis that the search system 120
has to handle based on whether the query phrases are common or rare.
[0177] The first case is for single query phrase, which can be either
common or rare. In this case, the search system 120 passes a selected
number (e.g., 100 or 1000) of the first entries in the phrase's posting
list from the primary index 150 to the ranking phase 604 for final
ranking. The ranking phase can optimize the ranking operation since the
documents are already in rank order. Alternatively, since these are
already pre-ranked by their relevance to the phrase, the set of documents
can be directly provided as the search results, providing essentially
instantaneous results to the user.
[0178] The second case is where there are two common query phrases. Here,
the search system 120 accesses the posting lists 214 for each phrase in
the primary index 150 and intersects these lists to form the final
document list, which is then passed to the ranking phrase 604 for
relevance scoring based on the set of relevance attributes associated
with document. Because there are at least K documents in each posting
list, there is a very high likelihood of a sufficient number documents
containing both phrases, and thus intersection of the secondary entries
in the secondary index 152 is not necessary. This further reduces the
amount of time needed for retrieval.
[0179] The third case is where there are two rare query phrases. This case
is treated in the same manner as the second care, since here the entire
posting list for each phrase is stored in the primary index.
[0180] The final case is where the valid query phrases comprise a common
phrase and a rare phrase. In this case, the search system 120 first
intersects the posting lists 214 from the primary index 150 for both
phrases to form a first set or common documents. Next, the search system
120 intersects the posting list for the rare phrase with the secondary
entries for the common phrase (which are already sorted in document
number order) to form a second set of common documents. The two sets are
conjoined and then passed to ranking phase.
[0181] All instances where there are three or more query phrases can be
reductively handled by one successive intersections using the above
methods.
[0182] 2. Ranking
[0183] a) Ranking Documents Based on Contained Phrases
[0184] The search system 120 provides a ranking stage 604 in which the
documents in the search results are ranked, using the relevance
information and document attributes, along with the phrase information in
each document's related phrase bit vector, and the cluster bit vector for
the query phrases. This approach ranks documents according to the phrases
that are contained in the document, or informally "body hits."
[0185] As described above, for any given phrase g.sub.j, each document d
in the g.sub.j's posting list has an associated related phrase bit vector
that identifies which related phrases g.sub.k and which secondary related
phrases g.sub.l are present in document d. The more related phrases and
secondary related phrases present in a given document, the more bits that
will be set in the document's related phrase bit vector for the given
phrase. The more bits that are set, the greater the numerical value of
the related phrase bit vector.
[0186] Accordingly, in one embodiment, the search system 120 sorts the
documents in the search results according to the value of their related
phrase bit vectors. The documents containing the most related phrases to
the query phrases Q will have the highest valued related phrase bit
vectors, and these documents will be the highest-ranking documents in the
search results.
[0187] This approach is desirable because semantically, these documents
are most topically relevant to the query phrases. Note that this approach
provides highly relevant documents even if the documents do not contain a
high frequency of the input query terms q, since related phrase
information was used to both identify relevant documents, and then rank
these documents. Documents with a low frequency of the input query terms
may still have a large number of related phrases to the query terms and
phrases and thus be more relevant than documents that have a high
frequency of just the query terms and phrases but no related phrases.
[0188] In a second embodiment, the search system 120 scores each document
in the result set according which related phrases of the query phrase Q
it contains. This is done as follows:
[0189] Given each query phrase. Q, there will be some number N of related
phrases Qr to the query phrase, as identified during the phrase
identification process. As described above, the related query phrases Qr
are ordered according to their information gain from the query phrase Q.
These related phrases are then assigned points, started with N points for
the first related phrase Qr1 (i.e., the related phrase Qr with the
highest information gain from Q), then N-1 points for the next related
phrase Qr2, then N-2 points for Qr3, and so on, so that the last related
phrase QrN is assigned 1 point.
[0190] Each document in the search results is then scored by determining
which related phrases Qr of the query phrase Q are present, and giving
the document the points assigned to each such related phrase Qr. The
documents are then sorted from highest to lowest score.
[0191] As a further refinement, the search system 120 can cull certain
documents from the result set. In some cases documents may be about many
different topics; this is particularly the case for longer documents. In
many cases, users prefer documents that are strongly on point with
respect to a single topic expressed in the query over documents that are
relevant to many different topics.
[0192] To cull these latter types of documents, the search system 120 uses
the cluster information in the cluster bit vectors of the query phrases,
and removes any document in which there are more than a threshold number
of clusters in the document. For example, the search system 120 can
remove any documents that contain more than two clusters. This cluster
threshold can be predetermined, or set by the user as a search parameter.
[0193] b) Ranking Documents Based on Anchor Phrases
[0194] In addition to ranking the documents in the search results based on
body hits of query phrases Q, in one embodiment, the search system 120
also ranks the documents based on the appearance of query phrases Q and
related query phrases Qr in anchors to other documents. In one
embodiment, the search system 120 calculates a score for each document
that is a function (e.g., linear combination) of two scores, a body hit
score and an anchor hit score.
[0195] For example, the document score for a given document can be
calculated as follows: Score=0.30*(body hit score)+0.70*(anchor hit
score).
[0196] The weights of 0.30 and 0.70 can be adjusted as desired. The body
hit score for a document is the numerical value of the highest valued
related phrase bit vector for the document, given the query phrases Qp,
in the manner described above. Alternatively, this value can directly
obtained by the search system 120 by looking up each query phrase Q in
the index 150, accessing the document from the posting list of the query
phrase Q, and then accessing the related phrase bit vector.
[0197] The anchor hit score of a document d a function of the related
phrase bit vectors of the query phrases Q, where Q is an anchor term in a
document that references document d. When the indexing system 110 indexes
the documents in the document collection, it maintains for each phrase a
list of the documents in which the phrase is anchor text in an outlink,
and also for each document a list of the inlinks (and the associated
anchor text) from other documents. The inlinks for a document are
references (e.g. hyperlinks) from other documents (referencing documents)
to a given document.
[0198] To determine the anchor hit score for a given document d then, the
search system 120 iterates over the set of referencing documents R (i=1
to number of referencing documents) listed in index by their anchor
phrases Q, and sums the following product: R.sub.i.Q.Related phrase bit
vector*D.Q.Related phrase bit vector.
[0199] The product value here is a score of how topical anchor phrase Q is
to document D. This score is here called the "inbound score component."
This product effectively weights the current document D's related bit
vector by the related bit vectors of anchor phrases in the referencing
document R. If the referencing documents R themselves are related to the
query phrase Q (and thus, have a higher valued related phrase bit
vector), then this increases the significance of the current document D
score. The body hit score and the anchor hit score are then combined to
create the document score, as described above.
[0200] Next, for each of the referencing documents R, the related phrase
bit vector for each anchor phrase Q is obtained. This is a measure of how
topical the anchor phrase Q is to the document R. This value is here
called the outbound score component.
[0201] From the index 150 then, all of the (referencing document,
referenced document) pairs are extracted for the anchor phrases Q. These
pairs are then sorted by their associated (outbound score component,
inbound score component) values. Depending on the implementation, either
of these components can be the primary sort key, and the other can be the
secondary sort key. The sorted results are then presented to the user.
Sorting the documents on the outbound score component makes documents
that have many related phrases to the query as anchor hits, rank most
highly, thus representing these documents as "expert" documents. Sorting
on the inbound document score makes documents that frequently referenced
by the anchor terms the most high ranked.
[0202] c) Ranking Documents based on Date Range Relevance
[0203] The search system 120 can use the date range information in several
ways during the search and ranking operations. First, the search system
120 can use the date range as an explicit search delimiter. For example
may include terms or phrases and a date, such as "United States Patent
and Trademark Office 12/04/04". The search system 120 can identify the
date term, and then select documents that have the desired phrase and
which are indexed for a date range that includes the date term in the
query. From the selected documents, the search system 120 can then obtain
relevance score for each document using the indexed relevance data
associated with the date range. In this manner, an older or previous
instance of document may be retrieved instead of the current instance
where it is more relevant to the search query. This is particularly
useful for documents and pages that change frequently, such as the home
pages of news sites and other sites containing frequently changing
information.
[0204] Second, where no date term is included in a search query, the
search system 120 can use the date information in the index during
relevance ranking, by weighting document relevance scores according to
how old they are, so that older documents have their relevance scores
down weighted (or newer documents are more highly weighted).
Alternatively, in some cases, it is older versions of a document that are
most relevant to a topic, rather than the most current version of a
document. For example, news portal sites contemporaneously created at the
time of historical events are likely to be more relevant to a specific
query about the event, then current instances of the new portal. In this
case, the search system 120 can upweight older document instances, where
for example, the pattern of document relevance scores for all of the
instances of a document shows an increase around some historical date,
followed by decreasing relevance scores for more current instances of the
document.
[0205] Where one or more date terms are included in the search query, as
above, documents may have their relevance scores down weighted in
proportion to the difference between the date term and the document date
range, so that documents that are either much older than the date range
(measured from either the open or the close date) or much newer than the
desired date terms have their relevance scored down weighted. Conversely,
a relevance score can be increased instead of down weighted where the
date range for the document is closer to the desired date.
[0206] Third, the search system 120 can use the date range information as
either a primary or secondary factor for ordering the search results. For
examples, documents can be grouped in reversed chronological order (e.g.
monthly groups), and within each group, the documents can be listed from
most to least relevant to the search query.
[0207] Another use of the data range information is to rank documents
based on the frequency with which they are updated. The search system 120
can determine the number of instances of a given document (e.g., number
of discrete date ranges) over an interval of time (this count can be
maintained during indexing). The number of instances is then used to
upweight those documents which are more frequently updated.
[0208] IV. Identifying Spam Documents
[0209] In another aspect the invention provides system and methods for
identifying spam documents as they are being indexed and when queries are
being processed. As discussed above with respect to FIG. 5, following
indexing of documents with respect to phrases and related phrases. for
each document d, there will be known:
[0210] i) each good phrase g.sub.j in document d;
[0211] ii) for each good phrase g.sub.j which of its related phrases
g.sub.k are present in document d;
[0212] iii) for each related phrase g.sub.k present in document d, which
of its related phrases g.sub.l (the secondary related phrases of g.sub.j)
are also present in document d.
[0213] From the foregoing, the number of the related phrases present in a
given document will be known. A normal, non-spam document will generally
have a relatively limited number of related phrases, typically on the
order of between 8 and 20, depending on the document collection. By
contrast, a spam document will have an excessive number of related
phrases, for example on the order of between 100 and 1000 related
phrases. Thus, the present invention takes advantage of this discovery by
identifying as spam documents those documents that have a statistically
significant deviation in the number of related phrases relative to an
expected number of related phrases for documents in the document
collection.
[0214] One embodiment of this aspect of the invention is as follows. A
table of spam documents (SPAM_TABLE) is created for storing the document
IDs of the documents deemed to be spam documents (the table will
initially be empty). This is preferably done during the indexing
operations described above.
[0215] The index 150 is traversed with respect to the documents (either
all or a significant sample). For each document, there will be a set good
phrases in the document, and for each of these good phrases, there will
be a number of related phrases. An expected number E of related phrases
is determined across the traversed documents, with respect to the good
phrases; the standard deviation of this number is also determined. In one
embodiment the medium (50% percentile) number of related phrases is used
as expected number of related phrases in a document.
[0216] For each document in the index 150, the actual number N of related
phrases for each good phrase is determined. Hence, if there are 20
phrases in the document, then there will be a vector of 20 values for N
for the document). This number of related phrases will be the total of
the bits set in the related phrase bit vectors for each good phrase in
the document. For each phrase then, number N is compared against the
expected number E of related phrases. The results of this comparison,
either individually for each good phrase, or collectively for some number
of good phrases, are used to determine whether the document is a spam
document. There a variety of different tests that can be used to identify
a spam document.
[0217] A spam document may be indicated if the actual number N of related
phrases significantly exceeds the expected number E, for some minimum
number of good phrases. In one implementation, N significantly exceeds E
where it is at least some multiple number of standard deviations greater
than E, for example, more than five standard deviations. In another
implementation, N significantly exceeds E where it is greater by some
constant multiple, for example N>2E. Other comparison measures can
also be used as a basis for determining that the actual number N of
related phrases significantly exceeds the expected number E. In another
embodiment, N is simply compared with a predetermined threshold value,
such as 100 (which is deemed to be maximum expected number of related
phrases).
[0218] Using any of the foregoing tests, it is determined whether this
condition is met for some minimum number of good phrases. The minimum may
be a single phrase, or perhaps three good phrases. If there are a minimum
number of good phrases which have an excessive number of related phrases
present in the document, then the document is deemed to a spam document.
The document is then added to the SPAM_TABLE.
[0219] Another embodiment maintains a different form of the SPAM_TABLE. In
this embodiment, the table is organized by phrase, and for each phrase,
there is list of one or more documents that include the phrase and which
are deemed to be spam documents. This version of the SPAM_TABLE is
constructed as follows. For each document, the top N (e.g. N=3) most
significant phrases are determined. This will be the phrases for which
their related phrase bit vectors have the leftmost (most significant)
bits set. As described above, the bits in the related phrase bit vector
are sorted by decreasing information gain for the related phrase. Thus
the most significant bits are associated with the related phrases with
the highest information gain.
[0220] For each of these most significant related phrases, the number of
related phrases present in the document is determined, again from their
related phrase bit vectors. If the actual number of related phrases
significantly exceeds the expected number (using any of the above
described tests), then document is deemed a spam document with respect to
that most significant phrase. Accordingly the document is added to the
SPAM_TABLE for the good phrase under consideration. The document is also
added as a spam document for each the related phrases of that good
phrase, since a document is considered a spam document with respect to
all phrases that are related to each other.
[0221] The foregoing approaches to identifying a spam document are
preferably implemented as part of the indexing process, and may be
conducted in parallel with other indexing operations, are afterwards.
[0222] The SPAM_TABLE is then used when processing a search query, as
follows. A search query is received from a client 190, and is processed
as described above by the search system 120 to search the index 150 based
on phrases in the query and related phrases. The search system 120
retrieves some set of results, say a 1000 documents, each of which is
identified by its document ID, and has an associated relevance score. For
each document in the search result set, the search system 120 looks up
the document ID in the SPAM_TABLE (however constructed), to determine if
the document is included therein.
[0223] If the document is included in the SPAM_TABLE, then the document's
relevance score is down weighted by predetermined factor. For example,
the relevance score can be divided by factor (e.g., 5). Alternatively,
the document can simply be removed from the result set entirely.
[0224] The search result set is then resorted by relevance score and
provided back to the client 190.
[0225] The present invention has been described in particular detail with
respect to various embodiments, and those of skill in the art will
appreciate that the invention may be practiced in other embodiments. In
addition, those of skill in the art will appreciate the following aspects
of the disclosure. First, the particular naming of the components,
capitalization of terms, the attributes, data structures, or any other
programming or structural aspect is not mandatory or significant, and the
mechanisms that implement the invention or its features may have
different names, formats, or protocols. Second, the system may be
implemented via a combination of hardware and software, as described, or
entirely in hardware elements. Third, the particular division of
functionality between the various system components described herein is
merely exemplary, and not mandatory; functions performed by a single
system component may instead be performed by multiple components, and
functions performed by multiple components may instead performed by a
single component.
[0226] Some portions of above description describe the invention in terms
of algorithms and symbolic representations of operations on information.
These algorithmic descriptions and representations are the means used by
those skilled in the data processing arts to most effectively convey the
substance of their work to others skilled in the art. These operations,
while described functionally, computationally, or logically, are
understood to be implemented by computer programs or equivalent
electrical circuits, microcode, or the like. Furthermore, it has also
proven convenient at times, to refer to these arrangements of operations
as modules, without loss of generality. The described operations and
their associated modules may be embodied in software, firmware or
hardware.
[0227] In addition, the terms used to describe various quantities, data
values, and computations are understood to be associated with the
appropriate physical quantities and are merely convenient labels applied
to these quantities. Unless specifically stated otherwise as apparent
from the following discussion, it is appreciated that throughout the
description, discussions utilizing terms such as "processing" or
"computing" or "calculating" or "determining" or the like, refer to the
action and processes of a computer system, or similar electronic
computing device, that manipulates and transforms data represented as
physical (electronic) quantities within the computer system memories or
registers or other such information storage, transmission or display
devices.
[0228] The present invention also relates to an apparatus for performing
the operations herein. This apparatus may be specially constructed for
the required purposes, or it may comprise a general-purpose computer
selectively activated or reconfigured by a computer program stored in the
computer. Such a computer program may be stored in a computer readable
storage medium, such as, but is not limited to, any type of disk
including floppy disks, optical disks, CD-ROMs, magnetic-optical disks,
read-only memories (ROMs), random access memories (RAMs), EPROMs,
EEPROMs, magnetic or optical cards, application specific integrated
circuits (ASICs), or any type of media suitable for storing electronic
instructions, and each coupled to a computer system bus. Furthermore, the
computers referred to in the specification may include a single processor
or may be architectures employing multiple processor designs for
increased computing capability.
[0229] The algorithms and displays presented herein are not inherently
related to any particular computer or other apparatus. Various
general-purpose systems may also be used with programs in accordance with
the teachings herein, or it may prove convenient to construct more
specialized apparatus to perform the required method steps. The required
structure for a variety of these systems will appear from the description
above. In addition, the present invention is not described with reference
to any particular programming language. It is appreciated that a variety
of programming languages may be used to implement the teachings of the
present invention as described herein, and any references to specific
languages are provided for disclosure of enablement and best mode of the
present invention.
[0230] The present invention is well-suited to a wide variety of computer
network systems over numerous topologies. Within this field, the
configuration and management of large networks comprise storage devices
and computers that are communicatively coupled to dissimilar computers
and storage devices over a network, such as the Internet.
[0231] Finally, it should be noted that the language used in the
specification has been principally selected for readability and
instructional purposes, and may not have been selected to delineate or
circumscribe the inventive subject matter. Accordingly, the disclosure of
the present invention is intended to be illustrative, but not limiting,
of the scope of the invention, which is set forth in the following
claims.
* * * * *