CN110955780A - Entity alignment method for knowledge graph - Google Patents

Entity alignment method for knowledge graph Download PDF

Info

Publication number
CN110955780A
CN110955780A CN201910968049.9A CN201910968049A CN110955780A CN 110955780 A CN110955780 A CN 110955780A CN 201910968049 A CN201910968049 A CN 201910968049A CN 110955780 A CN110955780 A CN 110955780A
Authority
CN
China
Prior art keywords
entity
matrix
distance
word
graph
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201910968049.9A
Other languages
Chinese (zh)
Other versions
CN110955780B (en
Inventor
赵翔
曾维新
唐九阳
徐浩
谭真
殷风景
葛斌
肖卫东
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
National University of Defense Technology
Original Assignee
National University of Defense Technology
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by National University of Defense Technology filed Critical National University of Defense Technology
Priority to CN201910968049.9A priority Critical patent/CN110955780B/en
Publication of CN110955780A publication Critical patent/CN110955780A/en
Application granted granted Critical
Publication of CN110955780B publication Critical patent/CN110955780B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/36Creation of semantic tools, e.g. ontology or thesauri
    • G06F16/367Ontology
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/045Combinations of networks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods

Abstract

The invention discloses an entity alignment method for a knowledge graph, which comprises the following steps: acquiring data of two knowledge maps; learning the structure vector of the entity by using a graph convolution network, and expressing the name of the entity as a word vector; calculating the structure distance and the word characteristic distance of the entity; fusing the two distances into a comprehensive distance to represent the similarity degree of the entities; and carrying out entity identification alignment according to the calculation result of the similarity degree. The method designs an entity alignment basic framework which integrates the structural feature and the entity name feature; and reordering the preorder alignment result by adopting a word shift distance model so as to fully mine entity name information and improve the accuracy and timeliness of entity alignment.

Description

Entity alignment method for knowledge graph
Technical Field
The invention belongs to the field of knowledge graph data processing, and particularly relates to an entity alignment method for a knowledge graph.
Background
In recent years, a large number of knowledge maps (KGs) have emerged, such as YAGO, DBpedia, NELL, and CN-DBpedia, zhishi. The large-scale knowledge maps play an important role in intelligent services such as question-answering systems, personalized recommendation and the like. In addition, to meet specific domain-related needs, more and more domain knowledge maps, such as medical knowledge maps, are being derived. In the knowledge graph construction process, the trade-off between the coverage rate and the accuracy rate is inevitably needed. Any knowledge graph cannot be complete or completely correct.
In order to improve the coverage rate and accuracy of the knowledge graph, one possible method is to introduce relevant knowledge from other knowledge graphs, because the knowledge redundancies and complementation exist among the knowledge graphs constructed in different ways. For example, a constructed generic knowledge graph extracted from a web page may contain only the name of a drug, while more information may be found in a medical knowledge graph constructed based on medical data. To integrate knowledge in the external knowledge-graph into the target knowledge-graph, the most important step is to align the different knowledge-graphs. For this reason, an Entity Alignment (EA) task is proposed and receives a wide attention. The task is to find pairs of entities in different knowledge graphs that express the same meaning. And the entity pairs serve as hubs for linking different knowledge maps to serve subsequent tasks.
At present, the mainstream entity alignment method mainly judges whether two entities point to the same thing by means of the structural features of a knowledge graph. Such methods assume that entities expressing the same meaning in different knowledge graphs have similar adjacent information. On artificially constructed data sets, this type of method achieves the best experimental results. But a recent work has indicated that these manually constructed data sets have a more dense knowledge-graph than the real-world knowledge-graph, and the structural feature-based entity alignment approach has a far less effective knowledge-graph with normal distribution.
In fact, by analyzing the distribution of entities in the real-world knowledge graph, more than half of the entities are connected to only one or two other entities. These entities, called long-tail entities (long-tail entities), occupy most of knowledge graph entities, so that the graph as a whole presents high sparsity. This also corresponds to the knowledge of the real world knowledge map: only a few entities are frequently used and have rich adjacency information; most entities are mentioned only rarely, containing little structural information. Therefore, current entity alignment methods based on structural information do not perform well on real-world datasets.
Disclosure of Invention
In view of the above, the present invention is directed to an entity alignment method for knowledge-graph fusion, which overcomes the disadvantage of performing entity alignment only by using entity structure information in the prior art, and makes full use of the entity structure information and the entity name information to be comprehensively used for entity alignment, thereby improving the alignment efficiency.
Based on the above purpose, the invention provides an entity alignment method for knowledge graph fusion, comprising the following steps:
step 1, acquiring data of two knowledge maps;
step 2, learning the structure vector of the entity by using a graph convolution network; representing the names of the entities as word vectors;
step 3, calculating the structure distance and the word characteristic distance of the entity;
step 4, fusing the two distances into a comprehensive distance to represent the similarity of the entities;
and 5, performing entity identification alignment according to the calculation result of the similarity degree to obtain a similar entity pair.
Two are describedThe individual knowledge map is represented as G1=(E1,R1,T1) And G2=(E2,R2,T2) Wherein E represents an entity, R represents a relationship,
Figure BDA0002231156830000036
representing triplets in a graph, known entity pairs are represented as
Figure BDA0002231156830000031
The entity alignment task aims to find a new entity pair by utilizing the known entity pair information and generate a final alignment result
Figure BDA0002231156830000032
Wherein the equal sign represents that the two entities point to the same real world entity;
in the step 2, two-layer graph convolution networks are used for processing two knowledge graph data and generating corresponding entity structure vectors respectively;
entity e of two knowledge graphs in step 31∈G1And e2∈G2The structural distance is D in structural spaces(e1,e2)=||e1-e2||l1/ds,dsIs the structural matrix dimension; the word characteristic distance is Dt(e1,e2)=||ne(e1)-ne(e2)||l1/dtSuppose that entity e includes the word w in its name1,w2,...,wpThen the entity name vector may be represented as the average of these word vectors, i.e.
Figure BDA0002231156830000033
Wherein wiIs wiWord vector of dtIs the name vector matrix dimension;
the fusion formula of the comprehensive distance in the step 4 is as follows:
D(e1,e2)=αDs(e1,e2)+(1-α)Dt(e1,e2)
wherein α is a hyperparameter used to adjust the weights of two features.
Preferably, the characteristic distance is calculated by a word-shift distance model, which is intended to measure the difference between different sentences, and the word-shift distance is expressed as the minimum distance value of embedded vectors of all words in an entity that need to be shifted to reach embedded vectors of all words in another entity.
Specifically, the input of the graph convolution network is a feature matrix of an entity
Figure BDA0002231156830000034
And an adjacency matrix A of the graph, and the output is a feature matrix with structure information
Figure BDA0002231156830000035
N represents the number of nodes in the graph, and P and F represent the dimensions of the input and output matrix features, respectively, assuming the input of the l-th layer as the feature matrix of the nodes
Figure BDA0002231156830000041
Wherein d islDimension representing the characteristic matrix of the l-th layer, for the first layer, H1=X, d1P; the first layer output is
Figure BDA0002231156830000042
Wherein
Figure BDA0002231156830000043
I is an identity matrix and is a matrix of the identity,
Figure BDA0002231156830000044
is composed of
Figure BDA0002231156830000045
The diagonal matrix of (a) is,
Figure BDA0002231156830000046
is a parameter matrix of the l-th layer, dl+1Is the next layer characteristic momentThe dimension of the array, the activation function σ, is often set to ReLU, H for the last layerl+1=Z,dl+1=F。
Specifically, an initial feature matrix X is obtained by sampling from L2 regularized truncated normal distribution, and is updated through training of each layer of GCN, so that structural information in a knowledge graph is fully captured, and an output feature matrix Z is generated; the dimension of the feature matrix is always set to ds,P=F=dl=dsAnd two GCNs share the feature matrix W in two layers1And W2
Specifically, the training objective is to minimize the following loss values:
Figure BDA0002231156830000047
wherein [ x ]]+=max{0,x},
Figure BDA0002231156830000048
The representation is based on a known entity pair (e)1,e2) E is to be1Or e2And replacing the negative sample set generated by a random entity, wherein e represents a structure vector of the entity e, and gamma represents an end distance separating the positive sample from the negative sample, and performing model optimization by adopting random gradient descent.
Compared with the prior art, the invention has the following advantages and beneficial effects:
(1) an entity alignment basic framework which fuses the structural feature and the entity name feature is designed. The entity name and the structural information are mutually complemented, and the basic framework can greatly improve the alignment result of the long-tail entity, so that the overall alignment effect is optimized.
(2) And reordering the preorder alignment result by adopting a word shift distance model so as to fully mine entity name information and improve alignment accuracy.
Drawings
Fig. 1 is a schematic overall flow chart of an embodiment of the present invention.
Detailed Description
The invention is further described with reference to the accompanying drawings, but the invention is not limited in any way, and any alterations or substitutions based on the teaching of the invention are within the scope of the invention.
As shown in fig. 1, an entity alignment method for knowledge-graph fusion includes the following steps:
step 1, acquiring data of two knowledge maps;
step 2, learning the structure vector of the entity by using a graph convolution network; representing the names of the entities as word vectors;
step 3, calculating the structure distance and the word characteristic distance of the entity;
step 4, fusing the two distances into a comprehensive distance to represent the similarity of the entities;
and 5, performing entity identification alignment according to the calculation result of the similarity degree to obtain a similar entity pair.
For a better understanding of the present disclosure, all possible meanings of the symbols are given. Hl: l-th layer structural feature matrix, N: number of nodes, X: initial structural feature matrix, dl: layer i feature matrix dimension, Z: final structural feature matrix, S: known entity pair, a: adjacency matrix, ds: dimension of structural matrix, Wl: layer I parameter matrix, Ds: entity spacing under structural space, e: structural vector of entity e, dt: name vector matrix dimension, P: initial structural feature matrix dimension, F: final structural feature matrix dimension, N: name vector matrix of entity, D: distance between entities, G1: to-be-aligned knowledge graph 1, G2: to-be-aligned knowledge graph 2, e1:G1Middle entity, e2:G2Middle entity, Δ1:e1Difference between the nearest two entities, Δ2:e2Difference in distance between two nearest entities, θ1: distance difference threshold, theta2: a threshold number of newly added entity pairs.
A formalized description of the entity alignment problem is given by two knowledge graphs, G1=(E1,R1,T1) And G2=(E2,R2,T2) Wherein E represents an entity, R represents a relationship,
Figure BDA0002231156830000053
representing triplets in the atlas. The known entity pair is represented as
Figure BDA0002231156830000051
The entity alignment task aims to find a new entity pair by utilizing the known entity pair information and generate a final alignment result
Figure BDA0002231156830000052
Where equal signs indicate that the two entities point to the same real world entity. Given an entity, the process of finding its corresponding entity in another knowledge-graph can be considered a ranking problem. That is, under a certain feature space, the degree of similarity (distance) of a given entity to all entities in another knowledge-graph is calculated and given an ordering, and the entity with the highest degree of similarity (distance is the smallest) can be regarded as an alignment result.
Taking the medical knowledge map as an example, in order to obtain more medical knowledge, a plurality of independent medical knowledge maps can be fused, and in order to better fuse the medical knowledge map, entities in the medical knowledge map need to be identified, wherein the entities include names of medicines, names of diseases and names of symptoms. The three types of entities are the most basic entities of the medical knowledge graph, the alignment of the three types of entities is made, the most basic requirements of the medical knowledge graph are met, and the extraction of other entities can be determined according to actual needs.
The embodiment captures entity adjacency structure information and generates an entity structure representation vector by using a Graph Convolution Network (GCN). The GCN is a convolutional network that acts directly on graph structure data, generating corresponding node structure vectors by capturing the structure information around the nodes. The input to the GCN is a feature matrix of the entity
Figure BDA0002231156830000061
And the adjacency matrix a of the figure. The output is a feature matrix with structure information
Figure BDA0002231156830000062
N represents the number of nodes in the map, while P and F represent the dimensions of the input and output matrix features, respectively.
GCN models typically contain multiple GCN layers. In particular, assume that the input at layer I is a feature matrix of nodes
Figure BDA0002231156830000063
Wherein d islDimension representing the characteristic matrix of the l-th layer (for the first layer, H1=X,d1P). The first layer output is
Figure BDA0002231156830000064
Wherein
Figure BDA0002231156830000065
I is an identity matrix and is a matrix of the identity,
Figure BDA0002231156830000066
is composed of
Figure BDA0002231156830000067
The diagonal matrix of (a).
Figure BDA0002231156830000068
Is a parameter matrix of the l-th layer, dl+1Is the dimension of the next level feature matrix. The activation function σ is often set to ReLU. For the last layer, Hl+1=Z,dl+1=F。
In this embodiment, two-layer GCNs are constructed, each of which is used to process a knowledge graph and generate a corresponding entity vector, where an initial feature matrix X is obtained by sampling from a truncated normal distribution normalized by L2, and is updated through training of each layer of the GCN, so as to fully capture structural information in the knowledge graph and generate an output feature matrix Zs(P=F=dl=ds) And two GCNs share the feature matrix W in two layers1And W2
The entity structure vectors of different knowledge-graphs are not in the same space, so it is necessary to align them into the same space using a known entity pair S. A specific training objective is to minimize the following loss values:
Figure BDA0002231156830000071
wherein [ x ]]+=max{0,x},
Figure BDA0002231156830000072
The representation is based on a known entity pair (e)1,e2) E is to be1Or e2Instead, a set of negative examples generated by the random entity. e represents the structure vector of entity e. Gamma represents the end distance separating the positive and negative samples. Model optimization was performed using a random gradient descent.
Given the final structural feature matrix Z, e1∈G1And e2∈G2A distance below the structural space of
Ds(e1,e2)=||e1-e2||l1/ds
If only the structural features are considered, the distance D between the target entity e and the structural featuressThe closest entity will be considered the corresponding entity of e.
Unlike the prior art, the present embodiment proposes to align with text features simultaneously. Specifically, in the text form of entity name, it is considered that 1) entity name is often used to identify entity and widely exists; 2) by comparing the entity names, whether the two entities are the same or not can be judged visually; 3) the method is not influenced by the scale of the training set and has stronger stability.
Although the conventional string comparison method can be used to measure the similarity between two entity names, the semantic similarity between the entity names is selected in this embodiment because it is also applicable when the knowledge maps are very different, such as the alignment of multi-language knowledge maps. Specifically, the average word vector representation is used as an entity name vector because it is simple and general, and semantic information can be expressed without a special corpus in consideration of the simplicity and the universality. Suppose that entity e includes the word w in its name1,w2,...,wpThen the entity name vector may be represented as the average of these word vectors, i.e.
Figure BDA0002231156830000073
Wherein wiIs wiThe word vector of (2). The name vector for all entities can be represented as N.
Similar to word vectors, similar entity names will be very close in vector space. e.g. of the type1∈G1And e2∈G2Distance under text feature space is Dt(e1,e2)=|||ne(e1)-ne(e2)||l1/dt. If only the entity name characteristics are considered, the distance D between the entity name characteristics and the target entity e istThe closest entity will be considered the corresponding entity of e. For cross-language entity alignment, pre-training cross-language word vectors can be utilized, thereby ensuring that cross-language entity name vectors are in the same space.
Considering that structural and name features depict entities from two different aspects, structural and semantic, respectively, they can be further combined to provide a more comprehensive alignment cue. In particular, two entities e1∈G1And e2∈G2The distance between them is:
D(e1,e2)=αDs(e1,e2)+(1-α)Dt(e1,e2)
wherein α is the hyperparameter used to adjust the weight of the two features, under the space after feature fusion, the entity closest to the target entity e by the distance D will be considered as the corresponding entity of e.
The word-shift distance model aims to measure the difference between different sentences, and represents that the embedded vectors of all words in one sentence need to be shifted to reach the minimum distance value of the embedded vectors of all words in another sentence. Compared with the distance between average word vectors, the word shift distance can better depict the influence of each word in the sentence on the whole sentence, and the semantic loss caused by average operation is avoided. However, this model is time consuming due to the need to compute word-level distances, and is not suitable for large-scale data. For this reason, the method is not used to calculate the distance between entity names from the beginning, but rather it is used to reorder the preamble results.
The main contributions of the present invention are as follows:
(1) an entity alignment basic framework which fuses the structural feature and the entity name feature is designed. The entity name and the structural information are mutually complemented, and the basic framework can greatly improve the alignment result of the long-tail entity, so that the overall alignment effect is optimized.
(2) And reordering the preorder alignment result by adopting a word shift distance model so as to fully mine entity name information and improve alignment accuracy.
Aiming at the problem that the structure information of the knowledge graph is deficient in a real world data set, the invention combines the entity name information which is not influenced by the degree of the entity node with the structure information to construct an entity alignment basic framework. And on the basis of the previous step, further mining entity name information by using a word shifting distance model, reordering the preorder results and further generating a final alignment result. The model works best on widely used entity aligned data sets.
The above examples are an implementation of the method for knowledge-graph fusion, but the implementation of the method is not limited by the examples, and any other changes, modifications, substitutions, combinations, and simplifications that do not depart from the spirit and principle of the present invention should be regarded as equivalent substitutions, and are included in the scope of the present invention.

