A knowledge graph or an ontology includes types, properties, and interrelationships between entities that exist in a domain of discourse. A knowledge graph compartmentalizes variables needed for some set of computations, and establishes relationships between the variables. The fields of artificial intelligence, systems engineering, software engineering, biomedical informatics, library science, enterprise bookmarking, and/or the like create knowledge graphs or ontologies to limit complexity and organize information. A knowledge density of a knowledge graph is an average number of attributes and binary relations issued from a given entity, and is measured in facts per entity.
According to some implementations, a device may include one or more memories, and one or more processors, communicatively coupled to the one or more memories, to receive a knowledge graph and an ontology for the knowledge graph, and receive a query for information associated with the knowledge graph. The one or more processors may generate candidate responses to the query based on the knowledge graph, and may assign scores to the candidate responses based on the knowledge graph. The one or more processors may identify a particular candidate response, of the candidate responses, based on the scores for the candidate responses, and may determine, based on the knowledge graph, a neighborhood of the particular candidate response. The one or more processors may generate knowledge graph embeddings for the neighborhood of the particular candidate response, and may determine a particular neighborhood, with a smallest loss of quality, based on the knowledge graph embeddings. The one or more processors may generate a reasoning graph based on the ontology and the particular neighborhood, and may generate an explanation of the particular candidate response based on the reasoning graph. The one or more processors may perform an action based the explanation of the particular candidate response.
According to some implementations, a non-transitory computer-readable medium may store instructions that include one or more instructions that, when executed by one or more processors, cause the one or more processors to receive a knowledge graph generated based on training data and an ontology for the training data, where the training data may include information associated with a subject of the ontology. The one or more instructions may cause the one or more processors to receive a query for information associated with the knowledge graph, and generate candidate responses to the query based on the knowledge graph. The one or more instructions may cause the one or more processors to identify a particular candidate response, of the candidate responses, based on scoring the candidate responses based on the knowledge graph, and determine, based on the knowledge graph, a neighborhood of the particular candidate response. The one or more instructions may cause the one or more processors to generate knowledge graph embeddings for the neighborhood of the particular candidate response, and identify, based on the knowledge graph embeddings, a portion of the neighborhood with a smallest loss of quality. The one or more instructions may cause the one or more processors to generate a reasoning graph based on the ontology and the portion of the neighborhood, and generate an explanation of the particular candidate response based on the reasoning graph. The one or more instructions may cause the one or more processors to perform one or more actions based the explanation of the particular candidate response.
According to some implementations, a method may include receiving, by a device, a knowledge graph generated based on training data and an ontology for the training data, and receiving, by the device, a query for information associated with the knowledge graph. The method may include generating, by the device, candidate responses to the query based on the knowledge graph, and assigning, by the device, scores to the candidate responses based on the knowledge graph. The method may include identifying, by the device, a particular candidate response, of the candidate responses, based on the scores for the candidate responses, and determining, by the device and based on the knowledge graph, a neighborhood of the particular candidate response. The method may include generating, by the device, knowledge graph embeddings for the neighborhood of the particular candidate response, where the knowledge graph embeddings may include points in a k-dimensional metric space. The method may include identifying, by the device and based on the knowledge graph embeddings, a portion of the neighborhood with a smallest loss of quality, and generating, by the device, a reasoning graph based on the ontology and the portion of the neighborhood, where the reasoning graph may include two or more different levels of abstraction associated with nodes that represent concepts and links that represent relations between the concepts. The method may include generating, by the device, an explanation of the particular candidate response based on the reasoning graph, and performing, by the device, at least one action based the explanation of the particular candidate response.
The following detailed description of example implementations refers to the accompanying drawings. The same reference numbers in different drawings may identify the same or similar elements.
A knowledge graph is an expressive, schema-rich, domain-independent data modeling paradigm that is particularly well-suited to model relations between entities. In machine learning, knowledge graph embedding models predict existences of labeled links between entities. Such predictions are a result of operations between points (e.g., known as embeddings) in a metric space. The embeddings are learned from the entire knowledge graph during training of the knowledge graph. However, a knowledge graph embedding model is unable to predict links associated with a new unknown entity. In such cases, an embedding model of the knowledge graph cannot predict the links because the unknown entity is not known during the training of the knowledge graph, and the embedding model did not learn a corresponding representation in the metric space. Some techniques handle unknown entities by completely retraining the knowledge graph. Unfortunately, such techniques consume significant time and resources (e.g., processors, memory, and/or the like) in order to retrain the knowledge graph. Furthermore, the embedding model of the knowledge graph relies on architectures that are ill-suited to provide effective explanations of predicted links to end users.
Some implementations described herein provide a prediction platform that determines explanations for predicted links in knowledge graphs. For example, the prediction platform may receive a knowledge graph generated based on training data and an ontology for the training data, and may receive a query for information associated with the knowledge graph. The prediction platform may generate candidate responses to the query based on the knowledge graph, and may score the candidate responses based on the knowledge graph. The prediction platform may determine, based on the knowledge graph, a neighborhood of the particular candidate response, and may generate knowledge graph embeddings for the neighborhood of the particular candidate response. The prediction platform may determine a particular neighborhood with a smallest loss of quality based on the knowledge graph embeddings. The prediction platform may generate a reasoning graph based on the ontology and the particular neighborhood, and may generate an explanation of the particular candidate response based on the reasoning graph.
In some implementations, the training data may include information associated with a subject of the ontology. For example, example implementation 100 relates to an ontology associated with the SARS disease. Thus, the training data may include data associated with the SARS disease that is received from relationship database management systems (RDBMS), comma-separated values (CSV) data stores, and/or the like. As shown in
The ontology (e.g., resource description framework (RDF) ontology, web ontology language (OWL), and/or the like) for the training data may include classes, types, properties, and interrelationships (e.g., relations) between data of the training data. For example, as shown in
As shown in
As further shown in
In some implementations, the knowledge graph converter may utilize other techniques to align the training data and to integrate the aligned training data into the ontology (e.g., to generate the knowledge graph), such as machine learning techniques, and/or the like.
As further shown in
As shown in
In some implementations, the fit/train engine may convert entities (e.g., nodes) and relations (e.g., links or edges) of the knowledge graph into points in a k-dimensional metric space. For example, as shown in
As further shown in
As shown in
Previously, such new statements were unable to be scored because at least one unseen entity was not included in the training data, the original knowledge graph, and the knowledge graph embeddings, i.e., SARS Type B. However, as further shown in
In some implementations, the embedding approximation engine may approximate an embedding for the new entity based on a weight (e.g., >1), the average of the embeddings of the entities that belong to the schema (e.g., the ontology), and are related to the new entity (e.g., the entity “disease” shown in bold and italics in
In some implementations, the embedding approximation engine may approximate an embedding for the new entity (enew or eSARS TypeB is a disease) based on the following equation:
where α may correspond to the weight (e.g., >1),
may correspond to the average of the entity embeddings that are related to the new entity, and are related to the schema,
may correspond to the average of the entity embeddings that are related to the new, unseen entity, and are not related to the schema, ηs may correspond to the entities that are related to the new, unseen entity, and are related to the schema, ηe may correspond to all other entities that are related to the new entity, and are not related to the schema, es may correspond to an embedding of an entity in the schema, and ei may correspond to an embedding of an entity not in the schema. Thus, the embedding approximation engine may apply more weight to the entities that are related to the schema than to the entities that are not related to the schema.
As further shown in
With reference to
ηs=ηsoriginal+ηsinferred,
where ηsoriginal may correspond to ηs described above in connection with
As further shown in
As further shown in
As shown in
As shown in
As further shown in
As further shown in
In some implementations, the prediction platform may perform a variety of actions based on the identified candidate response. For example, the prediction platform may automatically order the candidate drugs if there is an uptick in SARS Type B; automatically identify locations where to order the candidate drugs, provide information indicating the locations to the user device, and allow the user of the user device to order the candidate drugs from the locations or request that the candidate drugs be automatically ordered from the locations; automatically identify doctors specializing in the treatment of SARS Type B; automatically make an appointment for the user of the user device with one of the identified doctors; provide information indicating the identified doctors to the user of user device, and allow the user of the user device to make an appointment with one of the identified doctors or request that the appointment be automatically made for the user; and/or the like.
As shown in
In some implementations, the prediction platform may utilize one or more neighborhood sampling techniques to determine the neighborhood of the particular candidate drug, such as an exhaustive technique, a random walk technique, a graph-traversal technique, a degree-based technique, an evolutionary technique, and/or the like.
The exhaustive technique may include a sampling technique in which all available neighborhoods are sampled. For example, for a sample of three-hundred concepts, in order to be sure that each neighborhood is proportionately represented, ten concepts may be randomly selected from each neighborhood. However, if some neighborhoods are larger than others, the numbers sampled from each neighborhood may be made proportional to neighborhood size.
The random walk technique may include a neighborhood sampling technique that employs a random walk. A random walk may include a mathematical object, known as a stochastic or random process, which describes a path that includes a succession of random steps on a mathematical space. For example, the random walk technique may randomly select an initial node of the knowledge graph, then select a neighbor of the initial node as a visiting node, then select a neighbor of the visiting node, and continue the process with each next selected neighbor.
The graph-traversal technique may include a neighborhood sampling technique that randomly selects a seed node in a knowledge graph and then traverses neighboring nodes. For example, the graph traversal technique may include a breadth-first search (BFS) technique, a depth-first search (DFS) technique, a forest fire (FF) sampling technique, and/or a snowball sampling (SBS) technique. In some implementations, the BFS technique may select an earliest discovered but not yet visited node at each iteration, discovering all nodes within a particular distance from the seed node. In some implementations, the DFS technique may select a latest explored but not yet visited node at each iteration, first exploring nodes farther away from the seed node. In some implementations, the FF technique may include a randomized version of the BFS technique, where each neighbor of a current node is visited with a probability (e.g., less than one), thereby allowing the traversal to potentially end before all nodes are covered. In some implementations, the SBS technique may include a variation of the BFS technique in which, for each current node, not all neighbors of the current node are necessarily chosen, but neighbors (that have not been visited before) are chosen randomly.
The degree-based technique may include a neighborhood sampling technique that selects nodes in a knowledge graph based on degrees of the nodes. In this case, the degree of a node in a knowledge graph is the number of connections the node has to other nodes in the graph. For example, the degree-based technique may include a random degree node selection (RDN) in which a node, having a higher degree than other nodes, has a higher chance to be selected than the other nodes.
The evolutionary technique may include a neighborhood sampling technique that employs an evolutionary algorithm. An evolutionary algorithm attempts to solve a potentially complex problem by mimicking the process of Darwinian evolution. For example, in the evolutionary technique, a number of artificial entities may search over the space of the problem. The artificial entities compete continually with each other to discover optimal areas of the search space, with the objective that the most successful of the entities will discover an optimal solution.
In this way, the prediction platform may utilize one or more of the neighborhood sampling techniques to determine the neighborhood of the particular candidate drug. In some implementations, the prediction platform may select which one or more of the neighborhood sampling techniques to utilize based on the subject of the ontology. In some implementations, the prediction platform may utilize multiple neighborhood sampling techniques, may weight results of the multiple neighborhood sampling techniques, and may combine the results to obtain a final result (e.g., the neighborhood of the particular candidate drug).
As further shown in
As shown in
As further shown in
As shown in
The Kruskal stress calculation may include an application of a Kruskal goodness-of-fit calculation to determine a neighborhood with the smallest loss of quality for the particular candidate drug. The Kruskal stress calculation may be defined as
where dij represents distances, and δij represents disparities.
The Sammon stress calculation may include a loss of quality computation that employs a Sammon mapping (or Sammon projection) to determine a neighborhood with the smallest loss of quality for the particular candidate drug. A Sammon mapping may include an algorithm that maps a high-dimensional space to a space of lower dimensionality by trying to preserve a structure of inter-point distances of the high-dimensional space in the lower-dimension projection.
The residual variance calculation may include a loss of quality computation that determines a residual variance (also called unexplained variance). A residual variance may be an observable estimate of an unobservable difference from an expected value. The residual variance may be the variance of such a residual. For example, the residual variance may be the variance σ2(y-Y) of the difference between any variate y and its regression function Y. A residual variance may be associated with a variation of a metric within a particular group (e.g., a variation of heights within a group of adult males).
The relative error calculation may include a loss of quality computation that determines an approximation error (e.g., a relative error). An approximation error may be associated with a discrepancy between an exact value and an approximation of the exact value. A relative error may be determined as an absolute error (e.g., a magnitude of a difference between the exact value and the approximation) divided by the magnitude of the exact value.
The NIEQA calculation may include an embedding quality assessment method for manifold learning. The NIEQA calculation is based on a measure which can effectively evaluate how well a local neighborhood geometry is preserved under normalization, and therefore can be applied to both isometric and normalized embeddings. The NIEQA calculation can provide both local and global evaluations to output an overall assessment. Therefore, the NIEQA calculation can serve as a natural tool in model selection and evaluation tasks for manifold learning.
In this way, the prediction platform may utilize one or more of the Kruskal stress calculation, the Sammon stress calculation, the residual variance calculation, the relative error calculation, the NIEQA calculation, and/or the like, to perform the loss of quality computation and to determine the particular neighborhood. In some implementations, the prediction platform may select which one or more of the calculations to utilize based on the subject of the ontology. In some implementations, the prediction platform may utilize multiple calculations, may weight results of the multiple calculations, and may combine the results to obtain a final result (e.g., the loss of quality computation to determine the particular neighborhood).
As further shown in
As shown in
In some implementations, the reasoning model, utilized by the prediction platform to generate the reasoning graph, may include one or more of a resource description framework (RDF) model, a RDF schema (RDFS) model, a web ontology language (OWL) model, and/or the like.
The RDF model may be similar to classical conceptual modeling approaches, such as entity—relationship or class diagrams. The RDF model is based on making statements about resources in expressions of the form subject—predicate—object, known as triples. The subject denotes the resource, and the predicate denotes traits or aspects of the resource, and expresses a relationship between the subject and the object. For example, one way to represent a notion “The sky has the color blue,” in the RDF model, is as the triple: a subject denoting “the sky,” a predicate denoting “has the color,” and an object denoting “blue.” Therefore, the RDF model uses the subject instead of the object (or entity) in contrast to the typical approach of an entity—attribute—value model in object-oriented design (e.g., entity (sky), attribute (color), and value (blue)). The RDF model is an abstract model with several serialization formats (i.e., file formats), so the particular encoding for resources or triples varies from format to format.
The RDFS model may include a set of classes with certain properties that utilize the RDF model, and provide basic elements for descriptions of ontologies (e.g., RDF vocabularies) intended to structure RDF resources. The RDFS model provides a data modeling vocabulary for RDF data. The RDFS model is a semantic extension of RDF, and provides mechanisms for describing groups of related resources and relationships between the related resources. The RDFS model utilizes resources to determine characteristics of other resources, such as the domains and ranges of properties. The RDFS model, instead of defining a class in terms of properties of the class instances, describes properties in terms of classes of a resource to which the properties apply.
The OWL model may include a family of knowledge representation languages for authoring ontologies. Ontologies are a formal way to describe taxonomies and classification networks, essentially defining a structure of knowledge for various domains. Ontologies resemble class hierarchies in object-oriented programming but there are several differences. Class hierarchies represent structures used in source code that evolve fairly slowly, whereas ontologies represent information that is expected to be evolving almost constantly. Ontologies are typically far more flexible as the ontologies represent information derived from heterogeneous data sources. Class hierarchies, on the other, hand are fairly static and rely on far less diverse and more structured sources of data. The OWL model is characterized by formal semantics, and is built upon the resource description framework (RDF).
In this way, the prediction platform may utilize one or more of the reasoning models to generate the reasoning graph for the particular candidate drug. In some implementations, the prediction platform may select which one or more of the reasoning models to utilize based on the subject of the ontology. In some implementations, the prediction platform may utilize multiple reasoning models, may weight results of the multiple reasoning models, and may combine the results to obtain a final result (e.g., the reasoning graph for the particular candidate drug).
In some implementations, the reasoning graph may indicate (e.g., at the first level of abstraction) that Drug 1 fights against coronaviruses, SARS Type B is caused by virus_XYZ, and SARS Type B causes a high fever. In some implementations, the reasoning graph may indicate (e.g., at the second level of abstraction) virus_XYZ is a coronavirus, a coronavirus causes a high fever, and a coronavirus affects the lungs.
As shown in
In some implementations, the prediction platform may perform a variety of actions based on the text explanation and/or the particular candidate drug. For example, the prediction platform may automatically order the particular candidate drug if there is an uptick in SARS Type B; may automatically identify locations where to order the particular candidate drug, provide information indicating the locations to the user device, and allow the user of the user device to order the particular candidate drug from the locations or request that the particular candidate drug be automatically ordered from the locations; may automatically identify doctors specializing in the treatment of SARS Type B; may automatically make an appointment for the user of the user device with one of the identified doctors; may provide information indicating the identified doctors to the user of user device, and allow the user of the user device to make an appointment with one of the identified doctors or request that the appointment be automatically made for the user; and/or the like. In another example, the prediction platform may provide the text explanation to the user device, and the user device may display the text explanation to a user of the user device (e.g., via a user interface).
In this way, several different stages of the process for determining explanations for predicted links in knowledge graphs are automated, which may remove human subjectivity and waste from the process, and which may improve speed and efficiency of the process and conserve computing resources (e.g., processing resources, memory resources, and/or the like). Furthermore, implementations described herein use a rigorous, computerized process to perform tasks or roles that were not previously performed or were previously performed using subjective human intuition or input. For example, currently there does not exist a technique to determine explanations for predicted links in knowledge graphs. Finally, automating the process for determining explanations for predicted links in knowledge graphs conserves computing resources (e.g., processors, memory, and/or the like) that would otherwise be wasted in attempting to determine explanations for predicted links in knowledge graphs.
As indicated above,
User device 210 includes one or more devices capable of receiving, generating, storing, processing, and/or providing information, such as information described herein. For example, user device 210 may include a mobile phone (e.g., a smart phone, a radiotelephone, etc.), a laptop computer, a tablet computer, a desktop computer, a handheld computer, a gaming device, a wearable communication device (e.g., a smart wristwatch, a pair of smart eyeglasses, etc.), or a similar type of device. In some implementations, user device 210 may receive information from and/or transmit information to prediction platform 220.
Prediction platform 220 includes one or more devices that determine explanations for predicted links in knowledge graphs. In some implementations, prediction platform 220 may be designed to be modular such that certain software components may be swapped in or out depending on a particular need. As such, prediction platform 220 may be easily and/or quickly reconfigured for different uses. In some implementations, prediction platform 220 may receive information from and/or transmit information to one or more user devices 210.
In some implementations, as shown, prediction platform 220 may be hosted in a cloud computing environment 222. Notably, while implementations described herein describe prediction platform 220 as being hosted in cloud computing environment 222, in some implementations, prediction platform 220 may not be cloud-based (i.e., may be implemented outside of a cloud computing environment) or may be partially cloud-based.
Cloud computing environment 222 includes an environment that hosts prediction platform 220. Cloud computing environment 222 may provide computation, software, data access, storage, etc. services that do not require end-user knowledge of a physical location and configuration of system(s) and/or device(s) that hosts prediction platform 220. As shown, cloud computing environment 222 may include a group of computing resources 224 (referred to collectively as “computing resources 224” and individually as “computing resource 224”).
Computing resource 224 includes one or more personal computers, workstation computers, server devices, or other types of computation and/or communication devices. In some implementations, computing resource 224 may host prediction platform 220. The cloud resources may include compute instances executing in computing resource 224, storage devices provided in computing resource 224, data transfer devices provided by computing resource 224, etc. In some implementations, computing resource 224 may communicate with other computing resources 224 via wired connections, wireless connections, or a combination of wired and wireless connections.
As further shown in
Application 224-1 includes one or more software applications that may be provided to or accessed by user device 210. Application 224-1 may eliminate a need to install and execute the software applications on user device 210. For example, application 224-1 may include software associated with prediction platform 220 and/or any other software capable of being provided via cloud computing environment 222. In some implementations, one application 224-1 may send/receive information to/from one or more other applications 224-1, via virtual machine 224-2.
Virtual machine 224-2 includes a software implementation of a machine (e.g., a computer) that executes programs like a physical machine. Virtual machine 224-2 may be either a system virtual machine or a process virtual machine, depending upon use and degree of correspondence to any real machine by virtual machine 224-2. A system virtual machine may provide a complete system platform that supports execution of a complete operating system (“OS”). A process virtual machine may execute a single program, and may support a single process. In some implementations, virtual machine 224-2 may execute on behalf of a user (e.g., a user of user device 210 or an operator of prediction platform 220), and may manage infrastructure of cloud computing environment 222, such as data management, synchronization, or long-duration data transfers.
Virtualized storage 224-3 includes one or more storage systems and/or one or more devices that use virtualization techniques within the storage systems or devices of computing resource 224. In some implementations, within the context of a storage system, types of virtualizations may include block virtualization and file virtualization. Block virtualization may refer to abstraction (or separation) of logical storage from physical storage so that the storage system may be accessed without regard to physical storage or heterogeneous structure. The separation may permit administrators of the storage system flexibility in how the administrators manage storage for end users. File virtualization may eliminate dependencies between data accessed at a file level and a location where files are physically stored. This may enable optimization of storage use, server consolidation, and/or performance of non-disruptive file migrations.
Hypervisor 224-4 may provide hardware virtualization techniques that allow multiple operating systems (e.g., “guest operating systems”) to execute concurrently on a host computer, such as computing resource 224. Hypervisor 224-4 may present a virtual operating platform to the guest operating systems, and may manage the execution of the guest operating systems. Multiple instances of a variety of operating systems may share virtualized hardware resources.
Network 230 includes one or more wired and/or wireless networks. For example, network 230 may include a cellular network (e.g., a fifth generation (5G) network, a long-term evolution (LTE) network, a third generation (3G) network, a code division multiple access (CDMA) network, etc.), a public land mobile network (PLMN), a local area network (LAN), a wide area network (WAN), a metropolitan area network (MAN), a telephone network (e.g., the Public Switched Telephone Network (PSTN)), a private network, an ad hoc network, an intranet, the Internet, a fiber optic-based network, and/or the like, and/or a combination of these or other types of networks.
The number and arrangement of devices and networks shown in
Bus 310 includes a component that permits communication among the components of device 300. Processor 320 is implemented in hardware, firmware, or a combination of hardware and software. Processor 320 is a central processing unit (CPU), a graphics processing unit (GPU), an accelerated processing unit (APU), a microprocessor, a microcontroller, a digital signal processor (DSP), a field-programmable gate array (FPGA), an application-specific integrated circuit (ASIC), or another type of processing component. In some implementations, processor 320 includes one or more processors capable of being programmed to perform a function. Memory 330 includes a random access memory (RAM), a read only memory (ROM), and/or another type of dynamic or static storage device (e.g., a flash memory, a magnetic memory, and/or an optical memory) that stores information and/or instructions for use by processor 320.
Storage component 340 stores information and/or software related to the operation and use of device 300. For example, storage component 340 may include a hard disk (e.g., a magnetic disk, an optical disk, a magneto-optic disk, and/or a solid state disk), a compact disc (CD), a digital versatile disc (DVD), a floppy disk, a cartridge, a magnetic tape, and/or another type of non-transitory computer-readable medium, along with a corresponding drive.
Input component 350 includes a component that permits device 300 to receive information, such as via user input (e.g., a touch screen display, a keyboard, a keypad, a mouse, a button, a switch, and/or a microphone). Additionally, or alternatively, input component 350 may include a sensor for sensing information (e.g., a global positioning system (GPS) component, an accelerometer, a gyroscope, and/or an actuator). Output component 360 includes a component that provides output information from device 300 (e.g., a display, a speaker, and/or one or more light-emitting diodes (LEDs)).
Communication interface 370 includes a transceiver-like component (e.g., a transceiver and/or a separate receiver and transmitter) that enables device 300 to communicate with other devices, such as via a wired connection, a wireless connection, or a combination of wired and wireless connections. Communication interface 370 may permit device 300 to receive information from another device and/or provide information to another device. For example, communication interface 370 may include an Ethernet interface, an optical interface, a coaxial interface, an infrared interface, a radio frequency (RF) interface, a universal serial bus (USB) interface, a Wi-Fi interface, a cellular network interface, and/or the like.
Device 300 may perform one or more processes described herein. Device 300 may perform these processes based on processor 320 executing software instructions stored by a non-transitory computer-readable medium, such as memory 330 and/or storage component 340. A computer-readable medium is defined herein as a non-transitory memory device. A memory device includes memory space within a single physical storage device or memory space spread across multiple physical storage devices.
Software instructions may be read into memory 330 and/or storage component 340 from another computer-readable medium or from another device via communication interface 370. When executed, software instructions stored in memory 330 and/or storage component 340 may cause processor 320 to perform one or more processes described herein. Additionally, or alternatively, hardwired circuitry may be used in place of or in combination with software instructions to perform one or more processes described herein. Thus, implementations described herein are not limited to any specific combination of hardware circuitry and software.
The number and arrangement of components shown in
As shown in
As further shown in
As further shown in
As further shown in
As further shown in
As further shown in
As further shown in
As further shown in
Process 400 may include additional implementations, such as any single implementation or any combination of implementations described below and/or described with regard to any other process described herein.
In some implementations, the reasoning graph may receive an embedding with a predicted link, and, when determining the particular neighborhood with the smallest loss of quality, may compare a quality of the knowledge graph embeddings for the neighborhood relative to the received embedding, and may determine the particular neighborhood with the smallest loss of quality based on comparing the quality of the knowledge graph embeddings. In some implementations, the prediction platform, when performing the action, may provide information identifying the particular candidate response and the explanation of the particular candidate response. In some implementations, the prediction platform, when determining the neighborhood of the particular candidate response, may select a neighborhood sampling technique, from multiple neighborhood sampling techniques, to determine the neighborhood of the particular candidate response, where the multiple neighborhood sampling techniques includes an exhaustive technique, a random walk technique, a graph-traversal technique, a degree-based technique, and an evolutionary technique.
In some implementations, the prediction platform, when determining the particular neighborhood with the smallest loss of quality, may utilize a loss of quality computation to determine the particular neighborhood with the smallest loss of quality, wherein the loss of quality computation may include one or more of a Kruskal stress calculation, a Sammon stress calculation, a residual variance calculation, a relative error calculation, or a NIEQA calculation. In some implementations, the explanation of the particular candidate response may include two or more different levels of abstraction associated with the explanation. In some implementations, the prediction platform, when determining the particular neighborhood with the smallest loss of quality, may select a neighborhood sampling technique, from a plurality of neighborhood sampling techniques, and may determine the particular neighborhood with the smallest loss of quality based on the selected neighborhood sampling technique.
In some implementations, the prediction platform, when generating the reasoning graph, may process the ontology and the portion of the neighborhood, with a reasoning model, to generate the reasoning graph, wherein the reasoning model may include one or more of a RDF model, a RDFS model, or an OWL model. In some implementations, the prediction platform may utilize a relational learning model to determine values associated with the candidate responses, and may utilize the values to score the candidate responses.
Although
Some implementations described herein provide a prediction platform that determines explanations for predicted links in knowledge graphs. For example, the prediction platform may receive a knowledge graph generated based on training data and an ontology for the training data, and may receive a query for information associated with the knowledge graph. The prediction platform may generate candidate responses to the query based on the knowledge graph, and may score the candidate responses based on the knowledge graph. The prediction platform may determine, based on the knowledge graph, a neighborhood of the particular candidate response, and may generate knowledge graph embeddings for the neighborhood of the particular candidate response. The prediction platform may determine a particular neighborhood with a smallest loss of quality based on the knowledge graph embeddings. The prediction platform may generate a reasoning graph based on the ontology and the particular neighborhood, and may generate an explanation of the particular candidate response based on the reasoning graph.
The foregoing disclosure provides illustration and description, but is not intended to be exhaustive or to limit the implementations to the precise form disclosed. Modifications and variations are possible in light of the above disclosure or may be acquired from practice of the implementations.
As used herein, the term component is intended to be broadly construed as hardware, firmware, or a combination of hardware and software.
Certain user interfaces have been described herein and/or shown in the figures. A user interface may include a graphical user interface, a non-graphical user interface, a text-based user interface, or the like. A user interface may provide information for display. In some implementations, a user may interact with the information, such as by providing input via an input component of a device that provides the user interface for display. In some implementations, a user interface may be configurable by a device and/or a user (e.g., a user may change the size of the user interface, information provided via the user interface, a position of information provided via the user interface, etc.). Additionally, or alternatively, a user interface may be pre-configured to a standard configuration, a specific configuration based on a type of device on which the user interface is displayed, and/or a set of configurations based on capabilities and/or specifications associated with a device on which the user interface is displayed.
It will be apparent that systems and/or methods, described herein, may be implemented in different forms of hardware, firmware, or a combination of hardware and software. The actual specialized control hardware or software code used to implement these systems and/or methods is not limiting of the implementations. Thus, the operation and behavior of the systems and/or methods were described herein without reference to specific software code—it being understood that software and hardware may be designed to implement the systems and/or methods based on the description herein.
Even though particular combinations of features are recited in the claims and/or disclosed in the specification, these combinations are not intended to limit the disclosure of possible implementations. In fact, many of these features may be combined in ways not specifically recited in the claims and/or disclosed in the specification. Although each dependent claim listed below may directly depend on only one claim, the disclosure of possible implementations includes each dependent claim in combination with every other claim in the claim set.
No element, act, or instruction used herein should be construed as critical or essential unless explicitly described as such. Also, as used herein, the articles “a” and “an” are intended to include one or more items, and may be used interchangeably with “one or more.” Furthermore, as used herein, the term “set” is intended to include one or more items (e.g., related items, unrelated items, a combination of related and unrelated items, etc.), and may be used interchangeably with “one or more.” Where only one item is intended, the term “one” or similar language is used. Also, as used herein, the terms “has,” “have,” “having,” or the like are intended to be open-ended terms. Further, the phrase “based on” is intended to mean “based, at least in part, on” unless explicitly stated otherwise.
This application is a continuation-in-part (CIP) of U.S. patent application Ser. No. 15/872,227, filed on Jan. 16, 2018, the content of which is incorporated by reference herein in its entirety.
Number | Date | Country | |
---|---|---|---|
Parent | 15872227 | Jan 2018 | US |
Child | 15940298 | US |