AU2015268637A1 - Systems and methods for analyzing and synthesizing complex knowledge representations - Google Patents

Systems and methods for analyzing and synthesizing complex knowledge representations Download PDF

Info

Publication number
AU2015268637A1
AU2015268637A1 AU2015268637A AU2015268637A AU2015268637A1 AU 2015268637 A1 AU2015268637 A1 AU 2015268637A1 AU 2015268637 A AU2015268637 A AU 2015268637A AU 2015268637 A AU2015268637 A AU 2015268637A AU 2015268637 A1 AU2015268637 A1 AU 2015268637A1
Authority
AU
Australia
Prior art keywords
concept
elemental
concepts
knowledge representation
complex
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
AU2015268637A
Other versions
AU2015268637B2 (en
Inventor
Alexander David Black
Anne Jude Hunt
Ihab Francis Ilyas
Peter Joseph Sweeney
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Primal Fusion Inc
Original Assignee
Primal Fusion Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Priority claimed from AU2011269685A external-priority patent/AU2011269685B2/en
Application filed by Primal Fusion Inc filed Critical Primal Fusion Inc
Priority to AU2015268637A priority Critical patent/AU2015268637B2/en
Publication of AU2015268637A1 publication Critical patent/AU2015268637A1/en
Application granted granted Critical
Publication of AU2015268637B2 publication Critical patent/AU2015268637B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

Techniques for analyzing and synthesizing complex knowledge representations (KRs) may utilize an atomic knowledge representation model including both an elemental data structure and knowledge processing rules stored as machine-readable data 5 and/or programming instructions. One or more of the knowledge processing rules may be applied to analyze an input complex KR to deconstruct its complex concepts and/or concept relationships to elemental concepts and/or concept relationships to be included in the elemental data structure. One or more of the knowledge processing rules may be applied to synthesize an output complex KR from the stored elemental data structure in 10 accordance with an input context. Multiple input complex KRs of various types may be analyzed and deconstructed to populate the elemental data structure, and input complex KRs may be transformed through the elemental data structure to output complex KRs of different types, providing semantic interoperability to KRs of different types and/or KR models.

Description

SYSTEMS AND METHODS FOR ANALYZING AND SYNTHESIZING COMPLEX KNOWLEDGE REPRESENTATIONS CROSS-REFERENCE TO RELATED APPLICATIONS 5 [0001] This application is a divisional application of Australian application no. 2011269685, the disclosure of which is incorporated herein by reference. BACKGROUND [0002] Broadly, knowledge representation is the activity of making abstract 10 knowledge explicit, as concrete data structures, to support machine-based storage, management, and reasoning systems. Conventional methods and systems exist for utilizing knowledge representations (KRs) constructed in accordance with various types of knowledge representation models, including structured controlled vocabularies such as taxonomies, thesauri and faceted classifications; formal specifications such as semantic 15 networks and ontologies; and unstructured forms such as documents based in natural language. [0003] A taxonomy is a KR structure that organizes categories into a hierarchical tree and associates categories with relevant objects such as physical items, documents or other digital content. Categories or concepts in taxonomies are typically organized in 20 terms of inheritance relationships, also known as supertype-subtype relationships, generalization-specialization relationships, or parent-child relationships. In such relationships, the child category or concept has the same properties, behaviors and constraints as its parent plus one or more additional properties, behaviors or constraints. For example, the statement of knowledge, "a dog is a mammal," can be encoded in a 25 taxonomy by concepts/categories labeled "mammal" and "dog" linked by a parent-child hierarchical relationship. Such a representation encodes the knowledge that a dog (child concept) is a type of mammal (parent concept), but not every mammal is necessarily a dog. [0004] A thesaurus is a KR representing terms such as search keys used for 30 information retrieval, often encoded as single-word noun concepts. Links between terms/concepts in thesauri are typically divided into the following three types of relationships: hierarchical relationships, equivalency relationships and associative relationships. Hierarchical relationships are used to link terms that are narrower and 1 broader in scope than each other, similar to the relationships between concepts in a taxonomy. To continue the previous example, "dog" and "mammal" are terms linked by a hierarchical relationship. Equivalency relationships link terms that can be substituted for each other as search terms, such as synonyms or near-synonyms. For example, the 5 terms "dog" and "canine" could be linked through an equivalency relationship in some contexts. Associative relationships link related terms whose relationship is neither hierarchical nor equivalent. For example, a user searching for the term "dog" may also want to see items returned from a search for "breeder", and an associative relationship could be encoded in the thesaurus data structure for that pair of terms. 10 [0005] Faceted classification is based on the principle that information has a multi-dimensional quality, and can be classified in many different ways. Subjects of an informational domain are subdivided into facets (or more simply, categories) to represent this dimensionality. The attributes of the domain are related in facet hierarchies. The objects within the domain are then described and classified based on these attributes. For 15 example, a collection of clothing being offered for sale in a physical or web-based clothing store could be classified using a color facet, a material facet, a style facet, etc., with each facet having a number of hierarchical attributes representing different types of colors, materials, styles, etc. Faceted classification is often used in faceted search systems, for example to allow a user to search the collection of clothing by any desired 20 ordering of facets, such as by color-then-style, by style-then-color, by material-then color-then-style, or by any other desired prioritization of facets. Such faceted classification contrasts with classification through a taxonomy, in which the hierarchy of categories is fixed. [0006] A semantic network is a network structure, or data structure encoding or 25 instantiating a network structure, that represents various types of semantic relationships between concepts. A semantic network is typically represented as a directed or undirected graph consisting of vertices representing concepts, and edges labeled with the types of relationships linking pairs of concepts. An example of a semantic network is WordNet, a lexical database of the English language. Some common types of semantic 30 relationships defined in WordNet are meronymy (A is part of B), hyponymy (A is a kind of B), synonymy (A denotes the same as B) and antonymy (A denotes the opposite of B). 2 [0007] An ontology is a KR structure encoding concepts and relationships between those concepts that is restricted to a particular domain of the real or virtual world that it is used to model. The concepts included in an ontology typically represent the particular meanings of terms as they apply to the domain being modeled or classified, 5 and the included concept relationships typically represent the ways in which those concepts are related within the domain. For example, concepts corresponding to the word "card" could have different meanings in an ontology about the domain of poker and an ontology about the domain of computer hardware. [0008] In general, all of the above-discussed types of KRs, as well as other 10 conventional examples, are tools for modeling human knowledge in terms of abstract concepts and the relationships between those concepts, and for making that knowledge accessible to machines such as computers for performing various knowledge-requiring tasks. As such, human users and software developers conventionally construct KR data structures using their human knowledge, and manually encode the completed KR data 15 structures into machine-readable form as data structures to be stored in machine memory and accessed by various machine-executed functions. SUMMARY [0009] One embodiment is directed to a method for generating a complex 20 knowledge representation, the method comprising receiving input indicating a request context; applying, with a processor, one or more rules to an elemental data structure representing at least one elemental concept, at least one elemental concept relationship, or at least one elemental concept and at least one elemental concept relationship; based on the application of the one or more rules, synthesizing, in accordance with the request 25 context, one or more additional concepts, one or more additional concept relationships, or one or more additional concepts and one or more additional concept relationships; and using at least one of the additional concepts, at least one of the additional concept relationships, or at least one of the additional concepts and at least one of the additional concept relationships, generating a complex knowledge representation in accordance 30 with the request context. [0010] Another embodiment is directed to a system for generating a complex knowledge representation, the system comprising at least one non-transitory computer 3 readable storage medium storing processor-executable instructions that, when executed by at least one processor, perform receiving input indicating a request context, applying one or more rules to an elemental data structure representing at least one elemental concept, at least one elemental concept relationship, or at least one elemental concept 5 and at least one elemental concept relationship, based on the application of the one or more rules, synthesizing, in accordance with the request context, one or more additional concepts, one or more additional concept relationships, or one or more additional concepts and one or more additional concept relationships, and using at least one of the additional concepts, at least one of the additional concept relationships, or at least one of 10 the additional concepts and at least one of the additional concept relationships, generating a complex knowledge representation in accordance with the request context. [0011] Another embodiment is directed to at least one non-transitory computer readable storage medium encoded with a plurality of computer-executable instructions for generating a complex knowledge representation, wherein the instructions, when 15 executed, perform receiving input indicating a request context; applying one or more rules to an elemental data structure representing at least one elemental concept, at least one elemental concept relationship, or at least one elemental concept and at least one elemental concept relationship; based on the application of the one or more rules, synthesizing, in accordance with the request context, one or more additional concepts, 20 one or more additional concept relationships, or one or more additional concepts and one or more additional concept relationships; and using at least one of the additional concepts, at least one of the additional concept relationships, or at least one of the additional concepts and at least one of the additional concept relationships, generating a complex knowledge representation in accordance with the request context. 25 [0012] Another embodiment is directed to a method for deconstructing an original knowledge representation, the method comprising receiving input corresponding to the original knowledge representation; applying, with a processor, one or more rules to deconstruct the original knowledge representation into one or more elemental concepts, one or more elemental concept relationships, or one or more elemental concepts and one 30 or more elemental concept relationships; and including representation of at least one of the elemental concepts, at least one of the elemental concept relationships, or at least one 4 of the elemental concepts and at least one of the elemental concept relationships in an elemental data structure. [0013] Another embodiment is directed to a system for deconstructing an original knowledge representation, the system comprising at least one non-transitory computer 5 readable storage medium storing processor-executable instructions that, when executed by at least one processor, perform receiving input corresponding to an original knowledge representation, applying one or more rules to deconstruct the original knowledge representation into one or more elemental concepts, one or more elemental concept relationships, or one or more elemental concepts and one or more elemental 10 concept relationships, and including representation of at least one of the elemental concepts, at least one of the elemental concept relationships, or at least one of the elemental concepts and at least one of the elemental concept relationships in an elemental data structure. [0014] Another embodiment is directed to at least one non-transitory computer 15 readable storage medium encoded with a plurality of computer-executable instructions for deconstructing an original knowledge representation, wherein the instructions, when executed, perform receiving input corresponding to the original knowledge representation; applying one or more rules to deconstruct the original knowledge representation into one or more elemental concepts, one or more elemental concept 20 relationships, or one or more elemental concepts and one or more elemental concept relationships; and including representation of at least one of the elemental concepts, at least one of the elemental concept relationships, or at least one of the elemental concepts and at least one of the elemental concept relationships in an elemental data structure. [0015] Another embodiment is directed to a method for supporting semantic 25 interoperability between knowledge representations, the method comprising, for each input knowledge representation of a plurality of input knowledge representations, applying, with a processor, one or more rules to deconstruct the input knowledge representation into one or more elemental concepts, one or more elemental concept relationships, or one or more elemental concepts and one or more elemental concept 30 relationships; and with a processor, including representation of at least one of the elemental concepts, at least one of the elemental concept relationships, or at least one of 5 the elemental concepts and at least one of the elemental concept relationships for each of the plurality of input knowledge representations in a shared elemental data structure. [0016] Another embodiment is directed to a system for supporting semantic interoperability between knowledge representations, the system comprising at least one 5 non-transitory computer-readable storage medium storing processor-executable instructions that, when executed by at least one processor, perform, for each input knowledge representation of a plurality of input knowledge representations, applying one or more rules to deconstruct the input knowledge representation into one or more elemental concepts, one or more elemental concept relationships, or one or more 10 elemental concepts and one or more elemental concept relationships; and including representation of at least one of the elemental concepts, at least one of the elemental concept relationships, or at least one of the elemental concepts and at least one of the elemental concept relationships for each of the plurality of input knowledge representations in a shared elemental data structure. 15 [0017] Another embodiment is directed to at least one non-transitory computer readable storage medium encoded with a plurality of computer-executable instructions for supporting semantic interoperability between knowledge representations, wherein the instructions, when executed, perform, for each input knowledge representation of a plurality of input knowledge representations, applying one or more rules to deconstruct 20 the input knowledge representation into one or more elemental concepts, one or more elemental concept relationships, or one or more elemental concepts and one or more elemental concept relationships; and including representation of at least one of the elemental concepts, at least one of the elemental concept relationships, or at least one of the elemental concepts and at least one of the elemental concept relationships for each of 25 the plurality of input knowledge representations in a shared elemental data structure. [0018] The foregoing is a non-limiting summary of the invention, which is defined by the attached claims. BRIEF DESCRIPTION OF DRAWINGS 30 [0019] The accompanying drawings are not intended to be drawn to scale. In the drawings, each identical or nearly identical component that is illustrated in various 6 figures is represented by a like numeral. For purposes of clarity, not every component may be labeled in every drawing. In the drawings: [0020] FIG. 1 is a block diagram illustrating an exemplary system for implementing an atomic knowledge representation model in accordance with some 5 embodiments of the present invention; [0021] FIG. 2A illustrates an exemplary complex knowledge representation in accordance with some embodiments of the present invention; [0022] FIG. 2B illustrates an exemplary elemental data structure of an atomic knowledge representation model in accordance with some embodiments of the present 10 invention; [0023] FIG. 3 illustrates an exemplary data schema in accordance with some embodiments of the present invention; [0024] FIG. 4 illustrates an exemplary method for analysis of a complex knowledge representation in accordance with some embodiments of the present 15 invention; [0025] FIG. 5 is a block diagram illustrating an exemplary distributed system for implementing analysis and synthesis of complex knowledge representations in accordance with some embodiments of the present invention; [0026] FIG. 6 is a flowchart illustrating an exemplary method for analyzing 20 complex knowledge representations to generate an elemental data structure in accordance with some embodiments of the present invention; [0027] FIG. 7 is a flowchart illustrating an exemplary method for synthesizing complex knowledge representations from an elemental data structure in accordance with some embodiments of the present invention; 25 [0028] FIG. 8 is a table illustrating an exemplary set of knowledge processing rules in accordance with some embodiments of the present invention; [0029] FIG. 9 illustrates an example of a knowledge representation that may be derived from an exemplary natural language text; [0030] FIG. 10 illustrates an example of an elemental data structure that may be 30 analyzed from an exemplary thesaurus; and [0031] FIG. 11 is a block diagram illustrating an exemplary computing system for use in practicing some embodiments of the present invention 7 DETAILED DESCRIPTION [0032] As discussed above, a knowledge representation (KR) data structure created through conventional methods encodes and represents a particular set of human 5 knowledge being modeled for a particular domain or context. As KRs are typically constructed by human developers and programmed in completed form into machine memory, a conventional KR contains only that subset of human knowledge with which it is originally programmed by a human user. [0033] For example, a KR might encode the knowledge statement, "a dog is a 10 mammal," and it may also express statements or assertions about animals that are mammals, such as, "mammals produce milk to feed their young." The inventor has recognized that such a combination of facts, when combined with appropriate logical and semantic rules, can support a broad range of human reasoning, making explicit various inferences that were not initially seeded as fact within the KR, such as, "dogs produce 15 milk to feed their young." The inventor has appreciated that expansions of KR data structures through such inferences may be used to support a variety of knowledge-based activities and tasks, such as inference/reasoning (as illustrated above), information retrieval, data mining, and other forms of analysis. [0034] However, as discussed above, methods for constructing and encoding 20 KRs have conventionally been limited to manual input of complete KR structures for access and use by machines such as computers. Continuing the example above, although a human person acting as the KR designer may implicitly understand why the fact "dogs produce milk to feed their young" is true, the properties that must hold to make it true (in this case, properties such as transitivity and inheritance) are not conventionally an 25 explicit part of the KR. In other words, any underlying set of rules that may guide the creation of new knowledge is not conventionally encoded as part of the KR, but rather is applied from outside the system in the construction of the KR by a human designer. [0035] A previously unrecognized consequence of conventional approaches is that knowledge can be expressed in a KR for use by machines, but the KR itself cannot 30 be created by machines. Humans are forced to model domains of knowledge for machine consumption. Unfortunately, because human knowledge is so tremendously 8 broad and in many cases subjective, it is not technically feasible to model all knowledge domains. [0036] Furthermore, since so much of the knowledge must be explicitly encoded as data, the resulting data structures quickly become overwhelmingly large as the domain 5 of knowledge grows. Since conventional KRs are not encoded with their underlying theories or practices for knowledge creation as part of the data making up the knowledge representation model, their resulting data structures can become very complex and unwieldy. In other words, since the knowledge representation cannot be created by the machine, it conventionally must either be provided as explicit data or otherwise deduced 10 or induced by logical or statistical means. [0037] Thus, conventional approaches to KR lead to a number of problems: [0038] Large and complex data structures: The data structures that conventionally encode knowledge representations are complex to build and maintain. Even a relatively simple domain of machine-readable knowledge (such as simple 15 statements about dogs and mammals) can generate a volume of data that is orders of magnitude greater than its natural language counterpart. [0039] Dependency on domain experts: The underlying theories that direct the practice of KR must be expressed by human beings in the conventional creation of a KR data structure. This is a time-consuming activity that excludes most people and all 20 machines in the production of these vital data assets. As a result, most of human knowledge heretofore has remained implicit and outside the realm of computing. [0040] Data created before use: Knowledge is conventionally modeled as data before such time as it is called for a particular use, which is expensive and potentially wasteful if that knowledge is not needed. Accordingly, the inventor has recognized that, 25 if the knowledge could be created by machines only as needed, it could greatly decrease data production and storage requirements. [0041] Large-scale data and processing costs: Conventional KR systems must reason over very large data structures in the service of creating new facts or answering queries. This burden of scale represents a significant challenge in conventional KR 30 systems, a burden that could be reduced by using more of a just-in-time method for creating the underlying data structures, rather than the conventional data-before-use methods. 9 [0042] Integration and interoperability challenges: Semantic interoperability (the ability for two different KRs to share knowledge) is a massively difficult challenge when various KRs are created under different models and expressed in different ways, often dealing with subjective and ambiguous subjects. Precision and the ability to reason 5 accurately are often lost across multiple different KRs. In this respect, the inventor has appreciated that, if the underlying theories for how the knowledge was created were included as part of the KR, then reconciliation of knowledge across different KRs may become a tractable problem. [0043] Accordingly, some embodiments in accordance with the present 10 disclosure provide a system that encodes knowledge creation rules to automate the process of creating knowledge representations. Some embodiments combine new synthetic approaches to knowledge representation with computing systems for creating and managing the resulting data structures derived from such approaches. [0044] Rather than modeling all the knowledge in the domain as explicit data, 15 some embodiments combine a more compressed (atomic) data set with a set of generative rules that encode the underlying knowledge creation. Such rules may be applied by the system in some embodiments when needed or desired to create new knowledge and express it explicitly as data. It should be appreciated from the above discussion that a benefit of such techniques may be, in at least some situations, to reduce 20 the amount of data in the system substantially, as well as to provide new capabilities and applications for machine-based creation (synthesis) of new knowledge. However, it should be appreciated that not every embodiment in accordance with the present invention may address every identified problem of conventional approaches, and some embodiments may not address any of these problems. Some embodiments may also 25 address problems other than those recited here. Moreover, not every embodiment may provide all or any of the benefits discussed herein, and some embodiments may provide other benefits not recited. [0045] Some embodiments also provide techniques for complex knowledge representations such as taxonomies, ontologies, and faceted classifications to 30 interoperate, not just at the data level, but also at the semantic level (interoperability of meaning). 10 [0046] Other benefits that may be afforded in some embodiments and may be applied across many new and existing application areas include: lower costs in both production and application of knowledge representations afforded by simpler and more economical data structures; possibilities for new knowledge creation; more scalable 5 systems afforded by just-in-time, as-needed knowledge; and support of "context" from users and data consumers as input variables. The dynamic nature of some embodiments in accordance with the present disclosure, which apply synthesis and analysis knowledge processing rules on a just-in-time basis to create knowledge representation data structures, may provide more economical benefits than conventional methods that 10 analyze and model an entire domain of knowledge up front. [0047] By incorporating an underlying set of rules of knowledge creation within the KR, the amount of data in the system may be reduced, providing a more economical system of data management, and providing entirely new applications for knowledge management. Thus, in some embodiments, the cost of production and maintenance of 15 KR systems may be lowered by reducing data scalability burdens, with data not created unless it is needed. Once created, the data structures that model the complex knowledge in some embodiments are comparatively smaller than in conventional systems, in that they only contain the data relevant to the task at hand. This in turn may reduce the costs of downstream applications such as inference engines or data mining tools that work 20 over these knowledge models. [0048] The synthetic, calculated approach of some embodiments in accordance with the present disclosure also supports entirely new capabilities in knowledge representation and data management. Some embodiments may provide improved support for "possibility", i.e., creating representations of entirely new knowledge out of 25 existing data. For example, such capability of possibility may be useful for creative activities such as education, journalism, and the arts. [0049] FIG. 1 illustrates an exemplary system 100 that may be employed in some embodiments for implementing an atomic knowledge representation model (AKRM) involved in analysis and synthesis of complex knowledge representations (KRs), in 30 accordance with some embodiments of the present invention. In an exemplary system 100, an AKRM may be encoded as computer-readable data and stored on one or more tangible, non-transitory computer-readable storage media. For example, an AKRM may 11 be stored in a data set 110 in non-volatile computer memory, examples of which are given below, with a data schema designed to support both elemental and complex knowledge representation data structures. [0050] In some embodiments, an AKRM may include one or more elemental data 5 structures 120 and one or more knowledge processing rules 130. In some embodiments, rules 130 may be used by system 100 to deconstruct (analyze) one or more complex KRs to generate an elemental data structure 120. For example, system 100 may include one or more computer processors and one or more computer memory hardware components, and the memory may be encoded with computer-executable instructions that, when 10 executed by the one or more processors, cause the one or more processors of system 100 to use the rules 130 in the analysis of one or more complex KRs to generate elemental data structure 120 of the AKRM. The memory may also be encoded with instructions that program the one or more processors to use the rules 130 to synthesize new complex KRs from elemental data structure 120. In some embodiments, the computer memory 15 may be implemented as one or more tangible, non-transitory computer-readable storage media encoded with computer-executable instructions that, when executed, cause one or more processors to perform any of the functions described herein. [0051] Unlike previous knowledge representation systems, a system in accordance with some embodiments of the present invention, such as system 100, may 20 combine data structures and knowledge processing rules to create knowledge representation models encoded as data. In some embodiments, rules may not be encoded as knowledge (e.g., as rules or axioms that describe the boundaries or constraints of knowledge within a particular domain), but rather as constructive and deconstructive rules for creating the data structures that represent new knowledge. In addition to 25 "inference rules" for generating implicit facts that are logical consequences of the explicit concepts given by an original KR, in some embodiments a knowledge representation model may be encoded with "knowledge processing rules" that can be applied to create new knowledge that may not be implicit from the original KR data structure. 30 [0052] For example, starting with two explicit knowledge statements, "Mary is a person," and, "All people are humans," inference rules may be applied to determine the implicit knowledge statement, "Mary is a human," which is a logical consequence of the 12 previous two statements. In a different example in accordance with some embodiments of the present invention, starting with two explicit knowledge statements, "Mary is a friend of Bob," and, "Bob is a friend of Charlie," exemplary knowledge processing rules modeling the meaning of friendship relationships may be applied to determine the new 5 knowledge statement, "Mary is a friend of Charlie." Notably, application of such knowledge processing rules may result in new knowledge that is not necessarily a logical consequence of the explicit knowledge given in an original input KR. As described above, a knowledge representation model in accordance with some embodiments of the present invention, including knowledge processing rules (as opposed to or in addition to 10 logical inference rules) stored in association with data structures encoding concepts and concept relationships, may model frameworks of how new and potentially non-implicit knowledge can be created and/or decomposed. [0053] Such focus on the synthesis of knowledge may move a system such as system 100 into new application areas. Whereas existing systems focus on deductive 15 reasoning (i.e., in which insights are gleaned through precise deductions of existing facts and arguments), a system in accordance with some embodiments of the present invention may support inductive reasoning as well as other types of theory-building (i.e., in which existing facts may be used to support probabilistic predictions of new knowledge). [0054] In some embodiments in accordance with the present invention, a system 20 such as system 100 may be based loosely on frameworks of conceptual semantics, encoding semantic primitives (e.g., "atomic" or "elemental" concepts) and rules (principles) that guide how such atomic structures can be combined to create more complex knowledge. It should be appreciated, however, that a system in accordance with embodiments of the present invention may function within many such frameworks, 25 as aspects of the present invention are not limited to any particular theory, model or practice of knowledge representation. In some embodiments, a system such as system 100 may be designed to interface with a broad range of methods and technologies (e.g., implemented as software applications or components) that model these frameworks. For example, interfacing analysis components such as analysis engine 150 may deconstruct 30 input complex KRs 160 to elemental data structures 120. Synthesis components such as synthesis engine 170 may construct new output complex KRs 190 using elemental data structures 120. 13 [0055] In some embodiments, analysis engine 150 may, for example through execution of appropriate computer-readable instructions by one or more processors of system 100, analyze an input complex KR 160 by applying one or more of the knowledge processing rules 130 to deconstruct the data structure of the input KR 160 to 5 more elemental constructs. In some embodiments, the most elemental constructs included within the elemental data structure 120 of AKRM 110 may represent a minimum set of fundamental building blocks of information and information relationships which in the aggregate provide the information-carrying capacity with which to classify the input data structure. Input KR 160 may be obtained from any 10 suitable source, including direct input from a user or software application interacting with system 100. In some embodiments, input KRs 160 may be obtained through interfacing with various database technologies, such as a relational or graph-based database system. It should be appreciated that input KRs 160 may be obtained in any suitable way in any suitable form, as aspects of the present invention are not limited in 15 this respect. [0056] For example, FIG. 2A illustrates a small complex KR 200 (in this example, a taxonomy) that may be input to analysis engine 150, e.g., by a user or a software application using system 100. Complex KR 200 includes a set of concepts linked by various hierarchical relationships. For example, concept 210 labeled "Animal" 20 is linked in parent-child relationships to concept 220 labeled "Pet" and concept 230 labeled "Mountain Animal". At each level of the hierarchy, a concept entity represents a unit of meaning that can be combined to create more complex semantics or possibly deconstructed to more elemental semantics. For example, the complex meaning of "Mountain Animal" may comprise the concepts "Mountain" and "Animal". 25 [0057] In some embodiments, system 100 may, e.g., through analysis engine 150, deconstruct a complex KR such as complex KR 200 to discover the elemental concepts that comprise complex concepts of the complex KR. For example, FIG. 2B illustrates an elemental data structure 300 that may result from analysis and deconstruction of complex KR 200. In elemental data structure 300, complex concept 230 labeled "Mountain 30 Animal" has been found to include more elemental concepts 235 labeled "Mountain" and 240 labeled "Animal". In this example, "Mountain" and "Animal" represent more elemental concepts than the more complex concept labeled "Mountain Animal", since 14 the concepts of "Mountain" and "Animal" can be combined to create the concept labeled "Mountain Animal". Similarly, complex concept 250 labeled "Domestic Dog" has been found to include more elemental concepts 255 labeled "Domestic" and 260 labeled "Dog", and complex concept 270 labeled "Siamese Cat" has been found to include more 5 elemental concepts 275 labeled "Siamese" and 280 labeled "Cat". In addition, each newly discovered elemental concept has inherited concept relationships from the complex concept that comprises it. Thus, "Domestic", "Dog", "Siamese" and "Cat" are children of "Pet"; "Mountain" and "Animal" (concept 240) are children of "Animal" (concept 210); and "Mountain" and "Animal" (concept 240) are both parents of both 10 concept 290 labeled "Lion" and concept 295 labeled "Goat". [0058] Note that, although the label "Animal" is ascribed to both concept 210 and concept 240 in elemental data structure 300, the two concepts may still represent different abstract meanings that function differently within the knowledge representation hierarchy. In some embodiments, "labels" or "symbols" may be joined to abstract 15 concepts to provide human- and/or machine-readable terms or labels for concepts and relationships, as well as to provide the basis for various symbol-based processing methods (such as text analytics). Labels may provide knowledge representation entities that are discernable to humans and/or machines, and may be derived from the unique vocabulary of the source domain. Thus, since the labels assigned to each concept 20 element may be drawn from the language and terms presented in the domain, the labels themselves may not fully describe the abstract concepts and concept relationships they are used to name, as those abstract entities are comprehended in human knowledge. [0059] Similarly, in some embodiments a difference should be appreciated between abstract concepts in a knowledge representation model and the objects those 25 concepts may be used to describe or classify. An object may be any item in the real physical or virtual world that can be described by concepts (for instance, examples of objects are documents, web pages, people, etc.). For example, a person in the real world could be represented in the abstract by a concept labeled "Bob". The information in a domain to be described, classified or analyzed may relate to virtual or physical objects, 30 processes, and relationships between such information. In some exemplary embodiments, complex KRs as described herein may be used in the classification of content residing within Web pages. Other types of domains in some embodiments may 15 include document repositories, recommendation systems for music, software code repositories, models of workflow and business processes, etc. [0060] In some embodiments, the objects of the domain to be classified may be referred to as content nodes. Content nodes may be comprised of any objects that are 5 amenable to classification, description, analysis, etc. using a knowledge representation model. For example, a content node may be a file, a document, a chunk of a document (like an annotation), an image, or a stored string of characters. Content nodes may reference physical objects or virtual objects. In some embodiments, content nodes may be contained in content containers that provide addressable (or locatable) information 10 through which content nodes can be retrieved. For example, the content container of a Web page, addressable through a URL, may contain many content nodes in the form of text and images. Concepts may be associated with content nodes to abstract some meaning (such as the description, purpose, usage, or intent of the content node). For example, aspects of a content node in the real world may be described by concepts in an 15 abstract representation of knowledge. [0061] Concepts may be defined in terms of compound levels of abstraction through their relationships to other entities and structurally in terms of other, more fundamental knowledge representation entities (e.g., keywords and morphemes). Such a structure is known herein as a concept definition. In some embodiments, concepts may 20 be related through concept relationships of two fundamental types: intrinsic, referring to joins between elemental concepts to create more complex concepts (e.g., the relationship between "Mountain", "Animal" and "Mountain Animal" in elemental data structure 300); and extrinsic, referring to joins between complex relationships. Extrinsic relationships may describe features between concept pairs, such as equivalence, 25 hierarchy (e.g., the relationship between "Animal" and "Pet"), and associations. Further, in some embodiments the extrinsic and intrinsic concept relationships themselves may also be described as types of concepts, and they may be typed into more complex relationships. For example, an associative relationship "married-to" may comprise the relationship concepts "married" and "to". 30 [0062] In some embodiments, the overall organization of the AKRM data model stored as elemental data structure 120 in system 100 may be encoded as a faceted data structure, wherein conceptual entities are related explicitly in hierarchies (extrinsic 16 relationships), as well as joined in sets to create complex concepts (intrinsic relationships). Further, these extrinsic and intrinsic relationships themselves may be typed using concepts, as discussed above. However, it should be appreciated that any suitable type of knowledge representation model or theoretical construct including any 5 suitable types of concept relationships may be utilized in representing an AKRM, as aspects of the present invention are not limited in this respect. [0063] For illustration, FIG. 3 provides an exemplary data schema 350 that may be employed in the data set 110 of system 100 in accordance with some embodiments of the present invention. Such a data schema may be designed to be capable of encoding 10 both complex knowledge representation data structures (complex KRs) such as ontologies and taxonomies, as well as the atomic knowledge representation data structures into which complex KRs are decomposed (e.g., elemental data structure 120). In schema 350, concepts may be joined to compose more complex types (has-type) using many-to-many relationships. In this way, the core concept entities in the model may 15 represent a wide diversity of simplicity or complexity, depending on the nature of the complex knowledge representation that is being modeled by the data. By joining symbols, rules, and objects to these concepts using many-to-many relationships, such a schema may manage the data to model a broad range of knowledge representations. [0064] In schema 350 as illustrated in FIG. 3, rectangular boxes represent entity 20 sets, e.g., real-world objects that may be encoded as main objects in a database, as well as abstract concepts, human- and/or machine-readable symbols that reference concepts, and rules that apply to concepts in the knowledge representation. Each solid line connector represents a relationship between two entity sets, with a relationship type as represented by a diamond. "N" denotes the participation cardinality of the relationship; 25 here, the relationships are many-to-many, indicating that many entities of each entity set can participate in a relationship with an entity of the other entity set participating in the relationship, and vice versa. By contrast, a relationship labeled "1" on both sides of the diamond would represent a one-to-one relationship; a relationship labeled "1" on one side and "N" on the other side would represent a one-to-many relationship, in which one 30 entity of the first type could participate in the relationship with many entities of the second type, while each entity of the second type could participate in that relationship with only one entity of the first type; etc. 17 [0065] In some embodiments, the data structure of a knowledge representation may be encoded in accordance with schema 350 in one or more database tables, using any suitable database and/or other data encoding technique. For example, in some embodiments a data set for a KR data structure may be constructed as a computer 5 readable representation of a table, in which each row represents a relationship between a pair of concepts. For instance, one example of a data table could have four attribute columns, including a "concept 1" attribute, a "concept 2" attribute, a "relationship" attribute and a "type" attribute, modeling a three-way relationship for each row of the table as, "concept 1 is related to concept 2 through a relationship concept of a type (e.g., 10 extrinsic or intrinsic)". For example, a row of such a table with the attributes (column entries) { concept 1: "Hammer"; concept 2: "Nail"; relationship: "Tool"; type: "Extrinsic" } could represent the relationship: "'Hammer" is related to "Nail" as a "Tool", and the relationship is "Extrinsic'." In many exemplary data structures, each concept may appear in one or more rows of a database table, for example appearing in 15 multiple rows to represent relationships with multiple other concepts. In addition, a particular pair of concepts may appear in more than one row, for example if that pair of concepts is related through more than one type of relationship. It should be appreciated, however, that the foregoing description is by way of example only, and data structures may be implemented and/or encoded and stored in any suitable way, as aspects of the 20 present invention are not limited in this respect. [0066] In some embodiments, various metadata may be associated with each of the entities (e.g., concepts and concept relationships) within the AKRM to support rules based programming. For example, since many rules would require a sorted set of concepts, a priority of concepts within concept relationships (intrinsic or extrinsic) could 25 be added to this schema. These details are omitted here only to simplify the presentation of the data model. [0067] Although the exemplary data schema of FIG. 3 may be relatively simple, when it is married to processing rules for constructing and deconstructing knowledge representations, it may become capable of managing a very broad range of complex 30 knowledge (as described in various examples below). Benefits may include real-time knowledge engineering to improve data economy and reduce the need for building complexity into large knowledge representation data structures. Further, as the scope of 18 the knowledge representation data structures is reduced, it may also have beneficial effects on integrated knowledge engineering processes, such as reasoning, analytics, data mining, and search. [0068] Returning to FIG. 1, in some embodiments knowledge processing rules 5 130 may be encoded and persisted in system 100, for example in data set 110, and may be joined to concepts within input KRs 160 and/or elemental data structure 120. Rules may be joined to concepts such that given a specific concept, the rules may be applied through execution of programming code by one or more processors of system 100 to generate new semantic entities (concepts and relationships) from elemental data structure 10 120 and/or to deconstruct input KRs 160 into elemental entities to be included in elemental data structure 120. Examples of such rules are described in more detail below. [0069] Rules 130 may be introduced to data set 110 as input rules 140, for example by a developer of system 100, and/or by end users of system 100 in accordance with their individual knowledge processing needs or preferences. It should be 15 appreciated that input rules 140 may be obtained from any suitable source at any suitable time, rules 130 stored as part of the AKRM may be updated and/or changed at any suitable time by any suitable user before or during operation of system 100, and different stored rules 130 may be maintained for different users or applications that interact with system 100, as aspects of the present invention are not limited in this respect. In 20 addition, in some embodiments different subsets of stored rules 130 may be applied to analysis of input KRs 160 than to synthesis of output KRs 190, while in other embodiments the same rules 130 may be applied in both analysis and synthesis operations, and different subsets of stored rules 130 may be applied to different types of knowledge representation. 25 [0070] Rules 130, when applied to concepts in analysis and synthesis of KRs, may provide the constructive and deconstructive logic for a system such as system 100. Methods of how knowledge is created (synthesized) or deconstructed (analyzed) may be encoded in sets of rules 130. Rules 130 may be designed to work symmetrically (single rules operating in both analysis and synthesis) or asymmetrically (where single rules are 30 designed to work only in synthesis or analysis). In some embodiments, rules 130 may not be encoded as entities within a concept data structure of a knowledge model, but rather as rules within the knowledge representation model that operate in a generative 19 capacity upon the concept data structure. In some embodiments, rules 130 may be encoded as data and stored along with the knowledge representation data structures, such as elemental data structure 120, in a machine-readable encoding of an AKRM including rules. Rules 130 may be applied using a rules engine software component, e.g., 5 implemented by programming instructions encoded in one or more tangible, non transitory computer-readable storage media included in or accessible by system 100, executed by one or more processors of system 100 to provide the rules engine. [0071] Given the probabilistic nature of a system such as system 100 in accordance with some embodiments of the present invention, methods for checking the 10 semantic coherence for the knowledge representation data structures resulting from application of rules 130 may be performed. In some embodiments, system 100 may be programmed to gather evidence as to whether the resulting data structures present in existing knowledge models. These existing knowledge models may be internal to the system (as complex knowledge representation data structures) or external (such as 15 knowledge models encoded on the Semantic Web). In some embodiments, a search engine may be used to investigate whether terms (symbols or labels) associated with concepts of the resulting data structures present in external knowledge representations (such as documents). The term-document frequency (e.g., number of search engine hits) may provide one exemplary metric for the semantic coherence of the resulting 20 knowledge representation data structures. However, it should be appreciated that any suitable metric for semantic coherence of such data structures may be utilized, as aspects of the present invention are not limited in this respect. [0072] Analysis engine 150 and synthesis engine 170 may use any of various methods of semantic analysis and synthesis to support the construction and 25 deconstruction of knowledge representation data structures, as aspects of the present invention are not limited in this respect. Examples of analytical methods that may be used by analysis engine 150, along with application of rules 130, in deconstructing input complex KRs 160 include text analyses, entity and information extraction, information retrieval, data mining, classification, statistical clustering, linguistic analyses, facet 30 analysis, natural language processing and semantic knowledge-bases (e.g. lexicons, ontologies, etc.). Examples of synthetic methods that may be used by synthesis engine 170, along with application of rules 130, in constructing complex KRs 190 include 20 formal concept analysis, faceted classification synthesis, semantic synthesis and dynamic taxonomies. [0073] It should be appreciated that exemplary methods of analysis and synthesis of complex KRs may be performed by analysis engine 150 and synthesis engine 170 5 operating individually and/or in conjunction with any suitable external software application that may interface with the engines and/or system 100. Such external software applications may be implemented within the same physical device or set of devices as other components of system 100, or parts or all of such software applications may be implemented in a distributed fashion in communication with other separate 10 devices, as aspects of the present invention are not limited in this respect. [0074] FIG. 4 illustrates one exemplary method 400 of semantic analysis that may be used by analysis engine 150 in deconstructing an input complex KR 160. It should be appreciated that the method illustrated in FIG. 4 is merely one example, and many other methods of analysis are possible, as discussed above, as aspects of the 15 present invention are not limited in this respect. Exemplary method 400 begins with extraction of a source concept 410 with a textual concept label explicitly presented in the source data structure. Multiple source concepts 410 may be extracted from a source data structure, along with source concept relationships between the source concepts 410 that may explicitly present in the source data structure. 20 [0075] A series of keyword delineators may be identified in the concept label for source concept 410. Preliminary keyword ranges may be parsed from the concept label based on common structural textual delineators of keywords (such as parentheses, quotes, and commas). Whole words may then be parsed from the preliminary keyword ranges, again using common word delineators (such as spaces and grammatical 25 symbols). Checks for single word independence may then be performed to ensure that the parsed candidate keywords are valid. In some embodiments, a check for word independence may be based on a method of word stem (or word root) matching, hereafter referred to as "stemming". Once validated, if a word is present in one concept label with other words, and is present in a related concept label absent those other words, 30 than the word may delineate a keyword. [0076] Once a preliminary set of keyword labels is thus generated, all preliminary keyword labels may be examined in the aggregate to identify compound 21 keywords, which present more than one valid keyword label within a single concept label. In some embodiments, recursion may be used to exhaustively split the set of compound keywords into the most elemental set of keywords that is supported by the source data. The process of candidate keyword extraction, validation and splitting may 5 be repeated until no more atomic keywords can be found. [0077] In some embodiments, a final method round of consolidation may be used to disambiguate keyword labels across the entire domain. Such disambiguation may be used to resolve ambiguities that emerge when entities share the same labels. In some embodiments, disambiguation may be provided by consolidating keywords into single 10 structural entities that share the same label. The result may be a set of keyword concepts, each included in a source concept from which it was derived. For example, source concept 410 may be deconstructed into keywords 420, 440 and 460, parsed from its concept label, and keywords 420, 440 and 460 may make up a concept definition for source concept 410. For instance, in the example elemental data structure 300 of FIG. 15 2B, the more elemental concept 255 labeled "Domestic" may be deconstructed from the more complex concept 250 labeled "Domestic Dog" as a keyword parsed from the concept label. [0078] In some embodiments, concept definitions including keyword concepts may be extended through further deconstruction to include morpheme concept entities in 20 their structure, as a deeper and more fundamental level of abstraction. In some embodiments, morphemes may represent elemental, irreducible attributes of more complex concepts and their relationships. At the morpheme level of abstraction, many of the attributes would not be recognizable to human classificationists as concepts. However, when combined into relational data structures across entire domains, 25 morphemes may in some embodiments be able to carry the semantic meaning of the more complex concepts using less information. [0079] In some embodiments, methods of morpheme extraction may have elements in common with the methods of keyword extraction discussed above. Patterns may be defined to use as criteria for identifying morpheme candidates. These patterns 30 may establish the parameters for stemming, and may include patterns for whole word as well as partial word matching. As with keyword extraction, the sets of source concept relationships may provide the context for morpheme pattern matching. The patterns may 22 be applied against the pool of keywords within the sets of source concept relationships in which the keywords occur. A set of shared roots based on stemming patterns may be identified. The set of shared roots may comprise the set of candidate morpheme roots for each keyword. 5 [0080] In some embodiments, the candidate morpheme roots for each keyword may be compared to ensure that they are mutually consistent. Roots residing within the context of the same keyword and the source concept relationship sets in which the keyword occurs may be assumed to have overlapping roots. Further, it may be assumed that the elemental roots derived from the intersection of those overlapping roots will 10 remain within the parameters used to identify valid morphemes. Such validation may constrain excessive morpheme splitting and provide a contextually meaningful yet fundamental level of abstraction. In some embodiments, any inconsistent candidate morpheme roots may be removed from the keyword sets. The process of pattern matching to identify morpheme candidates may be repeated until all inconsistent 15 candidates are removed. [0081] In some embodiments, by examining the group of potential roots, one or more morpheme delineators may be identified for each keyword. Morphemes may be extracted based on the location of the delineators within each keyword label. Keyword concept definitions may then be constructed by relating (or mapping) the extracted 20 morphemes to the keywords from which they were derived. For example, morpheme concepts 425 and 430 may be included in the concept definition for keyword concept 420, morpheme concepts 445 and 450 may be included in the concept definition for keyword concept 440, and morpheme concepts 465 and 470 may be included in the concept definition for keyword concept 460. Thus, an original source concept 410 may 25 be deconstructed through semantic analysis to the level of keyword concepts, and further to the most elemental level of morpheme concepts for inclusion in an elemental data structure of an AKRM. [0082] It should be appreciated, however, that any suitable level of abstraction may be employed in generating an elemental data structure, and any suitable method of 30 analysis may be used, including methods not centered on keywords or morphemes, as aspects of the present invention are not limited in this respect. In some embodiments, an elemental data structure included in an AKRM for use in analysis and/or synthesis of 23 more complex KRs may include and encode concepts and relationships that are more elemental than concepts and relationships included in the complex KRs deconstructed to populate the elemental data structure and/or synthesized from the elemental data structure. For example, abstract meanings of complex concepts encoded in a complex 5 KR may be formed by combinations of abstract meanings of elemental concepts encoded in the elemental data structure of the AKRM. [0083] In some embodiments, concepts stored in an elemental data structure as part of a centralized AKRM may have been deconstructed from more complex concepts to the level of single whole words, such as keywords. The example of FIG. 2B illustrates 10 such an elemental data structure encoding single whole words. In some embodiments, concepts in the elemental data structure may have been deconstructed to more elemental levels representing portions of words. In some embodiments, concepts in the elemental data structure may have been deconstructed to a more elemental semantic level represented by morphemes, the smallest linguistic unit that can still carry semantic 15 meaning. For example, the whole word concept "Siamese" may be deconstructed to create two morpheme concepts, "Siam" and "-ese", with "Siam" representing a free morpheme and "-ese" representing an affix. In some embodiments, an elemental data structure of an AKRM may include only concepts at a specified level of elementality; for example, an elemental data structure may in some embodiments be formed completely of 20 morphemes or completely of single word concepts. In other embodiments, an elemental data structure may include concepts at various different levels of elementality (e.g., including morpheme concepts, keyword concepts and/or other concepts at other levels of elementality), with at least some of the concepts in the elemental data structure being more elemental than the complex concepts in input KRs they are deconstructed from 25 and/or the complex concepts in output KRs that they create in combination with other elemental concepts. It should be appreciated that any suitable basis for deconstructing complex KRs into more elemental data structures may be utilized, including bases tied to paradigms other than linguistics and semantics, as aspects of the present invention are not limited in this respect. 30 [0084] Returning to FIG. 1, data consumer 195 may represent one or more human users of system 100 and/or one or more machine-implemented software applications interacting with system 100. In some embodiments, data consumer 195 may 24 make requests and/or receive output from system 100 through various forms of data. For example, a data consumer 195 may input a complex KR 160 to system 100 to be deconstructed to elemental concepts and concept relationships to generate and/or update elemental data structure 120. A data consumer 195 (the same or a different data 5 consumer) may also receive an output complex KR 190 from system 100, synthesized by application of one or more of the knowledge processing rules 130 to part or all of elemental data structure 120. [0085] In some embodiments, data consumer 195 also may provide a context 180 for directing synthesis and analysis operations. For example, by inputting a particular 10 context 180 along with a request for an output KR, data consumer 195 may direct system 100 to generate an output KR 190 with appropriate characteristics for the information required or the current task being performed by the data consumer. For example, a particular context 180 may be input by data consumer 195 as a search term mappable to a particular concept about which data consumer 195 requires or would like to receive 15 related information. Synthesis engine 170 may, for example, apply rules 130 to only those portions of elemental data structure 120 that are conceptually related (i.e., connected in the data structure) to the concept corresponding to the context 180. In another example, an input context 180 may indicate a particular type of knowledge representation model with which data consumer 195 would like output KR 190 to 20 conform, such as a taxonomy. Accordingly, synthesis engine 170 may apply only those rules of the set of rules 130 that are appropriate for synthesizing a taxonomy from elemental data structure 120. [0086] It should be appreciated that input context 180 may include any number of requests and/or limitations applying to the synthesis of output KR 190, and components 25 of input context 180 may be of any suitable type encoded in any suitable form of data or programming language, as aspects of the present invention are not limited in this respect. Examples of suitable input contexts include, but are not limited to, free text queries and submissions, e.g., mediated by a natural language processing (NLP) technology, and structural inputs such as sets of terms or tags, consistent with various Web 2.0 systems. 30 In some embodiments, generating output KR 190 in accordance with a particular context 180 may enable a more fluid and dynamic interchange of knowledge with data consumers. However, it should be appreciated that an input context 180 is not required, 25 and system 100 may produce output KRs 190 without need of input contexts in some embodiments, as aspects of the present invention are not limited in this respect. [0087] Data consumers 195 may also provide input KRs 160 of any suitable type to system 100 in any suitable form using any suitable data encoding and/or programming 5 language, as aspects of the present invention are not limited in this respect. Examples of suitable forms of input KRs include, but are not limited to, semi-structured or unstructured documents, again used with various forms of NLP and text analytics, and structured knowledge representations such as taxonomies, controlled vocabularies, faceted classifications and ontologies. 10 [0088] In some embodiments in accordance with the present disclosure, a system for analysis and synthesis of complex KRs using an AKRM, such as system 100, may be implemented on a server side of a distributed computing system with network communication with one or more client devices, machines and/or computers. FIG. 5 illustrates such a distributed computing environment 500, in which system 100 may 15 operate as a server-side transformation engine for KR data structures. The transformation engine may take as input one or more source complex KR data structures 520 provided from one or more domains by a client 510, e.g., through actions of a human user or software application of client 510. In some embodiments, the input complex KR 520 may be encoded into one or more XML files 530 that may be distributed via web 20 services (or API or other distribution channels) over a network such as the Internet 550 to the computing system(s) on which system 100 is implemented. Similarly, system 100 may return requested output KRs to various clients 510 through the network as XML files 540. However, it should be appreciated that data may be communicated between server system 100 and client systems 510 in any suitable way and in any suitable form, 25 as aspects of the present invention are not limited in this respect. [0089] Through this and/or other modes of distribution and decentralization, in some embodiments a wide range of developers and/or publishers may use the analysis engine 150 and synthesis engine 170 to deconstruct and create complex KR data structures. Exemplary applications include, but are not limited to, web sites, knowledge 30 bases, e-commerce stores, search services, client software, management information systems, analytics, etc. 26 [0090] In some embodiments, an advantage of such a distributed system may be clear separation of private domain data and shared data used by the system to process domains. Data separation may facilitate hosted processing models, such as a software as-a-service (SaaS) model, whereby a third party may offer transformation engine 5 services to domain owners. A domain owner's domain-specific data may be hosted by the SaaS securely, as it is separable from the shared data (e.g., AKRM data set 110) and the private data of other domain owners. Alternately, the domain-specific data may be hosted by the domain owners, physically removed from the shared data. In some embodiments, domain owners may build on the shared knowledge (e.g., the AKRM) of 10 an entire community of users, without having to compromise their unique knowledge. [0091] As should be appreciated from the foregoing discussion, some embodiments in accordance with the present disclosure are directed to techniques of analyzing an original complex knowledge representation to deconstruct the complex KR and generate or update an elemental data structure of an atomic knowledge 15 representation model. FIG. 6 illustrates one such technique as exemplary process 600. Process 600 begins at act 610, at which an input complex KR may be received, for example from a data consumer by an analysis/synthesis system such as system 100. [0092] At act 620, one or more knowledge processing rules encoded in system 100 as part of an AKRM may be applied to deconstruct the input complex KR to one or 20 more elemental concepts and/or one or more elemental concept relationships. Examples of knowledge processing rules applicable to various types of input KRs are provided below. However, it should be appreciated that aspects of the present invention are not limited to any particular examples of knowledge processing rules, and any suitable rules encoded in association with an atomic knowledge representation model may be utilized. 25 As discussed above, such rules may be provided at any suitable time by a developer of the analysis system and/or by one or more end users of the analysis system. [0093] At act 630, one or more of the elemental concepts and/or elemental concept relationships discovered and/or derived in act 620 may be included in an elemental data structure encoded and stored as part of the AKRM of the system. In some 30 embodiments, some or all of the elemental concepts and relationships derived from a single input complex KR may be used to populate a new elemental data structure of an AKRM. In some embodiments, when a stored elemental data structure has already been 27 populated, new elemental concepts and/or relationships discovered from subsequent input KRs may be included in the stored elemental data structure to update and/or extend the centralized AKRM. In some embodiments, process 600 may continue to loop back to the beginning to further update a stored elemental data structure and/or generate new 5 elemental data structures as new input KRs become available. In other embodiments, process 600 may end after one pass or another predetermined number of passes through the process, after a stored elemental data structure has reached a predetermined size or complexity, or after any other suitable stopping criteria are met. [0094] As should be appreciated from the foregoing discussion, some further 10 embodiments in accordance with the present disclosure are directed to techniques for generating (synthesizing) complex knowledge representations using an atomic knowledge representation model. FIG. 7 illustrates such a technique as exemplary process 700. Process 700 begins at act 710, at which an input context may be received, for example from a data consumer such as a human user or a software application. As 15 discussed above, such a context may include a textual query or request, one or more search terms, identification of one or more seed concepts, etc. In addition, the context may indicate a request for a particular form of complex KR. In some embodiments, however, a request for a complex KR may be received without further context to limit the concepts and/or concept relationships to be included in the complex KR, as aspects of 20 the present invention are not limited in this respect. Furthermore, in some embodiments, receipt of a context may be interpreted as a request for a complex KR, without need for an explicit request to accompany the context. [0095] At act 720, in response to the input request and/or context, one or more appropriate knowledge processing rules encoded in the AKRM may be applied to the 25 elemental data structure of the AKRM to synthesize one or more additional concepts and/or concept relationships not explicitly encoded in the elemental data structure. Examples of knowledge processing rules applicable to synthesizing various types of output KRs are provided below. As discussed above, in some embodiments rules may be applied bi-directionally to accomplish both analysis and synthesis of complex KRs using 30 the same knowledge processing rules, while in other embodiments one set of rules may be applied to analysis and a different set of rules may be applied to synthesis. However, it should be appreciated that aspects of the present invention are not limited to any 28 particular examples of knowledge processing rules, and any suitable rules encoded in association with an atomic knowledge representation model may be utilized. As discussed above, such rules may be provided at any suitable time by a developer of the analysis system and/or by one or more end users of the analysis system. 5 [0096] In some embodiments, appropriate rules may be applied to appropriate portions of the elemental data structure in accordance with the received input request and/or context. For example, if the input request specifies a particular type of complex KR to be output, in some embodiments only those rules encoded in the AKRM that apply to synthesizing that type of complex KR may be applied to the elemental data structure. 10 In some embodiments, if no particular type of complex KR is specified, a default type of complex KR, such as a taxonomy, may be synthesized, or a random type of complex KR may be selected, etc. If the input context specifies one or more particular seed concepts of interest, for example, only those portions of the elemental data structure related (i.e., connected through concept relationships) to those seed concepts may be selected and the 15 rules applied to them to synthesize the new complex KR. In some embodiments, some predetermined limit on the size and/or complexity of the output complex KR may be set, e.g., by a developer of the synthesis system or by an end user, for example conditioned on a number of concepts included, hierarchical distance between the seed concepts and selected related concepts in the elemental data structure, encoded data size of the 20 resulting output complex KR, processing requirements, etc. [0097] At act 730, a new complex KR may be synthesized from the additional concepts and relationships synthesized in act 720 and the selected appropriate portions of the elemental data structure, and encoded in accordance with any specified type of KR indicated in the received input. At act 740, the resulting synthesized complex KR may 25 be provided to the data consumer from which the request was received. As discussed above, this may be a software application or a human user who may view and/or utilize the provided complex KR through a software user interface, for example. Process 700 may then end with the provision of the newly synthesized complex KR encoding new knowledge. 30 [0098] The following sections of pseudo-code may serve as further illustration of the above-described methods. 29 [0099] KnowledgeCreation(KRin, RULESin, CONTEXT, ANALYSIS, SYNTHESIS) [00100] Input: [00101] - CONTEXT: User/Application Context (e.g., requests, seed 5 concepts, domain restrictions) [00102] - KRin: Knowledge representation (e.g., taxonomy) [00103] - RULES: Relevant Knowledge Processing Rules [00104] - ANALYSIS: a flag for enabling Analysis event [00105] - SYNTHESIS: a flag for enabling Synthesis event 10 [00106] Output: [00107] - Concepts and relationships to be stored in AKRM [00108] - Complex KRou 1 t to present to user/applications [00109] Procedure: [00110] Ca = AKRM.C /*a set concepts definitions defined in the 15 AKRM*/ [00111] Ra= AKRM.R /* a set of concept relationships defined in the AKRM*/ [00112] C = {} /* a set of new concept definitions*/ [00113] R= {} /* a set of new relationships*/ 20 [00114] KRout = C + R /* a complex knowledge representation */ [00115] /* keep performing analysis tasks as long as more rules can be applied*/ [00116] whenever (ANALYSIS) do { [00117] Apply an analysis rule from RULES to the KRin + Ca + Ra 25 [00118] Ca = Ca U {set of generated atomic concepts} [00119] Ra = Ra U {set of generated relationships} [00120] If no more rules can be applied set ANALYSIS to false [00121] } [00122] /* keep performing synthesis tasks as long as more rules can be 30 applied*/ [00123] whenever (SYNTHESIS} do { 30 [00124] Apply a synthesis rule from RULES to Ca + C + Ra + R + CONTEXT [00125] C = C U {set of generated complex concepts} [00126] R = R U {set of generated complex relationships} 5 [00127] If no more rules can be applied set SYNTHESIS to false [00128] /*Possibly materialize a subset of generated KR*/ [00129] if (enough support or user request) [00130] Ca= CaU C and Ra =RaUR [00131] } 10 [00132] /*present the generated complex KR to user/applications*/ [00133] output complex KRou 1 t = C + R (to user/application) [00134] As should be appreciated from the foregoing discussion, some embodiments in accordance with the present disclosure are directed to techniques for supporting semantic interoperability between knowledge representations using an atomic 15 knowledge representation model. As discussed above, maintaining a shared centralized AKRM with a stored elemental data structure in some embodiments may allow multiple different input complex KRs (in some cases of different types or knowledge representation models) to be deconstructed to elemental concepts and/or concept relationships used in the generating and/or updating of a single shared elemental data 20 structure that is semantically compatible with all types of complex KRs. In addition, through deconstruction to an elemental data structure and subsequent synthesis to a new complex KR, an input KR of one type may in some embodiments be transformed to an output KR of a different type based on the same source data. [00135] The following pseudo-code may serve as a further illustration of methods 25 of integrating multiple different KRs under the AKRM described herein, to provide benefits of semantic interoperability. [00136] Input: [00137] - KR 1 , KR 2 ,. .,KRn: /*n possible different KR*/ [00138] - RULES 1 , RULES 2 , ..,RULESn /*Relevant Knowledge Processing 30 Rules*/ [00139] - User/application context [00140] Output: 31 [00141] - Concepts and relationships to be stored in AKRM [00142] - Complex KR to present to user/applications [00143] Procedure: [00144] Ca= AKRM.C /*a set concepts definitions defined in the 5 AKRM*/ [00145] Ra = AKRM.R /* a set of concept relationships defined in the AKRM*/ [00146] C = {} /* a set of new concept definitions*/ [00147] R = {} /* a set of new relationships*/ 10 [00148] KRout = C +R /* a complex knowledge representation */ [00149] /* Analyze the input KRs and populate AKRM */ [00150] for (i : 1 to n){ [00151] Apply all possible analysis rules from RULESi to the KRi + Ca + Ra 15 [00152] Ca = Ca U {set of generated atomic concepts} [00153] Ra = Ra U {set of generated relationships} [00154] } [00155] /* Synthesize new knowledge */ [00156] Apply possible synthesis rules from RULESi to Ca + C + Ra + R 20 [00157] C = C U {set of generated complex concepts} [00158] R = R U {set of generated complex relationships} [00159] /*Possibly materialize a subset of generated KR*/ [00160] Ca= Ca U C and Ra =RaUR [00161] FIG. 8 provides a table illustrating six exemplary knowledge processing 25 rules that may be used in some embodiments in accordance with the present disclosure in analysis and/or synthesis of five exemplary types of complex knowledge representations (i.e., taxonomies, synonym rings, thesauri, faceted classifications and ontologies). However, as discussed above, it should be appreciated that these examples are provided merely for purposes of illustration, and aspects of the present invention are not limited to 30 any particular set of rules or KR types or models. In addition, in some embodiments an analysis/synthesis system may be seeded with an initial set of knowledge processing rules, for example by a developer of the system, which may be expanded with additional 32 rules and/or updated with changed and/or deleted rules at later times, for example by end users of the system. Different sets of rules applicable to different types of KRs may also be stored for different end users or applications, for example in user accounts. Further, in some embodiments, knowledge processing rules may be reused and combined in novel 5 ways to address the requirements for specific KRs. [00162] The exemplary rules presented in FIG. 8 are discussed below with reference to specific examples involving the exemplary KR types provided in the figure. It should be appreciated that any of the generalized methods described above may be applied to any of the following examples, with differing inputs, outputs and knowledge 10 processing rules being involved. It should also be appreciated that, although many different aspects of a knowledge creation theory may be modeled through the exemplary rules discussed herein, various other types of rules are possible. The examples that follow are largely driven by the topology of the knowledge representation data structures. Other bases for rules may include linguistic morphology and syntax, 15 phonology, metaphor, symbolism, and sensory perception, among others. [00163] In some embodiments, encoding a set of knowledge processing rules such as the exemplary rules given in FIG. 8 within an atomic knowledge representation model may allow for analyzing and/or synthesizing any complex KR within a set of supported KR types, such as those represented in FIG. 8. In the example of FIG. 8, "X" marks 20 show which rules of the exemplary set of six rules apply to which KR types of the exemplary set of five KR types. In these examples, each rule may be applied bi directionally in analysis or synthesis of complex KRs of types to which it applies. For instance, given an input thesaurus KR, FIG. 8 makes clear that rules 1, 2, 3 and 4 may be applied to the input thesaurus to deconstruct it to elemental concepts and concept 25 relationships to be included in the elemental data structure. In another example, applying rules 1, 2 and 3 to an elemental data structure results in an output synonym ring KR. The use of each of these exemplary rules to perform analysis and/or synthesis of appropriate complex KRs is described below with reference to examples. [00164] Taxonomy Rules 30 [00165] The following inputs/outputs and knowledge processing rules provide features of a taxonomy, as a hierarchical classification of concepts. [00166] Input/Output: 33 [00167] A set of concepts C [00168] A set of hierarchical relationships (acyclic) [00169] R={r(ci,cj): ci,cj E C and ci Is-a cj} [00170] Definition 1 (Coherent Concepts): Two concepts ci,cj are considered 5 coherent if according to some distance metric M, M(ci,c) < T, where T is a pre-chosen threshold. Possible metrics include: frequency of co occurrence of the two concepts in an input corpus, or a tree distance function applied on the taxonomy hierarchy. [00171] Rule 1 (Coherent Concepts Synthesis): Create a new concept c={ci,c}. 10 c is said to be comprised of ci and c if and onlv if c, and c 1 are coherent with respect to Definition 1. [00172] Rule 2 (Hierarchical Relationship Synthesis): Let c 1 ={c 1 1 ,c 2 2 ,...cij} be a concept comprised of n concepts, cl 1 to ci.. Similarly, let C2={C21,C22,..C2m} be a concept comprised of m concepts, C21 to C2m. 15 Create a new hierarchical relationship r(c1,c 2 ) if and onlv if for each cli there exists a relationship r(c 11 ,c 2 j) for some concept c 2 j. [00173] Note that the if-and-only-if part of each of the exemplary Rules (e.g., Rule 1 and Rule 2) reflects the bi-directional analysis/synthesis nature of the rule. For example, Analysis will enforce the "if' part (forcing an explicit hierarchical relationship 20 to be presented in the AKRM to satisfy the condition). On the other hand, Synthesis will discover the "only-if' part (discover hierarchical relationships if the conditions apply). [00174] An example of application of these exemplary rules to analyze and deconstruct an input taxonomy 200 to a more elemental data structure 300 has been given in FIGs. 2A and 2B. In the example, complex concepts 230, 250 and 270 are 25 deconstructed to generate new more elemental concepts 235, 240, 255, 260, 275 and 280 through application of Rule 1, and their relationships through application of Rule 2. In addition, new complex concepts may be synthesized through application of Rule 1 using (for example) external corpora as evidence: {domestic, lion}, {mountain, dog}, {mountain, cat}, {domestic, goat}, {domestic, pet}, {domestic, cat}. Application of 30 Rule 2 in synthesis may generate new concept relationships; for example, because hierarchical relationships exist between "Animal" and "Dog" and between "Animal" and 34 "Mountain", a new hierarchical relationship between "Animal" and "Mountain Dog" may be synthesized. [00175] Synonym Ring Rules [00176] The following inputs/outputs and knowledge processing rules provide 5 features of a synonym ring, as defined by the proximity of meaning across terms or concepts, or in logic, the inner substitutability of terms that preserve the truth value. [00177] Input/Output: [00178] A set of concepts C (possibly with "comprised of' relationships) [00179] Lists of synonyms: Synonym(ci,cj) 10 [00180] Definition 2 (Semantic Similarity): Let c1 ={C11,C22,...cin} be a concept comprised of n concepts, cil to ci.. Similarly, let C2={C21,C22,..C2m}. A similarity function S, S(c 1 ,c 2 ), describes the semantic similarity between two concepts. An example function is as follows: S (ci,1c2) Sc C C2|c 1c-6 )-' [00181] 1 if Syn1oiYnm(c, c j) I if ci = c ( c1 if EckV(Is, ck) /\ rJc, 15 [00182] 0 otherwise [00183] Definition 3 (Concept Intersection): Let c 1 ={c 1 1 ,c 2 2 ,...cij} be a concept comprised of n concepts, cil to ci.. Similarly, let C2={C21,C22,..C2m}. C, = Ci if C; c= \/ rVc. C) ci J- c2 = {c[Vci E Ci /\ Cy E C2 - = c if re, eg) (4 C' if C1 v(e. J A r((3 (c ) [00184] Rule 3 (Synonym Concepts Synthesis): Let c1 ={C11,C22,...cin and 20 C2={C21,C22,..C2m} be two synonym concepts according to Definition 2. A concept C3= C1 rn C2 and the hierarchical relationships r(c1,c 3 ) and r(c 2 ,c 3 ) exist if and onv if S(c1,c 2 ) > Tsynonym, where Tsynonym is a threshold of semantic similarity that warrants the declaring of "synonyms": Syionvi:: c = c , n c. / A r(c 1 c 3 ) A r(c 2 c 3 ) [00185] S(c , c2) > T nonym 25 [00186] An example of a synonym ring is as follows: 35 [00187] Pet: Domestic Animal: Household Beast: Cat [00188] Analysis according to Rule 3 may derive hierarchical relationships through which all four concepts are children of "Household Animal". Analysis according to Rule 1 may derive the following new concepts: 5 [00189] House, Domestic, Household, Animal, Beast, Mammal [00190] Analysis according to Rule 2 may discover hierarchies in which "Domestic" and "Household" are children of "House", and "Pet", "Mammal", "Beast" and "Cat" are children of "Animal". These hierarchical relationships may be created based on the relationships between the complex concepts from which the simpler 10 concepts were extracted. Accordingly, the following new synonym rings may be synthesized through application of Rule 3: [00191] Cat: Pet: Mammal: Beast [00192] Domestic: Household [00193] Thesaurus Rules 15 [00194] The following inputs/outputs and knowledge processing rules provide features of a thesaurus, including features of the KRs described above as well as associative relationships (related terms). [00195] Input/Output: [00196] A set of concepts C (possibly with "comprised of' relationships) 20 [00197] List of Associative relationships, e.g., Synonym(ci,cj), RelatedTerm(ci,cj) [00198] A set of hierarchical relationships (acyclic) R={r(ci,cj): ci,c G C and ci NT cj} [00199] Rule 1 (Coherent Concepts Synthesis) applies to thesauri. 25 [00200] Rule 2 (Hierarchical Relationship Synthesis) applies to thesauri. [00201] Rule 4 (Associative Relationship Synthesis): Let c 1 ={c 11 ,c 2 2 ,...c 1 n} and c2={c21,c22,..c2m} be two related concepts according to some associative relationship AR. A concept c 3 = c 1 rn c 2 , c 4 = {AR} and the three hierarchical relationships r(c1,c 3 ), r(c 2 ,c 3 ) and r(c 4 ,c 3 ) 30 exist if and onlX if S(c 1 ,c 2 ) > TAR, where TAR is a threshold of semantic similarity that warrants the declaring of an "AR" relationship between the two concepts: Associative Relation AR ::= c4= {AR}, c 3 = cl nc2 , r(ci, c3), r(c 2 , c3) S(4, c 2 ) > TAR [00202] [00203] Note that TA might be set to zero if no semantic similarity is required and association via c 3 is enough to capture the relationship. [00204] An example thesaurus may include the associative relationship: {Cat, 5 Diet} is-associated-with {Fish, Food}. Analysis according to Rule 1 may derive the following new concepts: [00205] Cat, Diet, Fish, Food [00206] Given the appropriate patterns in the hierarchical relationships presented, new associative relationships may be synthesized through application of Rule 4, for 10 example "Cat" is-associated-with "Fish" and "Diet" is-associated-with "Food". Again, the associative relationships may be created based on the relationships between the complex concepts from which the simpler concepts were extracted. [00207] Faceted Classification Rules [00208] The following inputs/outputs and knowledge processing rules provide 15 features of a faceted classification, including facets and facet attributes as concepts, and facets as categories of concepts organized in class hierarchies. Additionally, the following examples add features of mutually exclusive facet hierarchies (facet attributes constrained as strict/mono hierarchies, single inheritance) and the assignment of facet attributes to the objects (or nodes) to be classified as sets of concepts. Further, facets are 20 identified topologically as the root nodes in the facet hierarchies. [00209] Input/Output: [00210] Facet hierarchies (hierarchy of value nodes for each root facet) [00211] Labeled terms/concepts with respect to facet values [00212] Definition 4 (Mutually Exclusive Facet Hierarchies): Any concept can 25 be classified by picking one and only one node label/value/attribute from each facet hierarchy. That is, the semantics of concepts representing nodes in any facet hierarchy do not overlap. [00213] Rules 1, 2 and 4 apply to facet classification. [00214] Rule 5 (Facet Attribute Assignments): Each node/value/attribute in a 30 facet hierarchy corresponds to a concept c. A relation r(ci,cj) exists if and onlv if ci appears as a child of only one parent c in some facet hierarchy and if for any two concepts c1, c2 in a facet hierarchy, c1 n c2= {}. 37 [00215] Rule 6 (Labeled Concept Assignments): Each labeled term in the faceted classification corresponds to a concept ci ={Cil,Ci2,...ci}, where cij is a label concept according to Rule 5. [00216] An example input faceted classification is as follows: 5 [00217] Facet: Domestication [00218] - Domesticated [00219] - Wild [00220] Facet: Species [00221] - Animals 10 [00222] - Canine [00223] - Dog [00224] - Feline [00225] - Cat [00226] - Lion 15 [00227] - Primate [00228] - Chimpanzee [00229] Facet: Habitat [00230] - Natural [00231] - Mountain 20 [00232] - Jungle [00233] - Desert [00234] - Savanna [00235] - Ocean [00236] - Man-made 25 [00237] - City [00238] - Farm [00239] Facet: Region [00240] - World [00241] - Africa 30 [00242] - Asia [00243] - Europe [00244] - Americas 38 [00245] - North America [00246] - US [00247] - Canada [00248] - South America 5 [00249] Objects with assignments of facet attributes/nodes/values [00250] "Domestic dog" {North America, Domesticated, Dog} [00251] "Mountain lion" {Americas, Wild, Cat, Mountain} [00252] "Siamese Cat" {World, Domesticated, Cat} [00253] "Lion" {Africa, Wild, Lion, Savanna} 10 [00254] As illustrated in the examples above, analysis according to Rules 2 and 5 may be used to decompose the input faceted classification into a broader facet hierarchy (using, for example, methods of facet analysis or statistical clustering). [00255] Facet: "Pets" /* Synthetic label */ [00256] - "common pet" /* derived from cluster {domesticated, 15 animals} */ [00257] - "exotic pet" /* derived from cluster {wild, animals} */ [00258] Since "Dog" and "Cat" are both "Animals" (derived from the facet hierarchy, "Animals"), the new concept, "Domesticated, Animals", may be found coherent as evident in the sets, "Domesticated, Dog", "Domesticated, Cat", etc. 20 [00259] Similarly, new objects with assignments of facet attributes/nodes/values may be created according to Rules 1 and 6. For example, using the rules for concept synthesis described above, new concepts could also be synthesized, such as "Lion Pet" {Man-made, Lion, domesticated}. Although this might not exist in real-life, it can be justified as possible new knowledge given the evidence in the input KR, and assessed 25 later through (for example) user interactions with the data. [00260] Ontology Rules [00261] Rules 1, 2, 4, 5 and 6 apply to provide features of an ontology, including facets and facet attributes as concepts, and facets as categories of concepts organized in class hierarchies. 30 [00262] Consider the example complex relationship Cohabitate (COH): [00263] Wild Cat <-COH Lion [00264] Domestic Dog <-COH Domestic Cat 39 [00265] Analyzing COH relationships may break them down to more atomic relationships and concepts. The following atomic constructs are possibilities: [00266] Wild Cat, Lion, Domestic Dog, Domestic Cat, Co-habitat [00267] The above-described rules for knowledge creation may be applicable in a 5 complex way to represent richer relationships, e.g., c1 Relation C2, where Relation is a general associative relationship. For complex relationships that are associative relationships (bi-directional), the property of intersection of meanings between the concepts that are paired in the relationship may be leveraged. For complex relationships that are hierarchical (uni-directional), the property of subsumption of meanings between 10 the concepts that are paired in the relationship may be leveraged. The label derived for synthesized complex relationships can conform to a conventional presentation, e.g., "Cl and C2 are related because they have C3 in common." [00268] Applying Rule 1 (Coherent Concepts Synthesis) and Rule 4 (Associative Relationship Synthesis) may result in the following more atomic concepts: 15 [00269] Wild, Cat, Dog, Domestic, Habitat, Wild Habitat, Domestic Habitat, "Wild Habitat" is-a Habitat, "Domestic Habitat" is-a Habitat [00270] Synthesis might construct the following concepts and relationships if found coherent: 20 [00271] "Wild Dog" is-comprised-of {Wild, Dog, Wild Habitat} [00272] Hence the following higher order relationships can be deduced: [00273] Wild Dog <-COH- Lion [00274] Wild Dog <-COH- Wild Cat [00275] Here, both "Wild Dog" and the relationships with "Lion" and "Wild Cat" 25 are newly synthesized constructs. [00276] Free Text (Natural Language) Example [00277] The following is an example of natural language text that may be transformed into a structured semantic representation using approaches such as natural language processing, entity extraction and statistical clustering. Once transformed, the 30 exemplary rules described above may be applied to process the data. [00278] The cat (Felis silvestris catus), also known as the domestic cat or housecat to distinguish it from other felines and felids, is a small 40 carnivorous mammal that is valued by humans for its companionship and its ability to hunt vermin and household pests. Cats have been associated with humans for at least 9,500 years, and are currently the most popular pet in the world. Due to their 5 close association with humans, cats are now found almost everywhere on Earth. [00279] A structured knowledge representation as illustrated in FIG. 9 may be derived from this natural language text. This knowledge representation may be processed using the rules described under each illustrative knowledge representation 10 type, as follows: [00280] Taxonomy: C1 is-a C5 (hierarchy) [00281] Synonym Ring: C1: C2: C3 [00282] Thesaurus: C1 is-associated-with C7 [00283] Ontology: C1 hunts C6; C1 is-found-on C7 15 [00284] Applying synthesis to this example, additional structured data may be derived. For example, applying Rule 1 (Coherent Concepts Synthesis), additional concepts may be derived: [00285] C8: domestic [00286] C9: house 20 [00287] New relationships may then be synthesized, for example by application of Rule 3 (Synonym Concepts Synthesis): [00288] C8::C9 ("domestic" is a synonym of "house") [00289] Semantic Interoperability Example [00290] The following example illustrates semantic interoperability, where an 25 input in one KR may be transformed into a different KR as output. The exemplary processing described below may be implemented, for example, in accordance with the general data flow of the pseudo-code presented above for semantic interoperability processing. [00291] Input (The input KR is a thesaurus; :: stands for synonym-of, I- stands 30 for narrower.) [00292] finch :: sparrow:: chickadee [00293] bird :: woodpecker:: finch 41 [00294] woodpecker [00295] red-headed woodpecker [00296] - black-backed woodpecker [00297] sparrow 5 [00298] - golden-crowned sparrow [00299] color [00300] - red [00301] -black [00302] - gold 10 [00303] anatomy [00304] - back [00305] -head [00306] |- cap [00307] An elemental data structure that may be analyzed from the above input 15 KR is illustrated in FIG. 10. In the figure, solid arrows denote "is-a" relationships, and dashed arrows denote "comprised-of' relationships. [00308] Output (The output KR is a facet hierarchy of the concept "red-headed woodpecker".) [00309] Facets 20 [00310] Facet 1: Bird Species [00311] - woodpecker [00312] -finch [00313] - chickadee [00314] - sparrow 25 [00315] Facet 2: Coloration [00316] -red [00317] - black [00318] - gold [00319] Facet 3: Namesake Anatomy 30 [00320] - head [00321] - crown [00322] - back 42 [00323] Labeling [00324] "red-headed woodpecker" is {Bird Species: woodpecker, Coloration: red, Namesake Anatomy: head} [00325] Note that in the example above, the atomic semantics in the AKRM 5 representation may be used to explore the intersection of meanings across each KR (semantic interoperability). For example, the atomic concepts, "crown" and "head" may provide connections of meaning across formerly disjoint concepts, "sparrow" and "woodpecker". [00326] It should be appreciated from the foregoing discussion and examples that 10 aspects of the present invention can be directed to some of the most pressing and challenging application areas in knowledge representation, including tools for brainstorming and cognitive augmentation, supporting dynamic and emergent knowledge, and providing semantic interoperability by converting between various complex knowledge representations into a common semantic vocabulary. 15 [00327] Various inventive aspects described herein may be used with any of one or more computers and/or devices each having one or more processors that may be programmed to take any of the actions described above for using an atomic knowledge representation model in analysis and synthesis of complex knowledge representations. For example, both server and client computing systems may be implemented as one or 20 more computers, as described above. FIG. 11 shows, schematically, an illustrative computer 1100 on which various inventive aspects of the present disclosure may be implemented. The computer 1100 includes a processor or processing unit 1101 and a memory 1102 that may include volatile and/or non-volatile memory. The computer 1100 may also include storage 1105 (e.g., one or more disk drives) in addition to the system 25 memory 1102. [00328] The memory 1102 and/or storage 1105 may store one or more computer executable instructions to program the processing unit 1101 to perform any of the functions described herein. The storage 1105 may optionally also store one or more data sets as needed. For example, a computer used to implement server system 100 may in 30 some embodiments store AKRM data set 110 in storage 1105. Alternatively, such data sets may be implemented separately from a computer used to implement server system 100. 43 [00329] References herein to a computer can include any device having a programmed processor, including a rack-mounted computer, a desktop computer, a laptop computer, a tablet computer or any of numerous devices that may not generally be regarded as a computer, which include a programmed processor (e.g., a PDA, an MP3 5 Player, a mobile telephone, wireless headphones, etc.). [00330] The exemplary computer 1100 may have one or more input devices and/or output devices, such as devices 1106 and 1107 illustrated in FIG. 11. These devices may be used, among other things, to present a user interface. Examples of output devices that can be used to provide a user interface include printers or display screens for 10 visual presentation of output and speakers or other sound generating devices for audible presentation of output. Examples of input devices that can be used for a user interface include keyboards, and pointing devices, such as mice, touch pads, and digitizing tablets. As another example, a computer may receive input information through speech recognition or in other audible format. 15 [00331] As shown in FIG. 11, the computer 1100 may also comprise one or more network interfaces (e.g., the network interface 1110) to enable communication via various networks (e.g., the network 1120). Examples of networks include a local area network or a wide area network, such as an enterprise network or the Internet. Such networks may be based on any suitable technology and may operate according to any 20 suitable protocol and may include wireless networks, wired networks or fiber optic networks. [00332] Having thus described several aspects of at least one embodiment of this invention, it is to be appreciated that various alterations, modifications, and improvements will readily occur to those skilled in the art. Accordingly, the foregoing 25 description and drawings are by way of example only. [00333] The above-described embodiments of the present invention can be implemented in any of numerous ways. For example, the embodiments may be implemented using hardware, software or a combination thereof. When implemented in software, the software code can be executed on any suitable processor or collection of 30 processors, whether provided in a single computer or distributed among multiple computers. Such processors may be implemented as integrated circuits, with one or 44 more processors in an integrated circuit component. Though, a processor may be implemented using circuitry in any suitable format. [00334] Further, it should be appreciated that a computer may be embodied in any of a number of forms, such as a rack-mounted computer, a desktop computer, a laptop 5 computer, or a tablet computer. Additionally, a computer may be embedded in a device not generally regarded as a computer but with suitable processing capabilities, including a Personal Digital Assistant (PDA), a smart phone or any other suitable portable or fixed electronic device. [00335] Also, a computer may have one or more input and output devices. These 10 devices can be used, among other things, to present a user interface. Examples of output devices that can be used to provide a user interface include printers or display screens for visual presentation of output and speakers or other sound generating devices for audible presentation of output. Examples of input devices that can be used for a user interface include keyboards, and pointing devices, such as mice, touch pads, and digitizing tablets. 15 As another example, a computer may receive input information through speech recognition or in other audible format. [00336] Such computers may be interconnected by one or more networks in any suitable form, including as a local area network or a wide area network, such as an enterprise network or the Internet. Such networks may be based on any suitable 20 technology and may operate according to any suitable protocol and may include wireless networks, wired networks or fiber optic networks. [00337] Also, the various methods or processes outlined herein may be coded as software that is executable on one or more processors that employ any one of a variety of operating systems or platforms. Additionally, such software may be written using any of 25 a number of suitable programming languages and/or programming or scripting tools, and also may be compiled as executable machine language code or intermediate code that is executed on a framework or virtual machine. [00338] In this respect, the invention may be embodied as a tangible, non transitory computer readable storage medium (or multiple computer readable storage 30 media) (e.g., a computer memory, one or more floppy discs, compact discs (CD), optical discs, digital video disks (DVD), magnetic tapes, flash memories, circuit configurations in Field Programmable Gate Arrays or other semiconductor devices, or other non 45 transitory, tangible computer-readable storage media) encoded with one or more programs that, when executed on one or more computers or other processors, perform methods that implement the various embodiments of the invention discussed above. The computer readable medium or media can be transportable, such that the program or 5 programs stored thereon can be loaded onto one or more different computers or other processors to implement various aspects of the present invention as discussed above. As used herein, the term "non-transitory computer-readable storage medium" encompasses only a computer-readable medium that can be considered to be a manufacture (i.e., article of manufacture) or a machine. 10 [00339] The terms "program" or "software" are used herein in a generic sense to refer to any type of computer code or set of computer-executable instructions that can be employed to program a computer or other processor to implement various aspects of the present invention as discussed above. Additionally, it should be appreciated that according to one aspect of this embodiment, one or more computer programs that when 15 executed perform methods of the present invention need not reside on a single computer or processor, but may be distributed in a modular fashion amongst a number of different computers or processors to implement various aspects of the present invention. [00340] Computer-executable instructions may be in many forms, such as program modules, executed by one or more computers or other devices. Generally, program 20 modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types. Typically the functionality of the program modules may be combined or distributed as desired in various embodiments. [00341] Also, data structures may be stored in computer-readable media in any 25 suitable form. For simplicity of illustration, data structures may be shown to have fields that are related through location in the data structure. Such relationships may likewise be achieved by assigning storage for the fields with locations in a computer-readable medium that conveys relationship between the fields. However, any suitable mechanism may be used to establish a relationship between information in fields of a data structure, 30 including through the use of pointers, tags or other mechanisms that establish relationship between data elements. 46 [00342] Various aspects of the present invention may be used alone, in combination, or in a variety of arrangements not specifically discussed in the embodiments described in the foregoing and is therefore not limited in its application to the details and arrangement of components set forth in the foregoing description or 5 illustrated in the drawings. For example, aspects described in one embodiment may be combined in any manner with aspects described in other embodiments. [00343] Also, the invention may be embodied as a method, of which an example has been provided. The acts performed as part of the method may be ordered in any suitable way. Accordingly, embodiments may be constructed in which acts are 10 performed in an order different than illustrated, which may include performing some acts simultaneously, even though shown as sequential acts in illustrative embodiments. [00344] Use of ordinal terms such as "first," "second," "third," etc., in the claims to modify a claim element does not by itself connote any priority, precedence, or order of one claim element over another or the temporal order in which acts of a method are 15 performed, but are used merely as labels to distinguish one claim element having a certain name from another element having a same name (but for use of the ordinal term) to distinguish the claim elements. [00345] All definitions, as defined and used herein, should be understood to control over dictionary definitions, definitions in documents incorporated by reference, 20 and/or ordinary meanings of the defined terms. [00346] The indefinite articles "a" and "an," as used herein, unless clearly indicated to the contrary, should be understood to mean "at least one." [00347] As used herein, the phrase "at least one," in reference to a list of one or more elements, should be understood to mean at least one element selected from any one 25 or more of the elements in the list of elements, but not necessarily including at least one of each and every element specifically listed within the list of elements, and not excluding any combinations of elements in the list of elements. This definition also allows that elements may optionally be present other than the elements specifically identified within the list of elements to which the phrase "at least one" refers, whether 30 related or unrelated to those elements specifically identified. Thus, as a non-limiting example, "at least one of A and B" (or, equivalently, "at least one of A or B," or, equivalently, "at least one of A and/or B") can refer, in one embodiment, to at least one, 47 optionally including more than one, A, with no B present (and optionally including elements other than B); in another embodiment, to at least one, optionally including more than one, B, with no A present (and optionally including elements other than A); in yet another embodiment, to at least one, optionally including more than one, A, and at least 5 one, optionally including more than one, B (and optionally including other elements); etc. [00348] The phrase "and/or," as used herein, should be understood to mean "either or both" of the elements so conjoined, i.e., elements that are conjunctively present in some cases and disjunctively present in other cases. Multiple elements listed with 10 "and/or" should be construed in the same fashion, i.e., as "one or more" of the elements so conjoined. Other elements may optionally be present other than the elements specifically identified by the "and/or" clause, whether related or unrelated to those elements specifically identified. Thus, as a non-limiting example, a reference to "A and/or B", when used in conjunction with open-ended language such as "comprising" 15 can refer, in one embodiment, to A only (optionally including elements other than B); in another embodiment, to B only (optionally including elements other than A); in yet another embodiment, to both A and B (optionally including other elements); etc. [00349] As used herein, "or" should be understood to have the same meaning as "and/or" as defined above. For example, when separating items in a list, "or' or "and/or" 20 shall be interpreted as being inclusive, i.e., the inclusion of at least one, but also including more than one, of a number or list of elements, and, optionally, additional unlisted items. [00350] Also, the phraseology and terminology used herein is for the purpose of description and should not be regarded as limiting. The use of "including," 25 "comprising," or "having," "containing," "involving," and variations thereof herein, is meant to encompass the items listed thereafter and equivalents thereof as well as additional items. [00351] Having described several embodiments of the invention in detail, various modifications and improvements will readily occur to those skilled in the art. 30 Accordingly, the foregoing description is by way of example only, and is not intended as limiting. 48

Claims (131)

1. A method for generating a complex knowledge representation, the method comprising: receiving input indicating a request context; 5 applying, with a processor, one or more rules to an elemental data structure representing at least one elemental concept, at least one elemental concept relationship, or at least one elemental concept and at least one elemental concept relationship; based on the application of the one or more rules, synthesizing, in accordance with the request context, one or more additional concepts, one or more additional 10 concept relationships, or one or more additional concepts and one or more additional concept relationships; and using at least one of the additional concepts, at least one of the additional concept relationships, or at least one of the additional concepts and at least one of the additional concept relationships, generating a complex knowledge representation in accordance 15 with the request context.
2. The method according to claim 1, wherein the act of applying comprises applying at least one of the one or more rules at a point in time after receiving the input indicating the request context.
3. The method according to claim 1, further comprising assigning a label, a symbol, 20 or a label and a symbol to a concept, a concept relationship, or a concept and a concept relationship.
4. The method according to claim 1, wherein the elemental data structure comprises at least one elemental concept relationship joining at least two elemental concepts, wherein the at least one elemental concept relationship comprises at least one 25 relationship selected from the group consisting of at least one one-to-one relationship, at least one one-to-many relationship, and at least one many-to-many relationship.
5. The method according to claim 1, wherein the elemental data structure comprises a table structure. 49
6. The method according to claim 5, wherein the table structure includes at least a first row, wherein the first row represents a first relationship between a first pair of concepts.
7. The method according to claim 6, wherein the table structure includes a second 5 row that represents a second relationship between the first pair of concepts.
8. The method according to claim 1, wherein synthesizing includes applying at least one technique selected from the group consisting of concept analysis, faceted classification synthesis, semantic synthesis, and dynamic taxonomies.
9. The method according to claim 1, wherein receiving input includes receiving at 10 least one item selected from the group consisting of a text query, a search term, a seed concept, and a complex KR request.
10. The method according to claim 1, wherein generating the complex knowledge representation includes at least one act selected from the group consisting of 1) generating less than a predetermined number of concepts, and 2) generating only 15 concepts within a predetermined hierarchical distance of a seed concept.
11. The method according to claim 1, further comprising adding a rule, deleting a rule, or adding a rule and deleting a rule from a set of rules that includes the one or more rules.
12. The method according to claim 1, further comprising outputting the generated 20 complex knowledge representation to a user or operator.
13. The method according to claim 1, further comprising generating the elemental data structure at least in part by deconstructing an original knowledge representation to derive the at least one elemental concept from at least one more complex concept of the original knowledge representation. 25
14. The method according to claim 13, wherein generating the elemental data structure comprises applying the one or more rules to the original knowledge representation. 50
15. The method according to 13, wherein generating the elemental data structure comprises applying one or more different rules to the original knowledge representation.
16. The method according to claim 15, further comprising storing the one or more rules together with the one or more different rules. 5
17. The method according to claim 13, wherein generating the elemental data structure comprises: selecting, based on the original knowledge representation, whether to apply the one or more rules or one or more different rules; and applying the selected rules to deconstruct the original knowledge representation. 10
18. The method according to claim 1, further comprising measuring semantic coherence of the elemental data structure.
19. The method according to claim 18, wherein measuring the semantic coherence comprises determining a term-document frequency.
20. The method according to claim 13, wherein the deconstructing comprises using at 15 least one technique selected from the group consisting of text analyses, statistical clustering, linguistic analyses, facet analyses, natural language processing and use of semantic knowledge-bases.
21. The method according to claim 13, further comprising disambiguating the at least one elemental concept. 20
22. The method according to claim 1, wherein the at least one elemental concept includes one or more morphemes.
23. The method according to claim 13, wherein the deconstructing comprises deconstructing the at least one more complex concept to a predetermined level of elementality. 25
24. A method for deconstructing an original knowledge representation, the method comprising: receiving input corresponding to the original knowledge representation; 51 applying, with a processor, one or more rules to deconstruct the original knowledge representation into one or more elemental concepts, one or more elemental concept relationships, or one or more elemental concepts and one or more elemental concept relationships; and 5 including representation of at least one of the elemental concepts, at least one of the elemental concept relationships, or at least one of the elemental concepts and at least one of the elemental concept relationships in an elemental data structure.
25. The method of claim 24, further comprising synthesizing a new complex knowledge representation from the elemental data structure. 10
26. The method according to claim 24, further comprising: synthesizing, in accordance with a request context, one or more additional concepts, one or more additional concept relationships, or one or more additional concepts and one or more additional concept relationships; and using at least one of the additional concepts, at least one of the additional concept 15 relationships, or at least one of the additional concepts and at least one of the additional concept relationships to generate a complex knowledge representation in accordance with the requested context.
27. The method according to claim 26, wherein generating the complex knowledge representation comprises applying the one or more rules to the elemental data structure. 20
28. The method according to claim 26, wherein generating the complex knowledge representation comprises applying one or more different rules to the elemental data structure.
29. The method according to claim 28, further comprising storing the one or more rules together with the one or more different rules. 25
30. The method according to claim 24, further comprising selecting the one or more rules based on the original knowledge representation.
31. The method according to claim 24, further comprising measuring semantic coherence of the elemental data structure. 52
32. The method according to claim 31, wherein measuring the semantic coherence comprises determining a term-document frequency.
33. The method according to claim 24, further comprising applying at least one technique selected from the group consisting of text analyses, statistical clustering, 5 linguistic analyses, facet analyses, natural language processing and use of semantic knowledge-bases, to deconstruct the original knowledge representation.
34. The method according to claim 24, further comprising disambiguating the elemental concepts.
35. The method according to claim 24, wherein the elemental concepts include 10 morphemes.
36. The method according to claim 24, wherein applying the one or more rules comprises deconstructing the original knowledge representation to a predetermined level of elementality.
37. A method for supporting semantic interoperability between knowledge 15 representations, the method comprising: for each input knowledge representation of a plurality of input knowledge representations, applying, with a processor, one or more rules to deconstruct the input knowledge representation into one or more elemental concepts, one or more elemental concept relationships, or one or more elemental concepts and one or more elemental 20 concept relationships; and with a processor, including representation of at least one of the elemental concepts, at least one of the elemental concept relationships, or at least one of the elemental concepts and at least one of the elemental concept relationships for each of the plurality of input knowledge representations in a shared elemental data structure. 25
38. A system for generating a complex knowledge representation, the system comprising a processor and a memory adapted to: receive input indicating a request context; 53 apply one or more rules to an elemental data structure representing at least one elemental concept, at least one elemental concept relationship, or at least one elemental concept and at least one elemental concept relationship; synthesize based on the application of the one or more rules, in accordance with 5 the request context, one or more additional concepts, one or more additional concept relationships, or one or more additional concepts and one or more additional concept relationships; and generate a complex knowledge representation in accordance with the request context using at least one of the additional concepts, at least one of the additional concept 10 relationships, or at least one of the additional concepts and at least one of the additional concept relationships.
39. The system according to claim 38, wherein the applying comprises applying at least one of the one or more rules at a point in time after receiving the input indicating the request context. 15
40. The system according to claim 38, wherein the system is further adapted to assign a label, a symbol, or a label and a symbol to a concept, a concept relationship, or a concept and a concept relationship.
41. The system according to claim 38, wherein the elemental data structure comprises at least one elemental concept relationship that joins at least two elemental concepts, 20 wherein the at least one elemental concept relationship comprises at least one relationship selected from the group consisting of at least one one-to-one relationship, at least one one-to-many relationship, and at least one many-to-many relationship.
42. The system according to claim 38, wherein the elemental data structure comprises a table structure. 25
43. The system according to claim 42, wherein the table structure includes at least a first row, wherein the first row represents a first relationship between a first pair of concepts.
44. The system according to claim 43, wherein the table structure includes a second row that represents a second relationship between the first pair of concepts. 54
45. The system according to claim 38, wherein the synthesizing includes applying at least one technique selected from the group consisting of concept analysis, faceted classification synthesis, semantic synthesis, and dynamic taxonomies.
46. The system according to claim 38, wherein the receiving input includes receiving 5 at least one item selected from the group consisting of a text query, a search term, a seed concept, and a complex KR request.
47. The system according to claim 38, wherein the generating the complex knowledge representation includes at least one act selected from the group consisting of 1) generating less than a predetermined number of concepts, and 2) generating only 10 concepts within a predetermined hierarchical distance of a seed concept.
48. The system according to claim 38, wherein the system is further adapted to add a rule, deleting a rule, or adding a rule and deleting a rule from a set of rules that includes the one or more rules.
49. The system according to claim 38, wherein the system is further adapted to output 15 the generated complex knowledge representation to a user or operator.
50. The system according to claim 38, wherein the system is further adapted to generate the elemental data structure at least in part by deconstructing an original knowledge representation to derive the at least one elemental concept from at least one more complex concept of the original knowledge representation. 20
51. The system according to claim 50, wherein generating the elemental data structure comprises applying the one or more rules to the original knowledge representation.
52. The system according to 50, wherein generating the elemental data structure comprises applying one or more different rules to the original knowledge representation. 25
53. The system according to claim 52, wherein the system is further adapted to store the one or more rules together with the one or more different rules.
54. The system according to claim 50, wherein generating the elemental data structure comprises: 55 selecting, based on the original knowledge representation, whether to apply the one or more rules or one or more different rules; and applying the selected rules to deconstruct the original knowledge representation.
55. The system according to claim 38, wherein the system is further adapted to 5 measure the semantic coherence of the elemental data structure.
56. The system according to claim 55, wherein measuring the semantic coherence comprises determining a term-document frequency.
57. The system according to claim 50, wherein the deconstructing comprises using at least one technique selected from the group consisting of text analyses, statistical 10 clustering, linguistic analyses, facet analyses, natural language processing and use of semantic knowledge-bases.
58. The system according to claim 50, wherein the system is further adapted to disambiguate the at least one elemental concept.
59. The system according to claim 38, wherein the at least one elemental concept 15 includes morphemes.
60. The system according to claim 50, wherein the deconstructing comprises deconstructing the at least one more complex concept to a predetermined level of elementality.
61. A system for deconstructing an original knowledge representation, the system 20 comprising a processor and a memory adapted to: receive input corresponding to an original knowledge representation; apply one or more rules to deconstruct the original knowledge representation into one or more elemental concepts, one or more elemental concept relationships, or one or more elemental concepts and one or more elemental concept relationships; and 25 include representation of at least one of the elemental concepts, at least one of the elemental concept relationships, or at least one of the elemental concepts and at least one of the elemental concept relationships in an elemental data structure. 56
62. The system according to claim 61, wherein the system is further adapted to synthesize a new complex knowledge representation from the elemental data structure.
63. The system according to claim 61, wherein the system is further adapted to: synthesize, in accordance with a request context, one or more additional concepts, 5 one or more additional concept relationships, or one or more additional concepts and one or more additional concept relationships; and use at least one of the additional concepts, at least one of the additional concept relationships, or at least one of the additional concepts and at least one of the additional concept relationships, generating a complex knowledge representation in accordance 10 with the requested context.
64. The system according to claim 63, wherein generating the complex knowledge representation comprises applying the one or more rules to the elemental data structure.
65. The system according to claim 63, wherein generating the complex knowledge representation comprises applying one or more different rules to the elemental data 15 structure.
66. The system according to claim 65, wherein the system is further adapted to store the one or more rules together with the one or more different rules.
67. The system according to claim 61, wherein the system is further adapted to select the one or more rules based on the original knowledge representation. 20
68. The system according to claim 61, wherein the system is further adapted to measure semantic coherence of the elemental data structure.
69. The system according to claim 68, wherein measuring the semantic coherence comprises determining a term-document frequency.
70. The system according to claim 61, wherein the system is further adapted to apply 25 at least one technique selected from the group consisting of text analyses, statistical clustering, linguistic analyses, facet analyses, natural language processing and use of semantic knowledge-bases, to deconstruct the original knowledge representation. 57
71. The system according to claim 61, wherein the system is further adapted to disambiguate the elemental concepts.
72. The system according to claim 61, wherein the elemental concepts include morphemes. 5
73. The system according to claim 61, wherein applying the one or more rules comprises deconstructing the original knowledge representation to a predetermined level of elementality.
74. A system for supporting semantic interoperability between knowledge representations, the system comprising a processor and a memory adapted to: 10 for each input knowledge representation of a plurality of input knowledge representations, apply one or more rules to deconstruct the input knowledge representation into one or more elemental concepts, one or more elemental concept relationships, or one or more elemental concepts and one or more elemental concept relationships; and 15 include representation of at least one of the elemental concepts, at least one of the elemental concept relationships, or at least one of the elemental concepts and at least one of the elemental concept relationships for each of the plurality of input knowledge representations in a shared elemental data structure.
75. At least one non-transitory computer-readable storage medium encoded with a 20 plurality of computer-executable instructions for generating a complex knowledge representation, wherein the instructions, when executed, perform: receiving input indicating a request context; applying one or more rules to an elemental data structure representing at least one elemental concept, at least one elemental concept relationship, or at least one elemental 25 concept and at least one elemental concept relationship; based on the application of the one or more rules, synthesizing, in accordance with the request context, one or more additional concepts, one or more additional 58 concept relationships, or one or more additional concepts and one or more additional concept relationships; and using at least one of the additional concepts, at least one of the additional concept relationships, or at least one of the additional concepts and at least one of the additional 5 concept relationships, generating a complex knowledge representation in accordance with the request context.
76. The at least one non-transitory computer-readable storage medium according to claim 75, wherein the applying comprises applying at least one of the one or more rules at a point in time after the receiving the input indicating the request context. 10
77. The at least one non-transitory computer-readable storage medium according to claim 75, wherein the instructions, when executed, further perform assigning a label, a symbol, or a label and a symbol to a concept, a concept relationship, or a concept and a concept relationship.
78. The at least one non-transitory computer-readable storage medium according to 15 claim 75, wherein the elemental data structure comprises at least one elemental concept relationship that joins at least two elemental concepts, wherein the at least one elemental concept relationship comprises at least one relationship selected from the group consisting of at least one one-to-one relationship, at least one one-to-many relationship, and at least one many-to-many relationship. 20
79. The at least one non-transitory computer-readable storage medium according to claim 75, wherein the elemental data structure comprises a table structure.
80. The at least one non-transitory computer-readable storage medium according to claim 79, wherein the table structure includes at least a first row, wherein the first row represents a first relationship between a first pair of concepts. 25
81. The at least one non-transitory computer-readable storage medium according to claim 80, wherein the table structure includes a second row that represents a second relationship between the first pair of concepts.
82. The at least one non-transitory computer-readable storage medium according to claim 75, wherein the synthesizing includes applying at least one technique selected from 59 the group consisting of concept analysis, faceted classification synthesis, semantic synthesis, and dynamic taxonomies.
83. The at least one non-transitory computer-readable storage medium according to claim 75, wherein the receiving input includes receiving at least one item selected from 5 the group consisting of a text query, a search term, a seed concept, and a complex KR request.
84. The at least one non-transitory computer-readable storage medium according to claim 75, wherein the generating the complex knowledge representation includes at least one act selected from the group consisting of 1) generating less than a predetermined 10 number of concepts, and 2) generating only concepts within a predetermined hierarchical distance of a seed concept.
85. The at least one non-transitory computer-readable storage medium according to claim 75, wherein the instructions, when executed, further perform adding a rule, deleting a rule, or adding a rule and deleting a rule from a set of rules that includes the 15 one or more rules.
86. The at least one non-transitory computer-readable storage medium according to claim 75, wherein the instructions, when executed, further perform outputting the generated complex knowledge representation to a user or operator.
87. The at least one non-transitory computer-readable storage medium according to 20 claim 75, wherein the instructions, when executed, further perform generating the elemental data structure at least in part by deconstructing an original knowledge representation to derive the at least one elemental concept from at least one more complex concept of the original knowledge representation.
88. The at least one non-transitory computer-readable storage medium according to 25 claim 87, wherein generating the elemental data structure comprises applying the one or more rules to the original knowledge representation.
89. The at least one non-transitory computer-readable storage medium according to claim 87, wherein generating the elemental data structure comprises applying one or more different rules to the original knowledge representation. 60
90. The at least one non-transitory computer-readable storage medium according to claim 89, wherein the instructions, when executed, further perform storing the one or more rules together with the one or more different rules.
91. The at least one non-transitory computer-readable storage medium according to 5 claim 87, wherein generating the elemental data structure comprises: selecting, based on the original knowledge representation, whether to apply the one or more rules or one or more different rules; and applying the selected rules to deconstruct the original knowledge representation.
92. The at least one non-transitory computer-readable storage medium according to 10 claim 75, wherein the instructions, when executed, further perform measuring semantic coherence of the elemental data structure.
93. The at least one non-transitory computer-readable storage medium according to claim 92, wherein measuring the semantic coherence comprises determining a term document frequency. 15
94. The at least one non-transitory computer-readable storage medium according to claim 87, wherein the deconstructing comprises using at least one technique selected from the group consisting of text analyses, statistical clustering, linguistic analyses, facet analyses, natural language processing and use of semantic knowledge-bases.
95. The at least one non-transitory computer-readable storage medium according to 20 claim 87, wherein the instructions, when executed, further perform disambiguating the at least one elemental concept.
96. The at least one non-transitory computer-readable storage medium according to claim 75, wherein the at least one elemental concept includes morphemes.
97. The at least one non-transitory computer-readable storage medium according to 25 claim 87, wherein the deconstructing comprises deconstructing the at least one more complex concept to a predetermined level of elementality. 61
98. At least one non-transitory computer-readable storage medium encoded with a plurality of computer-executable instructions for deconstructing an original knowledge representation, wherein the instructions, when executed, perform: receiving input corresponding to the original knowledge representation; 5 applying one or more rules to deconstruct the original knowledge representation into one or more elemental concepts, one or more elemental concept relationships, or one or more elemental concepts and one or more elemental concept relationships; and including representation of at least one of the elemental concepts, at least one of the elemental concept relationships, or at least one of the elemental concepts and at least 10 one of the elemental concept relationships in an elemental data structure.
99. The at least one non-transitory computer-readable storage medium according to claim 98, wherein the instructions, when executed, further perform synthesizing a new complex knowledge representation from the elemental data structure.
100. The at least one non-transitory computer-readable storage medium according to 15 claim 98, wherein the instructions, when executed, further perform: synthesizing, in accordance with a request context, one or more additional concepts, one or more additional concept relationships, or one or more additional concepts and one or more additional concept relationships; and using at least one of the additional concepts, at least one of the additional concept 20 relationships, or at least one of the additional concepts and at least one of the additional concept relationships to generate a complex knowledge representation in accordance with the requested context.
101. The at least one non-transitory computer-readable storage medium according to claim 100, wherein generating the complex knowledge representation comprises 25 applying the one or more rules to the elemental data structure.
102. The at least one non-transitory computer-readable storage medium according to claim 100, wherein generating the complex knowledge representation comprises applying one or more different rules to the elemental data structure. 62
103. The at least one non-transitory computer-readable storage medium according to claim 102, wherein the instructions, when executed, further perform storing the one or more rules together with the one or more different rules.
104. The at least one non-transitory computer-readable storage medium according to 5 claim 98, wherein the instructions, when executed, further perform selecting the one or more rules based on the original knowledge representation.
105. The at least one non-transitory computer-readable storage medium according to claim 98, wherein the instruction, when executed, further perform measuring semantic coherence of the elemental data structure. 10
106. The at least one non-transitory computer-readable storage medium according to claim 105, wherein measuring the semantic coherence comprises determining a term document frequency.
107. The at least one non-transitory computer-readable storage medium according to claim 98, wherein the instructions, when executed, further perform applying at least one 15 technique selected from the group consisting of text analyses, statistical clustering, linguistic analyses, facet analyses, natural language processing and use of semantic knowledge-bases, to deconstruct the original knowledge representation.
108. The at least one non-transitory computer-readable storage medium according to claim 98, wherein the instructions, when executed, further perform disambiguating the 20 elemental concepts.
109. The at least one non-transitory computer-readable storage medium according to claim 98, wherein the elemental concepts include morphemes.
110. The at least one non-transitory computer-readable storage medium according to claim 98, wherein applying the one or more rules comprises deconstructing the original 25 knowledge representation to a predetermined level of elementality.
111. At least one non-transitory computer-readable storage medium encoded with a plurality of computer-executable instructions for supporting semantic interoperability between knowledge representations, wherein the instructions, when executed, perform: 63 for each input knowledge representation of a plurality of input knowledge representations, applying one or more rules to deconstruct the input knowledge representation into one or more elemental concepts, one or more elemental concept relationships, or one or more elemental concepts and one or more elemental concept 5 relationships; and including representation of at least one of the elemental concepts, at least one of the elemental concept relationships, or at least one of the elemental concepts and at least one of the elemental concept relationships for each of the plurality of input knowledge representations in a shared elemental data structure. 10
112. A computer-implemented method for synthesizing a complex knowledge representation, the method comprising: receiving a context from a data consumer; identifying, in accordance with the context, one or more elemental components, including a first concept, in an elemental knowledge representation comprising one or 15 more intrinsic relationships, extrinsic relationships or some combination thereof; and applying one or more rules to the one or more elemental components, via execution of stored instructions by at least one processor, to synthesize a complex knowledge representation encoding at least one of (a) an extrinsic relationship, between the first concept and a second concept, that was not present in the elemental knowledge 20 representation, and/or (b) a complex concept, by joining an elemental concept with the first concept, that was not present in the elemental knowledge representation; wherein one or more intrinsic relationships and one or more extrinsic relationships are included in at least one of the elemental knowledge representation, the complex knowledge representation or some combination thereof 25
113. The computer-implemented method of claim 112, wherein the intrinsic relationships in the elemental knowledge representation and/or in the complex knowledge representation join concepts in sets to create complex concepts. 64
114. The computer-implemented method of claim 113, wherein synthesizing the complex knowledge representation comprises encoding in the complex knowledge representation an intrinsic relationship between the first concept and the complex concept created by joining the first concept with the elemental concept. 5
115. The computer-implemented method of claim 114, wherein the first concept and the elemental concept joined with the first concept to create the complex concept form a concept definition for the complex concept.
116. The computer-implemented method of claim 114, wherein synthesizing the complex knowledge representation comprises encoding in the complex knowledge 10 representation both the intrinsic relationship between the first concept and the complex concept and the extrinsic relationship between the first concept and the second concept.
117. The computer-implemented method of any one of claims 112 to 116, wherein the extrinsic relationships in the elemental knowledge representation and/or in the complex knowledge representation describe features between concept pairs. 15
118. The computer-implemented method of any one of claims 112 to 117, wherein the extrinsic relationship between the first concept and the second concept encodes a hierarchical relationship between the first concept and the second concept.
119. At least one non-transitory computer-readable storage medium storing computer executable instructions that, when executed, perform a method for synthesizing a 20 complex knowledge representation, the method comprising: receiving a context from a data consumer; identifying, in accordance with the context, one or more elemental components, including a first concept, in an elemental knowledge representation comprising one or more intrinsic relationships, extrinsic relationships or some combination thereof; and 25 applying one or more rules to the one or more elemental components, via execution of the stored instructions by at least one processor, to synthesize a complex knowledge representation encoding at least one of (a) an extrinsic relationship, between the first concept and a second concept, that was not present in the elemental knowledge 65 representation, and/or (b) a complex concept, by joining an elemental concept with the first concept, that was not present in the elemental knowledge representation; wherein one or more intrinsic relationships and one or more extrinsic relationships are included in at least one of the elemental knowledge representation, the 5 complex knowledge representation or some combination thereof
120. The at least one non-transitory computer-readable storage medium of claim 119, wherein the intrinsic relationships in the elemental knowledge representation and/or in the complex knowledge representation join concepts in sets to create complex concepts.
121. The at least one non-transitory computer-readable storage medium of claim 120, 10 wherein synthesizing the complex knowledge representation comprises encoding in the complex knowledge representation an intrinsic relationship between the first concept and the complex concept created by joining the first concept with the elemental concept.
122. The at least one non-transitory computer-readable storage medium of claim 121, wherein the first concept and the elemental concept joined with the first concept to 15 create the complex concept form a concept definition for the complex concept.
123. The at least one non-transitory computer-readable storage medium of claim 121, wherein synthesizing the complex knowledge representation comprises encoding in the complex knowledge representation both the intrinsic relationship between the first concept and the complex concept and the extrinsic relationship between the first concept 20 and the second concept.
124. The at least one non-transitory computer-readable storage medium of any one of claims 119 to 123, wherein the extrinsic relationships in the elemental knowledge representation and/or in the complex knowledge representation describe features between concept pairs. 25
125. The at least one non-transitory computer-readable storage medium of any one of claims 119 to 124, wherein the extrinsic relationship between the first concept and the second concept encodes a hierarchical relationship between the first concept and the second concept. 66
126. An apparatus comprising: at least one processor; and at least one storage medium storing processor-executable instructions that, when executed by the at least one processor, perform a method for synthesizing a complex 5 knowledge representation, the method comprising: receiving a context from a data consumer; identifying, in accordance with the context, one or more elemental components, including a first concept, in an elemental knowledge representation comprising one or more intrinsic relationships, extrinsic relationships or some 10 combination thereof, and applying one or more rules to the one or more elemental components to synthesize a complex knowledge representation encoding at least one of (a) an extrinsic relationship, between the first concept and a second concept, that was not present in the elemental knowledge representation, and/or (b) a complex 15 concept, by joining an elemental concept with the first concept, that was not present in the elemental knowledge representation; wherein one or more intrinsic relationships and one or more extrinsic relationships are included in at least one of the elemental knowledge representation, the complex knowledge representation or some combination 20 thereof
127. The apparatus of claim 126, wherein the intrinsic relationships in the elemental knowledge representation and/or in the complex knowledge representation join concepts in sets to create complex concepts.
128. The apparatus of claim 127, wherein synthesizing the complex knowledge 25 representation comprises encoding in the complex knowledge representation an intrinsic relationship between the first concept and the complex concept created by joining the first concept with the elemental concept.
129. The apparatus of claim 128, wherein the first concept and the elemental concept joined with the first concept to create the complex concept form a concept definition for 30 the complex concept. 67
130. The apparatus of claim 128, wherein synthesizing the complex knowledge representation comprises encoding in the complex knowledge representation both the intrinsic relationship between the first concept and the complex concept and the extrinsic relationship between the first concept and the second concept. 5
131. The apparatus of any one of claims 126 to claim 130, wherein the extrinsic relationships in the elemental knowledge representation and/or in the complex knowledge representation describe features between concept pairs. 68
AU2015268637A 2010-06-22 2015-12-10 Systems and methods for analyzing and synthesizing complex knowledge representations Active AU2015268637B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
AU2015268637A AU2015268637B2 (en) 2010-06-22 2015-12-10 Systems and methods for analyzing and synthesizing complex knowledge representations