Claims (6)

1. A method for entity alignment of a knowledge graph, comprising the steps of:
step 1, acquiring data of two knowledge maps;
step 2, learning the structure vector of the entity by using a graph convolution network; representing the names of the entities as word vectors;
step 3, calculating the structure distance and the word characteristic distance of the entity;
step 4, fusing the two distances into a comprehensive distance to represent the similarity of the entities;
step 5, performing entity identification alignment according to the calculation result of the similarity degree to obtain a similar entity pair;
the two knowledge maps are represented as G1=(E1,R1,T1) And G2=(E2,R2,T2) Wherein E represents an entity, R represents a relationship,
Figure RE-FDA0002378054510000011
representing triplets in a graph, known entity pairs are represented as
Figure RE-FDA0002378054510000012
2. The entity alignment method according to claim 1, wherein two-layer graph convolution networks are used in step 2 for processing two knowledge-graph data and generating corresponding entity structure vectors, respectively;
entity e of two knowledge graphs in step 31∈G1And e2∈G2The structural distance is D in structural spaces(e1,e2)=||e1-e2||l1/ds,dsIs the structural matrix dimension; the word characteristic distance is Dt(e1,e2)=||ne(e1)-ne(e2)||l1/dtSuppose that entity e includes the word w in its name1,w2,...,wpThen the entity name vector may be represented as the average of these word vectors, i.e.
Figure RE-FDA0002378054510000013
Wherein wiIs wiWord vector of dtIs the name vector matrix dimension;
the fusion formula of the comprehensive distance in the step 4 is as follows:
D(e1,e2)=αDs(e1,e2)+(1-α)Dt(e1,e2)
wherein α is a hyperparameter used to adjust the weights of two features.
3. The entity alignment method according to claim 2, wherein the characteristic distance is calculated by a word-shift distance model, the word-shift distance model is used to measure the difference between different sentences, and the word-shift distance is expressed as the minimum distance value of the embedded vectors of all words in an entity that need to be moved to reach the embedded vectors of all words in another entity.
4. The entity alignment method according to claim 2 or 3, wherein the input of the graph convolution network is the entity feature matrix
Figure RE-FDA0002378054510000021
And an adjacency matrix A of the graph, and the output is a feature matrix with structure information
Figure RE-FDA0002378054510000022
N represents the number of nodes in the graph, and P and F represent the dimensions of the input and output matrix features, respectively, assuming the input of the l-th layer as the feature matrix of the nodes
Figure RE-FDA0002378054510000023
Wherein d islDimension representing the characteristic matrix of the l-th layer, for the first layer, H1=X,d1=P;
The first layer output is
Figure RE-FDA0002378054510000024
Wherein
Figure RE-FDA0002378054510000025
I is an identity matrix and is a matrix of the identity,
Figure RE-FDA0002378054510000026
is composed of
Figure RE-FDA0002378054510000027
The diagonal matrix of (a) is,
Figure RE-FDA0002378054510000028
is a parameter matrix of the l-th layer, dl+1Is the dimension of the feature matrix of the next layer, the activation function σ is often set to ReLU, H for the last layerl+1=Z,dl+1=F。
5. The entity alignment method according to claim 4, wherein the initial feature matrix X is sampled from L2 regularized truncated normal distribution, and is updated through training of each layer of GCN, so as to fully capture structural information in the knowledge graph and generate an output feature matrix Z; the dimension of the feature matrix is always set to ds,P=F=dl=dsAnd two GCNs share the feature matrix W in two layers1And W2
6. The entity alignment method of claim 5, wherein the training objective is to minimize the following penalty values:
Figure RE-FDA0002378054510000029
wherein [ x ]]+=max{0,x},
Figure RE-FDA00023780545100000210
The representation is based on a known entity pair (e)1,e2) E is to be1Or e2And replacing the negative sample set generated by a random entity, wherein e represents a structure vector of the entity e, and gamma represents an end distance separating the positive sample from the negative sample, and performing model optimization by adopting random gradient descent.
CN201910968049.9A 2019-10-12 2019-10-12 Entity alignment method for knowledge graph Active CN110955780B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910968049.9A CN110955780B (en) 2019-10-12 2019-10-12 Entity alignment method for knowledge graph

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910968049.9A CN110955780B (en) 2019-10-12 2019-10-12 Entity alignment method for knowledge graph

