Login| Sign Up| Help| Contact|

Patent Searching and Data


Title:
TECHNIQUES FOR DIGITAL ENTITY CORRELATION
Document Type and Number:
WIPO Patent Application WO/2017/079217
Kind Code:
A1
Abstract:
Techniques for using digital entity correlation to generate a composite knowledge graph from constituent graphs. In an aspect, digital attribute values associated with primary entities may be encoded into primitives, e.g., using a multi-resolution encoding scheme. A pairs graph may be constructed, based on seed pairs calculated from correlating encoded primitives, and further expanded to include subjects and objects of the seed pairs, as well as pairs connected to relationship entities. A similarity metric is computed for each candidate pair to determine whether a match exists. The similarity metric may be based on summing a weighted landing probability over all primitives associated directly or indirectly with each candidate pair. By incorporating primitive matches from not only the candidate pair but also from pairs surrounding the candidate pair, entity matching may be efficiently implemented on a holistic basis.

Inventors:
YAKOUT MOHAMED (US)
CHAKRABARTI KAUSHIK (US)
PERSHINA MARIA (US)
Application Number:
PCT/US2016/060016
Publication Date:
May 11, 2017
Filing Date:
November 02, 2016
Export Citation:
Click for automatic bibliography generation   Help
Assignee:
MICROSOFT TECHNOLOGY LICENSING LLC (US)
International Classes:
G06F17/30
Domestic Patent References:
WO2014127500A12014-08-28
Foreign References:
US20090024615A12009-01-22
Other References:
None
Attorney, Agent or Firm:
MINHAS, Sandip et al. (US)
Download PDF:
Claims:
CLAIMS

1. An apparatus comprising:

an encoder encoding, for each of a plurality of knowledge graph entities, a digital attribute value associated with each knowledge graph entity into at least one primitive; a correlator correlating the at least one primitive associated with a first knowledge graph entity with the at least one primitive associated with a second knowledge graph entity to generate a matched pair;

an interface receiving a digital request for information, and responding to said digital request for information with at least one digital attribute value of said matched pair.

2. The apparatus of claim 1, the encoder encoding at least one digital attribute value using multi-resolution encoding.

3. The apparatus of claim 2, the correlator correlating the at least one first knowledge graph entity with the at least one second knowledge graph entity by generating at least one seed pair comprising a first entity and a second entity, and generating at least one expansion pair coupled to the at least one seed pair, the at least one expansion pair comprising a first knowledge graph entity and a second knowledge graph entity.

4. The apparatus of claim 3, the correlator generating the at least one seed pair by:

selecting an entity class;

computing a word score for each word associated with an attribute value of each entity having the selected entity class;

computing similarity scores for a plurality of candidate pairs based on the computed word scores, each candidate pair comprising entities sharing an entity class and at least one word; and

selecting at least one of the plurality of candidate pairs based on the similarity score as the at least one seed pair.

5. The apparatus of claim 1, the correlator correlating the at least one first knowledge graph entity with the at least one second knowledge graph entity by:

computing a similarity metric for each of a plurality of candidate pairs, each candidate pair comprising a first knowledge graph entity and a second knowledge graph entity; and

selecting said at least one matched pair from the plurality of candidate pairs based on the computed similarity metrics.

6. The apparatus of claim 5, the correlator computing the similarity metric for each candidate pair by: identifying at least one extended pair associated with a primitive, said at least one extended pair being coupled directly or indirectly to said candidate pair;

for each of said at least one extended pair, computing an initial similarity metric as the sum, over all primitives associated with said extended pair, of reciprocals of the degree of each said primitive; and

generating the similarity metric as the weighted sum of initial similarity metrics of all said at least one extended pair coupled to said candidate pair, the weight comprising the probability of landing at the candidate pair starting from the respective extended pair.

7. The apparatus of claim 6, the correlator further computing the similarity metric for each candidate pair by, after said computing the initial similarity metric for an extended pair, and prior to said generating the similarity metric as the weighted sum, removing from memory the association between primitives and entities of said extended pair.

8. A method comprising:

for each of a plurality of knowledge graph entities, encoding a digital attribute value associated with each knowledge graph entity into at least one primitive;

correlating the at least one primitive associated with a first knowledge graph entity with the at least one primitive associated with a second knowledge graph entity to generate a matched pair;

receiving a digital request for information; and

responding to said digital request for information with at least one digital attribute value of said matched pair.

9. The method of claim 8, the encoding comprising encoding at least one digital attribute value using multi-resolution encoding.

10. A method comprising:

generating an initial similarity metric for each of a plurality of extended pairs, each of said plurality of extended pairs coupled to at least one candidate pair, each of said at least one candidate pair and said plurality of extended pairs comprising a first knowledge graph entity and a second knowledge graph entity, each knowledge graph entity having at least one associated attribute value; and

generating a similarity metric for each candidate pair as a weighted sum of initial similarity metrics of all said at least one extended pair coupled directly or indirectly to the candidate pair, each weight comprising a probability of landing at the candidate pair starting from the respective extended pair; identifying a candidate pair as a matched entity pair based on conditions comprising said candidate pair having similarity metric greater than that of another candidate pair;

receiving a digital request for information; and

responding to said digital request for information with at least one attribute value of said matched entity pair.

Description:
TECHNIQUES FOR DIGITAL ENTITY CORRELATION

BACKGROUND

[0001] A knowledge graph is a way of representing information about objects that captures important relationships between those objects. Knowledge graphs are used in digital information retrieval and organization systems to store and organize potentially vast amounts of information, such as found on the Internet. To combine knowledge from multiple, heterogeneous sources into a unified, mineable knowledge graph, it is important to provide effective techniques for digital entity matching. Entity matching is the task of determining if two entities in a data set refer to the same real -world object.

[0002] The design of computers for performing automated entity matching is challenging, as two digital entities referring to the same object may nevertheless contain different attribute sets, e.g., due to differences in attribute selection, formatting inconsistencies, inaccuracies, etc., across different knowledge graphs. Furthermore, efficient computational techniques are needed to process the sheer volume of digital entities contained in large-scale knowledge graphs associated with different knowledge domains (covering, e.g., history, science, entertainment, etc.), such as found on the Internet.

