CA2461195C - Scalable hierarchical data-driven navigation system and method for information retrieval - Google Patents

Scalable hierarchical data-driven navigation system and method for information retrieval Download PDF

Info

Publication number
CA2461195C
CA2461195C CA2461195A CA2461195A CA2461195C CA 2461195 C CA2461195 C CA 2461195C CA 2461195 A CA2461195 A CA 2461195A CA 2461195 A CA2461195 A CA 2461195A CA 2461195 C CA2461195 C CA 2461195C
Authority
CA
Canada
Prior art keywords
navigation
servers
states
terms
attribute
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
CA2461195A
Other languages
French (fr)
Other versions
CA2461195A1 (en
Inventor
Adam J. Ferrari
David J. Gourley
Keith A. Johnson
Frederick C. Knabe
Andrew Lau
Vinay B. Mohta
Daniel Tunkelang
John S. Walter
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Endeca Technologies Inc
Original Assignee
Endeca Technologies Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Endeca Technologies Inc filed Critical Endeca Technologies Inc
Publication of CA2461195A1 publication Critical patent/CA2461195A1/en
Application granted granted Critical
Publication of CA2461195C publication Critical patent/CA2461195C/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/954Navigation, e.g. using categorised browsing
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99931Database or file accessing
    • Y10S707/99933Query processing, i.e. searching
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99931Database or file accessing
    • Y10S707/99933Query processing, i.e. searching
    • Y10S707/99936Pattern matching access
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99941Database schema or data structure
    • Y10S707/99943Generating database or data structure, e.g. via user interface

Abstract

A data-driven, hierarchical information navigation system and method enable search of sets of documents or other materials by certain common attributes that characterize the materials. The invention includes several aspects of a data-driven, hierarchical navigation system that employs this navigation mode.
The navigation system of the present invention includes features of an interface, a knowledge base and a taxonomy definition process and a classification process for generating the knowledge base, a graph-based navigable data structure and method for generating the data structure, World Wide Web-based applications of the system, and methods of implementing the system. Users are able to search or browse a particular collection of documents by selecting desired values for the attributes. A data-driven, hierarchical information navigation system and method enable this navigation mode by associating terms with the materials, defining a set of hierarchical relationships among the terms, and providing a guided search mechanism based on the relationship between the terms. In another aspect of the invention, implementations of the invention may be scalable through parallel or distributed computation. Implementation of the invention may employ master and slave servers in a hierarchical configuration.

Description

6 1. Field of the Invention 7 The present invention generally relates to information navigation systems and 8 search engines.
9 2. Background of the Invention Information retrieval from a database of information is an increasingly 11 challenging problem, particularly on the World Wide Web (WWW), as increased 12 computing power and networking infrastructure allow the aggregation of large amounts 13 of information and widespread access to that information. A goal of the information 14 retrieval process is to allow the identification of materials of interest to users.
As the number of materials that users may search increases, identifying materials 16 relevant to the search becomes increasingly important, but also increasingly difficult.
17 Challenges posed by the information retrieval process include providing an intuitive, 18 flexible user interface and completely and accurately identifying materials relevant to the 19 user's needs within a reasonable amount of time. Another challenge is to provide an implementation of this user interface that is highly scalable, so that it can readily be 21 applied to the increasing amounts of information and demands to access that information.

1 The information retrieval process comprehends two interrelated technical aspects, 2 namely, information organization and access.
3 Current information navigation systems usually follow one of three paradigms.
4 One type of information navigation system employs a database query system. In a typical database query system, a user formulates a structured query by specifying values for fixed 6 data fields, and the system enumerates the documents whose data fields contain those 7 values. PriceSCAN.com uses such an interface, for example. Generally, a database 8 query system presents users with a form-based interface, converts the form input into a 9 query in a formal database language, such as SQL, and then executes the query on a relational database management system. Disadvantages of typical query-based systems 11 include that they allow users to make queries that return no documents and that they offer 12 query modification options that lead only to further restriction of the result set (the 13 documents that correspond to the user's search specifications), rather than to expansion or 14 extension of the result set. In addition, database query systems typically exhibit poor performance for large data sets or heavy access loads; they are often optimized for 16 processing transactions rather than queries.
17 A second type of information navigation system is a free-text search engine. In a 18 typical free-text search engine, the user enters an arbitrary text string, often in the form of 19 a Boolean expression, and the system responds by enumerating the documents that contain matching text. Google.com, for example, includes a free-text search engine.
21 Generally a free-text search engine presents users with a search form, often a single line, 22 and processes queries using a precomputed index. Generally this index associates each 1 document with a large portion of the words contained in that document, without 2 substantive consideration of the document's content. Accordingly, the result set is often a 3 voluminous, disorganized list that mixes relevant and irrelevant documents. Although 4 variations have been developed that attempt to determine the objective of the user's query and to provide relevance rankings to the result set or to otherwise narrow or organize the 6 result set, these systems are limited and unreliable in achieving these objectives.
7 A third type of information navigation system is a tree-based directory.
In a tree-8 based directory, the user generally starts at the root node of the tree and specifies a query 9 by successively selecting refining branches that lead to other nodes in the tree.
Shopping.yahoo.com uses a tree-based directory, for example. In a typical 11 implementation, the hard-coded tree is stored in a data structure, and the same or another 12 data structure maps documents to the node or nodes of the tree where they are located. A
13 particular document is typically accessible from only one or, at most, a few, paths through 14 the tree. The collection of navigation states is relatively static¨while documents are commonly added to nodes in the directory, the structure of the directory typically remains 16 the same. In a pure tree-based directory, the directory nodes are arranged such that there 17 is a single root node from which all users start, and every other directory node can only be 18 reached via a unique sequence of branches that the user selects from the root node. Such 19 a directory imposes the limitation that the branches of the tree must be navigationally disjoint¨even though the way that documents are assigned to the disjoint branches may 21 not be intuitive to users. It is possible to address this rigidity by adding additional links to 22 convert the tree to a directed acyclic graph. Updating the directory structure remains a 1 difficult task, and leaf nodes are especially prone to end up with large numbers of 2 corresponding documents.
3 In all of these types of navigation systems, it may be difficult for a user to revise a 4 query effectively after viewing its result set. In a database query system, users can add or remove terms from the query, but it is generally difficult for users to avoid underspecified 6 queries (i.e. too many results) or overspecified queries (i.e. no results). The same 7 problem arises in free-text search engines. In tree-based directories, the only means for 8 users to revise a query is either to narrow it by selecting a branch or to generalize it by 9 backing up to a previous branch.
Having an effective means of revising queries is useful in part because users often 11 cid not know exactly what they are looking for. Even users who do know what they are 12 looking for may not be able to express their search criteria precisely.
And the state of the 13 art in search technology cannot guarantee that even a precisely stated query will be 14 interpreted as intended by the user. Indeed, it is unlikely that a perfect means for formation of a query even exists in theory. As a result, it is helpful that the information 16 retrieval process be a dialogue with interactive responses between the user and the 17 information retrieval system. This dialogue model may be more effectively implemented 18 with an effective query revision process.
19 Various other systems for information retrieval are also available. For example.
U.S. Patents Nos. 5,715,444 and 5,983,219 to Danish et al., both entitled "Method and 21 System for Executing a Guided Parametric Search," disclose an interface for identifying a 22 single item from a family of items. The interface provides users with a set of lists of features present in the family of items and identifies items that satisfy selected features. Other navigation systems include i411's Discovery Engine, Cybrant's Information Engine, Mercado's IntuiFind, and Requisite Technology's BugsEye.
3. Summary of the Invention 5 Some embodiments of the present invention, a highly scalable, hierarchical, data-driven information navigation system and method, enable the navigation of a collection of documents or other materials using certain common attributes associated with those materials. The navigation system interface allows the user to select values for the attributes associated with the materials in the current navigation state and returns the materials that correspond to the user's selections. In some embodiments, the user's selections may be constrained using Boolean operators. Some embodiments of the present invention enable this navigation mode by associating terms (attribute-value pairs) with the documents, defining a set of hierarchical refinement relationships (i.e., a partial order) among the terms, and providing a guided navigation mechanism based on the association of terms with documents and the relationships among the terms.
Some embodiments of the present invention include several components and features relating to a hierarchical data-driven navigation system.
Among these are a user interface, a knowledge base, a process for generating and maintaining the knowledge base, a navigable data structure and method for generating the data structure, WVVW-based applications of the system, and methods of implementing the system. Although some embodiments of the invention are described herein primarily with reference to a WVVW-based system for navigating a product database, it should be understood that a similar navigation system could be employed in any database context where materials may be associated with terms and users can identify materials of interest by way of those terms.
Some embodiments of the present invention use a knowledge base of information regarding the collection of materials to formulate and to adapt the interface to guide the user though the collection of navigation states by providing relevant navigation options. The knowledge base includes an enumeration of attributes relevant to the materials, a range of values for each attribute, and a representation of the partial order that relates terms (the attribute-value pairs).
Attribute-value pairs for materials relating to entertaimnent, for example, may be Products: Movies and Director: Spike Lee. (Attribute-value pairs are represented throughout this specification in this Attribute: Value format; navigation states are represented as bracketed expressions of attribute-value pairs.) The knowledge base also includes a classification mapping that associates each item in the collection of materials with a set of terms that characterize that item.
The knowledge base is typically organized by domains, which are sets of materials that conform to natural groupings. In some embodiments, a domain is chosen such that a manageable number of attributes suffice to effectively distinguish and to navigate among the materials in that domain.
The knowledge base may include a characterization of each domain, which might include rules or default expectations concerning the classification of documents in that domain. A particular item may be in more than one domain.
Some embodiments of the present invention include a user interface for navigation. The user interface may present the user's navigation state as an expression of terms organized by 1 attribute. For a given expression of terms, the user interface presents materials that are 2 associated with those terms in accordance with that expression and presents relevant 3 navigation options for narrowing or for generalizing the navigation state. In one aspect of 4 the present invention, users navigate through the collection of materials by selecting and deselecting terms.
6 In one aspect of the present invention, the user interface responds immediately to 7 the selection or the deselection of terms, rather than waiting for the user to construct and 8 to submit a comprehensive query composed of multiple terms. Once a query has been 9 executed, the user may narrow the navigation state by conjunctively selecting additional terms, or by refining existing terms. Alternatively, the user may broaden the navigation 11 state by deselecting terms that have already been conjunctively selected or by 12 generalizing the terms. In some embodiments, the user may broaden the navigation 13 state by deselecting terms in an order different from that in which they were conjunctively 14 selected. For example, a user could start at {Products: Movies}, narrow by conjunctively selecting an additional term to {Products: Movies AND Genre: Drama), narrow again to 16 {Products: Movies AND Genre: Drama AND Director: Spike Lee}, and then broaden by 17 deselecting a term to {Products: Movies AND Director: Spike Lee).
18 In another aspect of the present invention, the user may broaden the navigation 19 state by disjunctively selecting additional terms. For example, a user could start at {Products: DVDs}, and then broaden by disjunctively selecting a term to {Products:
21 DVDs OR Products: Videos), and then narrow by conjunctively selecting a term to 22 {(Products: DVDs OR Products: Videos) AND Director: Spike Lee).

1 In another aspect of the present invention, the user may narrow the navigation 2 state by negationally selecting additional terms. For example, a user could start at 3 {Products: DVDs}, narrow by conjunctively selecting a term to {Products:
DVDs AND
4 Genre: Comedy}, and then narrow by negationally selecting a term to {Products: DVDs AND Genre: Comedy AND (NOT Director: Woody Allen)}.
6 In another aspect of the present invention, the user interface allows users to use 7 free-text search to find terms of interest. In another aspect of the present invention, the 8 user interface also allows users to use free-text search on descriptive information 9 associated with the materials.
In another aspect of the present invention, the user interface presents users with 11 context-dependent navigation options for modifying the navigation state.
The user 12 interface does not present the user with options whose selection would correspond to no 13 documents in the resulting navigation state. Also, the user interface presents new 14 navigation options as they become relevant. The knowledge base may contain rules that determine when particular attributes or terms are made available to users for navigation.
16 In another aspect of the invention¨for example, when the materials correspond to 17 products available for purchase from various sources¨the knowledge base includes a 18 catalog of canonical representations that have been aggregated from the materials.
19 In another aspect of the invention, the knowledge base may include definitions of stores, sets of materials that are grouped to be searchable at one time. A
store may 21 include documents from one or more domains. An item may be assigned to more than one store. The knowledge base may also include rules to customize navigation for particular stores.
In another aspect of the invention, the knowledge base is developed through a multi-stage, iterative process. Workflow management allocates resources to maximize the efficiency of generating and of maintaining the knowledge base. The knowledge base is used to generate data structures that support navigation through a collection of materials. In one aspect of the invention, the navigation system consists of a hierarchy (i.e., a partial order) of navigation states that map expressions of terms to the sets of materials with which those terms are associated. In another aspect of the invention, the navigation states are related by transitions corresponding to terms used to narrow or broaden from one navigation state to another. The navigation states may be fully or partially precomputed, or may be entirely computed at run-time.
In another aspect of the invention, implementations of the invention may be scalable through parallel or distributed computation. In addition, implementations of the invention may employ master and slave servers arranged in a hierarchical configuration.
According to some embodiments of the invention, there is provided a method of providing an information navigation system, the information navigation system including a set of materials, a plurality of attributes characterizing the materials, a plurality of values describing the materials, each of the values having an association with at least one of the attributes, each association defining an attribute-value pair, some of the attribute-value pairs refining other of the attribute-value pairs, a plurality of navigation states, each navigation state corresponding to a particular expression of attribute-value pairs and to a particular subset of the materials, comprising the steps of: partitioning the materials among a plurality of servers;
generating a partial set of pre-computed navigation states, on at least some of the plurality of servers; storing the partial set of pre-computed navigation states on a respective one of the plurality of servers; providing an interface to the information navigation system, the interface providing a plurality of transitions, each transition 9a providing a direct path between two of the navigation states, wherein each transition represents a change from the expression of attribute-value pairs corresponding to an originating navigation to the expression of attribute-value pairs corresponding to a destination navigation state, wherein a series of one or more transitions provides a path between any two navigation states, there being more than one path between at least a first of the navigation states and a second of the navigation states;
accepting a query to the navigation system; and determining a plurality of responsive navigation states on at least some of the plurality of servers; communicating the plurality of responsive navigation states to at least one master server; returning, by the at least one master server, a responsive navigation state from the plurality of responsive pre-computed navigation states or computing a responsive navigation state on the plurality of servers operating as slaves to the master server; determining at least one least common ancestor for the responsive pre-computed navigation state or the computed responsive navigation states; wherein the act of returning the responsive navigation state, includes an act of reconciling received navigation states, based at least in part, on the at least one common ancestor received from the plurality of servers; and wherein the step of returning a responsive navigation state includes returning a navigation state computed by a plurality of servers acting in parallel.
According to some other embodiments of the invention, there is provided a method of providing an information navigation system, the information navigation system including a set of materials, a plurality of attributes characterizing the materials, a plurality of values describing the materials, each of the values having an association with at least one of the attributes, each association defining an attribute-value pair, some of the attribute-value pairs refining other of the attribute-value pairs, a plurality of navigation states, each navigation state corresponding to a particular expression of attribute-value pairs and to a particular subset of the materials, comprising the steps of: storing the navigation states in an implicit representation; providing an interface to the navigation system, the interface providing a plurality of transitions, each transition providing a direct path between two of the navigation states, wherein each transition represents a change from the 9b expression of attribute-value pairs corresponding to an originating navigation state to the expression of attribute-value pairs corresponding to a destination navigation state, wherein a series of one or more transitions provides a path between any two navigation states, there being more than one path between at least a first of the navigation states and a second of the navigation states; accepting a query to the navigation system; generating a responsive navigation state from the implicit representation; and presenting the responsive navigation state; wherein the step of generating a responsive navigation state includes steps of: computing a responsive navigation state using a plurality of servers acting in parallel, determining on at least two of the plurality of servers a respective at least one least common ancestor for a respective responsive navigation state, communicating the respective responsive navigation state and the respective at least one common ancestor, and wherein the act of computing the responsive navigation state includes an act of reconciling received navigation states, based at least in part, on the at least one common ancestor communicated.
4. Brief Description of the Drawings The invention, including these and other features thereof, may be more fully understood from the following description and accompanying drawings, in which:
Figure 1 is a view of a user interface to a navigation system in accordance with an embodiment of the present invention.
Figure 2 is a view of the user interface of Figure 1, showing a drop-down pick list of navigable terms.

Figure 3 is a view of the user interface of Figure 1, showing a navigation state.
2 Figure 4 is a view of the user interface of Figure 1, showing a navigation state.
3 Figure 5 is a view of the user interface of Figure 1, showing a navigation state.
4 Figure 6 is a view of the user interface of Figure I, showing a navigation state.
5 Figure 7 is a view of the user interface of Figure 1, showing a navigation state.
6 Figure 8 is a view of the user interface of Figure 1, showing a navigation state.
7 Figure 9 is a view of the user interface of Figure 1, showing the result of a free-8 text search for terms.
9 Figure 10 is a view of the user interface of Figure I, showing information about a 10 particular document.
11 Figures 11A-C are representative examples of how the range of values for an 12 attribute could be partially ordered in accordance with an embodiment of the present 13 invention.
14 Figure 12 is a block diagram of a process for collecting and classifying documents in accordance with an embodiment of the present invention.
16 Figure 13 is a table illustrating how a set of documents may be classified in 17 accordance with an embodiment of the present invention.
18 Figure 14 is a representative partial order of navigation states in accordance with 19 an embodiment of the present invention.
Figure 15 is a block diagram of a process for precomputing a navigation state in 21 accordance with an embodiment of the present invention.

1 Figure 16 is a view of a user interface to a navigation system in accordance with 2 an embodiment of the invention, showing disjunctive selection.
3 Figure 17 is a view of a user interface to a navigation system in accordance with 4 an embodiment of the invention, showing disjunctive selection.
Figure 18 is a view of a user interface to a navigation system in accordance with 6 an embodiment of the invention, showing negational selection.
7 Figure 19 is a view of a user interface to a navigation system in accordance with 8 an embodiment of the invention, showing negational selection.
9 Figure 20 is a block diagram of a system and a method for processing a request across multiple servers in accordance with an embodiment of the present invention.
11 Figure 21 is a flow diagram of steps for combining refinement options from slave 12 servers in accordance with an embodiment of the present invention.
13 5. Detailed Description of the Preferred Embodiments 14 User Interface In accordance with one embodiment of the present invention, Figure 1 shows a 16 user interface 10 to a hierarchical, data-driven navigation system. The navigation system 17 operates on a collection of documents defined in a knowledge base. As is shown, the user 18 is preferably presented with at least two alternative methods of using the navigation 19 system: (1) by selecting terms to navigate through the collection of documents, or (2) by entering a desired keyword in a search box.
21 The navigation system preferably organizes documents by domain. In accordance 22 with one embodiment of the present invention, the user interface 10 shown in Figures 1-1 10 is operating on a set of documents that are part of a wine domain.
Preferably, a 2 domain defines a portion of the collection of documents that reflects a natural grouping.
3 Generally, the set of attributes used to classify documents in a domain will be a 4 manageable subset of the attributes used to classify the entire collection of documents. A
domain definition may be a type of product, e.g., wines or consumer electronics. A
6 domain may be divided into subdomains to further organize the collection of documents.
7 For example, there can be a consumer electronics domain that is divided into the 8 subdomains of televisions, stereo equipment, etc. Documents may correspond to goods 9 or services.
The user interface may allow users to navigate in one domain at a time.
11 Alternatively, the user interface may allow the simultaneous navigation of multiple 12 domains, particularly when certain attributes are common to multiple domains.
13 The user interface allows the user to navigate through a collection of navigation 14 states. Each state is composed of an expression of terms and of the set of documents associated with those terms in accordance with that expression. In the embodiment 16 shown in Figures 1-10, users navigate through the collection of navigation states by 17 conjunctively selecting and deselecting terms to obtain the navigation state corresponding 18 to each expression of conjunctively selected terms. Preferably, as in Figure 4, the user 19 interface 10 presents a navigation state by displaying both the list 50 of terms 52 and a list 41 of some or all of the documents 42 that correspond to that state.
Preferably, the user 21 interface presents the terms 52 of the navigation state organized by attribute. Preferably, 1 the initial navigation state is a root state that corresponds to no term selections and, 2 therefore, to all of the documents in the collection.
3 As shown in Figure 2, the user interface 10 allows users to narrow the navigation 4 state by choosing a value 28 for an attribute 22, or by replacing the currently selected value with a more specific one (if appropriate). Preferably, the user interface 10 presents 6 users with the options available to narrow the present navigation state, preferably with 7 relevant terms organized by attribute. In some embodiments of the present invention, as 8 shown in Figure 2, users can select values 28 from drop-down lists 26 denoted by 9 indicators 24, that are organized by attributes 22 in the current navigation state. The user interface may present these navigation options in a variety of formats. For example, 11 values can be presented as pictures or as symbols rather than as text.
The interface may 12 allow for any method of selecting terms, e.g., mouse clicks, keyboard strokes, or voice 13 commands. The interface may be provided through various media and devices, such as 14 television or WWW, and telephonic or wireless devices. Although discussed herein primarily as a visual interface, the interface may also include an audio component or be 16 primarily audio-based.
17 Preferably, in the present navigation state, the user interface only presents options 18 for narrowing the navigation state that lead to a navigation state with at least one 19 document. This preferred criteria for providing navigation options ensures that there are no "dead ends," or navigation states that correspond to an empty result set.
21 Preferably, the user interface only presents options for narrowing the navigation 22 state if they lead to a navigation state with strictly fewer documents than the present one.

1 Doing so ensures that the user interface does not present the user with choices that are 2 already implied by terms in the current navigation state.
3 Preferably, the user interface presents a new navigation state as soon as the user 4 has chosen a term 28 to narrow the current navigation state, without any further triggering action by the user. Because the system responds to each user with immediate feedback, 6 the user need not formulate a comprehensive query and then submit the query.
7 In accordance with one embodiment of the present invention, as shown in 8 Figures 3 and 4, the user interface 10 may enable broadening of the current navigation 9 state by allowing the user to remove terms 52 from the list 50 of terms conjunctively selected. For example, the interface 10 may provide a list 50 with checkboxes 54 for 11 removing selections and a button 56 to trigger the new search. In the illustrated 12 embodiment, the user can remove conjunctively selected terms 52 in any order and can 13 remove more than one selection 52 at a time.
14 Preferably, the navigation options presented to the user are context-dependent.
For example, terms that refine previously selected terms may become navigation options 16 in the resulting navigation state. For example, referring to Figure 5, after the term 17 Flavors: Wood and Nut Flavors 52 is conjunctively selected (the user has selected the 18 value Wood and Nut Flavors 23 for the attribute Flavors), Wood and Nut Flavors 23 then 19 appears in the interface for the new navigation state in the list 20 of attributes and allows conjunctive selection of values 28 that relate to that specific attribute for further 21 refinement of the query. The user interface may also present certain attributes that were 22 not presented initially, as they become newly relevant. For example, comparing Figure 3 1 to Figure 2, the attribute French Vineyards 25 appears in the list 20 of attributes only after 2 the user has already conjunctively selected the term Regions: French Regions in a 3 previous navigation state. Attributes may be embedded in this way to as many levels as 4 are desired. Presenting attributes as navigation options when those attributes become 5 relevant avoids overwhelming the user with navigation options before those options are 6 meaningful.
7 Additionally, for some attributes 22, multiple incomparable (non-refining) 8 conjunctive selections of values 28 may be applicable. For example, for the attribute 9 Flavor, the values Fruity and Nutty, neither of which refines the other, may both be 10 conjunctively selected so that the terms Flavors: Fruity and Flavors:
Nutty narrow the 11 navigation state. Thus, users may sometimes be able to refine a query by conjunctively 12 selecting multiple values under a single attribute.
13 Preferably, certain attributes will be eliminated as navigation options if they are 14 no longer valid or helpful choices. For example, if all of the documents in the result set 15 share a common term (in addition to the term(s) selected to reach the navigation state), 16 then conjunctive selection of that term will not further refine the result set; thus, the 17 attribute associated with that term is eliminated as a navigation option. For example, 18 comparing Figure 6 with Figure 4, the attribute Wine Types 27 has been eliminated as a 19 navigation option because all of the documents 42 in the result set share the same term, Wine Types: Appellational Wines. In preferred embodiments, an additional feature of the 21 interface 10 is that this information is presented to the user as a common characteristic of 22 the documents 42 in the result set. For example, referring to Figure 6, the interface 10 1 includes a display 60 that indicates the common characteristics of the documents 42 in the 2 result set. Removing a term as a navigation option when all of the documents in the result 3 set share that term prevents the user from wasting time by conjunctively selecting terms 4 that do not refine the result set.
Preferably, the user interface also eliminates values as navigation options if their 6 selection would result in no documents in the result set. For example, comparing Figure 7 8 to Figure 7, after the user selects the term Wine Spectator Range: 95 -100, the user 8 interface eliminates as navigation options all the values 28, 29 in the list 26 of values for 9 the attribute Appellations 22 except for the values Alexander Valley 29 and Napa Valley 29. Alexander Valley 29 and Napa Valley 29 are the only two values in the list 26 of 11 values for the attribute Appellations that return at least ofie document in the result set; all 12 other values 28 return the empty set. Removing values as navigation options that would 13 result in an empty result set saves the user time by preventing the user from reaching 14 dead-ends.
Preferably, the user interface allows users to search for desired words using free-16 text search. In accordance with one embodiment of the present invention, illustrated in 17 Figure 9, a search box 30 preferably allows users to perform a free-text search for terms 18 of interest, rather than performing a full-text search of the documents themselves.
19 Preferably, the user interface responds to such a search by presenting a list 32 of terms 34 including terms organized by attribute 36, and allowing the user to select from among 21 them. Preferably, the user interface responds to the user's selection by presenting the user 22 with the navigation state corresponding to the selection of that term.
The user may then 1 either navigate from that state (i.e., by narrowing or broadening it) or perform additional 2 free-text searches for terms.
3 Preferably, the user interface 10 presents a full or partial list 41 of the documents 4 that correspond to the current navigation state. Preferably, if a user is interested in a particular document 42, the user may select it and obtain a record 70 containing further 6 information about it, including the list 72 of terms 74 that are associated with that 7 document, as shown in Figure 10. Preferably, the user interface 10 allows the user to 8 conjunctively select any subset of those terms 74 and thereby navigate to the navigation 9 state that corresponds to the selected term expression.
Preferably, the user interface 10 also offers navigation options that directly link to 11 an associated navigation state that is relevant to, but not necessarily a generalization or 12 refinement of, the present navigation state. These links preferably infer the user's 13 interests from the present navigation state and enable the user to cross-over to a related 14 topic. For example, if the user is visiting a particular navigation state in a food domain, links may direct the user to navigation states of wines that would complement those foods 16 in the wine domain.
17 In accordance with another embodiment of the present invention, the user is 18 preferably presented with additional methods of using the navigation system such as: (1) 19 by conjunctively selecting terms, (2) by disjunctively selecting terms, (3) by negationally selecting terms, or (4) by entering a desired keyword in a search box.
21 In another aspect of the present invention, the user may broaden the navigation 22 state by disjunctively selecting additional terms. For example, a user could start at 1 {Products: DVDs}, and then broaden by disjunctively selecting a term to {Products:
2 DVDs OR Products: Videos}, and then narrow by conjunctively selecting a term to 3 {(Products: DVDs OR Products: Videos) AND Director: Spike Lee}. Figure 16 shows a 4 user interface 300 to a hierarchical, data-driven navigation system. The user interface 300 is operating on a collection of records relating to mutual funds. The interface 300 6 presents navigation options, including a list of attributes 310 relating to mutual funds and 7 a list of terms 314 for a particular attribute 312, such as Fund Family, under consideration 8 by a user. A selected term 316 is highlighted. As shown, the attribute-value pair {Fund 9 Family: Fidelity Investments} has previously been selected. The illustrated navigation system allows the user to select attribute-value pairs disjunctively. As shown in Figure 11 17, after the user subsequently selects {Fund Family: Vanguard Group }in addition, the 12 interface 300 presents a new navigation state {Fund Family: Fidelity Investments OR
13 Fund Family: Vanguard Group}, including mutual funds 320 that match either selected 14 attribute-value pair. Accordingly, both selected attribute-value pairs 316 are highlighted.
In some embodiments, for example, to reduce computational requirements, disjunctive 16 combination of attribute-value pairs may be limited to mutually incomparable attribute-17 value pairs that correspond to the same attribute.
18 In another aspect of the present invention, the user may narrow the navigation 19 state by negationally selecting additional terms. For example, a user could start at {Products: pVDs}, narrow by conjunctively selecting a term to {Products: DVDs AND
21 Genre: Comedy}, and then narrow by negationally selecting a term to {Products: DVDs 22 AND Genre: Comedy AND (NOT Director: Woody Allen)}. Figure 18 shows another 1 interface 400 to a hierarchical, data-driven navigation system. The user interface 400 is 2 operating on a collection of records relating to entertainment products.
The user interface 3 400 includes a header 410 and a navigation area 412. The header 410 indicates the 4 present navigation state {Products: DVDs AND Genre:Drama}, and implies the refinement options currently under consideration by the user. The leader "Not Directed 6 By" 414 indicates a negational operation with respect to the Director attribute. The 7 interface lists the attribute-value pairs 416 that can be combined with the expression for 8 the present navigation state under this operation. As shown in Figure 19, after the user 9 selects the term Director: Martin Scorsese, the interface 400 presents a new navigation state {Products: DVDs AND Genre:Drania AND (NOT Director: Martin Scorsesel.
11 Although the interface to the navigation system has been described herein as a 12 user interface, the interface could provide other forms of access to the navigation system.
13 In alternative embodiments, the interface may be an applications program interface to 14 allow access to the navigation system for or through other applications.
The interface may also enhance the functionality of an independent data-oriented application. The 16 interface may also be used in the context of a WWW-based application or an XML-based 17 application. The navigation system may also support multiple interface modes 18 simultaneously. The navigation system may be made available in a variety of ways, for 19 example via wireless communications or on handheld devices.
Knowledge Base 21 Preferably, the navigation system stores all information relevant to navigation in a 22 knowledge base. The knowledge base is the repository of information from two 1 processes: taxonomy definition and classification. Taxonomy definition is the process of 2 identifying the relevant attributes to characterize documents, determining the acceptable 3 values for those attributes (such as a list or range of values), and defining a partial order 4 of refinement relationships among terms (attribute-value pairs).
Classification is the 5 process of associating terms with documents. The knowledge base may also be used to 6 maintain any information assets that support these two processes, such as domains, 7 classification rules and default expectations. Additionally, the knowledge base may be 8 used to maintain supplementary information and materials that affect users' navigation 9 experience.
10 The taxonomy definition process identifies a set of attributes that appropriately 11 characterize documents. A typical way to organize the taxonomy definition Process is to 12 arrange the collections of documents into domains, which are sets of documents that 13 conform to a natural grouping and for which a manageable number of attributes suffice to 14 effectively distinguish and navigate among the documents in that domain.
The knowledge 15 base preferably includes a characterization of each domain, which might include rules or 16 default expectations concerning the classification of documents in that domain.
17 The taxonomy definition process also identifies a full set of values, at varying 18 levels of specificity when appropriate, for each attribute. The values preferably identify 19 the specific properties of the documents in the collection. The values may be enumerated 20 explicitly or defined implicitly. For example, for a "color" attribute, a full set of valid 21 color values may be specified, but for a "price" or "date" attribute, a range within which 22 the values may fall or a general data type, without defining a range, may be specified.

1 The process of identifying these values may include researching the domain or analyzing 2 the collection of documents.
3 The taxonomy definition process also defines a partial order of refinement 4 relationships among terms (attribute-value pairs). For example, the term Origin: France could refine the term Origin: Europe. The refinement relationship is transitive and 6 antisymmetric but not necessarily total. Transitivity means that, if term A refines term B
7 and term B refines term C, then term A refines term C. For example, if Origin: Paris 8 refines Origin: France and Origin: France refines Origin: Europe, then Origin: Paris 9 refines Origin: Europe. Antisymmetry means that, if two terms are distinct, then both terms cannot refine each other. For example, if Origin: Paris refines Origin:
France, 11 then Origin: France does not refine Origin: Paris.
12 Further, the partial order of refinement relationships among terms is not 13 necessarily a total one. For example, there could be two terms, Origin:
France and 14 Origin: Spain, such that neither term refines the other. Two terms with this property are said to be incomparable. Generally, a set of two or more terms is mutually incomparable 16 if, for every pair of distinct terms chosen from that set, the two terms are incomparable.
17 Typically, but not necessarily, two terms with distinct attributes will be incomparable.
18 Given a set of terms, a term is a maximal term in that set if it does not refine any 19 other terms in the set, and it is a minimal term in that set if no other term in the set refines it. For example, in the set {Origin: France, Origin: Paris, Origin: Spain, Origin:
21 Madrid}, Origin: France and Origin: Spain are maximal, while Origin:
Paris and 1 Origin: Madrid are minimal. In the knowledge base, a term is a root term if it does not 2 refine any other terms and a term is a leaf term if no other term refines it.
3 Figures 11A, 11B, and 11C illustrate attributes 112 and values 114, arranged in 4 accordance with the partial order relationships, that could be used for classifying wines.
The attributes 112 are Type/Varietal, Origin, and Vintage. Each attribute 112 6 corresponds to a maximal term for that attribute. An attribute 112 can have a flat set of 7 mutually incomparable values (e.g., Vintage), a tree of values (e.g., Origin), or a general 8 partial order that allows a value to refine a set of two or more mutually incomparable 9 values (e.g., Type/Varietal). The arrows 113 indicate the refinement relationships among values 114.
11 Attributes and values may be identified and developed in several ways, including 12 manual or automatic processing and the analysis of documents. Moreover, this kind of 13 analysis may be top-down or bottom-up; that is, starting from root terms and working 14 towards leaf terms, or starting from leaf terms and working towards root terms. Retailers, or others who have an interest in using the present invention to disseminate information, 16 may also define attributes and terms.
17 The classification process locates documents in the collection of navigation states 18 by associating each document with a set of terms. Each document is associated with a set 19 of mutually incomparable terms, e.g., {Type/Varietal: Chianti, Origin:
Italy, Vintage:
1996}, as well as any other desired descriptive information. If a document is associated 21 with a given term, then the document is also associated with all of the terms that the given 22 term refines.
1 The classification process may proceed according to a variety of workflows.
2 Documents may be classified in series or in parallel, and the automatic and manual 3 classification steps may be performed one or more times and in any order.
To improve 4 accuracy and throughput, human experts may be assigned as specialists to oversee the classification task for particular subsets of the documents, or even particular attributes for 6 particular subsets of the documents. In addition, the classification and taxonomy 7 processes may be interleaved, especially as knowledge gained from one process allows 8 improvements in the other.
9 Figure 12 illustrates the stages in a possible flow for the classification process 250. The data acquisition step 252, that is, the collection of documents for the database, 11 may occur in several different ways. For example, a retailer with a product catalog over 12 which the navigation system will operate might provide a set of documents describing its 13 products as a pre-defined set. Alternatively, documents may be collected from one source, 14 e.g., one Web site, or from a number of sources, e.g., multiple Web sites, and then aggregated. If the desired documents are Web pages, the documents may be collected by 16 appropriately crawling the Web, selecting documents, and discarding documents that do 17 not fit in the domain. In the data translation step 254, the collected documents are 18 formatted and parsed to facilitate further processing. In the automatic classification step 19 256, the formatted and parsed documents are processed in order to automatically associate documents with terms. In the manual classification step 258, human reviewers 21 may verify and amend the automatic classifications, thereby ensuring quality control.
22 Preferably, any rules or expectations violated in either the automatic classification step =
1 256 or the manual classification step 258 would be flagged and presented to human 2 reviewers as part of the manual classification step 258. If the collection of documents is 3 divided into domains, then there will typically be rules that specify a certain minimal or 4 preferred set of attributes used to classify documents from each domain, as well as other domain-specific classification rules. When the classification process is complete, each 6 document will have a set of terms associated with it, which locate the document in the 7 collection of navigation states.
In Figure 13, table 180 shows a possible representation of a collection of classified 9 wine bottles. Preferably, each entry is associated with a document number 182, which could be a universal identifier, a name 184, and the associated terms 186. The name is 11 preferably desdriptive information that could allow the collection to be aecessed via a 12 free-text search engine as well as via the term-based navigation system.
13 In another aspect of the invention, the knowledge base also includes a catalog of 14 canonical representations of documents. Each catalog entry represents a conceptually distinct item that may be associated with one or more documents. The catalog allows 16 aggregation of profile information from multiple documents that relate to the item, 17 possibly from multiple sources. For example, if the same wine is sold by two vendors, 18 and if one vendor provides vintage and geographic location information and another 19 provides taste information, that information from the two vendors can be combined in the catalog entry for that type of wine. The catalog may also improve the efficiency of the 21 classification process by eliminating duplicative profiling. In Figure 12, the catalog 22 creation step 260 associates classified documents with catalog entries, creating new 1 catalog entries when appropriate. For ease of reference, an item may be uniquely 2 identified in the catalog by a universal identifier.
3 The knowledge base may also define stores, where a store is a subcollection of 4 documents that are grouped to be searchable at one time. For example, a particular online 5 wine merchant may not wish to display documents corresponding to products sold by that 6 merchant's competitors, even though the knowledge base may contain such documents.
7 In this case, the knowledge base can define a store of documents that does not include 8 wines sold by the merchant's competitors. In Figure 12, the store creation step 262 may 9 define stores based on attributes, terms, or any other properties of documents. A
10 document may be identified with more than one store. The knowledge base may also 11 contain attributes or terms that have been customized for particular stores.
12 In Figure 12, the export process step 264 exports information from the knowledge 13 base to another stage in the system that performs further processing necessary to generate 14 a navigable data structure.
15 Navigation States 16 The navigation system represents, explicitly or implicitly, a collection of 17 navigation states. A navigation state can be represented either by an expression of terms, 18 or by the subset of the collection of documents that correspond to the term expression.
19 By way of example, types of navigation states include conjunctive navigation 20 states, disjunctive navigation states and negational navigation states.
Conjunctive 21 navigation states are a special case of navigation states in which the term expression is 22 conjunctive¨that is, the expression combines terms using only the AND
operator.

1 Conjunctive navigation states are related by a partial order of refinement that is derived 2 from the partial order that relates the terms.
3 In one aspect of the present invention, a conjunctive navigation state has two 4 representations. First, a conjunctive navigation state corresponds to a subset of the collection of documents. Second, a conjunctive navigation state corresponds to a 6 conjunctive expression of mutually incomparable terms. Figure 14 illustrates some 7 navigation states for the documents and terms based on the wine example discussed 8 above. For example, one navigation state 224 is {Origin: South America}
(documents #1, 9 #4, #5); a second navigation state 224 is { Type/Varietal: White AND
Origin: United States} (documents #2, #9). The subset of documents corresponding to a conjunctive 11 navigation state includes the documents that are commonly associated with all of the 12 terms in the corresponding expression of mutually incomparable terms. At the same time, 13 the expression of mutually incomparable terms corresponding to a conjunctive navigation 14 state includes all of the minimal terms from the terms that are common to the subset of documents, i.e., the terms that are commonly associated with every document in the 16 subset. A conjunctive navigation state is preferably unique and fully specified; for a 17 particular conjunctive expression of terms, or for a given set of documents, there is no 18 more than one corresponding conjunctive navigation state.
19 One way preferred to define the collection of conjunctive navigation states is to uniquely identify each conjunctive navigation state by a canonical conjunctive expression 21 of mutually incomparable terms. A two-step mapping process that maps an arbitrary 22 conjunctive expression of terms to a canonical conjunctive expression of mutually 1 incomparable terms creates states that satisfy this property. In the first step of the 2 process, an arbitrary conjunctive expression of terms is mapped to the subset of 3 documents that are associated with all of those terms. Recalling that if a document is 4 associated with a given term, then the document is also associated with all of the terms that the given term refines, in the second step of the process, this subset of documents is 6 mapped to the conjunctive expression of minimal terms among the terms that are 7 common to all of the documents in that document set. The result of this second step is a 8 conjunctive expression of mutually incomparable terms that uniquely identifies the 9 corresponding subset of documents, and, hence, is a canonical representation for a conjunctive navigation state. By way of illustration, referring to the wine example in 11 Figure 14, the term expression {Origin: France} maps to the subset of documents 12 {documents #8, #11}, which in turn maps to the canonical term expression 13 {Type/Varietal: Red AND Origin: France}.
14 The conjunctive navigation states 222, 224, 226 are related by a partial order of refinement relationships 220 derived from the partial order that relates terms. This partial 16 order can be expressed in terms of either the subsets of documents or the term expressions 17 that define a conjunctive navigation state. Expressed in terms of subsets of documents, a 18 navigation state A refines a navigation state B if the set of documents that corresponds to 19 state A is a subset of the set of documents that corresponds to state B.
Expressed in terms of term expressions, a conjunctive navigation state A refines a conjunctive navigation 21 state B if all of the terms in state B either are in state A or are refined by terms in state A.
22 Referring to Figure 14, the navigation state 226 corresponding to the term expression 1 { Type/Varietal: Red AND Origin: Chile} (document #4) refines the navigation state 224 2 corresponding to { Origin: Chile} (documents #4, #5). Since the refinement relationships 3 among navigation states give rise to a partial order, they are transitive and antisymmetric.
4 In the example, { Type/Varietal: Red AND Origin: Chile} (document #4) refines {Origin:
Chile} (documents #4, #5) and { Origin: Chile} (documents #4, #5) refines {
Origin:
6 South America} (documents #1, #4, #5); therefore, {Type/Varietal: Red AND
Origin:
7 Chile} (document #4) refines {Origin: South America} (documents #1, #4, #5). The root 8 navigation state 222 is defined to be the navigation state corresponding to the entire 9 collection of documents. The leaf navigation states 226 are defined to be those that cannot be further refined, and often (though not necessarily) correspond to individual 11 documents. There can be arbitrarily many intermediate navigation states 224 between the 12 root 222 and the leaves 226. Given a pair of navigation states A and B
where B refines 13 A, there can be multiple paths of intermediate navigation states 224 connecting A to B in 14 the partial order. For convenience of definition in reference to the implementation described herein, a navigation state is considered to refine itself.
16 A user browses the collection of documents by visiting a sequence of one or more 17 navigation states typically starting at the root navigation state 222.
In one embodiment of 18 the present invention, there are three basic modes of navigation among these states. The 19 first mode is refinement, or moving from the current navigation state to a navigation state that refines it. The user can perform refinement either by adding a term through 21 conjunctive selection to the current navigation state or by refining a term in the current 22 navigation state; i.e., replacing a term with a refinement of that term.
After the user adds 1 or refines a term, the new term expression can be mapped to a canonical term expression 2 according to the two-step mapping described above. The second mode is generalization, 3 or moving from the current navigation state to a more general navigation state that the 4 current state refines. The user can perform generalization either by removing a term from the current navigation state or by generalizing a term in the current navigation state; i.e., 6 replacing a current term with a term that the current term refines. After the user removes 7 or generalizes a term, the new term expression can be mapped to a canonical term 8 expression. The third mode is simply creating a query in the form of a desired term 9 expression, which again can be mapped to a canonical term expression to obtain a navigation state.
11 In other embodiments of the present invention, there are additional modes of 12 navigation. In systems that support the corresponding types of navigation states, these 13 modes may include generalization of the navigation state through disjunctive selection, as 14 shown in Figure 16, as well as refinement of the navigation state through negational selection, as shown in Figure 17. In general, terms can be combined using Boolean logic.
16 Although term expressions that are not conjunctive do not necessarily have canonical 17 forms, some implementations may be based on a system that uses a collection of 18 conjunctive navigation states. One implementation is based on logical equivalence rules 19 as described below.
Implementation 21 The knowledge base is transferred to a navigable data structure in order to 22 implement the present invention. The navigation states may be fully precomputed, 1 computed dynamically at run-time, or partially precomputed. A cache may be used to 2 avoid redundant computation of navigation states.
3 In preferred embodiments, the collection of conjunctive navigation states may be 4 represented as a graph¨preferably, a directed acyclic multigraph with labeled edges. A
5 graph is a combinatorial structure consisting of nodes and edges, where each edge links a 6 pair of nodes. The two nodes linked by an edge are called its endpoints.
With respect to 7 the present invention, the nodes correspond to conjunctive navigation states, and the 8 edges represent transitions that refine from one conjunctive navigation state to another.
9 Since refinement is directional, each edge is directed from the more general node to the 10 node that refines it. Because there is a partial order on the navigation states, there can be 11 no directed cycles in the graph, i.e., the graph is acyclic. Preferably, the graph is a 12 multigraph, since it allows the possibility of multiple edges connecting a given pair of 13 nodes. Each edge is labeled with a term. Each edge has the property that starting with 14 the term set of the more general end point, adding the edge term, and using the two-step 15 map to put this term set into canonical form leads to a refinement which results in the 16 navigation state that is the other endpoint. That is, each edge represents a refinement 17 transition between nodes based on the addition of a single term.
18 The following definitions are useful for understanding the structure of the graph:
19 descendant, ancestor, least common ancestor (LCA), proper ancestor, proper descendant, 20 and greatest lower bound (GLB). These definitions apply to the refinement partial order 21 among terms and among nodes. If A and B are terms and B refines A, then B is said to be 22 a descendant of A and A is said to be an ancestor of B. If, furthermore, A and B are 1 distinct terms, then B is said to be a proper descendant of A and A is said to be a proper 2 ancestor of B. The same definitions apply if A and B are both nodes.
3 If C is an ancestor of A and C is also an ancestor of B, then C is said to be a 4 common ancestor of A and B, where A, B, and C are either all terms or all nodes. The minimal elements of the set of common ancestors of A and B are called the least common 6 ancestors (LCAs) of A and B. If no term has a pair of incomparable ancestors, then the 7 LCA of two terms¨or of two nodes¨is unique. For example, the LCA of Origin:
8 Argentina and Origin: Chile is Origin: South America in the partial order of terms 110 of 9 Figure 11B. In general, however, there may be a set of LCAs for a given pair of terms or nodes.
11 In an implementation that fully precomputes the collection of nodes, computation 12 of the nodes in the graphs is preferably performed bottom-up.
13 The leaf nodes in the graph¨that is, the nodes corresponding to leaf navigation 14 states¨may be computed directly from the classified documents.
Typically, but not necessarily, a leaf node will correspond to a set containing a single document. The 16 remaining, non-leaf nodes are obtained by computing the LCA-closure of the leaf 17 nodes¨that is, all of the nodes that are the LCAs of subsets of the leaf nodes.
18 The edges of the graph are determined according to a refinement function, called 19 the R function for notational convenience. The R function takes as arguments two nodes A and B, where A is a proper ancestor of B, and returns the set of maximal terms such 21 that, if term C is in R (A, B), then refining node A with term C results in a node that is a 22 proper descendant of A and an ancestor (not necessarily proper) of B.
For example, in 1 Figure 14, R ({Type/Varietal: Red}, {Type/Varietal: Merlot AND Origin:
Argentina 2 AND Vintage: 1998})= {Type/Varietal: Merlot AND Origin: South America AND
3 Vintage: 1998}. If B1 is an ancestor of B2, then R (A, B1) is a subset of R (A, B2)-4 assuming that A is a proper ancestor of both B1 and B2. For example, R ({
Type/Varietal:
Red}, {Type/Varietal: Red AND Origin: South America}) = {Origin: South America }.
6 In the graph, the edges between nodes A and B will correspond to a subset of the 7 terms in R (A, B). Also, no two edges from a single ancestor node A use the same term 8 for refinement. If node A has a collection of descendant nodes {B1, B2,...} such that term 9 C is in all of the R (A, Bi), then the only edge from node A with term C
goes to LCA (B1, B2,...), which is guaranteed to be the unique maximal node among the Bi. In Figure 14, 11 for example, the edge from node { Type/Varietal: Red} with term Origin:
South America 12 goes to node {Type/Varietal: Red AND Origin: South America} rather than to that node's 13 proper descendants {Type/Varietal: Merlot AND Origin: South America AND
Vintage:
14 1998} and {Type/Varietal: Red AND Origin: Chile }. The LCA-closure property of the graph ensures the existence of a unique maximal node among the B. Thus, each edge 16 maps a node-term pair uniquely to a proper descendant of that node.
17 The LCA-closure of the graph results in the useful property that, for a given term 18 set S, the set of nodes whose term sets refine S has a unique maximal node. This node is 19 called the greatest lower bound (GLB) of S.
The graph may be computed explicitly and stored in a combinatorial data 21 structure; it may be represented implicitly in a structure that does not necessarily contain 22 explicit representations of the nodes and edges; or it may be represented using a method 1 that combines these strategies. Because the navigation system will typically operate on a 2 large collection of documents, it is preferred that the graph be represented by a method 3 that is scalable.
4 The graph could be obtained by computing the LCAs of every possible subset of leaf nodes. Such an approach, however, grows exponentially in the number of leaf nodes, 6 and is inherently not scalable. An alternative strategy for obtaining the LCA closure is to 7 repeatedly consider all pairs of nodes in the graph, check if each pair's LCA is in the 8 graph, and add that LCA to the graph as needed. This strategy, though a significant 9 improvement on the previous one, is still relatively not scalable.
A more efficient way to precompute the nodes is to process the document set 11 sequentially, compute the node for each document, and add that node to the graph along 12 with any other nodes necessary to maintain LCA-closure. The system stores the nodes 13 and edges as a directed acyclic multigraph. The graph is initialized to contain a single 14 node corresponding to the empty term set, the root node. Referring to Figure 15, in process 230 for inserting a new node into the graph, in step 232, for each new document 16 to be inserted into the graph that does not correspond to an existing node, the system 17 creates a new node. In step 234, before inserting the new node into the graph, the system 18 recursively generates and inserts any missing LCA nodes between the root node (or 19 ancestor node) and the new node. To ensure LCA-closure after every node insertion, the system inserts the document node last, in steps 236 and 238, after inserting all the other 21 nodes that are proper ancestors of it.

1 Inserting a new node requires the addition of the appropriate edges from ancestors 2 to the node, in step 236, and to descendants out of the new node, in step 238. The edges 3 into the node are preferably determined by identifying the ancestors that have refinement 4 terms that lead into the new node and do not already have those refinement terms used on edges leading to intermediate ancestors of the new node. The edges out of the node are 6 preferably determined by computing the GLB of the new node and appropriately adding 7 edges from the new node to the GLB and to nodes to which the GLB has edges.
8 The entire graph of conjunctive navigation states may be precomputed by 9 following the above procedures for each document in the collection.
Computation of other types of navigation states is discussed below. Precomputing of the graph may be 11 preferred Where the size of the graph is manageable, or if users are likely to visit every 12 navigation state with equal probability. In practice, however, users typically visit some 13 navigation states more frequently than others. Indeed, as the graph gets larger, some 14 navigation states may never be visited at all. Unfortunately, reliable predictions of the frequency with which navigation states will be visited are difficult. In addition, it is 16 generally not practical to precompute the collection of navigation states that are not 17 conjunctive, as this collection is usually much larger than the collection of conjunctive 18 navigation states.
19 An alternative strategy to precomputing the navigation states is to create indexes that allow the navigation states to be computed dynamically. Specifically, each document 21 can be indexed by all of the terms that are associated with that document or that have 22 refinements associated with that document. The resulting index is generally much 1 smaller in size than a data structure that stores the graph of navigation states. This 2 dynamic approach may save space and precomputation time, but it may do so at the cost 3 of higher response times or greater computational requirements for operation. A dynamic 4 implementation may use a one-argument version of the R function that returns all 5 refinement terms from a given navigation state, as well a procedure for computing the 6 GLB of a term set.
7 It is also possible to precompute a subset of the navigation states. It is preferable 8 to precompute the states that will cost the most to compute dynamically.
For example, if 9 a state corresponds to a large subset of the documents, it may be preferable to compute it 10 in advance. In one possible partial precomputation approach, all navigation states, 1-1 particularly conjunctive ones, corresponding to a subset of documents above a threshold 12 size may be precomputed. Precomputing a state is also preferable if the state will be 13 visited frequently. In some instances it may be possible to predict the frequency with 14 which a navigation state will be visited. Even if the frequency with which a navigation 15 state will be visited cannot be predicted in advance, the need to continually recompute 16 can be reduced by caching the results of dynamic computation. Most recently or most 17 frequently visited states may be cached.
18 As described above with respect to the interface, the system supports at least three 19 kinds of query operations¨namely refinement, generalization, and query by specifying 20 an expression of terms. These operations may be further described in terms of the graph.
21 For query refinement, the system enumerates the terms that are on edges from the node 22 corresponding to the current navigation state. When the user selects a term for 1 refinement, the system responds by presenting the node to which that edge leads.
2 Similarly, for query generalization options, the system enumerates and selects edges that 3 lead to (rather than from) the node corresponding to the current navigation state.
4 Alternatively, query generalization may be implemented as a special case of query by specifying a set of terms. For query by specifying a set of keywords, the system creates a 6 virtual node corresponding to the given term set and determines the GLB
of the virtual 7 node in the graph. If no GLB is found, then there are no documents that satisfy the query.
8 Otherwise, the GLB node will be the most general node in the graph that corresponds to a 9 navigation state where all documents satisfy the query.
The above discussion focuses on how the system represents and computes 11 conjunctive navigation states. In some embodiments of the present invention, the user 12 interface only allows users to navigate among the collection of conjunctive navigation 13 states. In other embodiments, however, users can navigate to navigation states that are 14 not conjunctive. In particular, when the system supports navigation states that are not conjunctive, the user interface may allow users to select terms disjunctively or 16 negationally.
17 If the system includes navigation states that are both conjunctive and disjunctive 18 (e.g., {(Products: DVDs OR Products: Videos) AND Director: Spike Lee}), then in some 19 embodiments, the system only precomputes a subset of the states, particularly if the total number of navigation states is likely to be too large to maintain in memory or even 21 secondary (e.g., disk) storage. By using rules for equivalence of Boolean expressions, it 22 is possible to express any navigation state that mixes conjunction and disjunction in terms 1 of a union of conjunctive navigation states. The above example can be rewritten as 2 {(Products: DVDs AND Director: Spike Lee) OR (Products: Videos AND
Director:
3 Spike Lee)}. This approach leads to an implementation combining conjunctive and 4 disjunctive navigation states based on the above discussion, regardless of whether all, some, or none of the graph of conjunctive navigation states is precomputed.
6 In preferred embodiments, disjunctive selections may be made within, but not 7 between, attributes. When determining the set of disjunctive generalizations, the system 8 does not consider other terms from the attribute of the given disjunction to be in the 9 navigation state. For example, if the navigation state is {Type/Varietal:
Red AND
Origin: Chile} and the system is allowing the disjunctive selection of other countries of 11 origin, then the GLB- and R function will be applied to the set {Type/Varietal: Red} rather 12 than to {Type/Varietal: Red AND Origin: Chile} . Accordingly, the other terms for the 13 attribute of country of origin that are incomparable to "Chile" become generalization 14 options for the navigation state.
If the system includes navigation states that use negation (e.g., {Products:
DVDs 16 AND Genre: Comedy AND (NOT Director: Woody Allen)}), then the negationally 17 selected terms can be applied to navigation states as a post-process filtering operation.
18 The above example can be implemented by taking the conjunctive navigation state 19 {Products: DVDs AND Genre: Comedy} and applying a filter to it that excludes all movies associated with the term Director: Woody Allen. This approach leads to an 21 implementation including negational navigation states based on the above discussion, 1 regardless of whether all, some, or none of the graph of conjunctive navigation states is 2 precomputed.
3 As with disjunction, when determining the set of negational generalizations, the 4 system does not consider other terms from the attribute of the given negation to be in the navigation state. For example, if the navigation state is {Medium: Compact Disc AND
6 Artist: Prince} and the system is allowing the negational selection of other artists (e.g., 7 {Artist: Prince AND NOT (Artist: The Revolution)}), then the GLB and R
function will 8 be applied to the set {Medium: Compact Disc} rather than to {Medium:
Compact Disc 9 AND Artist: Prince} .
Another aspect of the present invention is its scalability through parallel or 11 distributed computation. One way to define scalability in a navigation system is in terms 12 of four problem dimensions: the number of materials in the collection, the number of 13 terms associated with each material in the collection, the rate at which the system 14 processes queries (throughput), and the time necessary to process a query (latency). In this definition, a system as scalable if it can be scaled along any of these four dimensions 16 at a subquadratic cost. In other words:
17 1. If the number of materials in the collection is denoted by the variable ni and the 18 other three problem dimensions are held constant, then the resource requirements 19 are subquadratic in 1 2. If the number of terms associated with each material in the collection is denoted 2 by the variable n2 and the other three problem dimensions are held constant, then 3 the resource requirements are subquadratic in 112.
4 3. If the number of queries that the system processes per second (i.e., the throughput) is denoted by the variable 113 and the other three problem dimensions are held 6 constant, then the resource requirements are subquadratic in 113.
7 4. If the time necessary to process a query (i.e., the latency) is denoted by the 8 variable 114 and the other three problem dimensions are held constant, then the 9 resource requirements are subquadratic in 11114.
Preferably, these resource requirements would be not only subquadratic, but 11 linear. Also included within the concept of scalability, there is an allowance for overhead 12 in creating a network of distributed resources. Typically, this overhead will be 13 logarithmic, since the resources may be arranged in a hierarchical configuration of 14 bounded fan-out.
In some embodiments, the present invention surmounts the limitations of a single 16 computational server's limited resources by allowing for distributing the task of 17 computing the information associated with a navigation state onto a hierarchy of multiple 18 computational servers that act in parallel.
19 One insight that drives this aspect of the present invention is that it is possible to partition the collection of materials among multiple "slave" servers, all of which 21 implement the single-server algorithm for multidimensional navigation, and then to have 1 a "master" server compute navigation states by passing requests onto the set of slave 2 machines and combining the responses. From the outside, the collection of servers 3 appears to act like a single server, but with far greater computational resources than 4 would be possible on a single computational device. Indeed, the distinction between 5 master and slave servers is arbitrary; a slave server can itself have slaves, thus creating a 6 nested hierarchy of servers. Such nesting is useful when the number of slaves exceeds the 7 fan-out capability of a single master server. An exemplary embodiment of such a system 8 is illustrated in Figure 20. In the hierarchical arrangement 500, a master server 520 9 works with slave servers 530, 540. In the hierarchical arrangement shown, slave servers 10 530 are in turn master servers with respects to slave servers 540. The search results are 11 made available to a user on a terminal 510 'through a user interface in accordance with the 12 present invention.
13 The collection of materials may be partitioned by splitting (arbitrarily or 14 otherwise) the materials into disjoint subsets, where each subset is assigned to its own 15 server. The subsets may be roughly equal in size, or they might vary in size to reflect the 16 differing computational resources available to each server.
17 The algorithm for distributing the task of computing the information associated 18 with a navigation state includes three steps. The steps of the algorithm are indicated in 19 Figure 20. In the first step, the query, which is a request for a valid navigation state, is 20 submitted to the master server 520, which forwards the query to each of the slave servers 21 530. If the servers are nested, the requests are forwarded through the hierarchy of servers 22 500 until they reach the leaf servers 540 in the hierarchy. In the second step, each slave The master server receives the original request and farms it out to the slave The master server, in contrast, only performs a combination step. The 17 The slave servers all process the same query, but on different partitions of the 1 Typically, there will be some overlap among the different sets of refinement 2 options returned by each slave server. If the sets are not disjoint, duplicates can be 3 eliminated in this combination step.
4 When there are refinement relationships among the terms that are refinement options returned by the slave servers, the combination algorithm computes, for every set 6 of related terms, the least common ancestor or ancestors (LCA) of the terms, as defined 7 by the partial order among the terms. One algorithm for combining the refinement 8 options is outlined in Figure 21. In step 552, the master server receives and takes the 9 union of all of the terms, xi, X2, Xn, returned as refinement options for the navigation state from the slave servers. In step 554, the master server computes the set of ancestors 11 Ai, A2, .-.. An, for each of the terms, xi, X2, xn, respectively. In step 556, the master 12 server computes the intersection A of all of the sets of ancestors, Ai, A2, ... An. In step 13 558, the master server computes the set M of minimal terms in A. The set M, formed of 14 the least common ancestors of the terms xi, x2, ... xn, returned by the slave servers, is the set of refinement options corresponding to the result navigation state. This combination 16 procedure is applied whether the refinement options are conjunctive, disjunctive, or 17 negational.
18 In summary, the master server receives a request for a navigation state, forwards 19 this request to each of the slave servers, combines their results with a union operation, and then computes, for every set of terms, the least common ancestor or ancestors of the 21 set.

1 There are at least two ways to compute the LCA of the terms. One approach is to 2 store all non-leaf terms on the master server. This strategy is reasonably memory 3 efficient, since, in practice, most of the terms are leaves (minimal elements) in the partial 4 order. A second approach is to include the ancestors when returning the terms that are refinements. This approach saves memory at the expense of increasing the size of the 6 data being transferred. The latter overhead is reasonable, since, in practice, a term 7 typically has very few ancestors.
8 The navigation system of the present invention allows information providers to 9 overlay a navigation system over any collection of documents. The knowledge base and navigation aspects of the invention can be performed independently by different 11 providers, and information providers may outsource the-se functions to separate entities.
12 Similarly, a generated knowledge base may be imported by a navigation specialist.
13 Information providers may also outsource this navigation requirement to a navigation 14 system provider. A navigation system provider could charge customers a license fee for the system independent of the amount of its usage. Alternatively, a navigation system 16 provider could charge customers on a per-click basis, a per-purchase basis if products are 17 available via the system, or per-transaction generated from a click through the navigation 18 system. A navigation system provider could also function as an aggregator -- compiling 19 records from a number of sources, combining them into a global data set, and generating a navigation system to search the data set. The navigation system can be implemented as 21 software provided on a disk, on a CD, in memory, etc., or provided electronically (such as 22 over the Internet).

A navigation system in accordance with the present invention may also enhance user profiling capability and merchandising capability. The navigation system may maintain a profile of users based on the users' selections, including the particular paths selected to explore the collection of navigation states.
Using the knowledge base, the system may also infer additional information regarding the users' preferences and interests by supplementing the selection information with information regarding related documents, attributes and terms in the knowledge base.
That information may be used to market goods and services related to the documents of interest to the user.
The foregoing description has been directed to specific embodiments of the invention. The invention may be embodied in other specific forms without departing from the scope of the invention. The embodiments, figures, terms and examples used herein are intended by way of reference and illustration only and not by way of limitation. The scope of the invention is indicated by the appended claims and all changes that come within the meaning and scope of equivalency of the claims are intended to be embraced therein.
We claim:

Claims (11)

CLAIMS:
1. A
method of providing an information navigation system, the information navigation system including a set of materials, a plurality of attributes characterizing the materials, a plurality of values describing the materials, each of the values having an association with at least one of the attributes, each association defining an attribute-value pair, some of the attribute-value pairs refining other of the attribute-value pairs, a plurality of navigation states, each navigation state corresponding to a particular expression of attribute-value pairs and to a particular subset of the materials, comprising the steps of:
partitioning the materials among a plurality of servers;
generating a partial set of pre-computed navigation states, on at least some of the plurality of servers;
storing the partial set of pre-computed navigation states on a respective one of the plurality of servers;
providing an interface to the information navigation system, the interface providing a plurality of transitions, each transition providing a direct path between two of the navigation states, wherein each transition represents a change from the expression of attribute-value pairs corresponding to an originating navigation to the expression of attribute-value pairs corresponding to a destination navigation state, wherein a series of one or more transitions provides a path between any two navigation states, there being more than one path between at least a first of the navigation states and a second of the navigation states;
accepting a query to the navigation system; and determining a plurality of responsive navigation states on at least some of the plurality of servers;

communicating the plurality of responsive navigation states to at least one master server;
returning, by the at least one master server, a responsive navigation state from the plurality of responsive pre-computed navigation states or computing a responsive navigation state on the plurality of servers operating as slaves to the master server;
determining at least one least common ancestor for the responsive pre-computed navigation state or the computed responsive navigation states;
wherein the act of returning the responsive navigation state, includes an act of reconciling received navigation states, based at least in part, on the at least one common ancestor received from the plurality of servers; and wherein the step of returning a responsive navigation state includes returning a navigation state computed by a plurality of servers acting in parallel.
2. The method of claim 1, further including the step of partitioning the materials among the plurality of servers.
3. The method of claim 2, wherein the plurality of servers are nested hierarchically.
4. The method of claim 3, wherein a root server of the plurality of servers acts as a master server and some of the plurality of servers act as slave servers, further including the steps of the master server distributing a request for a navigation state on to a plurality of slave servers, the slave servers computing navigation states for those requests and returning the results to the master server, and the master server combining the results from the slave servers to obtain a navigation state corresponding to the request.
5. The method of claim 4, wherein the combining step includes computing least common ancestors of attribute-value pairs corresponding to the navigation states returned by the slave servers.
6. A method of providing an information navigation system, the information navigation system including a set of materials, a plurality of attributes characterizing the materials, a plurality of values describing the materials, each of the values having an association with at least one of the attributes, each association defining an attribute-value pair, some of the attribute-value pairs refining other of the attribute-value pairs, a plurality of navigation states, each navigation state corresponding to a particular expression of attribute-value pairs and to a particular subset of the materials, comprising the steps of:
storing the navigation states in an implicit representation;
providing an interface to the navigation system, the interface providing a plurality of transitions, each transition providing a direct path between two of the navigation states, wherein each transition represents a change from the expression of attribute-value pairs corresponding to an originating navigation state to the expression of attribute-value pairs corresponding to a destination navigation state, wherein a series of one or more transitions provides a path between any two navigation states, there being more than one path between at least a first of the navigation states and a second of the navigation states;
accepting a query to the navigation system;
generating a responsive navigation state from the implicit representation; and presenting the responsive navigation state;
wherein the step of generating a responsive navigation state includes steps of:

computing a responsive navigation state using a plurality of servers acting in parallel, determining on at least two of the plurality of servers a respective at least one least common ancestor for a respective responsive navigation state, communicating the respective responsive navigation state and the respective at least one common ancestor, and wherein the act of computing the responsive navigation state includes an act of reconciling received navigation states, based at least in part, on the at least one common ancestor communicated.
7. The method of claim 6, further including the step of partitioning the materials among the plurality of servers.
8. The method of claim 7, wherein the plurality of servers are nested hierarchically.
9. The method of claim 8, wherein a root server of the plurality of servers acts as a master server and some of the plurality of servers act as slave servers, further including the steps of the master server distributing a request for a navigation state on to a plurality of slave servers, the slave servers computing navigation states for those requests and returning the results to the master server, and the master server combining the results from the slave servers to obtain a navigation state corresponding to the request.
10. The method of claim 9, wherein the combining step includes the computation of least common ancestors of attribute-value pairs corresponding to the navigation states returned by the slave servers.
11. The method of claim 6, further including the step of storing the responsive navigation state in a cache.
CA2461195A 2001-09-21 2002-08-09 Scalable hierarchical data-driven navigation system and method for information retrieval Expired - Lifetime CA2461195C (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US09/961,131 2001-09-21
US09/961,131 US7617184B2 (en) 2000-05-18 2001-09-21 Scalable hierarchical data-driven navigation system and method for information retrieval
PCT/US2002/025484 WO2003027901A1 (en) 2001-09-21 2002-08-09 Scalable hierarchical data-driven navigation system and method for information retrieval

Publications (2)

Publication Number Publication Date
CA2461195A1 CA2461195A1 (en) 2003-04-03
CA2461195C true CA2461195C (en) 2014-07-08

Family

ID=25504108

Family Applications (1)

Application Number Title Priority Date Filing Date
CA2461195A Expired - Lifetime CA2461195C (en) 2001-09-21 2002-08-09 Scalable hierarchical data-driven navigation system and method for information retrieval

Country Status (4)

Country Link
US (1) US7617184B2 (en)
EP (1) EP1436734A1 (en)
CA (1) CA2461195C (en)
WO (1) WO2003027901A1 (en)

Families Citing this family (67)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090077020A9 (en) * 1998-12-04 2009-03-19 Toong Hoo-Min Systems and methods of searching databases
US7035864B1 (en) * 2000-05-18 2006-04-25 Endeca Technologies, Inc. Hierarchical data-driven navigation system and method for information retrieval
US7269546B2 (en) * 2001-05-09 2007-09-11 International Business Machines Corporation System and method of finding documents related to other documents and of finding related words in response to a query to refine a search
JP3773426B2 (en) * 2001-07-18 2006-05-10 株式会社日立製作所 Preprocessing method and preprocessing system in data mining
IL145104A (en) * 2001-08-23 2007-02-11 Gregory Bondar Method and system for balancing the load of a computer resource between computers
AUPR796801A0 (en) * 2001-09-27 2001-10-25 Plugged In Communications Pty Ltd Computer user interface tool for navigation of data stored in directed graphs
US7080059B1 (en) 2002-05-13 2006-07-18 Quasm Corporation Search and presentation engine
US8316001B1 (en) 2002-07-22 2012-11-20 Ipvision, Inc. Apparatus and method for performing analyses on data derived from a web-based search engine
IL152530A0 (en) * 2002-10-28 2003-05-29 Sphera Corp Hierarchical repository for configuration-related and performance-related information related to computerized systems
US20050038781A1 (en) * 2002-12-12 2005-02-17 Endeca Technologies, Inc. Method and system for interpreting multiple-term queries
US8037082B2 (en) * 2003-07-22 2011-10-11 International Business Machines Corporation Isolated ordered regions (IOR) node order
US7428528B1 (en) * 2004-03-31 2008-09-23 Endeca Technologies, Inc. Integrated application for manipulating content in a hierarchical data-driven search and navigation system
US8612208B2 (en) 2004-04-07 2013-12-17 Oracle Otc Subsidiary Llc Ontology for use with a system, method, and computer readable medium for retrieving information and response to a query
US7747601B2 (en) * 2006-08-14 2010-06-29 Inquira, Inc. Method and apparatus for identifying and classifying query intent
US8082264B2 (en) * 2004-04-07 2011-12-20 Inquira, Inc. Automated scheme for identifying user intent in real-time
US8346593B2 (en) 2004-06-30 2013-01-01 Experian Marketing Solutions, Inc. System, method, and software for prediction of attitudinal and message responsiveness
US8245150B2 (en) * 2004-11-22 2012-08-14 Caterpillar Inc. Parts catalog system
US7987187B2 (en) * 2004-12-27 2011-07-26 Sap Aktiengesellschaft Quantity offsetting service
US20070088681A1 (en) * 2005-10-17 2007-04-19 Veveo, Inc. Method and system for offsetting network latencies during incremental searching using local caching and predictive fetching of results from a remote server
US7493317B2 (en) * 2005-10-20 2009-02-17 Omniture, Inc. Result-based triggering for presentation of online content
US8019752B2 (en) * 2005-11-10 2011-09-13 Endeca Technologies, Inc. System and method for information retrieval from object collections with complex interrelationships
US8271521B2 (en) * 2006-03-20 2012-09-18 Blue Nile, Inc. Computerized search technique, such as an internet-based gemstone search technique
US7921099B2 (en) * 2006-05-10 2011-04-05 Inquira, Inc. Guided navigation system
US8781813B2 (en) 2006-08-14 2014-07-15 Oracle Otc Subsidiary Llc Intent management tool for identifying concepts associated with a plurality of users' queries
US8533602B2 (en) 2006-10-05 2013-09-10 Adobe Systems Israel Ltd. Actionable reports
US7752236B2 (en) * 2006-11-03 2010-07-06 Experian Marketing Solutions, Inc. Systems and methods of enhancing leads
US8027871B2 (en) 2006-11-03 2011-09-27 Experian Marketing Solutions, Inc. Systems and methods for scoring sales leads
US8135607B2 (en) * 2006-11-03 2012-03-13 Experian Marketing Solutions, Inc. System and method of enhancing leads by determining contactability scores
US7930313B1 (en) * 2006-11-22 2011-04-19 Adobe Systems Incorporated Controlling presentation of refinement options in online searches
US8095476B2 (en) * 2006-11-27 2012-01-10 Inquira, Inc. Automated support scheme for electronic forms
US8676802B2 (en) 2006-11-30 2014-03-18 Oracle Otc Subsidiary Llc Method and system for information retrieval with clustering
US20080189163A1 (en) * 2007-02-05 2008-08-07 Inquira, Inc. Information management system
US9411903B2 (en) 2007-03-05 2016-08-09 Oracle International Corporation Generalized faceted browser decision support tool
US8868620B2 (en) * 2007-06-08 2014-10-21 International Business Machines Corporation Techniques for composing data queries
FR2917518B1 (en) * 2007-06-13 2009-10-02 Compario Sarl METHOD FOR SORTING INFORMATION
US9147213B2 (en) 2007-10-26 2015-09-29 Zazzle Inc. Visualizing a custom product in situ
US7856434B2 (en) 2007-11-12 2010-12-21 Endeca Technologies, Inc. System and method for filtering rules for manipulating search results in a hierarchical search and navigation system
US8086496B2 (en) * 2008-02-05 2011-12-27 Microsoft Corporation Aggregation of product data provided from external sources for presentation on an E-commerce website
US8370346B2 (en) * 2008-12-10 2013-02-05 Microsoft Corporation Micro-browser viewers and searching
CN102317935B (en) 2008-12-30 2016-07-06 意大利电信股份公司 Communication service based on context
WO2010075889A1 (en) * 2008-12-30 2010-07-08 Telecom Italia S.P.A. Method and system for content classification
US8639920B2 (en) 2009-05-11 2014-01-28 Experian Marketing Solutions, Inc. Systems and methods for providing anonymized user profile data
US8244749B1 (en) * 2009-06-05 2012-08-14 Google Inc. Generating sibling query refinements
US8930377B2 (en) * 2010-03-24 2015-01-06 Taykey Ltd. System and methods thereof for mining web based user generated content for creation of term taxonomies
US9183292B2 (en) 2010-03-24 2015-11-10 Taykey Ltd. System and methods thereof for real-time detection of an hidden connection between phrases
US8782046B2 (en) 2010-03-24 2014-07-15 Taykey Ltd. System and methods for predicting future trends of term taxonomies usage
US9946775B2 (en) 2010-03-24 2018-04-17 Taykey Ltd. System and methods thereof for detection of user demographic information
US10600073B2 (en) 2010-03-24 2020-03-24 Innovid Inc. System and method for tracking the performance of advertisements and predicting future behavior of the advertisement
US8326861B1 (en) * 2010-06-23 2012-12-04 Google Inc. Personalized term importance evaluation in queries
KR101440254B1 (en) * 2011-02-04 2014-09-16 라쿠텐 인코포레이티드 Information supply device
AU2012301603B2 (en) * 2011-08-31 2015-12-24 Zazzle Inc. Product options framework and accessories
US10304036B2 (en) 2012-05-07 2019-05-28 Nasdaq, Inc. Social media profiling for one or more authors using one or more social media platforms
US9418389B2 (en) 2012-05-07 2016-08-16 Nasdaq, Inc. Social intelligence architecture using social media message queues
US9087055B2 (en) 2013-01-28 2015-07-21 International Business Machines Corporation Segmenting documents within a full text index
US9898398B2 (en) 2013-12-30 2018-02-20 Microsoft Technology Licensing, Llc Re-use of invalidated data in buffers
US9430508B2 (en) 2013-12-30 2016-08-30 Microsoft Technology Licensing, Llc Disk optimized paging for column oriented databases
US9723054B2 (en) * 2013-12-30 2017-08-01 Microsoft Technology Licensing, Llc Hierarchical organization for scale-out cluster
US9690546B2 (en) * 2014-03-26 2017-06-27 Software Ag Method and system for transitive traversal service discovery
US11257117B1 (en) 2014-06-25 2022-02-22 Experian Information Solutions, Inc. Mobile device sighting location analytics and profiling system
US20160124611A1 (en) * 2014-10-31 2016-05-05 General Electric Company Non-hierarchial input data drivendynamic navigation
EP3286667A1 (en) * 2015-04-20 2018-02-28 Qwant Method for searching for pages accessible over a network
US9767309B1 (en) 2015-11-23 2017-09-19 Experian Information Solutions, Inc. Access control system for implementing access restrictions of regulated database records while identifying and providing indicators of regulated database records matching validation criteria
US9552412B1 (en) * 2016-04-07 2017-01-24 Quid, Inc. Boolean-query composer
US20180060954A1 (en) 2016-08-24 2018-03-01 Experian Information Solutions, Inc. Sensors and system for detection of device movement and authentication of device user based on messaging service data from service provider
US10691407B2 (en) 2016-12-14 2020-06-23 Kyruus, Inc. Methods and systems for analyzing speech during a call and automatically modifying, during the call, a call center referral interface
US11151199B2 (en) * 2019-01-07 2021-10-19 EMC IP Holding Company LLC Query result overlap detection using unique identifiers
US11682041B1 (en) 2020-01-13 2023-06-20 Experian Marketing Solutions, Llc Systems and methods of a tracking analytics platform

Family Cites Families (165)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5696916A (en) 1985-03-27 1997-12-09 Hitachi, Ltd. Information storage and retrieval system and display method therefor
JPS61220027A (en) 1985-03-27 1986-09-30 Hitachi Ltd Information memory system
US5206949A (en) 1986-09-19 1993-04-27 Nancy P. Cochran Database search and record retrieval system which continuously displays category names during scrolling and selection of individually displayed search terms
US4879648A (en) 1986-09-19 1989-11-07 Nancy P. Cochran Search system which continuously displays search terms during scrolling and selections of individually displayed data sets
US4775935A (en) 1986-09-22 1988-10-04 Westinghouse Electric Corp. Video merchandising system with variable and adoptive product sequence presentation order
US4996642A (en) 1987-10-01 1991-02-26 Neonics, Inc. System and method for recommending items
US5241671C1 (en) 1989-10-26 2002-07-02 Encyclopaedia Britannica Educa Multimedia search system using a plurality of entry path means which indicate interrelatedness of information
US5418717A (en) 1990-08-27 1995-05-23 Su; Keh-Yih Multiple score language processing system
US5485621A (en) 1991-05-10 1996-01-16 Siemens Corporate Research, Inc. Interactive method of using a group similarity measure for providing a decision on which groups to combine
US5440742A (en) 1991-05-10 1995-08-08 Siemens Corporate Research, Inc. Two-neighborhood method for computing similarity between two groups of objects
US5265065A (en) 1991-10-08 1993-11-23 West Publishing Company Method and apparatus for information retrieval from a database by replacing domain specific stemmed phases in a natural language to create a search query
GB9220404D0 (en) 1992-08-20 1992-11-11 Nat Security Agency Method of identifying,retrieving and sorting documents
JP3270783B2 (en) 1992-09-29 2002-04-02 ゼロックス・コーポレーション Multiple document search methods
JPH06176081A (en) 1992-12-02 1994-06-24 Hitachi Ltd Hierarchical structure browsing method and device
US5634128A (en) 1993-09-24 1997-05-27 International Business Machines Corporation Method and system for controlling access to objects in a data processing system
JPH07105239A (en) 1993-09-30 1995-04-21 Omron Corp Data base managing method and data base retrieving method
US5991751A (en) * 1997-06-02 1999-11-23 Smartpatents, Inc. System, method, and computer program product for patent-centric and group-oriented data processing
US5600831A (en) 1994-02-28 1997-02-04 Lucent Technologies Inc. Apparatus and methods for retrieving information by modifying query plan based on description of information sources
US5548506A (en) 1994-03-17 1996-08-20 Srinivasan; Seshan R. Automated, electronic network based, project management server system, for managing multiple work-groups
CA2120447C (en) 1994-03-31 1998-08-25 Robert Lizee Automatically relaxable query for information retrieval
US5590269A (en) 1994-04-22 1996-12-31 Minnesota Mining & Manufacturing Company Resource assignment system providing mixed-initiative user interface updates
US5630125A (en) 1994-05-23 1997-05-13 Zellweger; Paul Method and apparatus for information management using an open hierarchical data structure
US5623652A (en) * 1994-07-25 1997-04-22 Apple Computer, Inc. Method and apparatus for searching for information in a network and for controlling the display of searchable information on display devices in the network
US5706497A (en) 1994-08-15 1998-01-06 Nec Research Institute, Inc. Document retrieval using fuzzy-logic inference
US5600829A (en) 1994-09-02 1997-02-04 Wisconsin Alumni Research Foundation Computer database matching a user query to queries indicating the contents of individual database tables
US5715444A (en) 1994-10-14 1998-02-03 Danish; Mohamed Sherif Method and system for executing a guided parametric search
JP2809341B2 (en) 1994-11-18 1998-10-08 松下電器産業株式会社 Information summarizing method, information summarizing device, weighting method, and teletext receiving device.
US6029195A (en) 1994-11-29 2000-02-22 Herz; Frederick S. M. System for customized electronic identification of desirable objects
US5546576A (en) 1995-02-17 1996-08-13 International Business Machines Corporation Query optimizer system that detects and prevents mutating table violations of database integrity in a query before execution plan generation
JP3049636B2 (en) 1995-03-31 2000-06-05 株式会社日立製作所 Data analysis method
US5749081A (en) 1995-04-06 1998-05-05 Firefly Network, Inc. System and method for recommending items to a user
US5675784A (en) 1995-05-31 1997-10-07 International Business Machnes Corporation Data structure for a relational database system for collecting component and specification level data related to products
US6112186A (en) 1995-06-30 2000-08-29 Microsoft Corporation Distributed system for facilitating exchange of user information and opinion using automated collaborative filtering
US6092049A (en) 1995-06-30 2000-07-18 Microsoft Corporation Method and apparatus for efficiently recommending items using automated collaborative filtering and feature-guided automated collaborative filtering
US5724571A (en) 1995-07-07 1998-03-03 Sun Microsystems, Inc. Method and apparatus for generating query responses in a computer-based document retrieval system
US5740425A (en) 1995-09-26 1998-04-14 Povilus; David S. Data structure and method for publishing electronic and printed product catalogs
US5870746A (en) 1995-10-12 1999-02-09 Ncr Corporation System and method for segmenting a database based upon data attributes
US5983220A (en) 1995-11-15 1999-11-09 Bizrate.Com Supporting intuitive decision in complex multi-attributive domains using fuzzy, hierarchical expert models
JPH09156438A (en) 1995-12-07 1997-06-17 Kansei Corp Occupant detecting device
US5787422A (en) 1996-01-11 1998-07-28 Xerox Corporation Method and apparatus for information accesss employing overlapping clusters
US6014655A (en) 1996-03-13 2000-01-11 Hitachi, Ltd. Method of retrieving database
US5926811A (en) 1996-03-15 1999-07-20 Lexis-Nexis Statistical thesaurus, method of forming same, and use thereof in query expansion in automated text searching
US5978794A (en) 1996-04-09 1999-11-02 International Business Machines Corporation Method and system for performing spatial similarity joins on high-dimensional points
US5768581A (en) 1996-05-07 1998-06-16 Cochran; Nancy Pauline Apparatus and method for selecting records from a computer database by repeatedly displaying search terms from multiple list identifiers before either a list identifier or a search term is selected
US5920859A (en) 1997-02-05 1999-07-06 Idd Enterprises, L.P. Hypertext document retrieval system and method
US5864846A (en) 1996-06-28 1999-01-26 Siemens Corporate Research, Inc. Method for facilitating world wide web searches utilizing a document distribution fusion strategy
US5864845A (en) 1996-06-28 1999-01-26 Siemens Corporate Research, Inc. Facilitating world wide web searches utilizing a multiple search engine query clustering fusion strategy
US5893104A (en) 1996-07-09 1999-04-06 Oracle Corporation Method and system for processing queries in a database system using index structures that are not native to the database system
US5864863A (en) 1996-08-09 1999-01-26 Digital Equipment Corporation Method for parsing, indexing and searching world-wide-web pages
JP3148692B2 (en) 1996-09-04 2001-03-19 株式会社エイ・ティ・アール音声翻訳通信研究所 Similarity search device
US5897639A (en) 1996-10-07 1999-04-27 Greef; Arthur Reginald Electronic catalog system and method with enhanced feature-based search
US5852822A (en) 1996-12-09 1998-12-22 Oracle Corporation Index-only tables with nested group keys
US5907838A (en) 1996-12-10 1999-05-25 Seiko Epson Corporation Information search and collection method and system
US5950189A (en) 1997-01-02 1999-09-07 At&T Corp Retrieval system and method
US5924105A (en) 1997-01-27 1999-07-13 Michigan State University Method and product for determining salient features for use in information searching
US5978799A (en) 1997-01-30 1999-11-02 Hirsch; G. Scott Search engine including query database, user profile database, information templates and email facility
US5875446A (en) 1997-02-24 1999-02-23 International Business Machines Corporation System and method for hierarchically grouping and ranking a set of objects in a query context based on one or more relationships
US6006218A (en) 1997-02-28 1999-12-21 Microsoft Methods and apparatus for retrieving and/or processing retrieved information as a function of a user's estimated knowledge
US6226745B1 (en) 1997-03-21 2001-05-01 Gio Wiederhold Information sharing system and method with requester dependent sharing and security rules
US6272507B1 (en) 1997-04-09 2001-08-07 Xerox Corporation System for ranking search results from a collection of documents using spreading activation techniques
US5835905A (en) 1997-04-09 1998-11-10 Xerox Corporation System for predicting documents relevant to focus documents by spreading activation through network representations of a linked collection of documents
US5895470A (en) 1997-04-09 1999-04-20 Xerox Corporation System for categorizing documents in a linked collection of documents
US5978788A (en) 1997-04-14 1999-11-02 International Business Machines Corporation System and method for generating multi-representations of a data cube
US5878423A (en) 1997-04-21 1999-03-02 Bellsouth Corporation Dynamically processing an index to create an ordered set of questions
US6006222A (en) 1997-04-25 1999-12-21 Culliss; Gary Method for organizing information
US5875440A (en) 1997-04-29 1999-02-23 Teleran Technologies, L.P. Hierarchically arranged knowledge domains
US5983223A (en) 1997-05-06 1999-11-09 Novell, Inc. Method and apparatus for determining a longest matching prefix from a dictionary of prefixes
US5970489A (en) 1997-05-20 1999-10-19 At&T Corp Method for using region-sets to focus searches in hierarchical structures
US6038560A (en) 1997-05-21 2000-03-14 Oracle Corporation Concept knowledge base search and retrieval system
US5940821A (en) 1997-05-21 1999-08-17 Oracle Corporation Information presentation in a knowledge base search and retrieval system
US6460034B1 (en) * 1997-05-21 2002-10-01 Oracle Corporation Document knowledge base research and retrieval system
IL121181A0 (en) * 1997-06-27 1997-11-20 Agentics Ltd A method and system for unifying multiple information resources into hierarchial integrated information resource accessible by means of user interface
US5873075A (en) 1997-06-30 1999-02-16 International Business Machines Corporation Synchronization of SQL actions in a relational database system
JP3607462B2 (en) 1997-07-02 2005-01-05 松下電器産業株式会社 Related keyword automatic extraction device and document search system using the same
US6014665A (en) 1997-08-01 2000-01-11 Culliss; Gary Method for organizing information
US5987470A (en) 1997-08-21 1999-11-16 Sandia Corporation Method of data mining including determining multidimensional coordinates of each item using a predetermined scalar similarity value for each item pair
US6167397A (en) 1997-09-23 2000-12-26 At&T Corporation Method of clustering electronic documents in response to a search query
US6012066A (en) 1997-10-01 2000-01-04 Vallon, Inc. Computerized work flow system
US6269368B1 (en) 1997-10-17 2001-07-31 Textwise Llc Information retrieval using dynamic evidence combination
US5986655A (en) 1997-10-28 1999-11-16 Xerox Corporation Method and system for indexing and controlling the playback of multimedia documents
US5991756A (en) 1997-11-03 1999-11-23 Yahoo, Inc. Information retrieval from hierarchical compound documents
US6014639A (en) 1997-11-05 2000-01-11 International Business Machines Corporation Electronic catalog system for exploring a multitude of hierarchies, using attribute relevance and forwarding-checking
US6006217A (en) 1997-11-07 1999-12-21 International Business Machines Corporation Technique for providing enhanced relevance information for documents retrieved in a multi database search
US5943670A (en) 1997-11-21 1999-08-24 International Business Machines Corporation System and method for categorizing objects in combined categories
US6014657A (en) 1997-11-27 2000-01-11 International Business Machines Corporation Checking and enabling database updates with a dynamic multi-modal, rule base system
US5987468A (en) 1997-12-12 1999-11-16 Hitachi America Ltd. Structure and method for efficient parallel high-dimensional similarity join
US6094650A (en) 1997-12-15 2000-07-25 Manning & Napier Information Services Database analysis using a probabilistic ontology
US6260008B1 (en) 1998-01-08 2001-07-10 Sharp Kabushiki Kaisha Method of and system for disambiguating syntactic word multiples
US6028605A (en) 1998-02-03 2000-02-22 Documentum, Inc. Multi-dimensional analysis of objects by manipulating discovered semantic properties
US6038574A (en) 1998-03-18 2000-03-14 Xerox Corporation Method and apparatus for clustering a collection of linked documents using co-citation analysis
US6236987B1 (en) * 1998-04-03 2001-05-22 Damon Horowitz Dynamic content organization in information retrieval systems
US6049797A (en) 1998-04-07 2000-04-11 Lucent Technologies, Inc. Method, apparatus and programmed medium for clustering databases with categorical attributes
US6483523B1 (en) * 1998-05-08 2002-11-19 Institute For Information Industry Personalized interface browser and its browsing method
US6424983B1 (en) * 1998-05-26 2002-07-23 Global Information Research And Technologies, Llc Spelling and grammar checking system
US6006225A (en) 1998-06-15 1999-12-21 Amazon.Com Refining search queries by the suggestion of correlated terms from prior searches
US6144958A (en) * 1998-07-15 2000-11-07 Amazon.Com, Inc. System and method for correcting spelling errors in search queries
US6360277B1 (en) * 1998-07-22 2002-03-19 Crydom Corporation Addressable intelligent relay
US6363377B1 (en) * 1998-07-30 2002-03-26 Sarnoff Corporation Search data processor
US6240409B1 (en) 1998-07-31 2001-05-29 The Regents Of The University Of California Method and apparatus for detecting and summarizing document similarity within large document sets
US6035294A (en) 1998-08-03 2000-03-07 Big Fat Fish, Inc. Wide access databases and database systems
US6167368A (en) 1998-08-14 2000-12-26 The Trustees Of Columbia University In The City Of New York Method and system for indentifying significant topics of a document
US6243713B1 (en) 1998-08-24 2001-06-05 Excalibur Technologies Corp. Multimedia document retrieval by application of multimedia queries to a unified index of multimedia data for a plurality of multimedia data types
US6356899B1 (en) * 1998-08-29 2002-03-12 International Business Machines Corporation Method for interactively creating an information database including preferred information elements, such as preferred-authority, world wide web pages
US6266649B1 (en) 1998-09-18 2001-07-24 Amazon.Com, Inc. Collaborative recommendations using item-to-item similarity mappings
US6289354B1 (en) 1998-10-07 2001-09-11 International Business Machines Corporation System and method for similarity searching in high-dimensional data space
US6236985B1 (en) 1998-10-07 2001-05-22 International Business Machines Corporation System and method for searching databases with applications such as peer groups, collaborative filtering, and e-commerce
US6418429B1 (en) * 1998-10-21 2002-07-09 Apple Computer, Inc. Portable browsing interface for information retrieval
US6385602B1 (en) * 1998-11-03 2002-05-07 E-Centives, Inc. Presentation of search results using dynamic categorization
US6480843B2 (en) * 1998-11-03 2002-11-12 Nec Usa, Inc. Supporting web-query expansion efficiently using multi-granularity indexing and query processing
US6263334B1 (en) 1998-11-11 2001-07-17 Microsoft Corporation Density-based indexing method for efficient execution of high dimensional nearest-neighbor queries on large databases
IT1303603B1 (en) * 1998-12-16 2000-11-14 Giovanni Sacco DYNAMIC TAXONOMY PROCEDURE FOR FINDING INFORMATION ON LARGE HETEROGENEOUS DATABASES.
US6598054B2 (en) * 1999-01-26 2003-07-22 Xerox Corporation System and method for clustering data objects in a collection
US6374241B1 (en) * 1999-03-31 2002-04-16 Verizon Laboratories Inc. Data merging techniques
US6633860B1 (en) * 1999-04-22 2003-10-14 Ramot At Tel Aviv University Ltd. Method for fast multi-dimensional packet classification
US6633316B1 (en) * 1999-05-13 2003-10-14 International Business Machines Corporation Method and apparatus for implementing direct link selection of cached, previously visited links in nested web pages
US6618697B1 (en) * 1999-05-14 2003-09-09 Justsystem Corporation Method for rule-based correction of spelling and grammar errors
US6266199B1 (en) 1999-05-18 2001-07-24 International Business Machines Corporation Method of apparatus to characterize and limit the effect of disk damage in a hard disk drive
US6711585B1 (en) * 1999-06-15 2004-03-23 Kanisa Inc. System and method for implementing a knowledge management system
US6429984B1 (en) * 1999-08-06 2002-08-06 Komag, Inc Circuit and method for refreshing data recorded at a density sufficiently high to undergo thermal degradation
US6490111B1 (en) * 1999-08-25 2002-12-03 Seagate Technology Llc Method and apparatus for refreshing servo patterns in a disc drive
US6345273B1 (en) * 1999-10-27 2002-02-05 Nancy P. Cochran Search system having user-interface for searching online information
US6424971B1 (en) * 1999-10-29 2002-07-23 International Business Machines Corporation System and method for interactive classification and analysis of data
US6539376B1 (en) * 1999-11-15 2003-03-25 International Business Machines Corporation System and method for the automatic mining of new relationships
US6651058B1 (en) * 1999-11-15 2003-11-18 International Business Machines Corporation System and method of automatic discovery of terms in a document that are relevant to a given target topic
US6505197B1 (en) * 1999-11-15 2003-01-07 International Business Machines Corporation System and method for automatically and iteratively mining related terms in a document through relations and patterns of occurrences
US6489968B1 (en) * 1999-11-18 2002-12-03 Amazon.Com, Inc. System and method for exposing popular categories of browse tree
US6466918B1 (en) * 1999-11-18 2002-10-15 Amazon. Com, Inc. System and method for exposing popular nodes within a browse tree
DE29923087U1 (en) * 1999-12-31 2001-05-10 Karmann Gmbh W Folding top for a convertible vehicle
WO2001067300A1 (en) * 2000-03-03 2001-09-13 Robert Fish Improved parameter-value databases
US6560597B1 (en) * 2000-03-21 2003-05-06 International Business Machines Corporation Concept decomposition using clustering
US20010044837A1 (en) * 2000-03-30 2001-11-22 Iqbal Talib Methods and systems for searching an information directory
AU2001249805A1 (en) * 2000-04-03 2001-10-15 3-Dimensional Pharmaceuticals, Inc. Method, system, and computer program product for representing object relationships in a multidimensional space
US7062483B2 (en) * 2000-05-18 2006-06-13 Endeca Technologies, Inc. Hierarchical data-driven search and navigation system and method for information retrieval
US7035864B1 (en) * 2000-05-18 2006-04-25 Endeca Technologies, Inc. Hierarchical data-driven navigation system and method for information retrieval
AU6263101A (en) * 2000-05-26 2001-12-03 Tzunami Inc. Method and system for organizing objects according to information categories
US6697998B1 (en) * 2000-06-12 2004-02-24 International Business Machines Corporation Automatic labeling of unlabeled text data
US6563521B1 (en) * 2000-06-14 2003-05-13 Cary D. Perttunen Method, article and apparatus for organizing information
US6748371B1 (en) * 2000-07-10 2004-06-08 International Business Machines Corporation Data mining techniques for enhancing product manufacturing management
US7366721B1 (en) * 2000-08-29 2008-04-29 Intel Corporation Method and apparatus for displaying a plurality of related products to a user based upon the selection of a main product by the user
US20020065857A1 (en) * 2000-10-04 2002-05-30 Zbigniew Michalewicz System and method for analysis and clustering of documents for search engine
US20020095405A1 (en) * 2001-01-18 2002-07-18 Hitachi America, Ltd. View definition with mask for cell-level data access control
US6928434B1 (en) * 2001-01-31 2005-08-09 Rosetta Marketing Strategies Group Method and system for clustering optimization and applications
US7389241B1 (en) * 2001-03-07 2008-06-17 Thomas Layne Bascom Method for users of a network to provide other users with access to link relationships between documents
US6735578B2 (en) * 2001-05-10 2004-05-11 Honeywell International Inc. Indexing of knowledge base in multilayer self-organizing maps with hessian and perturbation induced fast learning
US7099885B2 (en) * 2001-05-25 2006-08-29 Unicorn Solutions Method and system for collaborative ontology modeling
US20050022114A1 (en) * 2001-08-13 2005-01-27 Xerox Corporation Meta-document management system with personality identifiers
US6868411B2 (en) * 2001-08-13 2005-03-15 Xerox Corporation Fuzzy text categorizer
US7284191B2 (en) * 2001-08-13 2007-10-16 Xerox Corporation Meta-document management system with document identifiers
US7092936B1 (en) * 2001-08-22 2006-08-15 Oracle International Corporation System and method for search and recommendation based on usage mining
US6978274B1 (en) * 2001-08-31 2005-12-20 Attenex Corporation System and method for dynamically evaluating latent concepts in unstructured documents
US6778995B1 (en) * 2001-08-31 2004-08-17 Attenex Corporation System and method for efficiently generating cluster groupings in a multi-dimensional concept space
US7149732B2 (en) * 2001-10-12 2006-12-12 Microsoft Corporation Clustering web queries
US7644102B2 (en) * 2001-10-19 2010-01-05 Xerox Corporation Methods, systems, and articles of manufacture for soft hierarchical clustering of co-occurring objects
US20030120630A1 (en) * 2001-12-20 2003-06-26 Daniel Tunkelang Method and system for similarity search and clustering
US7085771B2 (en) * 2002-05-17 2006-08-01 Verity, Inc System and method for automatically discovering a hierarchy of concepts from a corpus of documents
US6947930B2 (en) * 2003-03-21 2005-09-20 Overture Services, Inc. Systems and methods for interactive search query refinement
US7146361B2 (en) * 2003-05-30 2006-12-05 International Business Machines Corporation System, method and computer program product for performing unstructured information management and automatic text analysis, including a search operator functioning as a Weighted AND (WAND)
US20040243554A1 (en) * 2003-05-30 2004-12-02 International Business Machines Corporation System, method and computer program product for performing unstructured information management and automatic text analysis
US20050097088A1 (en) * 2003-11-04 2005-05-05 Dominic Bennett Techniques for analyzing the performance of websites
US7650512B2 (en) * 2003-11-18 2010-01-19 Oracle International Corporation Method of and system for searching unstructured data stored in a database
US7243109B2 (en) * 2004-01-20 2007-07-10 Xerox Corporation Scheme for creating a ranked subject matter expert index
US20050210042A1 (en) * 2004-03-22 2005-09-22 Goedken James F Methods and apparatus to search and analyze prior art
US7765225B2 (en) * 2004-08-03 2010-07-27 The Hong Kong Polytechnic University Search system
US20060074980A1 (en) * 2004-09-29 2006-04-06 Sarkar Pte. Ltd. System for semantically disambiguating text information
JP2006285460A (en) * 2005-03-31 2006-10-19 Konica Minolta Holdings Inc Information search system

Also Published As

Publication number Publication date
WO2003027901A1 (en) 2003-04-03
US20020051020A1 (en) 2002-05-02
US7617184B2 (en) 2009-11-10
EP1436734A1 (en) 2004-07-14
CA2461195A1 (en) 2003-04-03

Similar Documents

Publication Publication Date Title
CA2461195C (en) Scalable hierarchical data-driven navigation system and method for information retrieval
CA2461196C (en) Hierarchical data-driven search and navigation system and method for information retrieval
US7035864B1 (en) Hierarchical data-driven navigation system and method for information retrieval
US7325201B2 (en) System and method for manipulating content in a hierarchical data-driven search and navigation system
US7428528B1 (en) Integrated application for manipulating content in a hierarchical data-driven search and navigation system
CA2447907C (en) Hierarchical data-driven navigation system and method for information retrieval
US6631496B1 (en) System for personalizing, organizing and managing web information
AU2001268095A1 (en) Hierarchical data-driven navigation system and method for information retrieval
Terveen et al. Constructing, organizing, and visualizing collections of topically related web resources
US6983276B2 (en) Facilitating electronic commerce transactions using buyer profiles
US7428705B2 (en) Web map tool
US6311194B1 (en) System and method for creating a semantic web and its applications in browsing, searching, profiling, personalization and advertising
US5768578A (en) User interface for information retrieval system
US8086643B1 (en) Translation between product classification schemas
US20080114745A1 (en) Simplified search interface for querying a relational database
Navathe et al. A model to support e-catalog integration
Choong et al. Context-based exploitation of data warehouses.
Fluit et al. Visualization facility
Afrati et al. Answering aggregation queries on hierarchical web sites using adaptive sampling

Legal Events

Date Code Title Description
EEER Examination request
MKEX Expiry

Effective date: 20220809