WO2003032199A2 - Classification of information sources using graph structures - Google Patents

Classification of information sources using graph structures Download PDF

Info

Publication number
WO2003032199A2
WO2003032199A2 PCT/US2001/042479 US0142479W WO03032199A2 WO 2003032199 A2 WO2003032199 A2 WO 2003032199A2 US 0142479 W US0142479 W US 0142479W WO 03032199 A2 WO03032199 A2 WO 03032199A2
Authority
WO
WIPO (PCT)
Prior art keywords
information source
query
graph structure
knowledge representation
structures
Prior art date
Application number
PCT/US2001/042479
Other languages
French (fr)
Other versions
WO2003032199A3 (en
Inventor
Kenneth P. Baclawski
Original Assignee
Jarg Corporation
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 Jarg Corporation filed Critical Jarg Corporation
Priority to PCT/US2001/042479 priority Critical patent/WO2003032199A2/en
Publication of WO2003032199A2 publication Critical patent/WO2003032199A2/en
Publication of WO2003032199A3 publication Critical patent/WO2003032199A3/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/33Querying
    • G06F16/332Query formulation
    • G06F16/3329Natural language query formulation or dialogue systems

Definitions

  • the invention relates to methods and apparatus for the classification of information sources and the display of information to a user.
  • the search process itself has been studied at least since the 1930s, and a standard model was developed by the mid-1960s.
  • the searcher has an "information need" which the searcher tries to satisfy using a large collection or "corpus" of information sources.
  • the information sources that satisfy the searcher's needs are the "relevant" information sources.
  • the searcher expresses an information need using a formal statement called a "query.” Queries may be expressed using topics, categories and/or words.
  • the query is then given to a search intermediary.
  • the intermediary was a person who specialized in searching. It is more common today for the intermediary to be a computer system. Such systems are called information retrieval systems or online search engines.
  • the search intermediary tries to match the topics, categories and/or words from the query with information sources in the corpus.
  • the intermediary responds with a set of information sources that, so it is hoped, satisfies the searcher's needs.
  • another very commonly used technique to find information in a corpus is to start with a document and then follow citations or references within the document to find other documents in the corpus. References in these documents are then used to find further documents. This technique is called “browsing" and online browsing tools are now becoming very popular. Such tools allow a searcher to quickly follow references contained in information sources, often by simply "clicking" on a word or picture within the information source.
  • Non-word based techniques currently employ approaches to extracting relevant information that are different and distinct from those used in word based systems and generally involve extracting data "features" from the raw data.
  • Features of images, sound and video streams can be represented in a computer system as a set of data structures stored in a database.
  • Features can be as simple as the value of an attribute such as brightness of an image, but many features are more complicated and are thus represented using a complex data structure.
  • features can be extracted from structured documents by parsing the document to produce data structures, and can be extracted from unstructured documents by using one of the many feature extraction algorithms that have been developed for implementation on a computer. As in the case of structured documents, feature extraction from an unstructured document produces data structures.
  • the data structures that represent features typically conform to a "data model" for the database that determines the kinds of components and attribute values that are allowed.
  • Each feature can have one or more values associated with components of the data structure that represents the feature.
  • the data structure can have a single component with an associated value, and the feature can be represented by one attribute of the object.
  • Features that are more complex can be represented by several inter-related components, each of which may have attribute values.
  • the data model for features at the domain level is often called an "ontology.”
  • An ontology models knowledge within a particular domain, such as, for example, medicine.
  • An ontology can include a concept network, specialized vocabulary, syntactic forms and inference rules.
  • an ontology specifies the features that objects can possess as well as how to extract features from objects.
  • the data structure is called a "knowledge representation" of the information source.
  • the quality of a search is measured using two numbers.
  • the first number represents how thorough the search was. It is the fraction of the total number of relevant information sources that are presented to the searcher. This number is called the "recall.” If the recall is less than 100%, then some relevant information sources have been missed.
  • the second number represents the fraction of the total number of information sources that are presented to the searcher that are judged to be relevant. This number is called the "precision.” If the precision is less than 100%, then some irrelevant information sources were presented to the searcher.
  • the recall can always be increased by adding many more information sources to those already presented, which can decrease the precision. Similarly, the precision can be increased by reducing the number of references retrieved and presented to the searcher, which can decrease the recall.
  • the recall and precision should be balanced so as to achieve a search that is as careful and thorough as possible.
  • both the information sources and queries are processed to generate knowledge representations that consist of graph structures.
  • the knowledge representation graph structures are converted into graph structure views and the graph structure views for both the query and the information sources are then displayed to a searcher.
  • the searcher can examine the source for relevance.
  • available information sources are classified by comparing the knowledge representation of a query with the knowledge representations of the information sources by matching the graph structures with graph matching algorithms. Those information sources that have a substructure that matches the query in full, or in part, are classified by the largest matching substructure of the query.
  • a searcher it is possible for a searcher to request the "next occurrence" of a knowledge representation graph structure in an information source.
  • the computer system searches the current information source knowledge representation for another substructure that matches the query graph structure occurring at a subsequent point in the information source.
  • requesting a "previous occurrence" causes the system to search for a matching substructure occurring at a previous point in the information source.
  • information sources are classified by constructing hierarchies of knowledge representations.
  • the simplest construction is obtained by using the knowledge representation of a query as the top of the hierarchy.
  • the structures in the hierarchy are then substructures of the query.
  • the hierarchy of structures may also be constructed by using the knowledge representation of the query as the bottom of the hierarchy. Structures in the hierarchy, in this case, are structures that contain the query. Views of this hierarchy can be displayed to a searcher with a substructure view being displayed adjacent to the information source from which it was derived.
  • the graph structure corresponding to a knowledge representation consists of vertices joined by directed edges.
  • Each vertex represents a concept that can be visually portrayed as a word, phase and/or icon.
  • a vertex may also contain a category that is visually portrayed either textually or by a distinct shape, color and/or icon.
  • An edge may be labeled by an edge type. Different types of edges can be distinguished by using a textual label or by using a distinct shape, color and/or icon.
  • Two vertices that are joined by an edge are called adjacent vertices.
  • the categories, concepts and edge types used to construct the graph structure are specified by an ontology for the knowledge domain.
  • the vertices of a graph structure view can be displayed on a computer screen next to the corresponding items, such as words, phrases and visual features, of an information source view. Selecting a vertex in the graph structure view causes the selected vertex and vertices adjacent to the selected vertex to be "highlighted.” In addition, the corresponding items in the information source view are highlighted. Similarly, selecting a feature in the information source view causes the corresponding vertex in the graph structure to be highlighted. Highlighting can be accomplished by using the same feature (such as the same color or the same location on the screen) for corresponding parts of the two views.
  • a searcher By selecting a succession of vertices in the graph structure view, a searcher can perform knowledge navigation of the information source. By successively selecting items in the information source view, a searcher can perform knowledge exploration of the information source.
  • Figure 1 is a schematic block diagram that illustrates the creation and display of a graph structure from a query or an information source.
  • Figure 2 is a schematic block diagram that illustrates the processing of a query to locate and classify information sources that respond to the query using graph structures.
  • Figure 3 is a flowchart that illustrates the steps performed in the query processing shown in Figure 2.
  • Figures 4A and 4B when placed together, form a flowchart that illustrates a process for matching a query graph structure to an information source graph structure using subgraph structures.
  • Figure 5 is a flowchart that illustrates a process for matching a query graph structure to an information source graph structure using supergraph structures.
  • Figure 6 is a screen shot of a sample display illustrating the processing of a query by means of graph structures which shows the query entered in a natural language.
  • Figure 7 is a screen shot of a sample display illustrating the processing of a query by means of graph structures which shows the query converted into a graph structure.
  • Figure 8 is a screen shot of a sample display illustrating the processing of a query by means of graph structures, which shows how vertex definitions of the graph structure are displayed.
  • Figure 9 is a screen shot of a sample display illustrating the processing of a query by means of graph structures, which shows how edge definitions of the graph structure are displayed.
  • Figure 10 is a screen shot of a sample display illustrating the processing of a query by means of graph structures which shows how processing of the query is initiated.
  • Figure 11 is a screen shot of a sample display illustrating the processing of a query by means of graph structures which shows the results of the processing including the graph substructures discovered in the search and the documents in which the substructures were discovered.
  • Figure 12 is a screen shot of a sample display illustrating the processing of a query by means of graph structures which shows how additional information concerning the results of the processing are displayed.
  • Figure 13 is a screen shot of a sample display illustrating the processing of a query by means of graph structures which shows how relevance navigation and exploration is initiated.
  • Figure 14 is a screen shot of a sample display illustrating the processing of a query by means of graph structures, which shows an expanded view of a selected information source.
  • Figure 15 is a screen shot of a sample display illustrating the processing of a query by means of graph structures in which items in the selected information source are highlighted to show correspondence with graph structure features.
  • Figure 16 is a screen shot of a sample display illustrating the processing of a query by means of graph structures, which shows how knowledge exploration is initiated.
  • Figure 17 is a screen shot of a sample display illustrating the processing of a query by means of graph structures which shows how corresponding vertices in the graph structure are highlighted when items are selected in the information source document.
  • Figure 18 is a screen shot of a sample display illustrating the processing of a query by means of graph structures which shows knowledge exploration in which corresponding vertices in the information source are highlighted when vertices are selected in the graph structure.
  • Figure 19 is a block schematic diagram of an illustrative hardware implementation of the inventive classification system.
  • Figure 1 illustrates the basic process by which a query or information source is converted into a graph structure that can then be visually displayed.
  • This process begins when a query or information source 100 is provided to a knowledge extractor 102.
  • the knowledge extractor 102 is a known processor or engine that uses a knowledge extraction algorithm to process the information in the query or information source to generate a knowledge representation of the input.
  • the knowledge extractor 102 may also use an ontology 104 to assist in the knowledge extraction process.
  • a large variety of knowledge extraction algorithms has been developed for media such as sound, images and video streams. For example, medical images typically use edge detection algorithms to extract the data objects, while domain- specific knowledge is used to classify the data objects as medically significant objects, such as blood vessels, lesions and tumors.
  • wavelet analysis has been used to characterize the texture of a region and to determine a shape (such as a letter) no matter where the shape is located in, or what orientation the shape has, within the image.
  • An example of a knowledge extraction process is described in detail in an article entitled "An Abstract Model for Semantically Rich Information Retrieval", Kenneth P. Baclawski, Northeastern University, March 30 1994, the disclosure of which is incorporated by reference in its entirety.
  • the result of the knowledge extraction process is a knowledge representation 106 that, in the aforementioned article, is implemented by a graph structure called a "keynet".
  • the keynet structure is described using the terminology of graph theory from mathematics.
  • the structure consists of vertices and edges, where each edge connects one vertex to another (possibly the same) vertex.
  • An edge can be labeled to indicate its purpose, and this label is called the relationship represented by the edge.
  • RDF Resource Description Framework
  • vertices are called resources, and an edge is called a statement.
  • the label on an edge is called the property represented by the edge.
  • the graph structures that represent the knowledge representations conform to an ontological data model that determines the kinds of components and attribute values that are allowed.
  • Many current systems that perform knowledge extraction from information objects use very simple ontologies, but other more complicated systems can be designed.
  • the keynet graph structure can be converted into a graph structure view by means of a graphic converter 108.
  • the graph structure view is a visual structure that is easy to read.
  • the graphic converter is a simple algorithm that examines each vertex in the keynet and determines whether the directed edges that are connected to the vertex leave the vertex or enter it. The vertices are then rearranged into a more or less hierarchical structure so that vertices with edges that only leave the vertex are located at the top of the structure and vertices with edges that only enter the vertex are located at the bottom. The remaining vertices are located between the top and bottom levels as dictated by the edge connections.
  • graph structure matching can also be used to classify information sources in their order of relevance as perceived by a human searcher.
  • information sources can be classified according to their relevance to a query by matching the graph structures of the information sources to the graph structure of the query.
  • the classification process is illustrated schematically in Figure 2 and the steps of the process are shown in the flowchart of Figure 3. This process starts in step 300 and proceeds to step 302 where a new query 200 is received.
  • step 304 a determination is made whether the query is acceptable for use with the knowledge extractor 202.
  • the query must be formulated using the ontology 204 in order for it to operate successfully with the knowledge extractor 202. Thus, a check must be made to ensure that the terms and relationships described by the query are in fact compatible with the ontology 204.
  • step 306 the query may be reformatted in order to make it compatible with the search engine that will later be used to retrieve information source documents from the information source collection or corpus.
  • step 308 the knowledge representation embodied by the query is extracted by the knowledge extractor 202.
  • the result is a knowledge representation 206 which, as previously discussed in the preferred embodiment of the invention, is a keynet.
  • the knowledge representation 206 may be presented to the user for editing and modification. Alternatively, the knowledge representation 206 can be generated by the user directly without the knowledge extractor 202.
  • the knowledge representation 206 is provided to a high recall retrieval engine 208.
  • This retrieval engine compares the knowledge representation that corresponds to the query with knowledge representations that have been previously stored for the information sources.
  • Retrieval engines of this type are known and operate by indexing either a single database or distributed databases to retrieve relevant documents. For example, a retrieval engine that is suitable for use with the present invention is disclosed in detail in U.S. Patent No.
  • the retrieval engine produces a plurality of information source knowledge representations 210 and, in step 312, these knowledge representations are presented to a graph matching processor 212 along with the knowledge representation 206 of the query.
  • the graph matching processor 212 organizes the collection of information source knowledge representations by their relevance to a human searcher. Thus, by progressing down the ordered list of knowledge representations, the searcher can progress through the information source knowledge representations in order of their relevance. Thus, the resulting search not only has high recall, but also has high precision and relevance.
  • the result is an ordered list of references 214, which, in step 314, are transmitted to the user.
  • the user may then display the list in step 316 as discussed below.
  • the graph matching processor 212 can make use of the ontology 204 to define any appropriate inference rules during the matching process.
  • the graph matching processor 212 compares the query graph structure with the knowledge representations of each of the information sources and classifies the sources by constructing a hierarchy of graph structures.
  • This hierarchy is an ordered set for which each pair of elements has a least upper bound and a greatest lower bound.
  • the concepts in the hierarchy can be ordered by generality, i.e., a concept A is less than a concept B if A is less general (more specific) than B.
  • the hierarchy of structures may be constructed in several ways. The simplest construction is obtained by using the knowledge representation of the query as the top of the hierarchy.
  • the structures in the hierarchy are then substructures of the query. Such structures are called subgraphs of the query.
  • the subgraphs of the query are arranged by containment of one subgraph in another. This construction method is best suited for highly specific queries.
  • the strategy for unspecific queries is to classify information sources using structures (called supergraphs) that contain more features than the original query.
  • supergraphs are constructed by starting with the query and adding new vertices to those already in the supergraph. The vertices are added so that each added vertex is adjacent to another vertex already in the supergraph.
  • each supergraph must occur in at least one information source as part, or all, of its knowledge representation. The supergraphs of the query are then arranged by containment of one supergraph in another.
  • the hierarchy of structures is constructed by using both subgraphs and supergraphs of the query.
  • Each information source is classified by the largest structures in the hierarchy that are contained in the knowledge representation of the information source.
  • a single information source can belong to more than one classification.
  • the large set of relevant information sources is subclassified into smaller sets of information sources.
  • the user is presented a list of relevant supergraphs and subgraphs rather than a set of information sources.
  • the classifications and subclassifications form the hierarchical structure, called a taxonomy or classification hierarchy.
  • FIG. 4A and 4B The process of comparing a query to information source documents by graphical analysis of subgraphs is illustrated in Figures 4A and 4B, which, when placed together, form a flowchart of the process.
  • This process starts in step 400 and proceeds to step 402 in which a graph structure corresponding to the query knowledge representation is selected.
  • the process then proceeds to step 404 where a vertex is selected in the query graph structure.
  • step 406 the graph structure of the information source is examined to determine whether the same vertex appears in the information source graph structure. If the vertex does not appear in the information source graph structure, as determined in step 406, then the process proceeds to step 410 in which the query graph structure is examined to determine whether more vertices are present that have not yet been processed. If there are more vertices present, the process proceeds back to step 404 and the next vertex in the query graph structure is selected for processing.
  • step 406 it is determined that a selected vertex in a query graph structure appears in the information source graph structure, then the routine proceeds to step 405 where information identifying the selected vertex and the corresponding information source vertex are placed in a candidate group of vertices.
  • This information might consist, for example, of information identifying the concept and associated edges in the query graph structure and information identifying the location and content of the document features that constitute the vertices in the information source document.
  • step 410 determine whether more unprocessed vertices are present. If so, the process then returns to step 404 where the next unprocessed vertex is selected from the query graph structure.
  • step 416 in which the candidate vertex group is examined to find vertices that have corresponding edges in the query graph structure and information source graph structure.
  • step 416 one of the pair of vertices previously identified from the query and information source graph structures are selected in the candidate group.
  • step 418 the edges that appear in the query graph structure are examined. Each edge is compared to the edges in the corresponding vertex in the information source graph structure. This comparison is made in step 420. If the selected edges do not appear in the information source graph structure, then the process proceeds to step 424 in which the candidate group is examined to determine whether any vertex pairs remain that have not been processed. If so, the routine proceeds back to step 416 when the next pair of vertices in the candidate group is selected.
  • step 420 the selected edges appear in the information source graph structure
  • the information identifying the pair of vertexes in the candidate group is placed into an intersection group in step 422.
  • step 424 the process consisting of steps 416, 418, 420 and 422 is repeated. If not, the process finishes in step 426.
  • the result of this process is a subgraph structure of a knowledge representation that appears in the information source document that matches the query source graph structure.
  • the process illustrated in Figure 5 can be used to construct supergraphs of the query graph structure from the information source graph structures.
  • This process starts in step 500 and proceeds to step 502 where a vertex in the information source graph structure is selected.
  • this selected vertex is compared to the query graph structure to determine if the vertex is in the query graph structure. If it is, the process proceeds to step 510 where it is determined whether more vertices exist in the information source graph structure that have yet to be examined. If more vertices exist, the process proceeds back to step 502 in which the next vertex in the information source graph structure is selected.
  • step 504 if, in step 504, it is determined that the vertex selected in the information source graph structure is not in the query graph structure, then the routine proceeds to step 506 in which a determination is made whether the selected vertex is connected to a vertex in the query graph structure.
  • step 510 determines whether unprocessed vertices exist. If the selected vertex is connected to a vertex in the query graph structure, information identifying the vertex is placed in the supergraph list in step 508 and the process proceeds to step 510. If additional vertices remain to be processed, then steps 502, 504, 506 and 508 are repeated. If no additional vertices remain to be processed, then the process finishes in step 512.
  • lists that result from the information source classification process illustrated in Figures 2 and 3 can be visually displayed to a user.
  • the visual display facilitates relevance exploration and relevance testing of the retrieved information source documents.
  • FIG. 6 An illustrative graphic user interface is shown in Figure 6.
  • the graphic user interface consists of a window, or frame, 600 which contains a conventional menu 602 with menu selections such as "File” 604 that activates a drop down menu with selections that allow a user to open, close and save search files in a conventional manner.
  • the "Edit” menu selection 606 displays a dropdown menu with selections that allow the query to be modified.
  • the "History” menu selection 608 displays previous versions of the query and a "Help" menu selection 610 allows the user to select various help options in a conventional fashion.
  • a query is entered into text edit box 612 in a natural language.
  • a push button 614 may be provided, which can be used to start the search and classification process as will hereinafter be described.
  • Figure 7 illustrates the display of a graph structure that has been generated from the query that has been entered into text edit box 612.
  • elements that correspond to elements in Figure 6 have been given corresponding numerals.
  • window 600 in Figure 6 corresponds to window 700 in Figure 7.
  • the description of the elements in Figure 6 also applies to corresponding elements in Figure 7.
  • the query in box 712 has been used to generate a graph structure 718, which is displayed at graphics display area 716 of the window 700.
  • the graph structure 718 consists of four vertices 720, 722, 724 and 726. These vertices correspond to concepts, words and phrases that have been selected from the query by means of the knowledge extractor as described previously.
  • the vertices 720-726 are connected together by edges 728, 730 and 732, which represent actions and/or results that are expressed in the query.
  • the structure has been folded to fit it into the graphics display area 716.
  • the graph structure 718 not only illustrates the major concepts expressed in the query, but also their relationships as indicated by the edges 728-732.
  • the user may examine the definitions that are part of the ontology that was used to generate the graph structure. For example, as shown in Figure 8, selecting vertex 726 by means of the cursor 840 causes a pop-up text box 842 to appear.
  • the text box 842 contains the definition for the term in the vertex 826.
  • the user may examine the edge definitions that are part of the ontology that was used to generate the graph structure. For example, as shown in Figure 9, selecting edge 930 by means of the cursor 940 causes a pop-up text box 944 to appear.
  • the text box 944 contains the definition for the term represented by edge 930.
  • the classification process is started by pressing a pushbutton on the interface. As shown in Figure 10, the classification process is started by selecting button 1014 with cursor 1040.
  • Figure 11 illustrates how the result of the search and classification are displayed to the user. The results may be displayed in a variety of manners that would be obvious to those skilled in the art.
  • a scrolling list of the hierarchical list structure described above is displayed in the graphics area 1116. Each "line" in this display corresponds to one source reference. The supergraph or subgraph structures associated with that reference are shown on the left side of the display and the information source title or identifying information is shown on the right.
  • a subgraph structure 1150 is shown on the first line and the title of the source article 1152 from which the subgraph structure was derived is shown adjacent to the subgraph structure 1150.
  • additional subgraph structures 1152-1156 and titles 1160-1164 are displayed with the most relevant , source article located at the top of the list.
  • the titles can be selected by means of the cursor. Additional information concerning each information source can also be displayed. For example, as shown in Figure 12, this additional information might be displayed as a pop-up window 1266 when the cursor 1240 is moved over the line associated with an information source.
  • information source titles can be selected in order to expand the content of the information source. This operation is illustrated in Figure 13 in which title 1358 has been selected with the cursor 1340. The result is shown in Figure 14 in which the content of the document has been expanded in scrolling area 1470.
  • the display shown in Figure 13 in which title 1358 has been selected with the cursor 1340.
  • Figure 15 illustrates that the document content in area 1470 has been displayed with items 1572, 1574, 1576 and 1578 corresponding to graph structure vertices highlighted.
  • this highlighting is shown as a color different from the background color, but those skilled in the art will realize that highlighting can be accomplished in other manners such as by using the same location on the screen for corresponding parts of the two views. The manner of highlighting is not important to the operation of the present invention.
  • a related item 1579 is also highlighted. Item 1579 does not have a corresponding vertex in graph structure 1550, but is related to item 1572 which does have a corresponding vertex. In this manner, the system highlights not only those items that have corresponding vertices, but also related items.
  • the user can successively select items of the information source to perform knowledge exploration of the information source.
  • item 1672 has been selected with the cursor 1640, causing the item to indicate the selection, for example by changing color.
  • the selection of an item 1772 in the information source document causes not only the item to be highlighted, but also related items to be highlighted.
  • the related items 1779 and 1781 are also highlighted.
  • the new corresponding graph structure 1780 is displayed above the content portion 1770 with the corresponding vertex 1782 to be highlighted.
  • the new graph structure replaces the query 1612 and the article title 1658 ( Figure 16) with a new graph area 1783.
  • this highlighting can be accomplished in a variety of ways known to those skilled in the art.
  • the highlighting of related items allows the user to better urderstand the relationship of the items in the information source content.
  • a searcher can perform knowledge navigation of the information source. This is shown in Figure 18, in which a vertex 1892 has been selected in the graph structure 1650 ( Figure 16), in turn, causing the corresponding item 1874 to be highlighted in the document content section 1870.
  • the selection of a vertex causes related vertices to also be selected in graph structure 1890 (a new graph structure 1890 reflecting these related items is also displayed in the graphic area 1883.)
  • the corresponding items 1894 and 1896 are also highlighted in the document content 1870.
  • a searcher can request the "next occurrence" of a graph structure in the information source.
  • the computer system searches the current information source knowledge representation for another substructure that matches the query graph structure occurring at a subsequent point in the information source. If such a substructure is found, then the corresponding vertices of the information source are highlighted. Similarly, requesting a "previous occurrence" causes the system to search for a matching substructure occurring at a previous point in the information source
  • one embodiment of a system of the invention includes a user computer 1900 which communicates with a classification engine comprised of computer nodes 1902, 1904 and 1906 through a network 1908.
  • the individual computer nodes 1902-1906 may include local disks, or may, alternatively or additionally, obtain data from a network disk server (not shown.)
  • the computer nodes 1902-1906 of the classification engine may be of several types, including home node 1902 and index nodes 1904 and 1906.
  • the nodes 1902- 1906 of the classification engine need not represent distinct computers.
  • the classification engine consists of a single computer that takes on the roles of all home nodes 1902 and index nodes 1904-1906.
  • the classification engine consists of separate computers for each home node 1902 and index node 1904-1906. Those skilled in the art will realize many variations are possible which will still be within the scope and spirit of the present invention.
  • a user transmits the query to the classification engine and home node 1902 receives the query.
  • the home node 1902 is responsible for establishing the connection with the user computer 1900 to enable the user to transmit a query and to receive a response in an appropriate format.
  • the home node 1902 may also be responsible for any authentication and administrative functionality, for example the acceptance function performed in step 304 of Figure 3.
  • the home node 1902 is a World Wide Web server communicating with the user computer 1900 using the HTTP protocol.
  • the home node 1902 After verifying that the query is acceptable, the home node 1902 performs any reformatting necessary to make the query compatible with the requirements of the search engine as set forth on step 306 of Figure 3. The home node 1902 then transmits the query to the classification engine consisting of nodes 1904-1906 that, as previously discussed performs a search and classification of the information sources. This processing may involve the query being presented to a knowledge extractor that utilizes an ontology to extract a knowledge representation from the query.
  • the user may transmit a knowledge representation directly to the classification engine without the step of knowledge extraction.
  • the home node 1902 Upon receiving confirmation from the user that the knowledge representation is correct, the home node 1902 provides the query knowledge representation to a high recall retrieval engine which produces a collection of information source knowledge representations which collection is then transmitted to the graph matching processor along with the query knowledge representation. The results are then conveyed back to the home node 1902 and from there to the user computer 1900 for display as previously discussed.
  • a high recall retrieval engine which produces a collection of information source knowledge representations which collection is then transmitted to the graph matching processor along with the query knowledge representation.
  • the results are then conveyed back to the home node 1902 and from there to the user computer 1900 for display as previously discussed.

Abstract

In a knowledge classification system, both the information sources and queries are processed to generate knowledge representation graph structures. The graph structures for both the query and the information sources are then converted to views and displayed to a searcher. By manipulating the graph structure views for each information source, the searcher can examine the source for relevance. A search can be performed by comparing the graph structure of the query to the graph structure of each information source by a graph matching computer algorithm. Information sources are classified by constructing hierarchies of knowledge representations. The simplest construction is obtained by using the knowledge representation of a query as the top of the hierarchy. The structures in the hierarchy are substructures of the query. The hierarchy of structures may also be constructed by using the knowledge representation of the query as the bottom of the hierarchy. Structures in the hierarchy, in this case, are structures that contain the query. The vertices of a graph structure view can be displayed on a computer screen next to the corresponding items, such as words, phrases and visual features, of an information source view. Selecting a vertex in the graph structure causes the selected vertex and vertices adjacent to the selected vertex to be 'highlighted.' By selecting a succession of vertices in the graph structure, a searcher can perform knowledge navigation of the information source. By successively selecting items of the information source, a searcher can perform knowledge exploration of the information source.

Description

CLASSIFICATION OF INFORMATION SOURCES USING GRAPH STRUCTURES
FIELD OF THE INVENTION The invention relates to methods and apparatus for the classification of information sources and the display of information to a user.
BACKGROUND OF THE INVENTION The increasing popularity of high-speed computer networking has made large amounts of data available to individuals. Methods used in the past for dealing with information were adequate when the amount of information was small, but they do not scale up to handle the enormous amount of information that is now easily accessible.
Research is a fundamental activity of knowledge workers, whether they are scientists, engineers or business executives. While each discipline may have its own interpretation of research, the primary meaning of the word is a "careful and thorough search." In most cases, the thing one is searching for is information. In other words, one of the most important activities of modern educated individuals is searching for information. Whole industries have arisen to meet the need for thorough searching. These include libraries, newspapers, magazines, abstracting services and online search services.
Not surprisingly, the search process itself has been studied at least since the 1930s, and a standard model was developed by the mid-1960s. In this model, the searcher has an "information need" which the searcher tries to satisfy using a large collection or "corpus" of information sources. The information sources that satisfy the searcher's needs are the "relevant" information sources. The searcher expresses an information need using a formal statement called a "query." Queries may be expressed using topics, categories and/or words. The query is then given to a search intermediary. In the past, the intermediary was a person who specialized in searching. It is more common today for the intermediary to be a computer system. Such systems are called information retrieval systems or online search engines. The search intermediary tries to match the topics, categories and/or words from the query with information sources in the corpus. The intermediary responds with a set of information sources that, so it is hoped, satisfies the searcher's needs. Also, in accordance with the standard model, another very commonly used technique to find information in a corpus is to start with a document and then follow citations or references within the document to find other documents in the corpus. References in these documents are then used to find further documents. This technique is called "browsing" and online browsing tools are now becoming very popular. Such tools allow a searcher to quickly follow references contained in information sources, often by simply "clicking" on a word or picture within the information source. In the standard model for information retrieval, a sharp distinction is made between searching using queries and searching using references. Computerized search engines have been developed to assist in information retrieval. Some are primarily based on matching words in a query with words in text documents. In practice, this means that this type of search engine cannot search effectively for features of images and other kinds of multimedia. Non-word based techniques currently employ approaches to extracting relevant information that are different and distinct from those used in word based systems and generally involve extracting data "features" from the raw data. Features of images, sound and video streams can be represented in a computer system as a set of data structures stored in a database.
Features can be as simple as the value of an attribute such as brightness of an image, but many features are more complicated and are thus represented using a complex data structure. Typically, features can be extracted from structured documents by parsing the document to produce data structures, and can be extracted from unstructured documents by using one of the many feature extraction algorithms that have been developed for implementation on a computer. As in the case of structured documents, feature extraction from an unstructured document produces data structures.
A large variety of feature extraction algorithms has been developed for media such as sound, images and video streams. For a discussion of such algorithms, see The Ninth International Conference on Image Analysis and Processing, A. Del Bimbo, editor, v. 1311 , Springer Verlag and Company, September 1997, which is incorporated in its entirety by reference.
The data structures that represent features typically conform to a "data model" for the database that determines the kinds of components and attribute values that are allowed. Each feature can have one or more values associated with components of the data structure that represents the feature. In the simplest case, the data structure can have a single component with an associated value, and the feature can be represented by one attribute of the object. Features that are more complex can be represented by several inter-related components, each of which may have attribute values. The data model for features at the domain level is often called an "ontology." An ontology models knowledge within a particular domain, such as, for example, medicine. An ontology can include a concept network, specialized vocabulary, syntactic forms and inference rules. In particular, an ontology specifies the features that objects can possess as well as how to extract features from objects. When the extracted features are represented as a computer data structure, the data structure is called a "knowledge representation" of the information source.
In the standard model, the quality of a search is measured using two numbers. The first number represents how thorough the search was. It is the fraction of the total number of relevant information sources that are presented to the searcher. This number is called the "recall." If the recall is less than 100%, then some relevant information sources have been missed. The second number represents the fraction of the total number of information sources that are presented to the searcher that are judged to be relevant. This number is called the "precision." If the precision is less than 100%, then some irrelevant information sources were presented to the searcher. The recall can always be increased by adding many more information sources to those already presented, which can decrease the precision. Similarly, the precision can be increased by reducing the number of references retrieved and presented to the searcher, which can decrease the recall. Ideally, the recall and precision should be balanced so as to achieve a search that is as careful and thorough as possible.
However, typical online search engines can achieve only about 60% recall and 40% precision. Surprisingly, these performance rates have not changed significantly in the last 20 years.
The standard model for information retrieval uses recall and precision as measures of "relevance." Relevance is a central concept in human (as opposed to computer) communication. This was recognized already in the 1940s when information science was first being formed as a discipline. The first formal in-depth discussion of relevance occurred in 1959, and the topic was discussed intensively during the 1960s and early 1970s. As a result of such discussions, researchers began to study relevance from a human perspective. The two best-known studies were by Cuadra and Katter and by Rees and Schultz, both of which appeared in 1967. The main conclusions of these studies are that the recall and precision rates used in the standard model for information retrieval do not accurately represent how people perceive relevance. People perceive an information source to be relevant if it extends their knowledge and, thus, relevance is determined by the difference between what is known and what is yet to be known. For example, if a search uncovers an information source that is already known to a searcher, the searcher will consider the source to be redundant rather than relevant. However, in accordance with the standard model for information retrieval, such a source would be considered perfectly relevant.
Therefore, there is a need for a search tool that improves the recall and precision of searches and also produces results that are perceived as relevant by the searcher.
SUMMARY OF THE INVENTION
In accordance with one embodiment, both the information sources and queries are processed to generate knowledge representations that consist of graph structures. The knowledge representation graph structures are converted into graph structure views and the graph structure views for both the query and the information sources are then displayed to a searcher. By manipulating the graph structure views for each information source, the searcher can examine the source for relevance.
In accordance with another embodiment, available information sources are classified by comparing the knowledge representation of a query with the knowledge representations of the information sources by matching the graph structures with graph matching algorithms. Those information sources that have a substructure that matches the query in full, or in part, are classified by the largest matching substructure of the query. Thus, it is possible for a searcher to request the "next occurrence" of a knowledge representation graph structure in an information source. In this case, the computer system searches the current information source knowledge representation for another substructure that matches the query graph structure occurring at a subsequent point in the information source. Similarly, requesting a "previous occurrence" causes the system to search for a matching substructure occurring at a previous point in the information source.
In still another embodiment, information sources are classified by constructing hierarchies of knowledge representations. The simplest construction is obtained by using the knowledge representation of a query as the top of the hierarchy. The structures in the hierarchy are then substructures of the query. The hierarchy of structures may also be constructed by using the knowledge representation of the query as the bottom of the hierarchy. Structures in the hierarchy, in this case, are structures that contain the query. Views of this hierarchy can be displayed to a searcher with a substructure view being displayed adjacent to the information source from which it was derived.
In accordance with yet another embodiment, the graph structure corresponding to a knowledge representation consists of vertices joined by directed edges. Each vertex represents a concept that can be visually portrayed as a word, phase and/or icon. A vertex may also contain a category that is visually portrayed either textually or by a distinct shape, color and/or icon. An edge may be labeled by an edge type. Different types of edges can be distinguished by using a textual label or by using a distinct shape, color and/or icon. Two vertices that are joined by an edge are called adjacent vertices. The categories, concepts and edge types used to construct the graph structure are specified by an ontology for the knowledge domain.
In accordance with a further embodiment, the vertices of a graph structure view can be displayed on a computer screen next to the corresponding items, such as words, phrases and visual features, of an information source view. Selecting a vertex in the graph structure view causes the selected vertex and vertices adjacent to the selected vertex to be "highlighted." In addition, the corresponding items in the information source view are highlighted. Similarly, selecting a feature in the information source view causes the corresponding vertex in the graph structure to be highlighted. Highlighting can be accomplished by using the same feature (such as the same color or the same location on the screen) for corresponding parts of the two views.
By selecting a succession of vertices in the graph structure view, a searcher can perform knowledge navigation of the information source. By successively selecting items in the information source view, a searcher can perform knowledge exploration of the information source.
BRIEF DESCRIPTION OF THE DRAWINGS The above and further advantages of the invention may be better understood by referring to the following description in conjunction with the accompanying drawings in which:
Figure 1 is a schematic block diagram that illustrates the creation and display of a graph structure from a query or an information source. Figure 2 is a schematic block diagram that illustrates the processing of a query to locate and classify information sources that respond to the query using graph structures.
Figure 3 is a flowchart that illustrates the steps performed in the query processing shown in Figure 2. Figures 4A and 4B, when placed together, form a flowchart that illustrates a process for matching a query graph structure to an information source graph structure using subgraph structures.
Figure 5 is a flowchart that illustrates a process for matching a query graph structure to an information source graph structure using supergraph structures. Figure 6 is a screen shot of a sample display illustrating the processing of a query by means of graph structures which shows the query entered in a natural language.
Figure 7 is a screen shot of a sample display illustrating the processing of a query by means of graph structures which shows the query converted into a graph structure.
Figure 8 is a screen shot of a sample display illustrating the processing of a query by means of graph structures, which shows how vertex definitions of the graph structure are displayed.
Figure 9 is a screen shot of a sample display illustrating the processing of a query by means of graph structures, which shows how edge definitions of the graph structure are displayed. Figure 10 is a screen shot of a sample display illustrating the processing of a query by means of graph structures which shows how processing of the query is initiated.
Figure 11 is a screen shot of a sample display illustrating the processing of a query by means of graph structures which shows the results of the processing including the graph substructures discovered in the search and the documents in which the substructures were discovered.
Figure 12 is a screen shot of a sample display illustrating the processing of a query by means of graph structures which shows how additional information concerning the results of the processing are displayed.
Figure 13 is a screen shot of a sample display illustrating the processing of a query by means of graph structures which shows how relevance navigation and exploration is initiated.
Figure 14 is a screen shot of a sample display illustrating the processing of a query by means of graph structures, which shows an expanded view of a selected information source.
Figure 15 is a screen shot of a sample display illustrating the processing of a query by means of graph structures in which items in the selected information source are highlighted to show correspondence with graph structure features. Figure 16 is a screen shot of a sample display illustrating the processing of a query by means of graph structures, which shows how knowledge exploration is initiated.
Figure 17 is a screen shot of a sample display illustrating the processing of a query by means of graph structures which shows how corresponding vertices in the graph structure are highlighted when items are selected in the information source document.
Figure 18 is a screen shot of a sample display illustrating the processing of a query by means of graph structures which shows knowledge exploration in which corresponding vertices in the information source are highlighted when vertices are selected in the graph structure.
Figure 19 is a block schematic diagram of an illustrative hardware implementation of the inventive classification system. DETAILED DESCRIPTION
Figure 1 illustrates the basic process by which a query or information source is converted into a graph structure that can then be visually displayed. This process begins when a query or information source 100 is provided to a knowledge extractor 102. The knowledge extractor 102 is a known processor or engine that uses a knowledge extraction algorithm to process the information in the query or information source to generate a knowledge representation of the input. The knowledge extractor 102 may also use an ontology 104 to assist in the knowledge extraction process. A large variety of knowledge extraction algorithms has been developed for media such as sound, images and video streams. For example, medical images typically use edge detection algorithms to extract the data objects, while domain- specific knowledge is used to classify the data objects as medically significant objects, such as blood vessels, lesions and tumors. Fourier and Wavelet transformations as well as many filtering algorithms are also used for knowledge extraction. For example, wavelet analysis has been used to characterize the texture of a region and to determine a shape (such as a letter) no matter where the shape is located in, or what orientation the shape has, within the image. An example of a knowledge extraction process is described in detail in an article entitled "An Abstract Model for Semantically Rich Information Retrieval", Kenneth P. Baclawski, Northeastern University, March 30 1994, the disclosure of which is incorporated by reference in its entirety.
The result of the knowledge extraction process is a knowledge representation 106 that, in the aforementioned article, is implemented by a graph structure called a "keynet". The keynet structure is described using the terminology of graph theory from mathematics. In particular, the structure consists of vertices and edges, where each edge connects one vertex to another (possibly the same) vertex. An edge can be labeled to indicate its purpose, and this label is called the relationship represented by the edge. Knowledge representations can also be described in accordance with a standard called the Resource Description Framework (RDF) promulgated by the World Wide Web Consortium (this standard is described at the URL, http://www.w3c.org/RDF.) RDF also uses graph structures to represent knowledge, but the RDF terminology differs from the terminology of graph theory used to describe keynets. In accordance with the RDF standard, vertices are called resources, and an edge is called a statement. The label on an edge is called the property represented by the edge.
The graph structures that represent the knowledge representations conform to an ontological data model that determines the kinds of components and attribute values that are allowed. Many current systems that perform knowledge extraction from information objects use very simple ontologies, but other more complicated systems can be designed.
The keynet graph structure can be converted into a graph structure view by means of a graphic converter 108. The graph structure view is a visual structure that is easy to read. The graphic converter is a simple algorithm that examines each vertex in the keynet and determines whether the directed edges that are connected to the vertex leave the vertex or enter it. The vertices are then rearranged into a more or less hierarchical structure so that vertices with edges that only leave the vertex are located at the top of the structure and vertices with edges that only enter the vertex are located at the bottom. The remaining vertices are located between the top and bottom levels as dictated by the edge connections. Algorithms for performing this rearrangement are well known and an algorithm that is suitable for use with the present invention is described in detail at the Web site located at URL, http://www.cs.rpi.edu/projects/pb/graphdraw. The resulting graphical structure can then be depicted as a graph structure view 110 that can be displayed in a conventional graphic user interface display. Examples of such displays are illustrated in Figures 6-19 that are discussed in detail below.
In accordance with the principles of the invention, graph structure matching can also be used to classify information sources in their order of relevance as perceived by a human searcher. In particular, information sources can be classified according to their relevance to a query by matching the graph structures of the information sources to the graph structure of the query. The classification process is illustrated schematically in Figure 2 and the steps of the process are shown in the flowchart of Figure 3. This process starts in step 300 and proceeds to step 302 where a new query 200 is received. In step 304, a determination is made whether the query is acceptable for use with the knowledge extractor 202. In particular, the query must be formulated using the ontology 204 in order for it to operate successfully with the knowledge extractor 202. Thus, a check must be made to ensure that the terms and relationships described by the query are in fact compatible with the ontology 204.
If the query is not acceptable, the process returns to step 302 to receive a new query. Alternatively, if the query is acceptable, the process proceeds to step 306. In step 306, the query may be reformatted in order to make it compatible with the search engine that will later be used to retrieve information source documents from the information source collection or corpus.
Next, in step 308, the knowledge representation embodied by the query is extracted by the knowledge extractor 202. The result is a knowledge representation 206 which, as previously discussed in the preferred embodiment of the invention, is a keynet. The knowledge representation 206 may be presented to the user for editing and modification. Alternatively, the knowledge representation 206 can be generated by the user directly without the knowledge extractor 202.
In either case, after the user confirms the form of the knowledge representation 206 or generates it himself, in step 310, the knowledge representation 206 is provided to a high recall retrieval engine 208. This retrieval engine compares the knowledge representation that corresponds to the query with knowledge representations that have been previously stored for the information sources. Retrieval engines of this type are known and operate by indexing either a single database or distributed databases to retrieve relevant documents. For example, a retrieval engine that is suitable for use with the present invention is disclosed in detail in U.S. Patent No.
5,694,593, the disclosure of which is hereby incorporated by reference in its entirety. The retrieval engine produces a plurality of information source knowledge representations 210 and, in step 312, these knowledge representations are presented to a graph matching processor 212 along with the knowledge representation 206 of the query.
In accordance with the principles of the invention, the graph matching processor 212 organizes the collection of information source knowledge representations by their relevance to a human searcher. Thus, by progressing down the ordered list of knowledge representations, the searcher can progress through the information source knowledge representations in order of their relevance. Thus, the resulting search not only has high recall, but also has high precision and relevance.
The result is an ordered list of references 214, which, in step 314, are transmitted to the user. The user may then display the list in step 316 as discussed below. The graph matching processor 212 can make use of the ontology 204 to define any appropriate inference rules during the matching process.
The graph matching processor 212 compares the query graph structure with the knowledge representations of each of the information sources and classifies the sources by constructing a hierarchy of graph structures. This hierarchy is an ordered set for which each pair of elements has a least upper bound and a greatest lower bound. The concepts in the hierarchy can be ordered by generality, i.e., a concept A is less than a concept B if A is less general (more specific) than B. In the case of information source classifications, the hierarchy of structures may be constructed in several ways. The simplest construction is obtained by using the knowledge representation of the query as the top of the hierarchy. The structures in the hierarchy are then substructures of the query. Such structures are called subgraphs of the query. The subgraphs of the query are arranged by containment of one subgraph in another. This construction method is best suited for highly specific queries.
When the query is unspecific, for example, when the query consists of a single, commonly occurring word, a different strategy is employed, because an unspecific query matches far too many information sources for a user to process. In accordance with a preferred embodiment, the strategy for unspecific queries is to classify information sources using structures (called supergraphs) that contain more features than the original query. Supergraphs are constructed by starting with the query and adding new vertices to those already in the supergraph. The vertices are added so that each added vertex is adjacent to another vertex already in the supergraph. In addition, each supergraph must occur in at least one information source as part, or all, of its knowledge representation. The supergraphs of the query are then arranged by containment of one supergraph in another.
In general, the hierarchy of structures is constructed by using both subgraphs and supergraphs of the query. Each information source is classified by the largest structures in the hierarchy that are contained in the knowledge representation of the information source. A single information source can belong to more than one classification. In this way, the large set of relevant information sources is subclassified into smaller sets of information sources. The user is presented a list of relevant supergraphs and subgraphs rather than a set of information sources. The classifications and subclassifications form the hierarchical structure, called a taxonomy or classification hierarchy.
The process of comparing a query to information source documents by graphical analysis of subgraphs is illustrated in Figures 4A and 4B, which, when placed together, form a flowchart of the process. This process starts in step 400 and proceeds to step 402 in which a graph structure corresponding to the query knowledge representation is selected. The process then proceeds to step 404 where a vertex is selected in the query graph structure. In step 406, the graph structure of the information source is examined to determine whether the same vertex appears in the information source graph structure. If the vertex does not appear in the information source graph structure, as determined in step 406, then the process proceeds to step 410 in which the query graph structure is examined to determine whether more vertices are present that have not yet been processed. If there are more vertices present, the process proceeds back to step 404 and the next vertex in the query graph structure is selected for processing.
Alternatively, if in step 406, it is determined that a selected vertex in a query graph structure appears in the information source graph structure, then the routine proceeds to step 405 where information identifying the selected vertex and the corresponding information source vertex are placed in a candidate group of vertices. This information might consist, for example, of information identifying the concept and associated edges in the query graph structure and information identifying the location and content of the document features that constitute the vertices in the information source document. The process then proceeds to step 410 to determine whether more unprocessed vertices are present. If so, the process then returns to step 404 where the next unprocessed vertex is selected from the query graph structure.
Operation continues in this manner until there are no more vertices to be selected in the query graph structure. The process then proceeds, via off-page connectors 412 and 414, to step 416 in which the candidate vertex group is examined to find vertices that have corresponding edges in the query graph structure and information source graph structure. In particular, in step 416, one of the pair of vertices previously identified from the query and information source graph structures are selected in the candidate group.
Then, in step 418, the edges that appear in the query graph structure are examined. Each edge is compared to the edges in the corresponding vertex in the information source graph structure. This comparison is made in step 420. If the selected edges do not appear in the information source graph structure, then the process proceeds to step 424 in which the candidate group is examined to determine whether any vertex pairs remain that have not been processed. If so, the routine proceeds back to step 416 when the next pair of vertices in the candidate group is selected.
Alternatively, if in step 420, the selected edges appear in the information source graph structure, then the information identifying the pair of vertexes in the candidate group is placed into an intersection group in step 422. The process then proceeds to step 424 to determine if any additional vertex pairs remain. If so, the process consisting of steps 416, 418, 420 and 422 is repeated. If not, the process finishes in step 426. The result of this process is a subgraph structure of a knowledge representation that appears in the information source document that matches the query source graph structure.
In a similar manner, the process illustrated in Figure 5 can be used to construct supergraphs of the query graph structure from the information source graph structures. This process starts in step 500 and proceeds to step 502 where a vertex in the information source graph structure is selected. Next, in step 504, this selected vertex is compared to the query graph structure to determine if the vertex is in the query graph structure. If it is, the process proceeds to step 510 where it is determined whether more vertices exist in the information source graph structure that have yet to be examined. If more vertices exist, the process proceeds back to step 502 in which the next vertex in the information source graph structure is selected. Alternatively, if, in step 504, it is determined that the vertex selected in the information source graph structure is not in the query graph structure, then the routine proceeds to step 506 in which a determination is made whether the selected vertex is connected to a vertex in the query graph structure.
If not, the routine proceeds to step 510 to determine whether unprocessed vertices exist. If the selected vertex is connected to a vertex in the query graph structure, information identifying the vertex is placed in the supergraph list in step 508 and the process proceeds to step 510. If additional vertices remain to be processed, then steps 502, 504, 506 and 508 are repeated. If no additional vertices remain to be processed, then the process finishes in step 512. In accordance with the principles of the invention, lists that result from the information source classification process illustrated in Figures 2 and 3 can be visually displayed to a user. Advantageously, the visual display facilitates relevance exploration and relevance testing of the retrieved information source documents. Although there are various conventional display mechanisms that are suitable for use with the inventive process, preferably a window-based graphic user interface is used. An illustrative graphic user interface is shown in Figure 6. The graphic user interface consists of a window, or frame, 600 which contains a conventional menu 602 with menu selections such as "File" 604 that activates a drop down menu with selections that allow a user to open, close and save search files in a conventional manner. The "Edit" menu selection 606 displays a dropdown menu with selections that allow the query to be modified. The "History" menu selection 608 displays previous versions of the query and a "Help" menu selection 610 allows the user to select various help options in a conventional fashion.
In order to begin the information source classification process, a query is entered into text edit box 612 in a natural language. A push button 614 may be provided, which can be used to start the search and classification process as will hereinafter be described.
Figure 7 illustrates the display of a graph structure that has been generated from the query that has been entered into text edit box 612. In Figure 7 and Figures 8-12 that follow, elements that correspond to elements in Figure 6 have been given corresponding numerals. For example, window 600 in Figure 6 corresponds to window 700 in Figure 7. The description of the elements in Figure 6 also applies to corresponding elements in Figure 7.
As shown in Figure 7, the query in box 712 has been used to generate a graph structure 718, which is displayed at graphics display area 716 of the window 700.. The graph structure 718 consists of four vertices 720, 722, 724 and 726. These vertices correspond to concepts, words and phrases that have been selected from the query by means of the knowledge extractor as described previously. The vertices 720-726 are connected together by edges 728, 730 and 732, which represent actions and/or results that are expressed in the query. As displayed in Figure 7, the structure has been folded to fit it into the graphics display area 716. The graph structure 718 not only illustrates the major concepts expressed in the query, but also their relationships as indicated by the edges 728-732.
Once the graph structure 718 is displayed, the user may examine the definitions that are part of the ontology that was used to generate the graph structure. For example, as shown in Figure 8, selecting vertex 726 by means of the cursor 840 causes a pop-up text box 842 to appear. The text box 842 contains the definition for the term in the vertex 826.
In a similar manner, the user may examine the edge definitions that are part of the ontology that was used to generate the graph structure. For example, as shown in Figure 9, selecting edge 930 by means of the cursor 940 causes a pop-up text box 944 to appear. The text box 944 contains the definition for the term represented by edge 930.
Once the query has been entered and modified by the user, the classification process is started by pressing a pushbutton on the interface. As shown in Figure 10, the classification process is started by selecting button 1014 with cursor 1040. Figure 11 illustrates how the result of the search and classification are displayed to the user. The results may be displayed in a variety of manners that would be obvious to those skilled in the art. In the display shown in Figure 11 , a scrolling list of the hierarchical list structure described above is displayed in the graphics area 1116. Each "line" in this display corresponds to one source reference. The supergraph or subgraph structures associated with that reference are shown on the left side of the display and the information source title or identifying information is shown on the right.
For example, a subgraph structure 1150 is shown on the first line and the title of the source article 1152 from which the subgraph structure was derived is shown adjacent to the subgraph structure 1150. In a similar manner, additional subgraph structures 1152-1156 and titles 1160-1164 are displayed with the most relevant , source article located at the top of the list. The titles can be selected by means of the cursor. Additional information concerning each information source can also be displayed. For example, as shown in Figure 12, this additional information might be displayed as a pop-up window 1266 when the cursor 1240 is moved over the line associated with an information source. As previously mentioned, information source titles can be selected in order to expand the content of the information source. This operation is illustrated in Figure 13 in which title 1358 has been selected with the cursor 1340. The result is shown in Figure 14 in which the content of the document has been expanded in scrolling area 1470. In accordance with the principles of the invention, the display shown in Figure
14 can also be advantageously used for knowledge exploration and knowledge navigation. For example Figure 15 illustrates that the document content in area 1470 has been displayed with items 1572, 1574, 1576 and 1578 corresponding to graph structure vertices highlighted. In Figure 15, this highlighting is shown as a color different from the background color, but those skilled in the art will realize that highlighting can be accomplished in other manners such as by using the same location on the screen for corresponding parts of the two views. The manner of highlighting is not important to the operation of the present invention.
In Figure 15, a related item 1579 is also highlighted. Item 1579 does not have a corresponding vertex in graph structure 1550, but is related to item 1572 which does have a corresponding vertex. In this manner, the system highlights not only those items that have corresponding vertices, but also related items.
Once the items have been highlighted, the user can successively select items of the information source to perform knowledge exploration of the information source. This is illustrated in Figures 16 and 17. In Figure 16, item 1672 has been selected with the cursor 1640, causing the item to indicate the selection, for example by changing color. As shown in Figure 17, the selection of an item 1772 in the information source document causes not only the item to be highlighted, but also related items to be highlighted. Thus, the related items 1779 and 1781 are also highlighted. The new corresponding graph structure 1780 is displayed above the content portion 1770 with the corresponding vertex 1782 to be highlighted. In this embodiment, the new graph structure replaces the query 1612 and the article title 1658 (Figure 16) with a new graph area 1783. As with the highlighting of the information source items, this highlighting can be accomplished in a variety of ways known to those skilled in the art. The highlighting of related items allows the user to better urderstand the relationship of the items in the information source content. Alternatively, by selecting a succession of vertices in the graph structure, a searcher can perform knowledge navigation of the information source. This is shown in Figure 18, in which a vertex 1892 has been selected in the graph structure 1650 (Figure 16), in turn, causing the corresponding item 1874 to be highlighted in the document content section 1870. As with the selection of items in the document content, the selection of a vertex causes related vertices to also be selected in graph structure 1890 (a new graph structure 1890 reflecting these related items is also displayed in the graphic area 1883.) The corresponding items 1894 and 1896 are also highlighted in the document content 1870.
Once a vertex is located, a searcher can request the "next occurrence" of a graph structure in the information source. In this case, the computer system searches the current information source knowledge representation for another substructure that matches the query graph structure occurring at a subsequent point in the information source. If such a substructure is found, then the corresponding vertices of the information source are highlighted. Similarly, requesting a "previous occurrence" causes the system to search for a matching substructure occurring at a previous point in the information source
Referring to Figure 19, in broad overview, one embodiment of a system of the invention includes a user computer 1900 which communicates with a classification engine comprised of computer nodes 1902, 1904 and 1906 through a network 1908. The individual computer nodes 1902-1906 may include local disks, or may, alternatively or additionally, obtain data from a network disk server (not shown.)
The computer nodes 1902-1906 of the classification engine may be of several types, including home node 1902 and index nodes 1904 and 1906. The nodes 1902- 1906 of the classification engine need not represent distinct computers. In one embodiment, the classification engine consists of a single computer that takes on the roles of all home nodes 1902 and index nodes 1904-1906. In another embodiment, the classification engine consists of separate computers for each home node 1902 and index node 1904-1906. Those skilled in the art will realize many variations are possible which will still be within the scope and spirit of the present invention. In order to process a query, a user transmits the query to the classification engine and home node 1902 receives the query. The home node 1902 is responsible for establishing the connection with the user computer 1900 to enable the user to transmit a query and to receive a response in an appropriate format. The home node 1902 may also be responsible for any authentication and administrative functionality, for example the acceptance function performed in step 304 of Figure 3. In one embodiment, the home node 1902 is a World Wide Web server communicating with the user computer 1900 using the HTTP protocol.
After verifying that the query is acceptable, the home node 1902 performs any reformatting necessary to make the query compatible with the requirements of the search engine as set forth on step 306 of Figure 3. The home node 1902 then transmits the query to the classification engine consisting of nodes 1904-1906 that, as previously discussed performs a search and classification of the information sources. This processing may involve the query being presented to a knowledge extractor that utilizes an ontology to extract a knowledge representation from the query.
Alternatively, the user may transmit a knowledge representation directly to the classification engine without the step of knowledge extraction.
Upon receiving confirmation from the user that the knowledge representation is correct, the home node 1902 provides the query knowledge representation to a high recall retrieval engine which produces a collection of information source knowledge representations which collection is then transmitted to the graph matching processor along with the query knowledge representation. The results are then conveyed back to the home node 1902 and from there to the user computer 1900 for display as previously discussed. In the preceding description, numerous specific details are set forth describing specific representations of data such as graphical displays and hierarchical displays, in order to provide a thorough understanding of the present invention. However, it will be apparent to one of ordinary skill in the art to which the present invention pertains, that the present invention may be practiced without the specific details disclosed herein. In other instances, well known system or processes have not been shown in detail in order not to obscure the present invention unnecessarily. What is claimed is:

Claims

1. A method for locating and classifying information sources in response to a query, the method comprising: (a) providing a knowledge representation graph structure of the query to a retrieval engine that locates a collection of information sources and generates an information source knowledge representation graph structure of each located information source in the collection; and (b) matching the query knowledge representation graph structure to the information source knowledge representation graph structures obtained in step (a) to generate a hierarchy of supergraph structures and subgraph structures in which each of the supergraph structures and subgraph structures corresponds to at least one information source.
2. The method according to claim 1 wherein the query knowledge representation graph structure and each of the information source knowledge representation graph structures comprises vertices that represent concepts, words and phrases.
3. The method according to claim 1 wherein the query knowledge representation graph structure and each of the information source knowledge representation graph structures comprises directed edges that represent actions and relations.
4. The method according to claim 1 further comprising: (c) visually displaying the knowledge representation graph structure of the query to a user.
5. The method according to claim 1 wherein step (b) comprises displaying the supergraph structures and subgraph structures in the hierarchy.
6. The method according to claim 5 wherein step (b) further comprises displaying information identifying a selected information source adjacent to a supergraph and subgraph structure generated from the selected information source.
7. The method according to claim 1 wherein step (b) comprises displaying the hierarchy and identifying information for each information source.
8. The method according to claim 1 wherein step (a) comprises generating the query knowledge representation by processing the query with a knowledge extractor.
9. The method according to claim 1 wherein step (a) comprises obtaining the query knowledge representation from a user.
10. The method according to claim 1 wherein a supergraph structure comprises an information source knowledge representation graph structure that does not contain any vertices in query knowledge representation graph structure but contains vertices connected to the query knowledge representation graph structure vertices.
11. The method according to claim 1 wherein a subgraph structure comprises an information source knowledge representation which is entirely contained within the query knowledge representation graph structure.
12. A method for navigating and exploring an information source located by matching a query knowledge representation to knowledge representations in the information source, the method comprising: (a) visually displaying the query knowledge representation as a graph structure having features comprising, vertices connected by edges; (b) visually displaying the content of the information source in the vicinity of the graph structure; and (c) highlighting items in the information source content that correspond to the vertices and edges of the graph structure.
13. The method according to claim 12 further comprising: (d) highlighting a feature in the graph structure in response to a user selection; and (e) highlighting an item in the information source content, which item corresponds to the selected feature.
14. The method according to claim 13 further comprising: (f) highlighting related features in the graph structure which are adjacent to the selected feature; and (g) highlighting related items in the information source content, which related items correspond to the related features.
15. The method according to claim 12 further comprising: (h) highlighting an item in the information source content in response to a user selection; and (i) highlighting a feature in the graph structure, which feature corresponds to the selected item.
16. The method according to claim 15 further comprising: (j) highlighting related items in the information source content which are adjacent to the selected item; and (k) highlighting related features in the graph structure, which related features correspond to the related items.
17. Apparatus for locating and classifying information sources in response to a query, the apparatus comprising: a retrieval engine that receives a knowledge representation graph structure of the query and, in response thereto, locates a collection of information sources and generates an information source knowledge representation graph structure of each located information source in the collection; and a graph matching processor that matches the query knowledge representation graph structure to the information source knowledge representation graph structures obtained by the retrieval engine to generate a hierarchy of supergraph structures and subgraph structures in which each of the supergraph structures and subgraph structures corresponds to at least one information source.
18. The apparatus according to claim 17 wherein the query knowledge representation graph structure and each of the information source knowledge representation graph structures comprises vertices that represent concepts, words and phrases.
19. The apparatus according to claim 17 wherein the query knowledge representation graph structure and each of the information source knowledge representation graph structures comprises directed edges that represent actions and relations.
20. The apparatus according to claim 17 further comprising a visual display that displays the knowledge representation graph structure of the query to a user.
21. The apparatus according to claim 17 further comprising a graphical user interface that displays the supergraph structures and subgraph structures in the hierarchy.
22. The apparatus according to claim 21 wherein the graphical user interface comprises an area that displays information identifying a selected information source adjacent to a supergraph and subgraph structure generated from the selected information source.
23. The apparatus according to claim 17 further comprising a graphical user interface that displays the hierarchy and identifying information for each information source.
24. The apparatus according to claim 17 further comprising a knowledge extractor that processes the query to generate the query knowledge representation.
25. The apparatus according to claim 17 further comprising a user interface that obtains the query knowledge representation from a user.
26. The apparatus according to claim 17 wherein a supergraph structure comprises an information source knowledge representation graph structure that does not contain any vertices in query knowledge representation graph structure but contains vertices connected to the query knowledge representation graph structure vertices.
27. The apparatus according to claim 17 wherein a subgraph structure comprises an information source knowledge representation, which is entirely contained within the query knowledge representation graph structure.
28. Apparatus for navigating and exploring an information source located by matching a query knowledge representation to knowledge representations in the information source, the apparatus comprising: a visually display having an area for displaying the query knowledge representation as a graph structure having features comprising vertices connected by edges and an area for displaying the content of the information source in the vicinity of the graph structure; and a user selection device that enables a user to highlight items in the information source content that correspond to the vertices and edges of the graph structure.
29. The apparatus according to claim 28 further comprising: a mechanism that highlights a feature in the graph structure in response to a user selection with the user selection device; and a mechanism that highlights an item in the information source content, which item corresponds to the selected feature.
30. The apparatus according to claim 29 further comprising: a mechanism that highlights related features in the graph structure which are adjacent to the selected feature; and a mechanism that highlights related items in the information source content, which related items correspond to the related features.
31. The apparatus according to claim 28 further comprising: a mechanism that highlights an item in the information source content in response to a user selection with the user selection device; and a mechanism that highlights a feature in the graph structure, which feature corresponds to the selected item.
32. The apparatus according to claim 31 further comprising: a mechanism that highlights related items in the information source content which are adjacent to the selected item; and a mechanism that highlights related features in the graph structure, which related features correspond to the related items.
33. A computer program product for locating and classifying information sources in response to a query, the computer program product comprising a computer usable medium having computer readable program code thereon, including: program code for providing a knowledge representation graph structure of the query to a retrieval engine that locates a collection of information sources and generates an information source knowledge representation graph structure of each located information source in the collection; and program code for matching the query knowledge representation graph structure to the information source knowledge representation graph structures obtained in step (a) to generate a hierarchy of supergraph structures and subgraph structures in which each of the supergraph structures and subgraph structures corresponds to at least one information source.
34. A computer program product for navigating and exploring an information source located by matching a query knowledge representation to knowledge representations in the information source, the computer program product comprising a computer usable medium having computer readable program- code thereon, including: program code for visually displaying the query knowledge representation as a graph structure having features comprising vertices connected by edges; program code for visually displaying the content of the information source in the vicinity of the graph structure; and program code for highlighting items in the information source content that correspond to the vertices and edges of the graph structure.
35. A computer data signal embodied in a carrier wave for locating and classifying information sources in response to a query, the computer data signal comprising: program code for providing a knowledge representation graph structure of the query to a retrieval engine that locates a collection of information sources and generates an information source knowledge representation graph structure of each located information source in the collection; and program code for matching the query knowledge representation graph structure to the information source knowledge representation graph structures obtained in step (a) to generate a hierarchy of supergraph structures and subgraph structures in which each of the supergraph structures and subgraph structures corresponds to at least one information source.
36. A computer data signal embodied in a carrier wave for navigating and exploring an information source located by matching a query knowledge representation to knowledge representations in the information source, the computer data signal comprising: program code for visually displaying the query knowledge representation as a graph structure having features comprising vertices connected by edges; program code for visually displaying the content of the information source in the vicinity of the graph structure; and program code for highlighting items in the information source content that correspond to the vertices and edges of the graph structure.
PCT/US2001/042479 2001-10-05 2001-10-05 Classification of information sources using graph structures WO2003032199A2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/US2001/042479 WO2003032199A2 (en) 2001-10-05 2001-10-05 Classification of information sources using graph structures

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/US2001/042479 WO2003032199A2 (en) 2001-10-05 2001-10-05 Classification of information sources using graph structures

Publications (2)

Publication Number Publication Date
WO2003032199A2 true WO2003032199A2 (en) 2003-04-17
WO2003032199A3 WO2003032199A3 (en) 2003-08-28

Family

ID=21742964

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2001/042479 WO2003032199A2 (en) 2001-10-05 2001-10-05 Classification of information sources using graph structures

Country Status (1)

Country Link
WO (1) WO2003032199A2 (en)

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1681645A1 (en) * 2005-01-14 2006-07-19 FatLens, Inc. Method and system to compare data objects
EP2184685A1 (en) * 2008-11-07 2010-05-12 Lingupedia Investments SARL Method for semantic processing of natural language using graphical interlingua
WO2010051966A1 (en) * 2008-11-07 2010-05-14 Lingupedia Investments Sarl Method for semantic processing of natural language using graphical interlingua
US9058093B2 (en) 2011-02-01 2015-06-16 9224-5489 Quebec Inc. Active element
US9613167B2 (en) 2011-09-25 2017-04-04 9224-5489 Quebec Inc. Method of inserting and removing information elements in ordered information element arrays
US9646080B2 (en) 2012-06-12 2017-05-09 9224-5489 Quebec Inc. Multi-functions axis-based interface
US9652438B2 (en) 2008-03-07 2017-05-16 9224-5489 Quebec Inc. Method of distinguishing documents
US9690460B2 (en) 2007-08-22 2017-06-27 9224-5489 Quebec Inc. Method and apparatus for identifying user-selectable elements having a commonality thereof
US10430495B2 (en) 2007-08-22 2019-10-01 9224-5489 Quebec Inc. Timescales for axis of user-selectable elements
US10606849B2 (en) 2016-08-31 2020-03-31 International Business Machines Corporation Techniques for assigning confidence scores to relationship entries in a knowledge graph
US10607142B2 (en) 2016-08-31 2020-03-31 International Business Machines Corporation Responding to user input based on confidence scores assigned to relationship entries in a knowledge graph
US10671266B2 (en) 2017-06-05 2020-06-02 9224-5489 Quebec Inc. Method and apparatus of aligning information element axes
US10845952B2 (en) 2012-06-11 2020-11-24 9224-5489 Quebec Inc. Method of abutting multiple sets of elements along an axis thereof
CN114579826A (en) * 2022-04-27 2022-06-03 支付宝(杭州)信息技术有限公司 Task processing method and device based on knowledge graph

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7606819B2 (en) 2001-10-15 2009-10-20 Maya-Systems Inc. Multi-dimensional locating system and method
US20080058106A1 (en) 2002-10-07 2008-03-06 Maya-Systems Inc. Multi-dimensional locating game system and method
CA2677921C (en) 2008-09-12 2017-06-13 Mathieu Ma Audet Method of managing groups of arrays of documents

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
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
US6076088A (en) * 1996-02-09 2000-06-13 Paik; Woojin Information extraction system and method using concept relation concept (CRC) triples
WO2001029709A1 (en) * 1999-10-20 2001-04-26 Ali Hussam System and method for location, understanding and assimilation of digital documents through abstract indicia

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6076088A (en) * 1996-02-09 2000-06-13 Paik; Woojin Information extraction system and method using concept relation concept (CRC) triples
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
WO2001029709A1 (en) * 1999-10-20 2001-04-26 Ali Hussam System and method for location, understanding and assimilation of digital documents through abstract indicia

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
MECHKOUR M ET AL: "PRIME-GC. A medical information retrieval prototype on the Web" PROCEEDINGS. SEVENTH INTERNATIONAL WORKSHOP ON RESEARCH ISSUES IN DATA ENGINEERING. HIGH PERFORMANCE DATABASE MANAGEMENT FOR LARGE-SCALE APPLICATIONS (CAT. NO.97TB100122), PROCEEDINGS SEVENTH INTERNATIONAL WORKSHOP ON RESEARCH ISSUES IN DATA ENGINEER, pages 2-9, XP002212272 1997, Los Alamitos, CA, USA, IEEE Comput. Soc. Press, USA ISBN: 0-8186-7849-6 *
OUNIS I ET AL: "A promising retrieval algorithm for systems based on the conceptual graphs formalism" DATABASE ENGINEERING AND APPLICATIONS SYMPOSIUM, 1998. PROCEEDINGS. IDEAS'98. INTERNATIONAL CARDIFF, UK 8-10 JULY 1998, LOS ALAMITOS, CA, USA,IEEE COMPUT. SOC, US, 8 July 1998 (1998-07-08), pages 121-130, XP010294628 ISBN: 0-8186-8307-4 *

Cited By (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1681645A1 (en) * 2005-01-14 2006-07-19 FatLens, Inc. Method and system to compare data objects
US10282072B2 (en) 2007-08-22 2019-05-07 9224-5489 Quebec Inc. Method and apparatus for identifying user-selectable elements having a commonality thereof
US11550987B2 (en) 2007-08-22 2023-01-10 9224-5489 Quebec Inc. Timeline for presenting information
US10430495B2 (en) 2007-08-22 2019-10-01 9224-5489 Quebec Inc. Timescales for axis of user-selectable elements
US9690460B2 (en) 2007-08-22 2017-06-27 9224-5489 Quebec Inc. Method and apparatus for identifying user-selectable elements having a commonality thereof
US10719658B2 (en) 2007-08-22 2020-07-21 9224-5489 Quebec Inc. Method of displaying axes of documents with time-spaces
US9652438B2 (en) 2008-03-07 2017-05-16 9224-5489 Quebec Inc. Method of distinguishing documents
RU2509350C2 (en) * 2008-11-07 2014-03-10 Матрокс Профешнл Инк Method for semantic processing of natural language using graphic intermediary language
WO2010051966A1 (en) * 2008-11-07 2010-05-14 Lingupedia Investments Sarl Method for semantic processing of natural language using graphical interlingua
EP2184685A1 (en) * 2008-11-07 2010-05-12 Lingupedia Investments SARL Method for semantic processing of natural language using graphical interlingua
US9733801B2 (en) 2011-01-27 2017-08-15 9224-5489 Quebec Inc. Expandable and collapsible arrays of aligned documents
US9058093B2 (en) 2011-02-01 2015-06-16 9224-5489 Quebec Inc. Active element
US10067638B2 (en) 2011-02-01 2018-09-04 9224-5489 Quebec Inc. Method of navigating axes of information elements
US9613167B2 (en) 2011-09-25 2017-04-04 9224-5489 Quebec Inc. Method of inserting and removing information elements in ordered information element arrays
US10289657B2 (en) 2011-09-25 2019-05-14 9224-5489 Quebec Inc. Method of retrieving information elements on an undisplayed portion of an axis of information elements
US10558733B2 (en) 2011-09-25 2020-02-11 9224-5489 Quebec Inc. Method of managing elements in an information element array collating unit
US11281843B2 (en) 2011-09-25 2022-03-22 9224-5489 Quebec Inc. Method of displaying axis of user-selectable elements over years, months, and days
US11080465B2 (en) 2011-09-25 2021-08-03 9224-5489 Quebec Inc. Method of expanding stacked elements
US11513660B2 (en) 2012-06-11 2022-11-29 9224-5489 Quebec Inc. Method of selecting a time-based subset of information elements
US10845952B2 (en) 2012-06-11 2020-11-24 9224-5489 Quebec Inc. Method of abutting multiple sets of elements along an axis thereof
US9646080B2 (en) 2012-06-12 2017-05-09 9224-5489 Quebec Inc. Multi-functions axis-based interface
US10180773B2 (en) 2012-06-12 2019-01-15 9224-5489 Quebec Inc. Method of displaying axes in an axis-based interface
US10607142B2 (en) 2016-08-31 2020-03-31 International Business Machines Corporation Responding to user input based on confidence scores assigned to relationship entries in a knowledge graph
US10606849B2 (en) 2016-08-31 2020-03-31 International Business Machines Corporation Techniques for assigning confidence scores to relationship entries in a knowledge graph
US10671266B2 (en) 2017-06-05 2020-06-02 9224-5489 Quebec Inc. Method and apparatus of aligning information element axes
CN114579826A (en) * 2022-04-27 2022-06-03 支付宝(杭州)信息技术有限公司 Task processing method and device based on knowledge graph

Also Published As

Publication number Publication date
WO2003032199A3 (en) 2003-08-28

Similar Documents

Publication Publication Date Title
US6598043B1 (en) Classification of information sources using graph structures
Görg et al. Combining computational analyses and interactive visualization for document exploration and sensemaking in jigsaw
US6904429B2 (en) Information retrieval apparatus and information retrieval method
US8108405B2 (en) Refining a search space in response to user input
US8332439B2 (en) Automatically generating a hierarchy of terms
JP4241934B2 (en) Text processing and retrieval system and method
US20180032606A1 (en) Recommending topic clusters for unstructured text documents
JP3577819B2 (en) Information search apparatus and information search method
US7185001B1 (en) Systems and methods for document searching and organizing
WO2003032199A2 (en) Classification of information sources using graph structures
JPH11328228A (en) Retrieved result fining method and device
JP2004178605A (en) Information retrieval device and its method
Grobelnik et al. Automated knowledge discovery in advanced knowledge management
JP2004178604A (en) Information retrieval system and its method
JP2001075966A (en) Data analysis system
EP1667034A2 (en) System and method for interactive multi-dimensional visual representation of information content and properties
EP1212697A1 (en) Method and apparatus for building a user-defined technical thesaurus using on-line databases
JP4426041B2 (en) Information retrieval method by category factor
Qu A sensemaking-supporting information gathering system
JP2004110834A (en) Information storage retrieval system and method
Carmel et al. Entity oriented search and exploration for cultural heritage collections: the EU cultura project
JP2002288189A (en) Method and apparatus for classifying documents, and recording medium with document classification processing program recorded thereon
Turetken Visualization support for managing information overload in the web environment
JPH1027125A (en) Document classifying device
Koh et al. Deriving image-text document surrogates to optimize cognition

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BY BZ CA CH CN CO CR CU CZ DE DM DZ EE ES FI GB GD GE GH GM HU ID IL IN IS JP KE KG KP KR KZ LK LR LS LT LU LV MA MD MG MK MW MX MZ NO NZ PH PL PT RO RU SE SG SI SK SL TJ TM TR TT TZ UA UZ VN YU ZA

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): GH GM KE LS MW MZ SD SL SZ UG ZW AM AZ BY KG KZ MD TJ TM AT BE CH CY DE DK ES FR GB GR IE IT LU MC NL PT SE TR BF BJ CF CG CI CM GA GN GQ GW MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
122 Ep: pct application non-entry in european phase
NENP Non-entry into the national phase in:

Ref country code: JP