[0003] Existing entity matching techniques include digitally comparing the immediate attributes of two entities with each other, without necessarily utilizing further attributes associated with the entities' connections to other entities. In some cases, this may not utilize all the available information to obtain an accurate match. Furthermore, existing entity matching techniques are largely queue-based, wherein top candidate matches are entered and stored in a queue. Such techniques have significant hardware and memory requirements, and may not scale well to large knowledge graphs having millions or even billions of digital entities.

[0004] It would thus be desirable to provide techniques for digital entity matching that capture not only localized but holistic characteristics of the knowledge graph entities, while implementing the required computations in a highly efficient manner.

SUMMARY

[0005] This Summary is provided to introduce a selection of concepts in a simplified form that are further described below in the Detailed Description. This Summary is not intended to identify key features or essential features of the claimed subject matter, nor is it intended to be used to limit the scope of the claimed subject matter. [0006] Briefly, various aspects of the subject matter described herein are directed towards techniques for generating a composite knowledge graph from constituent graphs using digital entity correlation. In an aspect, attribute values associated with primary entities in the knowledge graphs may be encoded into primitives using a multi-resolution encoding scheme. Based on the encoded primitives, a pairs graph may be constructed by comparing the encoded primitives between pairs of entities to identify "seed pairs." The pairs graph may be expanded to also include subject and object entities related to the seed pairs, as well as entities related to "relationship entities" of the graphs.

[0007] Based on the constructed pairs graph, a similarity metric may be computed for each candidate pair quantifying the similarity between the entities of a pair. In an aspect, the similarity metric may be calculated by summing a weighted landing probability over all primitives associated directly or indirectly with a candidate pair. The calculated similarity metrics may be propagated to other connected candidate pairs. Matching resolution may be performed on the candidate pairs based on the computed similarity metrics to determine entity matches.

[0008] Other advantages may become apparent from the following detailed description and drawings.

BRIEF DESCRIPTION OF THE DRAWINGS

[0009] FIG 1 shows an exemplary system for integrating information from constituent knowledge graphs.

[0010] FIGs 2 and 3 depict constituent knowledge graphs having an illustrative format according to the present disclosure.

[0011] FIG 4 illustrates a composite knowledge graph in which entities and relationships from constituent knowledge graphs have been matched and merged.

[0012] FIG 5 illustrates an exemplary embodiment of a method for constructing a pairs graph according to the present disclosure.

[0013] FIG 6 illustrates an exemplary embodiment of a seed block.

[0014] FIG 7 illustrates an exemplary embodiment of an expansion block.

[0015] FIG 8 illustrates an intermediate state of a pairs graph based on the constituent knowledge graphs described hereinabove.

[0016] FIG 9 illustrates another intermediate state of the pairs graph following subject and object expansion.

[0017] FIG 10 illustrates yet another intermediate state of the pairs graph. [0018] FIG 11 shows a simplified pairs graph illustrating similarity metric computation such as may be implemented at the computation block.

[0019] FIG 12 illustratively shows computed similarity metrics for a simplified exemplary pairs graph.

[0020] FIG 13 illustrates an exemplary embodiment of a method according to the present disclosure.

[0021] FIG 14 illustrates an exemplary embodiment of an apparatus according to the present disclosure.

[0022] FIG 15 schematically shows a non-limiting computing system that may perform one or more of the above described methods and processes.

[0023] FIG 16 illustrates an alternative exemplary embodiment of a method according to the present disclosure.

DETAILED DESCRIPTION

[0024] Various aspects of the technology described herein are generally directed towards techniques for generating a composite knowledge graph from constituent graphs featuring digital entity correlation. The detailed description set forth below in connection with the appended drawings is intended as a description of exemplary means "serving as an example, instance, or illustration," and should not necessarily be construed as preferred or advantageous over other exemplary aspects. The detailed description includes specific details for the purpose of providing a thorough understanding of the exemplary aspects of the invention. It will be apparent to those skilled in the art that the exemplary aspects of the invention may be practiced without these specific details. In some instances, well-known structures and devices are shown in block diagram form in order to avoid obscuring the novelty of the exemplary aspects presented herein.

[0025] FIG 1 shows an exemplary system 100 for integrating information from constituent knowledge graphs. Note system 100 is shown for illustrative purposes only, and is not meant to limit the scope of the present disclosure, e.g., to any particular number of knowledge databases, graphs, partitioning of functional blocks, etc.

[0026] In FIG 1, first knowledge database 110 includes first knowledge graph 112, and second knowledge database 120 includes second knowledge graph 122. Each of knowledge databases 110, 120 may correspond to, e.g., a hardware and/or software system storing information in the form of organized knowledge graphs 112, 122. In certain exemplary embodiments, databases 110, 120 may further provide a user interface (not shown) to access the underlying stored information, e.g., to retrieve information from knowledge graphs 112, 122, or to write information to, or otherwise modify, the stored knowledge graphs. In an exemplary embodiment, either or both of databases 110, 120 may correspond to, e.g., one or more server computers communicating with one or more users using an Internet protocol.

[0027] Information stored in knowledge graphs 112, 122 may include knowledge associated with one or more knowledge domains. Such domains may include, but are not limited to, knowledge domains covering sports, movies, music, history, science, engineering, etc., and may generally encompass any types of knowledge domains for which information is obtainable and representable in knowledge graph format. A specific illustrative format for representing knowledge graphs is described hereinbelow with reference to FIGs 2 and 3, although it will be appreciated that techniques of the present disclosure may generally be applicable to any other types of knowledge graph formats.

[0028] FIG 2 depicts a knowledge graph 200 having an illustrative format according to the present disclosure. Note knowledge graph 200 is a simplified example from the domain of entertainment knowledge, e.g., movies. It will be understood that knowledge graph 200 is described only for the purpose of illustrating certain aspects of the present disclosure, and is greatly simplified for ease of discussion. Knowledge graph 200 is not meant to limit the scope of the present disclosure to any particular knowledge domains, types, structures, sizes, number of nodes or connections, etc. Furthermore, while illustrative knowledge graph formats are described hereinbelow, it will be appreciated that techniques of the present disclosure may readily be applied and/or extended to alternative knowledge graph formats not explicitly disclosed herein, and such alternative exemplary embodiments are contemplated to be within the scope of the present disclosure.

[0029] In FIG 2, each node having a circular shape is also denoted herein as an "entity." It will be understood that an "entity" encompasses a digital entity, i.e., a digital representation of a real-world object or abstraction for processing by a digital computer. For example, nodes 220, 230 (with labels "ml" and "p2," respectively) are examples of entities. Each node having a rectangular shape is also denoted herein as an "attribute," with the text or other information contained therein corresponding to the "value" of the attribute. For example, node 210 is an example of an attribute having text value "Mission Impossible." It will be understood that attribute values are represented in digital form, and may also be referred to as "digital attribute values" herein. Lines or "edges" such as 215, 225 may generally denote an association between an entity and an attribute (e.g., edge 215), or an association between two entities (e.g., edge 225). [0030] Each entity in knowledge graph 200 may further be classified as either a primary entity or a relationship entity. A primary entity may be defined by association with one or more "explicit" attributes, e.g., an attribute having a value or denotation referenced outside the context of the knowledge graph. For example, node 220, also labeled "ml," corresponds to a movie entity. As node 220 is associated with a movie name (i.e., "Mission Impossible" 210), which is an explicit attribute, ml is properly considered a "primary entity."

[0031] In contrast, a relationship entity need not be associated with an explicit attribute having value or denotation referenced outside the knowledge graph. Relationship entities may exist in the knowledge graph to connect primary entities, and to characterize the nature of such connection between primary entities. For example, node 230, also labeled "p2," corresponds to a "performance" entity, and may characterize the performance by an actor or actress a2 of some role featured in the movie ml . It will be appreciated that the performance p2 is not itself associated with an explicit attribute, and so the performance p2 is properly considered a "relationship" entity.

[0032] The entities and edges present in knowledge graph 200 may be totally specified using a list of descriptors having a [subject, predicate, object] format, e.g., a Resource Description Framework (RDF) triple. In particular, the "subject" may correspond to the name of the entity, the "predicate" may denote an attribute of the subject, and the "object" may denote the value of the attribute. For example, a descriptor such as [ml, entity. class, movie] may indicate that entity ml has a class (or type) corresponding to a movie. The descriptor [ml, movie. name, "Mission Impossible"] may indicate that entity ml has a movie name "Mission Impossible." Note the descriptor [ml, movie. name, "Mission Impossible"] is also graphically shown in FIG 2 as edge 215, while the descriptor [ml, entity. class, movie] is omitted from FIG 2 for ease of illustration, even though it may be considered part of knowledge graph 200.

[0033] Note the subject attribute denoted by "predicate" may also generally encompass a "relationship" attribute, in which case the "object" may correspond to another entity with which the subject has the designated type of relationship. For example, a descriptor such as [pi, performance. actor, al] may indicate that the performance represented by entity pi has an "actor in a performance" relationship with the actor represented by entity al .

[0034] Based on the definitions above, information pertaining to knowledge graph 200 may be further specified using the RDF triple format as shown in Table 1 hereinbelow. Note for ease of illustration, not all information in Table 1 is graphically displayed in FIG 2.

[0035] Table 1. Sample Specification of Knowledge Graph 200 Subject Predicate Object

ml entity, class Movie

ml movie. name "Mission Impossible" pl entity. class performance

pl movie. performance ml

p2 entity. class performance

p2 movie. performance ml

pl performance, character cl

cl entity, class character

cl character, name "Kiev Room Agent" pl performance, actor al

al entity. class actor

al actor.name "Douglas"

p2 performance, character c2

c2 entity, class character

c2 character, name "Ethan Hunt"

p2 performance, actor a2

a2 entity. class actor

a2 actor.name "Tom Cruise"

a2 actor.birthdate 1962

a2 actor.birthplace Syracuse NY

m2 entity, class movie

m2 movie. name "Vanilla Sky"

m2 movie. releasedate 2001

m2 movie. runtime 137min

p3 entity. class performance

p3 movie. performance m2

p3 performance, character c3

c3 entity, class character

c3 character.name "David Aames"

p3 performance, actor a2

[0036] It will be appreciated from the description hereinabove that knowledge graph 200 includes information pertaining to the movie "Mission Impossible," actors appearing in the movie (including "Tom Cruise" and "Douglas"), as well as their respective character roles in the movie. Knowledge graph 200 further indicates that actor "Tom Cruise" also appeared in the movie "Vanilla Sky."

[0037] FIG 3 depicts a knowledge graph 300 distinct from knowledge graph 200. In an exemplary embodiment, knowledge graph 300 may reside in a different knowledge database from knowledge graph 200, e.g., knowledge graph 200 corresponding to first knowledge graph 112 in first knowledge database 110, and knowledge graph 300 corresponding to second knowledge graph 114 in second knowledge graph 122 in second knowledge database 120. Table 2 hereinbelow specifies information pertaining to knowledge graph 300 in FIG 3, using the RDF triple format described hereinabove with reference to FIG 2. Again note for ease of illustration, not all information in Table 2 is graphically displayed in FIG 3.

[0038] Table 2. Sample Specification of Knowledge Graph 300

m4 entity, class movie

m4 movie. name "Vanilla Sky"

m4 movie. releasedate 2001

ηι4 movie. runtime 137min

ρ6 entity. class performance

ρ6 movie. performance m4

ρ6 performance, character c6

c6 entity, class character

c6 character.name "David Aames"

ρ6 performance, actor a4

[0039] To integrate knowledge from multiple, heterogeneous sources such as knowledge graph 112 and knowledge graph 122 into a unified, mineable framework, it is desirable to match and merge the information found in the constituent knowledge graphs, and leverage the pre-existing relationships and information present in the constituent knowledge graphs. In particular, returning to FIG 1, block 130 may perform knowledge graph matching / merging on knowledge graphs 112, 122 to generate composite knowledge graph 140. Given composite knowledge graph 140, a digital request 142 for information from a knowledge database may accordingly be accurately and efficiently addressed by entities and relationships derived from both first knowledge graph 112 and second knowledge graph 122. Digital request 142 may be formulated, e.g., in terms of one or more search strings represented in digital form for processing using the techniques described hereinbelow.

[0040] In an aspect of processing performed by block 130, entity matching or correlation determines whether two separately named entities refer to the same underlying real-world object, e.g., are different instances or representations of the same object. In such cases, it would be desirable to match those entities with each other, and identify them as corresponding to a single object. Thus the composite knowledge graph thus advantageously integrates diverse elements of knowledge across the separate knowledge databases, and further reduces redundancy arising from possible overlap or duplication of records in the separate knowledge databases. In the Specification and in the Claims, "entity matching" may also be referred to as "entity correlation."