Publications (2)

Publication Number Publication Date
CN110955780A true CN110955780A (en) 2020-04-03
CN110955780B CN110955780B (en) 2022-10-14

Family

ID=69975624

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910968049.9A Active CN110955780B (en) 2019-10-12 2019-10-12 Entity alignment method for knowledge graph

Country Status (1)

Country Link
CN (1) CN110955780B (en)

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111563192A (en) * 2020-04-28 2020-08-21 腾讯科技(深圳)有限公司 Entity alignment method and device, electronic equipment and storage medium
CN111680488A (en) * 2020-06-08 2020-09-18 浙江大学 Cross-language entity alignment method based on knowledge graph multi-view information
CN112287126A (en) * 2020-12-24 2021-01-29 中国人民解放军国防科技大学 Entity alignment method and device suitable for multi-mode knowledge graph
CN112699246A (en) * 2020-12-21 2021-04-23 南京理工大学 Domain knowledge pushing method based on knowledge graph
CN112765362A (en) * 2021-01-12 2021-05-07 中国人民解放军国防科技大学 Knowledge graph entity alignment method based on improved self-encoder and related equipment
CN113111657A (en) * 2021-03-04 2021-07-13 浙江工业大学 Cross-language knowledge graph alignment and fusion method, device and storage medium
CN113407759A (en) * 2021-08-18 2021-09-17 中国人民解放军国防科技大学 Multi-modal entity alignment method based on adaptive feature fusion
CN113409157A (en) * 2021-05-19 2021-09-17 桂林电子科技大学 Cross-social network user alignment method and device
CN113656596A (en) * 2021-08-18 2021-11-16 中国人民解放军国防科技大学 Multi-modal entity alignment method based on triple screening fusion
CN113761221A (en) * 2021-06-30 2021-12-07 中国人民解放军32801部队 Knowledge graph entity alignment method based on graph neural network
CN114386694A (en) * 2022-01-11 2022-04-22 平安科技(深圳)有限公司 Drug molecule property prediction method, device and equipment based on comparative learning
CN117172255A (en) * 2023-11-02 2023-12-05 中国科学院空天信息创新研究院 Geographic entity alignment method and device considering spatial semantic relation and electronic equipment
CN117172321A (en) * 2023-11-02 2023-12-05 中国科学院空天信息创新研究院 Geographic entity alignment method and device for introducing graphic neural network and electronic equipment

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150161202A1 (en) * 2013-12-06 2015-06-11 Quixey, Inc. Techniques for Reformulating Search Queries
CN108595708A (en) * 2018-05-10 2018-09-28 北京航空航天大学 A kind of exception information file classification method of knowledge based collection of illustrative plates
CN108875051A (en) * 2018-06-28 2018-11-23 中译语通科技股份有限公司 Knowledge mapping method for auto constructing and system towards magnanimity non-structured text
CN109255002A (en) * 2018-09-11 2019-01-22 浙江大学 A method of it is excavated using relation path and solves knowledge mapping alignment task

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150161202A1 (en) * 2013-12-06 2015-06-11 Quixey, Inc. Techniques for Reformulating Search Queries
CN108595708A (en) * 2018-05-10 2018-09-28 北京航空航天大学 A kind of exception information file classification method of knowledge based collection of illustrative plates
CN108875051A (en) * 2018-06-28 2018-11-23 中译语通科技股份有限公司 Knowledge mapping method for auto constructing and system towards magnanimity non-structured text
CN109255002A (en) * 2018-09-11 2019-01-22 浙江大学 A method of it is excavated using relation path and solves knowledge mapping alignment task

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
PAU RIBA 等: ""Table Detection in Invoice Documents by Graph Neural Networks"", 《2019 INTERNATIONAL CONFERENCE ON DOCUMENT ANALYSIS AND RECOGNITION (ICDAR)》 *
丁琛: ""基于神经网络的实体识别和关系抽取的联合模型研究"", 《中国优秀硕士学位论文全文数据库 信息科技辑》 *

