Document filing system with knowledge-base network of concept interconnected by generic, subsumption, and superclass relations4868733Abstract A document filing system is provided for storing a large amount of information in proper arrangement for facilitating utilization thereof by a user, while allowing semantical retrieval to be realized even from vague fragmental information. Further, a method is provided for expressing the facts consitituting information in terms of "concepts" representing things and "relations" defined between the concepts internally of computer, and a method of inputting user's information to a computer through dialogical procedure and retrieving desired information. Information stored of the computer architects internally a concept network which is displayed in various forms such as hierarchical form based on subsumption relations between the concepts, hierarchical representation based on part-whole relation between the concept, a frame display of a single concepts, and tabular representation of a set of concepts belonging to a given class. The network may be browsed by referring to the contents of the display so that a user can easily know what kind of information has been stored internally of the computer, whereby he or she can perform inputting of new information and retrieval of desired information in a facilitated and simplified manner. The relations stored internally of the computer are classified into "generic relationship" and "instance relation" representing individual facts, whereby a generic framework of facts can be stored. The generic framework is displayed upon interaction with the user for allowing new information to be inputted and desired information to be retrieved in a facilitated and simplified manner. Retrieval by using sematic retrieval formula created internally through dialogical procedure is realized through inferring processing. Claims We claim: Description BACKGROUND OF THE INVENTION
______________________________________
"Technical paper about computer in which LISP
runs and which is written by an employee of company A"
(2)
______________________________________
As will be described in detail hereinafter, the above retrieval condition is expressed in the formula or expression as follows:
______________________________________
(TECHNICAL-PAPER
(SUBJECT-IS
(COMPUTER (RUNS LISP))
(AUTHOR-IS
(EMPLOYEE (WORKS-AT COMPANY A))))
(3)
______________________________________
The above expression is based on symbolic expression (S-expression) in LISP Language (refer to P. H. Winston "LISP" Addison-Wesley Publishing Co., 1981, p. 18). (3) Semantic retrieval function. It is common that a user who wants to retrieve a certain item has only fragmentary and ambiguous information thereof. On the other hand, the computer memory (e.g. data base) stores that item in a concrete name. The gap between the user's fragmentary information and the precise data stored in the computer memory must be bridged. In this connection, the ambiguity may be generally classified into five varieties mentioned below: (i) Incompleteness of name Only a part of the name of an item or concept is memorized. (ii) Synonym The same thing is often memorized or recalled in terms of different words. By way of example, words "artificial intelligence", "thinking machine", and "AI" indicates the same concept. (iii) Incompleteness of number. It is rare that a user remembers numerical values precisely, as exemplified by "during the generation of 1980s", "about 1985", "from 1983 to 1987", "before 1960" and so on. (iv) Taxonomic conceptual abstraction -1 Things and concepts are often memorized in terms of concepts of higher rank with the concrete contents being forgotten. Memorization of the is often based on the classification of concept, as exemplified by sayings that "although the name of the company is forgotten, the organization is neither university nor laboratory but a company at any rate", "that was a certain electric machinery manufacturer" or the like. In this case, assuming that the electric machinery manufacturer is "ABC Co., Ltd.", for example, the following relations hold true. ("ABC Co., Ltd." IS-A ELECTRIC-MANUFACTURER) (ELECTRIC-MANUFACTURER IS-A MANUFACTURER) Schematically, the concepts "ABC Co., Ltd." and "ELECTRIC-MANUFACTURER" are coupled by a link "IS-A". Herein, the link "IS-A" represents a relation defined between the two concepts mentioned above and is referred to as the subsumption relation which is an ordered relation representing a superclass relation between two concepts. In general, it is believed that all the concepts constitute a hierachial taxonomy by means of the link "IS-A". The resulting hierachical tree is referred to as a concept tree or conceptual tree. (v) Partomic conceptual abstraction -2 The abstraction discussed above is a sort of set theoretical abstraction. It should be pointed out that people often memorizes a thing in terms of upper rank part in part-whole relation of a concept. For example, man says that "although I can not remember the factory where Mr. A works, I am sure that he is an employee of ABC Co., Ltd." or "although I can not remember what the city is called, I am sure that the city is located in the state of California". In contrast, the conventional data base stores the corresponding facts in more definite manner such as "Mr. A works at XYZ factory" or "ABC Co., Ltd., is located at Los Angeles". Accordingly, the information stored in the data base can not be retrieved starting from the ambiguous information memorized by the user. In this case, the following relations play an important role. ("ABC Co., Ltd." HAS-PART-OF "XYZ factory") ("California state" HAS-PART-OF "Los Angeles"). What is important to be noted is ("LosAngeles" IS-A "California state") is not correct, but should be (LosAngeles IS-PART-OF "California state"). These relations "IS-PART-OF" and "HAS-PART-OF" are referred to as "part-whole" relations which are ordered relations representing a structural inclusion relationship between two concepts. This relation should be clearly distinguished from the subsumption relation described above. Parenthetically, it should be mentioned that the relation "IS-PART-OF" is a reverse relation of "HAS-PART-OF". In more strict sense, the relation having directivity is referred to, simply as the relation, while the relation is referred to as the relationship when the direction is not concerned. As to a person's memorization faculty or characteristic, it may further be pointed out that relation between the concepts is more susceptible to be memorized than the concepts themselves. For example, in the case of retrieval starting from such fragmentary ambiguous information that "the subject matter of a certain article is an operating system which was developed by an institute in U.S.A.", the fact "developed" is important, and this fact represents "relation" defined between the two concepts "operating system" and "institute". In more concrete, retrieval condition may be expressed as follows:
______________________________________
("UX OPERATING SYSTEM"
IS-DEVELOPED-BY
"INSTITUTE B")
______________________________________
wherein "IS-DEVELOPED-BY" represents the relation. In the retrieval based on the ambiguous information, this "relation" defined among the concepts is important. Among the characteristics of a person's memorizing faculty, the incompleteness of name and numerical values are taken into consideration in the hitherto known information retrieval. For example, there can be mentioned the matching function of fragmentary (partial) character string and designation of numerical range. The semantic retrieval function according to the invention is characterized above all by the conceptual abstractions among the classified varieties described above. More specifically, with the aid of the retrieval condition input supporting function, the semantically ambiguous retrieval is rendered possible, as follows:
______________________________________
Retrieval Condition:
"Article concerning a
computer developed by a
certain company located in
California state and in which
an operating system developed
by a certain institute
runs" (4)
______________________________________
In the above conditional statement, the concrete concept is only "California state". Other words which may possibly be used as keywords are "computer", "institute", and "operating system". Through the hitherto known information retrieval system, e.g. keyword retrieval system, any satisfactory results of retrieval can not be obtained. It is however noted that the conditional statement (4) is considered a "semantic meaningful retrieval condition" according to the invention, because the statement (4) contains relations between "California state" and "company", "company" and "computer", and "operating system" and "computer", respectively, as the information for retrieval. Further, in the sense that "company", "computer", "operating system" are generic name (abstract concepts), the so-called "abstract" retrieval is realized. In contrast, in the case of the hitherto known retrieval system, since the relations between keywords are not stated, the above statement (4) may be erroneously interpretted as "article about computer introduced by an institute located in California state and in which operating system developed by a certain company runs", which is of course "semantically meaningless retrieval". BRIEF DESCRIPTION OF THE DRAWINGS FIG. 1 is a view showing a system arrangement according to an embodiment of the present invention; FIG. 2 is a view for illustrating a concept network; FIG. 3 is a view illustrating the concept network in a schematic diagram; FIG. 4 is a view showing a concept relation model in an Entity-Relation diagram; FIGS. 5 to 8 are views illustrating concrete examples of knowledge representation by the concept relation model; FIG. 9 is a view illustrating an example of image data management; FIG. 10 is a functional block diagram showing software employed according to an embodiment of the invention; FIG. 11 is a view for illustrating a result of character substring matching procedure; FIG. 12 is a view showing a menu; FIG. 13 is a view for illustrating network traverse procedure based on selection from the menu; FIG. 14 is a view showing a concept tree display; FIG. 15 is a view showing a hierarcal tree based on the part-whole relationship; FIG. 16 is a view for illustrating network traverse procedure based on concept frames; FIG. 17 is a view for illustrating method for definition and registration of a new concept; FIG. 18 is a view for illustrating concept network edition; FIGS. 19 to 22 are views for illustrating dialogical retrieval formula creating procedure; FIG. 23 is a view for illustrating semantic retrieval; FIG. 24 is a view for illustrating a concept matching procedure; and FIG. 25 is a view for illustrating functions for displaying concepts in tabular form. DESCRIPTION OF THE PREFERRED EMBODIMENTS In the following, the present invention will be described in detail in conjunction with the exemplary or preferred embodiments thereof by referring to the accompanying drawings. FIG. 1 shows a general arrangement of an image information filing system in which an information storage and retrieval system according to an exemplary embodiment of the invention is adopted. Initially, the structure and operation of the whole system will be outlined below. Basically, the system is composed of a data processing portion and an image information processing portion. The data processing portion comprises a control unit (also referred to as CPU) 100, a main memory 300, magnetic disk units 400 and a terminal console 200 (which includes a CRT 210, a keyboard 220 and a mouse 230) and an image information processing portion. On the other hand, the image information processing portion comprises an image scanner 700, an image printer 750 an optical disk unit 450, an image buffer memory 350, a high-speed image processor (also referred to as IP) 600 and a high-resolution image display (also referred to as CRT) 500. The data processing portion and the image information processing portion are interconnected through a bus adapter 805. As main operations to be performed, there can be mentioned registration of image information from documents, retrieval of desired information for display or other type of outputting thereof, and inputting and editing of information or data belonging to the field to be filed. In the registration of the image knowledge of a document, the latter is scanned through the image scanner 700, wherein the resulting image information is loaded in the image buffer memory 350 and stored in the optical disk unit 450 after having been coded in a compressed form by the high-speed image processor or IP 600. At that time, the image information in the buffer memory 350 is displayed on the image display or CRT 500 to check whether the image information has been properly digitized, while bibliographic data of the document (such as subject or title, author, the source and others) as well as significance thereof in the world knowledge are inputted through the terminal console 200. The bibliographic data, physical addresses (pack address, track address and sector address) of the image information in concern on the optical disk unit 450 and properties of the image (size, scan density, type of coding as adopted and the like) are stored in the magnetic disk unit or file unit 420. On the other hand, information about the significance of the document in the world knowledge and the like is stored in the file unit 430. In the retrieval and display operation, the desired document is identified with the aid of the terminal console 200 through dialogical interacting process described hereinafter to be thereby displayed on the image display CRT 500. When a hard copy is desired, this can be outputted from the printer 750. Information about the location of the identified document (such as the physical address of the optical disk unit) is read out from the file unit 420 to be subsequently sent to the optical disk control unit 450 as the control command for reading the optical disk by way of the bus adapter 805. The image information or data thus read out is once stored in the buffer memory 350 and is sequentically decoded through the IP 600 to be displayed. The mouse 230 is capable of designating the display position or location on both the CRTs 210 and 500. Accordingly, the display position of the image on the CRT 500 is designated by the mouse 230. By taking advantage of this function, the document images on a plurality of pages can also be displayed at given locations or positions on the CRT in overlapping relation. Furthermore, the document image corresponding to one page can be displayed in a reduced size through the IP 600, for thereby allowing a number of ges to be simultaneously displayed on a single CRT screen. Management of images to be displayed on the CRT is performed by the control unit or CPU 100. Inputs for editing the world knowledge are performed on the terminal 200 by displaying the document on the CRT 500, as it is required. The phrase "world knowledge", is intended to mean a set of concepts concerning the world or field described in the document and the facts described in terms of relationships among the concepts, which document is to be registered or has already been registered. Further, the term "world knowledge" encompasses these concepts, as well as the interconceptural relationships, in a natural language. Needless to say, the document itself is included as one of the concepts by the term "world". These knowledges are stored in the file unit 430. The three main functions described above can be arbitrarily called in a modeless manner whenever they are required. By way of example, information as required can be displayed on the CRT 500 by resorting to the retrieval function in the course of performing the additional editing of the world knowledges. It is also possible to additionally file the knowledge of the contents of a document in the course of performing the registration of the same document. Next, discussion will be directed to the representation format of the world knowledge data. The representation of knowledge is made in terms of two varieties of elements, i.e. the concepts and the relation(s) between or among the concepts. FIG. 2 is a schematic diagram illustrating conceptually these elements in terms of a kind of a semantic network. In the figure, each node represented by an ellipse represents a concept, wherein the word written within the ellipse is typical word representing that concept. This word is referred to as the name of the concept. Links interconnecting the ellipses (i.e. solid and broken lines with respective arrows) represent the relationships among the concepts. For example, the fact that a "supercomputer 1012" is "one variety of" a "computer 1011" is represented by a link labelled "IS-A". It should be mentioned that "UNIVERSAL 1010" is a specific concept defined to subsume all the other concepts. In other words, all the concepts constitute a concept tree having a root constituted by the concept "UNIVERSAL", wherein the concept tree represents a taxonomic hierarchy. The link "IS-A" is one variety of the relationships. However, this link also serves as a route for inheriting the property of a concept to the one ranked lower. Consequently, this link or relationship is considered discriminatively from the other relationships. To this end, the links "IS-A" are represented by the arrowed solid lines, while other links or relationships are represented by broken lines. By way of example, in considering a generic property that "computer runs software", it will be noted that this property can also be represented by the expression "software runs on computer". This kind of relationship will herein be referred to as the generic relation. The representing format of the generic relation in the case of the example mentioned above is (COMPUTER RUNS SOFTWARE) (SOFTWARE RUNS-ON COMPUTER) . . . . (5) These generic relations can be taken over or inherited to the low rank concepts in such a manner that "supercomputer runs software" and "X-800 computer runs software" or "operating system runs on computer" and "UX runs on computer", where each of the foregoing is referred to as a generic relation. These relationships can be derived from the generic relation (5) and is not directly described in the knowledge base. In FIG. 2, the link 1005 interconnecting the concepts "X-800" and "UX" differs from the aforementioned generic relationship. This link 1005 represents the individual relation defined between the two concepts linked together. This sort of relation will be referred to as the instance relation or simply as relation. It should however be noted that the relation 1005 is an instance relation of the generic relationship 1004. In this way, the schematic diagram of FIG. 2 tells a fact that the subject matter of an article "ART #018" denoted by a numeral 1018 is the supercomputer X-800 and that an operating system UX runs on the supercomputer X-800. Further, it will be seen that all the concepts are interconnected by longitudinal lines referred to as the links labelled "IS-A" on one hand and interconnected by transverse links referred to as the generic relations and the instance relations, to thereby constitute the conceptual network. In this conjunction, it is important to note that the property pertaining to a concept is not only considered from the standpoint of that concept but also equally considered in view of the concept that makes appearance in the definition of the property itself. This can be accomplished by adopting the idea "relation or relationship" defined between the two concepts and by giving a means to see the relation from both of these concepts. By way of example, assuming that the article "ART #018" whose subject is "X-800" is registered. Then, this means that the fact "X-800" is described in the article "ART #018" is also registered. The knowledge representation elucidated above can be formally illustrated such as shown in FIG. 3. From the figure, it will be seen that the system stores four types of data in terms of the concept C, the subsumption relation S, the generic relationship R and the instance relation r for management. More specifically, C(i) represents the i-th concept, S(k, i) represents the fact that a concept C(K) is one variety of the concept C(i), R(m) represents the m-th generic relationship, and r (m, k, () represents an instance relation of the generic relationship R(m) which is defined between the concepts C(k) and C(l). More particularly, these four types of data can be represented as an entity relation model in a tabular form, as will be seen in FIG. 4. Referring to the figure, the concept C and the generic relationship R are apprehended to be the entity while the subsumption relation S and the instance relation r are understood to be the relations interlinking the entities. The generic relationship defines a class of the instance relations r and is considered to be the entity. More concrete representations are shown in FIGS. 5 to 8 in the form of a table. More specifically, FIG. 5 shows a table which lists definitions of words representing the concepts. Basically, the table is composed of a column containing identification numbers C# assigned individually to the concepts, a column containing concept names (words or notations) CNAME expressing the concepts, and a column containing indications as to whether the expressions are primary or secondary ones. For example, the concept identified by the number #58 is "computer" which is also expressed in Japanese. FIG. 6 shows a table defining the subsumption relations. The table is composed of a column listing the individual concept identification number C# and a column containing the identification number each assigned to a higher rank or superclass concept subsuming the corresponding or associated concept C#. As a special case, the superclass concept of the concept "UNIVERSAL" is defined to be "UNIVERSAL". FIG. 7 shows a table defining the generic relationships R. The table contains a column listing the numbers IS# identifying the generic relationships, a column listing the relationship names RSNAME of the generic relationships, a column listing readings LR which correspond to the readings of the generic relationships from left to right and a column listing readings RL which correspond to the readings of the generic relationships from right to left. In this conjunction, it is to be noted that "reading from left to right" applies validly only in the basic form in which two concepts interlinked by the associated generic relationship are juxtaposed side by side, the basic form being defined by the instance relation r which will be elucidated by referring to FIG. 8. By way of example, in the table R shown in FIG. 7, the name column RSNAME contains "SUBJECT" as the sixteenth generic relationship. This means that the "SUBJECT" is used as the instance relations: IS-SUBJECT-OF or SUBJECT-IS It should further be added that there are such generic relationships for which the same readings are defined to have different meanings or usages. By way of example, there exist in the table of FIG. 7 the same two readings "HAS-PART-OF" which however apply to the different generic relationships named "PART-WHOLE 1" and "PART-WHOLE 2". This means that the part-whole relationship for the different concepts is to be handled discriminatively. Suppose for example in the relationship of "PART-WHOLE 1" is applied to the concept "organization" then, the relationship "PART-WHOLE 1" can be used, for example, in the form: ("ABC Co., Ltd." HAS-PART-OF "XYZ factory") (6) On the other hand, when the relationship "PART-WHOLE 2" is applied to the concept "DISTRICT", the following relation, for example, exists. ("California state" HAS-PART-OF "LosAngeles") (7) FIG. 8 shows a table containing the relations r defined between the concepts. In this table, both the generic relationships and the instance relations are entered. A column G/I serves to discriminate the generic relationship and the instance relation, wherein G indicates the generic relationship with I indicating the instance relation. In the table r shown in FIG. 8, the records include the relation identifying number R#, the generic relationship identifying number RS# indicative of the type of the relationships, the left concept identification number CL identifying the concept located on the left side in the basic form, and the right concept identification number CR identifying the concept located on the righthand side in the basic form. By way of example, the relation #4 is a generic relationship (G/I=G) which is defined by the concept #58 ("computer") and the concept #64 ("software") and which has meaning defined by the generic relationship #7. More specifically, in the table r, the following two relations in appearance (computer RUNS software) (software RUNS-ON computer) (8) are represented by the single record. Similarly, the relation #724 is an instance relation of the generic relationship #7 and interlinks the concepts #1512 and #1051 with each other. Namely, as will be seen in the table C, relations mentioned below are represented. (X-800 RUNS UX) (UX RUNS-ON X-800) (9) The four kinds of data (tables C, S, R and r) described above are stored in the file 430 as the knowledge base. Next, a table D for defining document images will be described with reference to FIG. 9. The table 9 includes columns for the document identification number D#, concept identification number C#, document size SIZE, compressing code type CODE, image scanning density DENS, physical address PHYSA on the optical disk and the number of recording sectors LENG. In the case of the record illustrated in FIG. 9, it will be seen that the document #98 concerns the concept #313 (i.e. article ART #018, see FIG. 5), the size is A4, the scanning is effected at the density of 16 lines/mm, the compressing code is the MH code, and the document is stored at 13 sectors following the address "400207" inclusive, of the optical disk. As will be apparent, it is possible to combine all the concepts with respective document images. This means that the concept "COMPUTER", for example, may be accompanied with the illustrative image of a "DOCUMENT", if desired. Further, a single concept ay be annexed with a plurality of different documents. The table D is stored for management in the file 420 shown in FIG. 1. In the foregoing, description has been made on the structure of the apparatus and the data representation formats embodying the invention. In the following, description will be directed to a software structure and processing procedures. FIG. 10 illustrates the software structure. In the first place, it should be mentioned that the illustrated software is processed by the control unit 100 (FIG. 1) and programs as required are stored in the file 410 (FIG. 1). Referring to FIG. 10, the software includes a dialogue control module 2001, a search and concept matching module 2001, a query formula generation module 2003, a concept network editor 2004, a network traverse control module 2005, a table manipulation module 2006, and an image display control module 2010. Description will first be made on the function of the table manipulation module 2006 which constitutes one of the basic components. The table manipulation module 2006 serves for manipulation of data of the aforementioned various table formated at a level of high order as well as retrieval of the data. Main functions of the module 2006 be enumerated below. Parenthetically, it should be mentioned that the program is written in LISP language and that S-expression is adopted. Further, for facilitation of the description, variables and functions are represented by small letters while constants are represented by capital letters. As a function for creating a new table, "create-table" function can be mentioned. As to the table R shown in FIG. 7, for example, the framework thereof can be newly defined by calling the above function as follows:
______________________________________
(create-table 'R
'(RS# RSNAME LR RL)) (10)
______________________________________
wherein the first argument is the name of the table and the second argument represents the list (set) of the columns' names, while the quotation mark "1" means that the symbol following the mark is not a variable but a constant. Next, an "insert" function for adding the records in the table will be mentioned. By way of example, in the table R shown in FIG. 7, three records 7, 15 and 16 can be added with the aid of the "insert" function as follows:
______________________________________
(insert 'R
'(RS# RSNAME LR RL)
'((7 RUN RUNS RUNS-ON)
(15 DEVELOPMENT
HAS-DEVELOPED IS-DEVELOPED-BY
(16 SUBJECT
IS-SUBJECT-OF SUBJECT-IS)))
(11)
______________________________________
For updating the record, a function "update" can be employed. Byway of example, in the table R (FIG. 7), the value of the record located in the column RSNAME where the value of the column RS# is can be updated to "THEME" by employing the function "update" as follows:
______________________________________
(update 'R
'RSNAME
'THEME
'(eq (v RS#) 16)) (12)
______________________________________
On the other hand, deletion of the record is performed as follows: (delete `R` (eq (v RS#) 16)) (13) The second argument is a conditional term as is the case with the expression (12). Both the functions "update" and "delete" have arbitrary predicate functions. For selection of the record (i.e. retrieval of the record), a function "select" is employed.
______________________________________
(select '(LR RL)
'R
'(smatch '*SUBJ (v RSNAME)))
(14)
______________________________________
According to the above expression (14), the record located at the column RSNAME of the table R which partially coincides with a fragmental or partial character string "*SUBJ" is selected. Thereafter, the values of the same record which are located at the columns LR and RL are returned to the list. In the above expression, "smatch" is a predicate function employed for deciding whether the record matching with the fragmental or partial character string exists or not. The main functions of the table manipulation module 2006 have been described. Next, the network traverse control module will be described together with methods of implementing main functions. As described hereinbefore in conjunction with FIG. 2, the conceptual network is composed of the concept nodes and links termed "relation". The system remembers as a current node the concept constituting the key of the subject which the user is interested in. The user in turn is capable of browsing (traversing) in the network by employing the functions mentioned below. In this connection, it should be mentioned that "browsing or traversing" is equivalent to the displacement or movement of the current node. Now, main network traverse or browse functions will be considered. As a procedure for moving the current node, the name of the concept or a partial character string thereof may be first entered. When it is found at this step that a plurality of concepts which coincides with the partial character string are present, a menu table is displayed so that the user can select one of the displayed concepts, the result of which is transferred to the current node. FIG. 11 shows a display of the menu of concepts which coincides with the partical character string "*DATABASE", wherein the seventh concept in the menu has been selected. The mark "*" indicates that a string of characters following the mark is the partial (incomplete) character string. The above function can be realized by selecting the concept in accordance with
______________________________________
(select '(C# CNAME)
'C
'(smatch str (v CNAME)))
(15)
______________________________________
and calling separately the menu selecting function (select-one a-list). In
the above expression, "str" is a variable for the character string entered
at the terminal.
A second browse or traverse procedure is to sequentially trace or follow the conceptual tree (hierarchical tree) by resorting to the menu selection. FIG. 12 shows a menu of concepts ranking immediately below the uppermost concept UNIVERSAL with command "l". Starting from the menu shown in FIG. 12, the hierarchical tree can be followed downwardly by inputting the desired concept numbers in the menus in a manner illustrated in FIG. 13. More specifically, in the case of the example shown in FIG. 13, the concept "organization" has been reached by inputting the numbers "6", "1", "1" and "2" in this order. At this point, if the partial or incomplete character string is inputted, the concept matching with the partial character string is carried out only for the set of concepts subsumed by the current node (i.e. in this exemplary case "organization"). By way of example, among the eleven concepts shown in FIG. 11, only the eleventh concept (name of company) "RELATIONAL-DATABASE-SYSTEM-INC" would be selected. In other words, only this concept is subsumed by the concept "organization". The concept subsumed by a given concept C can be derived in a manner mentioned below. First, in accordance with (C#'C#)'`S`(eq (v S#) C)) (16) the concept directly subsumed by the given concept (i.e. the concept directly underlying the given concept in the hierarchical tree) is selected. Accordingly, by calling recursively the same function, all the concepts subsumed by the given concept C can be selected. A third browse procedure can be carried out by displaying graphically the conceptual or hierarchical tree on the CRT. FIG. 14 shows a concept tree beginning with a concept "space" down to the second hierarchy. By designating a given node of the concept tree displayed on the CRT 210 by means of the mouse 230 shown in FIG. 10, the current node can be moved to the designated node or the portion of the concept tree immediately underlying the designated concept can be displayed. It should be pointed out that information of the position or location on the CRT 210 designated by the mouse 230 is received by the dialogue control module 2001. Since this module is destined to control the graphic display, the module can memorize what is displayed at which locations on the CRT. Accordingly, in response to the input information of a location, the control module 2001 can identify the concept being displayed at that location on the CRT at the most recent time point. Consequently, the dialogue control module 2001 inputs information of the cursor position and returns the concept name to the network traverse module 2005. The graphical browse or traverse function can be realized not only by making use of the subsumption relations of the concepts illustrated in FIG. 14 but also by resorting to the part-whole relation. FIG. 15 shows a part of hierarchies of the concept "earth" in another conceptual tree configuration. The tree can be browsed, being directed by the part-whole relation in the utterly same manner as the case described above in conjunction with FIG. 14. The "part" concept can be extracted in the manner mentioned below. First, in accordance with
______________________________________
(select '(RS#)
'R
'(eq (v LR) 'HAS-PART-OF))
(17)
______________________________________
a set of the generic relationship identification numbers RS# representing the part-whole relations are called from the table R shown in FIG. 7. In the case of the example illustrated in FIG. 7, "2223" is called and memorized temporarily at a variable x. Assuming now that the concept which has as a part thereof a concept to be found out, is represented by C, the concept constituting the part of C is derived in accordance with
______________________________________
(select '(CR)
'r
'(and (eq (v CL) C)
(member (v RS#)x))) (18)
______________________________________
where a small letter r is the name of the table shown in FIG. 8. In the case where "HAS-PART-OF" is located at the column RL of the table R shown in FIG. 7, the concept constituting a part of the concept C can be obtained by implementing the expressions (17) and (18) with LR being exchanged by "RL" in the similar manner. A fourth browse procedure resides in a chain-like traverse with the aid of frame representation. This procedure will be described in detail in conjunction with an example shown in FIG. 16. At first, a partial character string "*sowa" representative of a part of a man's name is inputted. Then, only "J. F. SOWA" is found out. The current node is moved automatically to this concept. The frame for this concept is displayed by a command fr for the frame display (the operand "*" means that the frame for the current node be displayed). From the frame displayed, it is found that "J. F. SOWA" is male "MAN" and that he is the author of "PAPER #0012" and "BOOK #0007". In this conjunction, when it is desired to know what is dealt with "PAPER #0012", a command "fr 2" is inputted, resulting in that a frame for the second row of the frame being displayed is subsequently displayed. In the case of the example under consideration, the subsequent display tells that "PAPER #0012" is "TECHNICAL PAPER" written by "J. F. SOWA" and contained in "IBM-RES & DEV-76-20" on pages 336 to 357. In the case of the example, the current node is moved from "J. F. SOWA" to "PAPER #0012" and hence to "IBM-RES & DEV-76-20" and finally to "IBM-CORP". The frame display is performed in the manner described above. Assuming now that the frame for the concept C is to be displayed in accordance with
______________________________________
(select '(RS#CR)
'r
'(eq (v CL) C)) (19)
______________________________________
there can be obtained a set of pairs of a relation under the concept where C is located on the lefthand side in the basic form and the concepts which are located on the right hand side. Similarly, from
______________________________________
(select '(RS#CL)
'r
'(eq (v CR) C)) (20)
______________________________________
there can be obtained a set of pairs of a relation under the concept in which C is located on the righthand side. Assuming that said x is y are the results of procedures mentioned above, respectively,
______________________________________
(select '(LR)
'R
'(eq (v RS#) x.sub.li))
(21)
(select '(RL)
'R
'(eq (v RS#) y.sub.li))
(22)
______________________________________
return the names of instance relations, where x.sub.i and y.sub.i represent the i-th members of the set x and y, respectively, and x.sub.1i represents the first element of the member x.sub.i and y.sub.1i represents the first element of the member y.sub.i. The names of these instance relations correspond to a first column of the frame (FIG. 16). More specifically, when the individual rows of the frame are termed as slots, the names under consideration correspond to the names of the slots, respectively. The second column of the frame contains the slot values representing the second elements x.sub.2i and y.sub.2i of the pairs x.sub.i and y.sub.i, respectively. Accordingly, by combining the slot names and the slot values in pairs and displaying then in a tabular form, a display such as shown in FIG. 16 can be produced. Since the concept is internally coded in terms of the concept identification number, transformation of the concept number to the concept name must be carried out by consulting the table C (FIG. 5) before generation of the display. In the case of the example mentioned above, shift a is made to a succeeding frame by designating the row number (slot number). However, it is also possible to indicate directly the concept to which shift is to be made on the CRT by means of the mouse. Further, the frames can be displayed in sequential superposition. Next, the concept network editor 2004 shown in FIG. 10 will be considered. The concept network editor serves for maintenance of the knowledge base by performing definition and addition of novel concepts and/or relations, alteration and deletion thereof. FIG. 17 illustrates an example of dialogue or interaction. First "man" is entered through the keyboard, resulting in that the current node is moved to the concept "MAN", which is followed by registration of a new man "SUPERMAN". Through a command "crc", "MR. SUPERMAN" can be registered at a run below "MAN". Namely, (MR. SUPERMAN IS-A MAN) (23) is registered. Subsequently, the property of the newly registered concept "MR. SUPERMAN" is defined and registered in the form of the instance relation. The system possesses knowledges in the generic form such that "a man devises a novel thing", "a man has an academic title" or "a man has a job of some sort". By taking advantage of these knowledge as prompt, the system can display the item to be inputted. By way of example, inputting of "MR. SUPERMAN" can be prompted in the form: MR. SUPERMAN HAS-TITLE-OF {ACADEMIC TITLE} The parenthesized concept "ACADEMIC TITLE" indicates the class of property (a concept in the case of this example) to be inputted. The concept network traverse function is valid at this time point. The current node has been moved to the concept "ACADEMIC-TITLE" at that time point. Consequently, a given traverse function can be employed in order to find out the property to be inputted. In the case of the example shown in FIG. 17, the concept name "phd" is directly inputted. However, it is also possible to display the concepts of the rank lower than the concept "ACADEMIC-TITLE" in the form of a menu (see FIG. 13) or display the conceptual tree (FIG. 14) for searching the desired concept. It should however be noted that the searching and browsing are restricted to the range of the lower rank concepts of "ACADEMIC TITLE". After the current node has been moved to the concept expressing the property to be inputted through the traverse function, "OK" is inputted for preparation for the inputting of succeeding property. As will be appreciated from the above, only the properties to be inputted can be selected to be newly defined and registered in accordance with the prompts displayed by the system. As described hereinbefore, one of the characteristic features of the invention resides in that the property is understood in terms of the instance relation to thereby allow both concepts to be equally dealt with. Accordingly, in the case of the example illustrated in FIG. 17, the facts (PHD IS-GIVEN-TO MR. SUPERMAN) (AAAI HAS-MEMBER-OF MR. SUPERMAN) (JAPAN HAS-PEOPLE-OF MR. SUPERMAN) (HITACHI-LTD HAS-EMPLOYEE-OF MR. SUPERMAN) can be defined simultaneously. New registration of a concept can be internally realized in a manner mentioned below. Assuming now that the maximum C# (FIG. 5) is represented b C.sub.max, the concept "MR. SUPERMAN" can be entered in the table C in accordance with
______________________________________
(insert 'C
'(C# CNAME P/S)
(list (addl C.sub.max)
'MR. SUPERMAN
'P)) (24)
______________________________________
where the function "add 1" serves for incrementing by one (+1). In accordance with
______________________________________
(insert 'S
'(C# S#)
(list (addl C.sub.max)
(get-c# 'M A N))) (25)
______________________________________
the fact expressed by the formula (24) can be entered in the table S. The function "get-C" serves for deriving from the concept name the identification number of that concept. Registration of the instance relation can be performed relative to the name relation (property) in the manner mentioned below.
______________________________________
(insert 'r
'(R# RS# CL CR G/I)
(list (addl r#max)
rs
(get-c# 'MR. SUPERMAN)
(get-c# 'PHD)
'I)) (26)
______________________________________
where "rs" is the identification number of the generic relationship "ACADEMIC-TITLE", and "r#max" represents the maximum R# in the table r at that time point. Another function of the concept network editor is alteration and/or modification (correction) of the facts and concepts which have already been registered. More specifically, modification or correction of the name of concept, modification (correction) of positions in the conceptual tree (modification of classification), modification (correction) of the instance relation and generic relationship can be performed. FIG. 18 shows an example of modification of the conceptual tree in which the position of a concept "PSYCHOLOGY" is to be changed from a class "SOCIAL-SCIENCE" to a class "NATURAL-SCIENCE". This change can be realized in accordance with
______________________________________
(update 'S
'S#
'(get-c# 'NATURAL-SCIENCE)
'(eq (v C#)
(get-c# 'PSYCHOLOGY))) (27)
______________________________________
As described hereinbefore, in the concept network editor, the network browsing function can be employed as desired. Similarly, the network editor function itself can be recursively employed. In reality there often arises such situation in which another concept is required to be newly entered in the course of registration of the definition of a new concept. In the case of the example illustrated in FIG. 17, when a concept "AAAI" to be inputted has not yet been entered in the class "ACADEMIC-ASSOCIATION", the instruction or command "crc" is newly inputted at this time point to thereby allow the concept "AAAI" to be entered. Furthermore, the property of "AAAI" may be registered at that time point under the instruction "crr", if desired. Moreover, there also arises such situation in which in the course of registration of a new concept, registration of false "fact" is found. In that case, the function of modification and/or alteration can be executed without delay. Due to such recursiveness, new knowledge can be additionally entered with improved efficiency. Next, description will be made of the query formula generation module 2003 and the search and concept matching module 2002 shown in FIG. 10. These modules constitute a major portion for making possible semantic content retrieval from fragmentary ambiguous information. Before entering into description of the function, a processing flow will be considered in conjunction with an exemplary retrieval. It is assumed that "article concerning a computer developed by a company residing in Calfornia state which computer runs under UNIX" (28). CUNIX is a registered trade mark of Bell Laboratory. Referring to FIG. 10, the current node is moved to the concept "ARTICLE" and an instruction q is inputted to start the generation of search (retrieval) formula. The system determines the generic relationships defined for the concept "ARTICLE" inclusive of those inherited from the superclass concept to display them in the frame format, as shown in FIG. 19. More specifically, the frame containing the generic knowledge of ARTICLE IS-PART-OF PUBLISHED MATERIAL", "ARTICLE is -IN-PAGES-OF SO-AND-SO", "ARTICLE IS-REFERRED-TO-FROM ARTICLE" and others is displayed. Then, the user can add more concrete information than the one being currently displayed, by designating a corresponding slot with the identification number assigned thereto. In the case of the example illustrated in FIG. 19, the fifth slot is selected because the information that the subject of the article is a computer is known to the user. In response thereto, the system moves the current node to the superclass concept (i.e. concept of higher rank) of the item to be entered. In this case, the current node is moved to the concept "UNIVERSAL". At this time, the user may use the any given network traverse function (refer to FIG. 10). In the case of the example illustrated in FIG. 19, "computer" is directly inputted to thereby move the current node to the concept "COMPUTER". However, unless the user can recall the name of the concept to be inputted (in this case, computer), it can be determined by inputting the incomplete character string displaying the menu. In the case of the example under consideration, since further information of the computer exists, the instruction q is successively inputted in succession to the inputting of "computer". FIG. 20 shows a display content for the dialogue or interaction. It will be seen that the generic relationships concerning the concept "COMPUTER" are displayed in a frame structure. Similarly to the preceding procedure, the slot for the condition to be added (the fourth slot in this case) is selected. Then, it is displayed that the class of item to be inputted is "ORGANIZATION WORKPLACE". At this step, the selection from menu (refer to FIG. 13) can be employed. In the case of the present example however, "company" meaning "a certain company" is solely inputted straightforwardly. Since there exists information to be added for "company", the instruction q is succeedingly inputted to continue the process of generating the retrieval formula. FIG. 21 illustrates a frame display of the generic relationships for the concept "COMPANY". By selecting the seventh slot, the condition that the company under search is located in California. It should be noted that "CALIFORNIA" is selected by inputting the incomplete character string "CAL". The concepts ranked lower than the concepts "SPACE", "PLACE" and "LOCATION" are shown in FIG. 14. Completion of inputting the conditions is informed to the system by inputting "ok". FIG. 22 illustrates a case where conditions are again inputted in connection with the concept "COMPUTER" upon completion of inputting the conditions for "COMPANY". At this time, the thirteenth slot is selected to thereby input the information that "the same computer runs under the operating system UNIX". When the procedures described above have been completed, the retrieval condition given by the expression (28) is replaced by the following formal expression:
______________________________________
(ARTICLE
(SUBJECT-IS
(COMPUTER
(RUNS-UNDER UNIX)
(IS-DEVELOPED-AT
(COMPANY
(IS-LOCATED-IN CALIFORNIA))))))
(29)
______________________________________
As will be seen from the above, automatic generation of the retrieval formula is performed under the guidance of the generic knowledges described in terms of the generic relationships. Most of the generic knowledges are inherited from the concept of upper rank. By way of example, referring to FIG. 21, although "COMPANY is-A ORGANIZATION.WORKPLACE", most of the slots (generic relationships) in that frame are defined for the upper concept "ORGANIZATION.WORKPLACE", the slot inherent to the concept "COMPANY" is only the slot "PRODUCES MACHINERY. DEVICES". In this way, when the generic relationships representing the generic knowledges are expressed literally more generically (i.e. with higher rank concepts), the generic relationships can have greater significance. In other words, they can be applied to a greater number of the concepts of lower rank. The generic relationship of a concept C can be determined in the manner mentioned below. It is now assumed that a set of the concepts ranking higher than the concept C is represented by x. (The set can be determined by following the link "IS-A" in the table S up to the concept "UNIVERSAL". ) In accordance with
______________________________________
(select '(RS# CR)
'r
'(and (member (v CL) x)
(eq (v G/I) 'G))) (30)
______________________________________
the generic relationship in which the concept C is defined on the lefthand side is extracted from those inherited to the concept C. It will be understood that the generic relationship in which the concept C is defined on the righthand side can be obtained by replacing CL by CR in the expression (30). As will be seen from the above expression (30), what is obtained is a pair of RS# and CL or CR. From RS#, the slot name of the frame can be determined by consulting the table R. Assuming the answer of the expression {(y.sub.11, y.sub.21) . . . (y.sub.1i, y.sub.2i) . . . },
______________________________________
(select '(LR)
'R
'(eq (v RS#) y.sub.li))
(31)
______________________________________
Accordingly, the slot name corresponding to the i-th y can be obtained. When C1 is replaced by CR in the expression (30), then LR is replaced by RL in the expression (31) (refer to FIG. 7). When the answer of the expression (31) is written as {(z.sub.1) . . . (z.sub.i) . . .}, the pair (z.sub.i y.sub.2i) consists of the slot name and the concept identification number. In accordance with
______________________________________
(select '(CNAME)
'C
'(and (eq (v C#) y.sub.2i)
(eq (v P/S) 'P))) (32)
the concept name C.sub.i is derived, resulting in that the pairs (Z.sub.i C.sub.i) represents the slot name and the slot value. By displaying the list {(Z.sub.1 C.sub.1) (Z.sub.2 C.sub.2) . . . (Z.sub.i C.sub.i) . . .}in the tabular form, the frame of the generic relationships can be obtained, as illustrated in FIG. 21. When the search instruction is inputted for the automatically generated retrieval condition formula (e.g. expression 29), concept matching is performed relative to the set of terminal concepts of the current node (i.e. the concepts corresponding to the leaves of a concept subtree). More specifically, each of the terminal concepts (the most concrete concepts) in compared with "abstract concept" expressed by the retrieval condition formula, resulting in the terminal concept subsumed by the abstract concept. FIG. 23 shows the search in accordance with the retrieval condition 3000 given by the expression (29). It is possible to produce the frame display 3001 of the concepts of an article meeting the condition and the display of a document image 3051. It should be noted that the concept frame of the symbol "ARTICLE #0014" does not coincide with the retrieval condition (29) at all in appearance. Such situation will occur in the information retrieval for the hitherto known data base. More specifically, since the most concrete information is stored in the hitherto known data base, there takes place no coincidence at all when the retrieval condition is abstract. In contrast, according to the teachings of the present invention, the gap between the concrete contents of the concept frame and the abstract expression of the retrieval condition is eliminated by inference based on the world knowledges. Next, description will be made of a matching method in which inference is resorted to for eliminating a possible gap existing between the abstract concept and the concrete concept. This method or procedure is referred to as the concept matching. FIG. 24 illustrates a process of the concept matching between an abstract concept given by the expression (29) and the concept "ARTICLE #0014". In the searching process, the terminal concepts "ARTICLE #0001", . . . , "ARTICLE #0040" are, respectively, compared with the condition (29). However, for simplification of description, only the terminal concept "ARTICLE #0014" which succeeds in the matching will be considered. First, (ARTICLE) and (ARTICLE #0014) are compared with each other. From the frame 3001, (ARTICLE #0014 IS-A NEWS.ARTICLE) and further (NEWS.ARTICLE IS-A ARTICLE) Accordingly, (ARTICLE #0014 IS-A ARTICLE) By narrowing the condition by one step, it is checked whether (ARTICLE (SUBJECT-IS COMPUTER )) (33) is valid or not. From the frame 3001, it is seen that
______________________________________
(ARTICLE # 0014
(SUBJECT-IS HP-9000))
______________________________________
Accordingly, check may be made as to whether or not (HP-9000 IS-A COMPUTER) By following up the link 3003, (HP-9000 IS-A SUPER-MINICOMPUTER) Further, when the link 3032 is followed up, (SUPERMINICOMPUTER IS-A COMPUTER) The above are apparent from the frames 3002 and 3004, respectively. Thus, the formula (33) applies valid. Accordingly, check is next made as to the validness of
______________________________________
(ARTICLE
(SUBJECT-IS
(COMPUTER (RUNS-UNDER UNIX)
(IS-DEVELOPED-AT
COMPANY)))) (34)
______________________________________
It can be seen directly from the frame 3002 that (COMPUTER RUNS-UNDER UNIX) applies valid. Concerning (COMPUTER IS-DEVELOPED-AT COMPANY), the frame 3002 states
______________________________________
(HP-9000 IS-DEVELOPED-AT
HP.HEWLETT-PACKARD-CO)
______________________________________
Following the link 3033, it is stated in the frame 3004 that (HP.HEWLETT-PACKARD-CO IS-A COMPANY) Accordingly, statement in the frame 3002 is true, which means that the expression (34) applies valid. Further narrowing the retrieval condition by one more step, comparison with the condition (29) is made. Since the frame 3004 states (HP.HEWLETT-PACKARD-CO IS-LOCATED-IN PALO-ALTO) (35) it is necessary to check whether or not (COMPANY IS-LOCATED-IN CALIFORNIA) (36) Following the link 3034, the frame 3005 states: (PALO-ALTO IS-PART-OF CALIFORNIA) (37) Accordingly, in combination with the expression (35), it is inferred that (HP.HEWLETT-PACKARD-CO IS-LOCATED-IN CALIFORNIA) Thus, it is found that the abstract concept (29) subsumes the concrete concept "ARTICLE #0014". In the foregoing, the concept matching has been elucidated in connection with a concrete example. Briefly the process for checking the presence of the subsumption relation between concepts and the process for checking the coincidence between the individual slots are alternately and recursively called for proceeding with the procedure. Further, the procedure adopts the backward-changing inference. Accordingly, the time taken for the searching is basically proportional to the number of the concrete items subjected to search. In the concept matching, the concrete concept is returned as a value then the matching is successful. By inserting this value in the abstract concept, it becomes apparent ultimately why a certain concrete concept has matched. According to the invention, an instruction "why" is inputted, as the result of which the reason why the matching was found is displayed and outputted. In the case of the example given by the expression (29), there is outputted
______________________________________
(ARTICLE # 0014
(SUBJECT-IS
(HP-9000
(RUNS-UNDER UNIX)
(IS-DEVELOPED-AT
(HP.HEWLETT-PACKARD-CO
(IS-LOCATED-IN PALO-ALTO))))))
(38)
______________________________________
Thus, it is found that the computer stated abstractly in the course of retrieval is "HP-9000" and that a certain company is "HP.HEWLETT-PACKARD-CO". The present invention also provides means for translating the knowledge expressed by the concept network into tabular form familiar for the user and allowing the retrieval on the table. An example of such means is illustrated in FIG. 25. After the current node has been moved to an abstract concept "NEWS.ARTICLE", an instruction "tab" is inputted. Then, the system generates internally a concept frame of the terminal concept of the abstract concept. Subsequently, the slot names appearing in the concept frame are presented in the form of a table. In the case of the example illustrated in FIG. 25, it is assumed that six varieties of slots are present. The user can select the slots which is to be transformed to columns of the table. In the case of the illustrated example, the sixth and fifth slots, i.e. "TITLE-IS" and "SUBJECT-IS" are selected, whereby a table including three columns in total is prepared. The user may search out the desired item on the basis of sentences contained in the column "TITLE-IS". The selected result is set as the current node and an instruction for displaying the document image is inputted. Then, the document image is displayed on the CRT 500. The retrieval system according to the present invention can be applied not only to the document filing but also to more general purpose such as retrieval of data in general and information of facts or actual things. Further, the concept matching which is capable of automatically determining the subsumption relation between two concepts is also applicable as an information analyzing technique for examining whether the subsumption relation exists between claims of patents. Moreover, cluster analysis of concepts is possible by collecting an enourmous amount of concrete concepts and applying the inventive concept matching. In the foregoing description of the preferred embodiments of the invention, it has been assumed that the system is destined for handling knowledges and documents written in English. However, the invention may be readily so embodied that knowledges and documents stated in other languages can be equally processed without departing from the spirit and scope of the invention. Those portions which depend on the language are limited to the column "CNAME" of the table C shown in FIG. 5 and the columns "RSNAME", "LR" and "RL" of the table R shown in FIG. 7. Additionally, the system can be so extended that multiple languages can be concurrently handled. To this end, a column "LANG" is additionally prepared for the table D and J may be recorded in this column when the concerned language is Japanese and E may be recorded when the language is English. Although the concept registering function is based on the system initiative interaction in which all the slot names are sequentially presented to the user, as illustrated in FIG. 17, it is possible to embody the invention in the user initiative system in which the generic frame such as shown in FIG. 19 is displayed to allow the user to input desired properties at his or her will. The type of interaction is identical with the one adopted in the retrieval formula generation and thus encompassed by the invention. As a development of the invention, the concept of time can be introduced into the knowledge base. Usually, there takes place frequently such situations in which the time at or for which a fact is "true" is required to be designated. By way of example, a fact "MR. SUPERMAN IS-MEMBER-OF AAAI" is true from the time when SUPERMAN joined AAAI to the time when he secedes therefrom. Such time concept can be realized by correspondingly extending the table r containing the instance relations. Another extension of the system can be realized in respect to the function for recording the sources of the individual facts. By way of example, the sources of information such as "who said so", "where it is written" and so forth can be recorded in the table r by correspondingly extending it. Further, an extent of reliability may be added. The present invention is independent of the configuration in which the system is realized. In order to accomplish a high-speed processing, specific hardware may be introduced. Further, when the knowledge base becomes excessively large, variation in implementation such as division of the tables for storing the concepts and relations each into clusters can be made within the coverage of the present invention. When the concepts and others are to be expressed in Japanese, kana (Japanese alphabet)--Chinese character translating function is required. The system incorporating this function is also covered by the present invention. As will now be appreciated from the foregoing description, it is possible according to the present invention to derive easily any desired information such as that of a document starting from fragmentary information without necessity to know the actual architecture of the file or data base. Further, storage of information in such manner that information may be easily read out can be realized without any appreciable difficulty. In particular, the world knowledge about the subjects to be filed are expreseed in terms of the concept network for realizing the knowledge base, whereby addition of fresh knowledge, edition and dialogical inputting of retrieval conditions can be performed in a much facilitated manner. Although the knowledge is expressed in the forms of generic relationship and instance relation, the system is imparted with the capability of inferring and displaying, upon inputting of information, what is next to be inputted by the user and to what class the concept should belong on the basis of the generic relationship. This capability or function is architected on the basic principle. Application to new worlds and/or more delicate worlds is possible merely by addition or alteration of the knowledge base expressed by the concept network. The system includes the concept network editor for allowing addition and/or alteration of the knowledge base. The editor is imparted with the function to display the status of the knowledge base having four or more network browsing functions in the form of the concept tree, menu table, frame, or relation data base table. In conjunction with such display, it is also possible to browse from one to another different concepts in a sequential manner. The possibility of such abundant data viewing is due to adoption of the newly devised concept relation model. In particular, the function of browsing to different concepts while displaying the conceptual frame is compatible way man's thinking faculty or process. Accordingly, with this function alone, the highly intelligent concept searching can be accomplished. Further, owing to the inference based on the world knowledge, meaningful content retrieval can be accomplished starting from the fragmentary vague information. Even from the abstract information which is useless for the hitherto known system, semantically meaningful contents can be derived, ensuring the retrieval with high accuracy. Besides, since the retrieval condition can be designated for any given items to any extent of detail, the retrieval formula can be prepared so as to be compatible with the level of user's memory or recalling faculty.
|
Same subclass Same class Consider this |
||||||||||