[0041] For example, FIG 4 illustrates a composite knowledge graph 400 in which entities and relationships from constituent knowledge graphs 200, 300 have been matched and merged. In particular, node m2 in graph 200 and node m4 in graph 300 have been matched as corresponding to the same movie ml4 ("Vanilla Sky") in merged graph 400. Other instances of matched entities include nodes a2 and a4 merged as node al2 (actor "Tom Cruise"), nodes c5 and c2 merged as node cl2 (character "Ethan Hunt"), etc.

[0042] Note despite entity matching, nodes ml (movie "Mission Impossible") and m3 (movie "Mission Impossible III") in FIGs 2 and 3 are preserved as separate nodes ml 1 and ml3, respectively, in FIG 4. In particular, while movies ml and m3 share a number of similarities in movie name, character lists, etc., they are nevertheless distinct movies. Thus it would be desirable for block 130 to identify nodes ml and m3 as "not matching," and preserve their identities as separate entities in merged graph 400.

[0043] From the example described hereinabove, it will be appreciated that a difficulty in identifying two matching or non-matching entities lies in resolving differences between nodes having similar attributes (such as the movie names "Mission Impossible" and "Mission Impossible III"). Existing techniques for correlating entities may use only limited information to identify matches between two entities, e.g., movie titles or other individual entity attributes. Such techniques may not take advantage of information extracted from an entity's surrounding neighborhood, e.g., connections with other entities and attributes of such other entities, to determine whether a match exists. For example, the fact that the same actor "Tom Cruise" (e.g., actor entities sharing the same name and other biographical data) is associated with two separate movie entities titled "Vanilla Sky" (e.g., spanning two knowledge graphs) should improve the confidence of a match between those two movie entities. Similarly, the confidence of a match between two actor entities sharing the same name "Tom Cruise" may also be influenced by other entities to which they are connected, in a recursive fashion.

[0044] In another aspect, existing techniques for entity matching in knowledge graphs are often queue based, wherein candidate matches are stored into a priority queue. The prohibitive memory requirements of such queue-based techniques means they may not be readily adaptable to web-scale size knowledge graphs.

[0045] FIG 5 illustrates an exemplary embodiment of a method 500 for constructing a pairs graph 501 according to the present disclosure. Note FIG 5 is shown for illustrative purposes only, and is not meant to limit the scope of the present disclosure to any particular methods shown.

[0046] In FIG 5, first knowledge graph 502 and second knowledge graph 504 (also collectively denoted herein the "constituent" knowledge graphs) are received at block 510 (also denoted herein an "encoding block" or "encoder"), which encodes explicit attributes present in the knowledge graph entities using an optimized encoding scheme. In particular, information in graphs 502, 504 may initially be formatted using the RDF triple format described hereinabove, e.g., [subject, predicate, object].

[0047] In an exemplary embodiment, block 510 encodes the explicit attributes associated with each entity in knowledge graphs 502 and 504 using a "multi-resolution" encoding scheme. In particular, any explicit attribute may be encoded by generating a first output element having a lowest resolution overlapping with the attribute value, a second output element having a higher resolution overlapping with the attribute value, etc., up to a final output element having a highest resolution overlapping with the attribute value. The resulting set of output elements are then added to an output "bag of elements" for an entity. The bag of elements includes all encoded elements associated with an entity.

[0048] Attribute value types that may be encoded using multi-resolution encoding include numbers, dates/times, place names (e.g., {"New York," "Syracuse, New York," "Syracuse, New York, USA"}), etc. Furthermore, arbitrary text strings may also be represented using the multi-level approach, wherein "lower resolution" in such cases may be understood to correspond to, e.g., individual words or smaller n-grams of a text string, while "higher resolution" may correspond to, e.g., longer concatenations of individual words, either in sequence or not in sequence.

[0049] In an exemplary embodiment, multi-resolution encoding may be specifically implemented according to a set of rules such as described below with reference to Table 3. Note the rules described in Table 3 are described for illustrative purposes only, and are not meant to limit the scope of the present disclosure to any particular implementation of multi- resolution encoding, or to any particular rules for encoding entity attribute values. It will be appreciated that certain of the rules described in Table 3 may readily be modified by one of ordinary skill of the art in view of the present disclosure, and such alternative exemplary embodiments are contemplated to be within the scope of the present disclosure.

[0050] Table 3. Entity Encoding Rules

Rule 3) One element for every Minhash.

Date and/or Time Rule 4) One element for each precision level of date and/or time, from lowest precision to highest precision. Each element is cumulative of all lower precisions.

Numbers Rule 5) One element for the number;

Rule 6) One element for each of one or more successively lower precision rounded versions of the number.

URL Rule 7) One element for each URL;

Rule 8) One element for each normalized version of each URL.

Attribute- Value pairs Rule 9) One element for concatenation of each element generated according to above rules with corresponding Attribute name.

Identity Attribute of an entity Rule 10) Identity attribute values concatenated with (if known) each element generated according to above rules.

[0051] In an exemplary embodiment, as described in Table 3, any explicit attribute having text or string values may generate a set of encoded elements (also denoted "primitives") including: one element for every single word (or "token") in the explicit attribute (per Rule 1), one element including the original phrase (per Rule 2), one element for every distinct pair (or n-gram) of words or tokens within a sliding window of m tokens (per Rule 2a), and one element for every Minhash (per Rule 3). It will be appreciated that a Minhash, or min- wise independent permutations locality sensitive hashing scheme, may denote a hash technique whereby similar text strings will have the same hash according to a probability based on the degree of similarity.

[0052] As an example of Rules 1 and 2, if an explicit attribute type such as "movie tagline" has the value "The Greatest Show on Earth, " «=2, and m=5, then the output bag of elements generated may include the following elements: five elements {"The," "Greatest," "Show," "on," "Earth" } generated according to Rule 1), one element {"The Greatest Show on Earth" } according to Rule 2), and four 2-gram elements {"The Greatest," "Greatest Show," "Show on," "on Earth"} according to Rule 2a). [0053] In an exemplary embodiment, as per Rule 4), any attribute having a date and/or time value may cause a set of elements to be generated including one element for each precision level of date provided, from lowest precision to highest precision, according to the multi- resolution encoding techniques described hereinabove. In an exemplary embodiment, each element may be cumulative of all lower precisions. For example, if the date is provided as YYYYMMDD, then 3 elements may be generated: {YYYY, YYYYMM, Y Y YYMMDD } . If the date is YYYYMM, then 2 elements are generated: {YYYY, YYYYMM}.

