IP Library Granted Patent US 11,475,318
Granted Patent B2
US 11,475,318 · App. 16/425,102 · Granted Oct 18, 2022

Automated resolution of over and under-specification in a knowledge graph

Inventors: Craig M. Trim (Ventura, CA); Mary E. Rudden (Denver, CO); Mauro Marzorati (Lutz, FL); Jeremy R. Fox (Georgetown, TX)
Assignee: KYNDRYL, INC.
G06N5/022G06K9/6219G06K9/6231G06K9/6264G06N5/04
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 11,475,318
App. No.
16/425,102
Granted
Oct 18, 2022
Kind
B2
Abstract

Systems and methods for automated resolution of over-specification and under-specification in a knowledge graph are disclosed. In embodiments, a method includes: determining, by a computing device, that a size of an object cluster of a knowledge graph meets a threshold value indicating under-specification of a knowledge base of the knowledge graph; determining, by the computing device, sub-classes for objects of the knowledge graph; re-initializing, by the computing device, the knowledge graph based on the sub-classes to generate a refined knowledge graph, wherein the size of the object cluster is reduced in the refined knowledge graph; and generating, by the computing device, an output based on information determined from the refined knowledge graph.

Claims (53)

1. A computer-implemented method, comprising:

determining, by a computing device, that a size of an object cluster of a knowledge graph meets a threshold value indicating under-specification of a knowledge base of the knowledge graph;

determining, by the computing device, sub-classes for objects of the knowledge graph;

re-initializing, by the computing device, the knowledge graph based on the sub-classes to generate a refined knowledge graph, wherein the size of the object cluster is reduced in the refined knowledge graph; and

generating, by the computing device, an output based on information determined from the refined knowledge graph.

2. The computer-implemented method of claim 1 , wherein the determining the under-specification of the knowledge base comprises:

determining, by the computing device, a value by subtracting an actual split in the object cluster from a hypothetical split in the object cluster; and

determining, by the computing device, the under-specification of the knowledge base based on the value being greater than or equal to zero and greater than or equal to a predetermined threshold number.

3. The computer-implemented method of claim 1 , wherein the determining the sub-classes for the knowledge graph comprises determining parent-child relationships within a latent hierarchical structure of the knowledge base.

4. The computer-implemented method of claim 3 , wherein the determining the parent-child relationships comprises identifying the parent-child relationships in the knowledge base using natural language processing for pattern extraction.

5. The computer-implemented method of claim 1 , wherein the determining the sub-classes for the knowledge graph comprises determining the sub-classes for the knowledge graph based on peer nodes.

6. The computer-implemented method of claim 5 , wherein the determining the sub-classes comprises performing pattern matching using natural language processing to identify objects having a calculated node similarity meeting a threshold value.

7. The computer-implemented method of claim 1 , further comprising determining, by the computing device, over-specification of the knowledge base by performing a clustering analysis utilizing a Voronoi cells cluster initialization formula.

8. The computer-implemented method of claim 7 , further comprising re-initializing, by the computing device, the refined knowledge graph based on the determining the over-specification to generate an updated knowledge graph wherein entities of over-specified object clusters of the refined knowledge graph are subsumed into a single cluster of the updated knowledge graph.

9. A computer program product comprising a computer readable storage medium having program instructions embodied therewith, the program instructions executable by a computing device to cause the computing device to:

generate a knowledge graph from a knowledge base;

determine that a size of an object cluster of the knowledge graph meets a threshold value indicating under-specification of the knowledge base;

determine sub-classes for objects of the knowledge graph; and

re-initialize the knowledge graph based on the sub-classes to generate a refined knowledge graph, wherein the size of the object cluster is reduced in the refined knowledge graph.

10. The computer program product of claim 9 , wherein the determining the under-specification of the knowledge base comprises:

determining a value by subtracting an actual split in the object cluster from a hypothetical split in the object cluster; and

determining the under-specification of the knowledge base based on the value being greater than or equal to zero and greater than or equal to a predetermined threshold number.

11. The computer program product of claim 9 , wherein the determining the sub-classes for the knowledge graph comprises determining parent-child relationships within a latent hierarchical structure of the knowledge base.

12. The computer program product of claim 11 , wherein the determining the parent-child relationships comprises identifying the parent-child relationships in the knowledge base using natural language processing for pattern extraction.