Applications Claiming Priority (5)

Application Number Priority Date Filing Date Title
US35726610P 2010-06-22 2010-06-22
US61/357,266 2010-06-22
AU2011269685A AU2011269685B2 (en) 2010-06-22 2011-06-22 Systems and methods for analyzing and synthesizing complex knowledge representations
PCT/CA2011/000745 WO2011160214A1 (en) 2010-06-22 2011-06-22 Systems and methods for analyzing and synthesizing complex knowledge representations
AU2015268637A AU2015268637B2 (en) 2010-06-22 2015-12-10 Systems and methods for analyzing and synthesizing complex knowledge representations

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
AU2011269685A Division AU2011269685B2 (en) 2010-06-22 2011-06-22 Systems and methods for analyzing and synthesizing complex knowledge representations

Publications (2)

Publication Number Publication Date
AU2015268637A1 true AU2015268637A1 (en) 2016-01-07
AU2015268637B2 AU2015268637B2 (en) 2018-03-15

Family

ID=55084317

Family Applications (1)

Application Number Title Priority Date Filing Date
AU2015268637A Active AU2015268637B2 (en) 2010-06-22 2015-12-10 Systems and methods for analyzing and synthesizing complex knowledge representations

Country Status (1)

Country Link
AU (1) AU2015268637B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115374765A (en) * 2022-10-27 2022-11-22 浪潮通信信息系统有限公司 Computing power network 5G data analysis system and method based on natural language processing

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5594837A (en) * 1993-01-29 1997-01-14 Noyes; Dallas B. Method for representation of knowledge in a computer as a network database system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115374765A (en) * 2022-10-27 2022-11-22 浪潮通信信息系统有限公司 Computing power network 5G data analysis system and method based on natural language processing
CN115374765B (en) * 2022-10-27 2023-06-02 浪潮通信信息系统有限公司 Computing power network 5G data analysis system and method based on natural language processing