[0054] In an exemplary embodiment, as per Rules 5) and 6), any attribute having a number value may cause a set of elements to be generated including one element for the number, and one element for each of one or more successively lower precision rounded versions of the number. For example, if the number is 2128, then generated elements may include {2128, 2120, 2100}, etc.

[0055] In an exemplary embodiment, as per Rules 7) and 8), any attribute having a URL value may generate elements including one element for each URL, and one element for each normalized version of each URL.

[0056] In an exemplary embodiment, as per Rule 9), in addition to attribute values being encoded according to the rules given hereinabove (e.g., for text, dates and/or times, numbers, etc.), additional elements may further be generated wherein a corresponding Attribute name is concatenated with each of the elements generated according to the above rules. For example, if the "actor.name" Attribute of an actor entity has value "Tom Cruise," then in addition to the three elements generated according to the rule for "Text and String values," three additional elements may be generated as follows: {"actor.name: Tom", "actor.name: Cruise", "actor.name: Tom Cruise"}. In particular, each of the elements is concatenated with the name of the name of the corresponding Attribute, with a separation optionally denoted by a colon.

[0057] In an exemplary embodiment, as per Rule 10), elements generated for the value of a special attribute known as an "Identity Attribute" may further be concatenated with each element generated according to the rules hereinabove. For example, for an "actor" entity, the Attribute "actor.name" is considered to be a special Identity Attribute, in that it explicitly identifies the entity. Accordingly, the elements generated for the Identity Attribute may be concatenated with every other element generated for the entity according to the rules hereinabove. For example, if the Identity Attribute "actor.name" has value "Tom Cruise," then an additional set of elements generated may include, e.g., {"Tom: 1962," "Cruise: 1962," "Tom Cruise: 1962," "Tom: Syracuse," "Tom: Syracuse, NY"}, etc. [0058] Based on the encoding scheme described hereinabove, it will be appreciated that entity matching, e.g., as performed at block 130 of FIG 1, may proceed by correlating encoded elements of one entity with those of another entity. It will be appreciated that multi- resolution encoded elements such as described hereinabove advantageously eliminates the need for extensive rules and algorithms to otherwise identify matches between pairs of entities, e.g., derivation of optimum weights for each field of an entity using machine learning techniques, etc. Thus by selecting a priori the preferred dimensions of "resolution" for attribute values, multi-resolution encoding and correlation facilitate the determination of entity matches.

[0059] Returning to FIG 5, after entities in knowledge graphs 502, 504 are encoded at block 510, the encoded knowledge graphs (including generated bags of elements) may be provided to block 520 (also denoted herein a "seed block"), which generates seed pairs 520a from primary entities. In particular, seed pair generation identifies pairs of primary entities (e.g., from separate knowledge graphs 502, 504) which are sufficiently similar based on an initially computed similarity metric.

[0060] FIG 6 illustrates an exemplary embodiment 520.1 of block 520. In FIG 6, at block 610, a specific entity class (e.g., movie, actor, etc.) is selected for further processing. In an exemplary embodiment, only classes associated with primary entities are selected at block 610.

[0061] At block 620, a word score is computed for each word or element in the bag of elements associated with each entity in the selected class.

[0062] In an exemplary embodiment, a word score for a word or element w in a first graph Gl may be based on an inverse document frequency (IDF) score calculated as follows (Equation 1):

wherein C represents a specific class, e refers to an entity, and the operator | · | returns the number of elements in a set. It will be appreciated that IDFl (w, C) is related to the inverse frequency of occurrence of w in the class C of a graph Gl : the more often w occurs in C, the smaller the value of IDFl (w, C). For example, in certain instances, a relatively common word such as "the" may have a lower IDFl score than a less common word such as "mission." An IDF score IDF2 may be similarly calculated for a word or element w in a second graph G2. [0064] At block 630, similarity metrics are computed for entity pairs having common class and word(s), wherein each entity of an entity pair is taken from a different graph.

[0065] In an exemplary embodiment, an initial similarity score between two entities el, e2 from separate graphs sharing a single class C may be computed from the IDF scores described hereinabove as follows (Equation 2):

[0066] sim (el, e2) =∑ V we(eine2) IDF1 (w, C) X IDF2 (w, C);

wherein the indicated summation is performed over all words or elements w that are common to the two entities el, e2.

[0067] At block 640, entity pairs {el, e2} having the highest similarity scores computed at block 630 may be designated "seed pairs" 520. la.

[0068] At block 650, re-iteration of blocks 610-640 may be performed over all classes C common to the two graphs.

[0069] In an exemplary embodiment, computation of word scores and similarity scores at blocks 620, 630 may be efficiently performed using, e.g., a MapReduce algorithm. Further optimization to the computations may include, e.g., discarding words with very low IDF scores (e.g., corresponding to "stop" words), and discarding entity pairs outside the k matches having the top scores.

[0070] Returning to FIG 5, after seed pairs are generated from primary entities at block 520, the generated seed pairs may be provided to block 530 (also denoted herein an "expansion block"), which generates pairs graph 501 by expanding from the initial seed pairs 520a to incorporate other (e.g., non-primary or relationship) entities.

[0071] FIG 7 illustrates an exemplary embodiment 530.1 of expansion block 530. In FIG 7, at block 710, seed pairs 520a generated at block 520 are taken as "existing pairs" of the pairs graph 501.

[0072] For example, FIG 8 illustrates a first intermediate state 501.1 of pairs graph 501 following block 710 for the illustrative knowledge graphs 200, 300 earlier described hereinabove. In FIG 8, pairs 810, 820, 830, 840 represent seed pairs that have been generated from knowledge graphs 200, 300 following block 520. Each of pairs 810, 820, 830, 840 is further shown in FIG 8 as being associated with one or more representative elements from the output bag of elements of the entity pair, wherein each representative element is shared between the entities in the pair. For example, pair 810 includes entities ml and m3, which share common elements "Mission" 812 and "Impossible" 814. Each element associated with a pair is illustratively connected with the pair by an arrow pointing in the direction of the pair.