13. The computer program product of claim 9 , wherein the determining the sub-classes for the knowledge graph comprises determining the sub-classes for the knowledge graph based on peer nodes.

14. The computer program product of claim 9 , wherein the determining the sub-classes comprises performing pattern matching using natural language processing to identify objects having a calculated node similarity meeting a threshold value.

15. The computer program product of claim 9 , wherein the program instructions further cause the computing device to determine over-specification of the knowledge base by performing a clustering analysist utilizing a Voronoi cells cluster initialization formula.

16. The computer program product of claim 15 , wherein the program instructions further cause the computing device to re-initialize the refined knowledge graph based on the determining the over-specification to generate an updated knowledge graph wherein entities of over-specified object clusters of the refined knowledge graph are subsumed into a single cluster of the updated knowledge graph.

17. A system comprising:

a processor, a computer readable memory and a computer readable storage medium associated with a computing device;

program instructions to generate a knowledge graph from a knowledge base;

program instructions to determine whether a size of an object cluster of the knowledge graph meets a threshold value indicating under-specification of the knowledge base;

program instructions to determine sub-classes for objects of the knowledge graph based on a determination that the size of the object cluster of the knowledge graph meets the threshold value;

program instructions to re-initialize the knowledge graph based on the sub-classes to generate a refined knowledge graph, wherein the size of the object cluster is reduced in the refined knowledge graph;

program instructions to determine whether over-specification of the knowledge base exists by performing a clustering analysist utilizing a Voronoi cells cluster initialization formula; and

program instructions to re-initialize the knowledge graph based on the determining the over-specification to generate an updated knowledge graph wherein entities of over-specified object clusters of the refined knowledge graph are subsumed into a single cluster of the updated knowledge graph,

wherein the program instructions are stored on the computer readable storage medium for execution by the processor via the computer readable memory.

18. The system of claim 17 , wherein the determining the under-specification of the knowledge base comprises:

determining a value by subtracting an actual split in the object cluster from a hypothetical split in the object cluster; and

determining the under-specification of the knowledge base based on the value being greater than or equal to zero and greater than or equal to a predetermined threshold number.

19. The system of claim 17 , wherein the determining the sub-classes for the knowledge graph comprises determining parent-child relationships within a latent hierarchical structure of the knowledge base.

20. The system of claim 17 , wherein the determining the sub-classes for the knowledge graph comprises determining the sub-classes for the knowledge graph based on peer nodes.

21. A computer-implemented method, comprising:

accessing, by a computing device, a knowledge graph generated for a knowledge base;

determining, by the computing device, over-specification of the knowledge base based on one or more object clusters of the knowledge graph having less than a threshold amount of data points; and

re-initializing, by the computing device, the knowledge graph based on the determining the over-specification to generate an updated knowledge graph wherein entities of over-specified object clusters of the knowledge graph are subsumed into a single object cluster of the updated knowledge graph.

22. The computer-implemented method of claim 21 , wherein the determining over-specification comprises performing a clustering analysis utilizing a Voronoi cells cluster initialization formula.

23. The computer-implemented method of claim 21 , further comprising generating, by the computing device, the knowledge graph from the knowledge base.

24. A computer program product comprising a computer readable storage medium having program instructions embodied therewith, the program instructions executable by a computing device to cause the computing device to:

access a knowledge graph generated for a knowledge base;

determine over-specification of the knowledge base based on one or more object clusters of the knowledge graph having less than a threshold amount of data points; and

re-initialize the knowledge graph based on the determining the over-specification to generate an updated knowledge graph wherein entities of over-specified object clusters of the knowledge graph are subsumed into a single object cluster of the updated knowledge graph.

25. The computer program product of claim 24 , wherein the determining over-specification comprises performing a clustering analysis utilizing a Voronoi cells cluster initialization formula.

Assignments (2)
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Nov 18, 2021
From: INTERNATIONAL BUSINESS MACHINES CORPORATION
To: KYNDRYL, INC.
Reel/Frame 058213/0912 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded May 29, 2019
From: TRIM, CRAIG M.; RUDDEN, MARY E.; MARZORATI, MAURO; FOX, JEREMY R.
To: INTERNATIONAL BUSINESS MACHINES CORPORATION
Reel/Frame 049307/0284 →