Also Published As

Publication number Publication date
AU2015268637B2 (en) 2018-03-15

Similar Documents

Publication Publication Date Title
US9934465B2 (en) Systems and methods for analyzing and synthesizing complex knowledge representations
AU2017203989B2 (en) Systems and methods for analyzing and synthesizing complex knowledge representations
US8849860B2 (en) Systems and methods for applying statistical inference techniques to knowledge representations
US11474979B2 (en) Methods and devices for customizing knowledge representation systems
US10002325B2 (en) Knowledge representation systems and methods incorporating inference rules
US9177248B2 (en) Knowledge representation systems and methods incorporating customization
AU2011269676B2 (en) Systems of computerized agents and user-directed semantic networking
US20120166371A1 (en) Knowledge representation systems and methods incorporating data consumer models and preferences
US20130066823A1 (en) Knowledge representation systems and methods incorporating customization
US11809388B2 (en) Methods and devices for customizing knowledge representation systems
AU2015268637B2 (en) Systems and methods for analyzing and synthesizing complex knowledge representations
CA2886202C (en) Methods and devices for customizing knowledge representation systems
US20240054111A1 (en) Methods and devices for customizing knowledge representation systems
Swathi Natural Language Processing-Based Querying Heterogeneous Data Sources Using Integrated Ontology

Legal Events

Date Code Title Description
FGA Letters patent sealed or granted (standard patent)