[0073] Following block 710, at block 720, pairs graph 501 is expanded to also include subject and object entities related to entities in existing pairs, e.g., as specified by RDF triples characterizing constituent knowledge graphs 502, 504.

[0074] For example, FIG 9 illustrates a second intermediate state 501.2 of pairs graph 501, following subject and object expansion at block 720. In FIG 9, pairs graph 501 has been expanded to also pair 910, composed of entities (pi, p4). In particular, one entity (pi) of pair 910 is the subject of an RDF triple (pi, movie. performance, ml) of graph 200 in which ml (an entity in existing pair 810) is an object, while another entity (p4) of pair 910 is the subject of an RDF triple (p4, movie. performance, m3) of graph 300 in which m3 (another entity in existing pair 810) is an object. Pairs 920, 930 are similarly related to existing pairs 810, 820, 840, as shown.

[0075] It will be appreciated that during the process of expansion at block 720, conflicting pairs may be generated, e.g., wherein an entity in a knowledge graph is paired with more than one other entity in another knowledge graph. For example, pair 915 (pi, p5) in FIG 9 conflicts with pair 910 (pi, p4) - both pairs 910, 915 cannot exist together, since the performance entity pi in graph 200 can only correspond to one entity from graph 300 (p4 or p5). Accordingly, one of the conflicting pairs should be removed - inspection shows that pair 915 is incorrect and should be removed. To automatically resolve such conflicts and keep only relevant pairs, techniques employed may include shared terminal attributes and stable marriage heuristics.

[0076] Following block 720, at block 730, pairs graph 501 is expanded to include entities coupled to relationship entity pairs. For example, FIG 10 illustrates a third intermediate state 501.3 of pairs graph 501 following block 730. In FIG 10, pair 1010 (cl, c4) is coupled to relationship entity pair 910, and has accordingly been included in the pairs graph. Similarly, pair 1030 (c3, c6) coupled to relationship entity pair 930 is included. Note elements 1012 ("Agent") and 1032 ("David"), 1034 ("Ames") are also coupled to their respective entity pairs 1010, 1030.

[0077] Returning to FIG 5, following generation of pairs graph 530a by expansion block 530, similarity metric computation for each existing pair in pairs graph 530a is performed at block 540 (also denoted herein a "computation" block or "correlator"). The computed similarity of two entities in an arbitrary pair u is quantified herein as a similarity metric sim(w). [0078] In an exemplary embodiment, sim(w) may be computed based on the presence of matching elements in the bag of elements representations of the two entities in u. In an exemplary embodiment, the elements' contribution to sim(w) may be weighted by their relative information content. For example, a frequently occurring element such as "the" or "of may be weighted less than elements such as "mission" or "impossible," which occur less often. In a further exemplary embodiment, sim(w) may also account for the computed similarity of other entity pairs connected to and/or in the vicinity of u.

[0079] In an exemplary embodiment, sim(w) may be explicitly computed as follows (Equation 3):

[0080] sim(w) =∑ w Prob ( → ) ;

where each w represents a primitive (e.g., an element occurring in the output bag of elements), and Prob( v->w) represents the landing probability that a "random surfer" will land at pair u starting from the given primitive w, e.g., according to a random surfer model. In particular, assuming a random surfer continuously starts a trip at the primitive w, then the probability of the surfer landing at node u starting from primitive w will determine the contribution of w to the similarity of the pair of entities in u.

[0081] Note Equation 3 expresses sim(w) in terms of w, wherein w may correspond not only to primitives directly associated with u, but also to primitives associated with other pairs connected (directly or indirectly) to u. In particular, if v is any entity pair (also denoted herein as an "extended pair") having w as a primitive, then the probability of landing at pair u starting from w may be expressed as follows (Equation 4):

[0082] Prob( v->w) =∑ veVw P(v)?rob(v→ u);

wherein P(y) is the probability of landing at v starting from w, Prob(v->w) is the probability of landing at pair u starting from pair v, and Vw is the set of all pairs sharing primitive value w. Note u may itself also be a member of Vw (e.g., if w is common to both u and other pairs connected to u), in which case Prob (v->u) = Prob (u->u) = 1, wherein v = u. In general, pairs v connected to w, but not including u itself, may also be denoted herein as v G Vw, v ≠ u.

[0083] According to the random surfer model, it is assumed that a random surfer, starting at w, either remains at w with probability e, or takes a step in a random direction with probability \- e. If there are deg( v) (also denoted herein as "degrees of the primitive") possible such directions emanating from w, such that after one iteration the random surfer lands at any of the nodes v G Vw with probability tnen Equation 4 may also be

expressed as follows (Equation 5):

[0084] Prob( W -> M ) Prob ?→ u);

in view of which Equation 3 may be expressed as follows (Equations 6):

[0085] sim(w) =∑ w VEVw 1 6 Prob(i;→ u); (Equation 6a)

[0086] sim(w) ~∑w ∑vevw Prob(v→ u); (Equation 6b)

wherein ~ denotes "being proportional to."

[0087] Changing the order of summation and combining terms for the same vertices, Equation 6b may also be expressed as follows (Equations 7):

[0088] sim(w) ~∑ VEVw Prob(v→ u)∑ w d (Equation 7a)

[0089] =∑ VEVw Prob(v→ u) iSim(v); (Equation 7b)

wherein iSim(v) =∑ w deg(W) denotes the initial similarity metric of node v, and is computed as the sum of reciprocals of the degrees of all primitives for node v.

[0090] FIG 11 shows a simplified pairs graph 1100 illustrating similarity metric computation such as may be implemented at block 540. Note FIG 11 is described for illustrative purposes only, and is not meant to limit the scope of the present disclosure to any particular entities or computations explicitly shown.

[0091] In FIG 11, suppose it is desired to compute sim(w) for u = node 840 in FIG 10, corresponding to a pair a2, a4 of actor entities. It is assumed that u is associated with only one explicit attribute "Tom Cruise," corresponding to two primitives "Tom" and "Cruise," though it will be appreciated that an arbitrary node may generally be associated with any plurality of primitives present in an output bag of elements, u is further coupled to node 920 (or vl) corresponding to a pair of performance entities p2, p5, which is in turn coupled to node 1020 (or v2) associated with a pair of character entities c2, c5.

[0092] In FIG 11, it is further assumed that the primitive "Tom" associated with u is also associated with nodes 1120 (or v4) and 1130 (or v5), the primitive "Hunt" associated with v2 is also associated with another node 1110 (or v3), and that v2 is coupled to another node 1140 (or v6).

[0093] Based on graph 1100, initial similarity metrics may be calculated using the techniques described hereinabove as follows (Equations 8):

[0094] iSim(v) (Equation 8a)

[0095] iSim(w) =∑ w -^— = + —. ; (Equations 8b)

I 1 ' ^ w deg(w) degC'Tom") deg("Cruise")' '

[0096] iSim(w) = ^ + 1 = 1.33; (Equations 8c)

[ I 0097] I iSim(v2) ' =∑ ^ w w de^g~(w-) = A deg("Ethan„",) +— deg("H—unt -");' (Equations 8d) '

[0098] iSim(v2) = 1 + i = 1.5; (Equation 8e)

[0099] in view of which sim(w) may then be calculated as follows (Equations 7b, 9):

[00100] sim(w) ~∑ VEVw Prob(i;→ u) iSim(i/); (Equation 7b)

[00101] sim(w) ~ iSim(ii) +∑ VE vw , v≠u Prob(v→ u) iSim(i;); (Equation 9a)

[00102] = iSim(ii) + Prob(v2→ u) · iSim(v2); (Equation 9b)

[00103] = 1.33 + Prob(v2→ vl) · Prob(vl→ u) · 1.5; (Equation 9c)

[00104] If it is assumed that v2 transitions to vl with probability ½, and vl transitions to u with probability 1, then Equation 9c may be expressed as follows (Equation 10):

[00105] sim(w) -1.33 + 0.5 · 1 · 1.5 = 2.08. (Equation 10)

[00106] In this manner, similarity metrics may be calculated for all entity pairs in a pairs graph. It will be appreciated that the similarity metric computation described hereinabove subsumes all shared primitives w of every pair v into an initial similarity metric iSim(v). Accordingly, the values of all terminal nodes (e.g., primitives w) may be removed from the pairs graph once iSim(v) is calculated. This significantly eases memory requirements for constructing the pairs graph, and further simplifies computation by reducing starting points for the random surfer to only non-terminal nodes.

[00107] Following similarity computation at block 540, similarity metrics sim(w) are available for each pair in the pairs graph, as illustratively shown in FIG 12 for a simplified exemplary pairs graph 1200. Note pairs graph 1200 is shown for illustrative purposes only, and is not meant to limit the scope of the present disclosure to any particular types or sizes of pairs graphs, or to any magnitudes or ranges of values for the similarity metrics that can be accommodated. Further note the values of the similarity metrics shown in FIG 12 are shown for illustrative purposes only, and are not meant to correspond to actual calculations for any particular pairs graphs or attributes discussed elsewhere herein.

[00108] In FIG 12, each pair is assigned a vertex name vn, wherein n represents an index, and is shown with a corresponding computed similarity metric sim(vn). In an exemplary embodiment, sim(vn) may be computed according to the techniques described hereinabove with reference to block 540. [00109] At block 550, also denoted herein an "aggregator," matching resolution is performed to translate the computed similarity metrics into a final determination of which pairs constitute a match, and are to be included in the final pairs graph 501. In particular, suppose there is an entity a from a first knowledge graph, and a plurality of candidate entities bl, bl, etc., from a second knowledge graph, with which entity a can be paired up. Following block 540, similarity metrics sim(a, bl), sim (a, bl), etc., will be available for each of the candidate pairings (a, bl), (a, bl), etc. In an exemplary embodiment, the final selection of which pairing constitutes a match may be made by selecting that candidate pairing {a, b*) having a corresponding similarity metric sim (a, b*) that is much greater than other candidate pairings for entity a, e.g., sim (a, b*) > 2 · sim (a, bx) for all bx≠b*. Such a technique for matching resolution may also be denoted herein as "sparse neighborhood" determination.

[00110] It will be appreciated that, given the computed similarity metrics from block 540 as described hereinabove, other techniques for performing matching resolution other than the sparse neighborhood determination may also be readily adopted, e.g., taking into account other statistics of candidate pairings and also other entities to which the candidate pairings are connected, etc. Such alternative exemplary embodiments are contemplated to be within the scope of the present disclosure.

[00111] FIG 13 illustrates an exemplary embodiment 1300 of a method according to the present disclosure. Note FIG 13 is shown for illustrative purposes only, and is not meant to limit the scope of the present disclosure to any particular methods explicitly described.

[00112] In FIG 13, at block 1310, for each of a plurality of knowledge graph entities, a digital attribute value associated with each knowledge graph entity is encoded into at least one primitive.

[00113] At block 1320, the at least one primitive associated with a first knowledge graph entity is correlated with the at least one primitive associated with a second knowledge graph entity to generate a matched pair.

[00114] At block 1330, a digital request for information is received.

[00115] At block 1340, said digital request for information is responded to with at least one digital attribute value of one of said matched pair.

[00116] FIG 14 illustrates an exemplary embodiment 1400 of an apparatus according to the present disclosure. Note FIG 14 is shown for illustrative purposes only, and is not meant to limit the scope of the present disclosure to any particular apparatus explicitly described. [00117] In FIG 14, an encoder 1410 encoding, for each of a plurality of knowledge graph entities 1401, 1402, a digital attribute value 1410a, 1410b associated with each knowledge graph entity into at least one primitive. A correlator 1420 correlates the at least one primitive associated with a first knowledge graph entity with the at least one primitive associated with a second knowledge graph entity to generate a matched pair 1420a.

[00118] An interface 1430 receives a digital request for information 1431, and responds to said digital request for information with at least one digital attribute value 1432 of said matched pair.

[00119] FIG 15 schematically shows a non-limiting computing system 1500 that may perform one or more of the above described methods and processes. Computing system 1500 is shown in simplified form. It is to be understood that virtually any computer architecture may be used without departing from the scope of this disclosure. In different embodiments, computing system 1500 may take the form of a mainframe computer, server computer, desktop computer, laptop computer, tablet computer, home entertainment computer, network computing device, mobile computing device, mobile communication device, gaming device, etc.

[00120] Computing system 1500 includes a processor 1510 and a memory 1520. Computing system 1500 may optionally include a display subsystem, communication subsystem, sensor subsystem, camera subsystem, and/or other components not shown in FIG 15. Computing system 1500 may also optionally include user input devices such as keyboards, mice, game controllers, cameras, microphones, and/or touch screens, for example.

[00121] Processor 1510 may include one or more physical devices configured to execute one or more instructions. For example, the processor may be configured to execute one or more instructions that are part of one or more applications, services, programs, routines, libraries, objects, components, data structures, or other logical constructs. Such instructions may be implemented to perform a task, implement a data type, transform the state of one or more devices, or otherwise arrive at a desired result.

[00122] The processor may include one or more processors that are configured to execute software instructions. Additionally or alternatively, the processor may include one or more hardware or firmware logic machines configured to execute hardware or firmware instructions. Processors of the processor may be single core or multicore, and the programs executed thereon may be configured for parallel or distributed processing. The processor may optionally include individual components that are distributed throughout two or more devices, which may be remotely located and/or configured for coordinated processing. One or more aspects of the processor may be virtualized and executed by remotely accessible networked computing devices configured in a cloud computing configuration.

[00123] Memory 1520 may include one or more physical devices configured to hold data and/or instructions executable by the processor to implement the methods and processes described herein. When such methods and processes are implemented, the state of memory 1520 may be transformed (e.g., to hold different data).

[00124] Memory 1520 may include removable media and/or built-in devices. Memory 1520 may include optical memory devices (e.g., CD, DVD, HD-DVD, Blu-Ray Disc, etc.), semiconductor memory devices (e.g., RAM, EPROM, EEPROM, etc.) and/or magnetic memory devices (e.g., hard disk drive, floppy disk drive, tape drive, MRAM, etc.), among others. Memory 1520 may include devices with one or more of the following characteristics: volatile, nonvolatile, dynamic, static, read/write, read-only, random access, sequential access, location addressable, file addressable, and content addressable. In some embodiments, processor 1510 and memory 1520 may be integrated into one or more common devices, such as an application specific integrated circuit or a system on a chip.

[00125] Memory 1520 may also take the form of removable computer-readable storage media, which may be used to store and/or transfer data and/or instructions executable to implement the herein described methods and processes. Removable computer-readable storage media 1530 may take the form of CDs, DVDs, HD-DVDs, Blu-Ray Discs, EEPROMs, and/or floppy disks, among others.

[00126] It is to be appreciated that memory 1520 includes one or more physical devices that stores information. The terms "module," "program," and "engine" may be used to describe an aspect of computing system 1500 that is implemented to perform one or more particular functions. In some cases, such a module, program, or engine may be instantiated via processor 1510 executing instructions held by memory 1520. It is to be understood that different modules, programs, and/or engines may be instantiated from the same application, service, code block, object, library, routine, API, function, etc. Likewise, the same module, program, and/or engine may be instantiated by different applications, services, code blocks, objects, routines, APIs, functions, etc. The terms "module," "program," and "engine" are meant to encompass individual or groups of executable files, data files, libraries, drivers, scripts, database records, etc.

[00127] In an aspect, computing system 1500 may correspond to a computing device including a memory 1520 holding instructions executable by a processor 1510 to receive an information request from a user; receive data from a knowledge database relevant to said information request; and transmit said data to the user, the knowledge database being constructed by: receiving attribute values of a first knowledge graph comprising a plurality of first entities and first relationships; receiving attribute values of a second knowledge graph comprising a plurality of second entities and second relationships; generating at least one primitive for each of said received attribute values of said first and second knowledge graphs; based on said at least one primitive, correlating at least one first entity with at least one second entity to generate at least one matched pair; and generating a composite knowledge graph comprising a plurality of entities and relationships, said generating the composite knowledge graph comprising identifying at least one entity of the composite knowledge graph with said at least one matched pair. Note such a computing device will be understood to correspond to a process, machine, manufacture, or composition of matter. Furthermore, it will be understood that a memory, as referenced in this specification and in the claims, does not correspond to or encompass a carrier wave or signal per se, e.g., an electrical or electromagnetic signal in the state of propagating through some medium.

[00128] FIG 16 illustrates an alternative exemplary embodiment 1600 of a method according to the present disclosure. Note FIG 16 is shown for illustrative purposes only, and is not meant to limit the scope of the present disclosure to any particular methods explicitly described.

[00129] In FIG 16, at block 1610, an initial similarity metric is generated for each of a plurality of extended pairs. Each of said plurality of extended pairs may be coupled to at least one candidate pair. Each of said at least one candidate pair and said plurality of extended pairs may comprise a first knowledge graph entity and a second knowledge graph entity. Each knowledge graph entity may have at least one associated attribute value.

[00130] At block 1620, a similarity metric is generated for each candidate pair as a weighted sum of initial similarity metrics of all said at least one extended pair coupled directly or indirectly to the candidate pair. Each weight may comprise a probability of landing at the candidate pair starting from the respective extended pair.

[00131] At block 1630, a candidate pair is identified as a matched entity pair based on conditions comprising said candidate pair having similarity metric greater than that of another candidate pair.

[00132] At block 1640, a digital request for information is received.

[00133] At block 1650, said digital request for information is responded to with at least one attribute value of said matched entity pair. [00134] In this specification and in the claims, it will be understood that when an element is referred to as being "connected to" or "coupled to" another element, it can be directly connected or coupled to the other element or intervening elements may be present. In contrast, when an element is referred to as being "directly connected to" or "directly coupled to" another element, there are no intervening elements present. Furthermore, when an element is referred to as being "electrically coupled" to another element, it denotes that a path of low resistance is present between such elements, while when an element is referred to as being simply "coupled" to another element, there may or may not be a path of low resistance between such elements.

[00135] The functionality described herein can be performed, at least in part, by one or more hardware and/or software logic components. For example, and without limitation, illustrative types of hardware logic components that can be used to implement special- purpose computers with the functionality described herein include microprocessors, Field- programmable Gate Arrays (FPGAs), Program-specific Integrated Circuits (ASICs), Program-specific Standard Products (ASSPs), System-on-a-chip systems (SOCs), Complex Programmable Logic Devices (CPLDs), etc.

[00136] While the invention is susceptible to various modifications and alternative constructions, certain illustrated embodiments thereof are shown in the drawings and have been described above in detail. It should be understood, however, that there is no intention to limit the invention to the specific forms disclosed, but on the contrary, the intention is to cover all modifications, alternative constructions, and equivalents falling within the spirit and scope of the invention.