Cited By (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111563192A (en) * 2020-04-28 2020-08-21 腾讯科技(深圳)有限公司 Entity alignment method and device, electronic equipment and storage medium
CN111680488A (en) * 2020-06-08 2020-09-18 浙江大学 Cross-language entity alignment method based on knowledge graph multi-view information
CN111680488B (en) * 2020-06-08 2023-07-21 浙江大学 Cross-language entity alignment method based on knowledge graph multi-view information
CN112699246B (en) * 2020-12-21 2022-09-27 南京理工大学 Domain knowledge pushing method based on knowledge graph
CN112699246A (en) * 2020-12-21 2021-04-23 南京理工大学 Domain knowledge pushing method based on knowledge graph
CN112287126A (en) * 2020-12-24 2021-01-29 中国人民解放军国防科技大学 Entity alignment method and device suitable for multi-mode knowledge graph
CN112765362A (en) * 2021-01-12 2021-05-07 中国人民解放军国防科技大学 Knowledge graph entity alignment method based on improved self-encoder and related equipment
CN112765362B (en) * 2021-01-12 2023-06-13 中国人民解放军国防科技大学 Knowledge-graph entity alignment method based on improved self-encoder and related equipment
CN113111657A (en) * 2021-03-04 2021-07-13 浙江工业大学 Cross-language knowledge graph alignment and fusion method, device and storage medium
CN113111657B (en) * 2021-03-04 2024-05-03 浙江工业大学 Cross-language knowledge graph alignment and fusion method, device and storage medium
CN113409157B (en) * 2021-05-19 2022-06-28 桂林电子科技大学 Cross-social network user alignment method and device
CN113409157A (en) * 2021-05-19 2021-09-17 桂林电子科技大学 Cross-social network user alignment method and device
CN113761221A (en) * 2021-06-30 2021-12-07 中国人民解放军32801部队 Knowledge graph entity alignment method based on graph neural network
CN113761221B (en) * 2021-06-30 2022-02-15 中国人民解放军32801部队 Knowledge graph entity alignment method based on graph neural network
CN113407759B (en) * 2021-08-18 2021-11-30 中国人民解放军国防科技大学 Multi-modal entity alignment method based on adaptive feature fusion
CN113656596A (en) * 2021-08-18 2021-11-16 中国人民解放军国防科技大学 Multi-modal entity alignment method based on triple screening fusion
CN113407759A (en) * 2021-08-18 2021-09-17 中国人民解放军国防科技大学 Multi-modal entity alignment method based on adaptive feature fusion
CN114386694A (en) * 2022-01-11 2022-04-22 平安科技(深圳)有限公司 Drug molecule property prediction method, device and equipment based on comparative learning
CN114386694B (en) * 2022-01-11 2024-02-23 平安科技(深圳)有限公司 Drug molecular property prediction method, device and equipment based on contrast learning
CN117172321A (en) * 2023-11-02 2023-12-05 中国科学院空天信息创新研究院 Geographic entity alignment method and device for introducing graphic neural network and electronic equipment
CN117172255B (en) * 2023-11-02 2024-02-02 中国科学院空天信息创新研究院 Geographic entity alignment method and device considering spatial semantic relation and electronic equipment
CN117172255A (en) * 2023-11-02 2023-12-05 中国科学院空天信息创新研究院 Geographic entity alignment method and device considering spatial semantic relation and electronic equipment

Also Published As

Publication number Publication date
CN110955780B (en) 2022-10-14

Similar Documents

Publication Publication Date Title
CN110955780B (en) Entity alignment method for knowledge graph
CN110941722B (en) Knowledge graph fusion method based on entity alignment
CN110472065B (en) Cross-language knowledge graph entity alignment method based on GCN twin network
CN108389614B (en) Method for constructing medical image map based on image segmentation and convolutional neural network
WO2023065545A1 (en) Risk prediction method and apparatus, and device and storage medium
US10096121B2 (en) Human-shape image segmentation method
CN112819023B (en) Sample set acquisition method, device, computer equipment and storage medium
CN108628828A (en) A kind of joint abstracting method of viewpoint and its holder based on from attention
CN110489507B (en) Method, device, computer equipment and storage medium for determining similarity of interest points
CN113268612B (en) Heterogeneous information network knowledge graph completion method and device based on mean value fusion
CN104778256A (en) Rapid incremental clustering method for domain question-answering system consultations
Padó et al. Who sides with whom? Towards computational construction of discourse networks for political debates
CN115438197B (en) Method and system for complementing relationship of affair knowledge graph based on double-layer heterogeneous graph
KR20180137168A (en) Apparatus for classifying category of a text based on neural network, method thereof and computer recordable medium storing program to perform the method
CN104572632B (en) A kind of method in the translation direction for determining the vocabulary with proper name translation
CN110569355B (en) Viewpoint target extraction and target emotion classification combined method and system based on word blocks
CN114625882B (en) Network construction method for improving unique diversity of image text description
CN109086463A (en) A kind of Ask-Answer Community label recommendation method based on region convolutional neural networks
CN115391553A (en) Method for automatically searching time sequence knowledge graph complement model
US20230117325A1 (en) System for generating compound structure representation
CN115330142B (en) Training method of joint capacity model, capacity demand matching method and device
CN115601745A (en) Multi-view three-dimensional object identification method facing application end
CN115587192A (en) Relationship information extraction method, device and computer readable storage medium
KR20230174503A (en) System and Method for generating automatically question based on neural network
CN113128224B (en) Chinese error correction method, device, equipment and readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant