期刊文献+
共找到9篇文章
< 1 >
每页显示 20 50 100
How to implement a knowledge graph completeness assessment with the guidance of user requirements
1
作者 ZHANG Ying XIAO Gang 《Journal of Systems Engineering and Electronics》 SCIE CSCD 2024年第3期679-688,共10页
In the context of big data, many large-scale knowledge graphs have emerged to effectively organize the explosive growth of web data on the Internet. To select suitable knowledge graphs for use from many knowledge grap... In the context of big data, many large-scale knowledge graphs have emerged to effectively organize the explosive growth of web data on the Internet. To select suitable knowledge graphs for use from many knowledge graphs, quality assessment is particularly important. As an important thing of quality assessment, completeness assessment generally refers to the ratio of the current data volume to the total data volume.When evaluating the completeness of a knowledge graph, it is often necessary to refine the completeness dimension by setting different completeness metrics to produce more complete and understandable evaluation results for the knowledge graph.However, lack of awareness of requirements is the most problematic quality issue. In the actual evaluation process, the existing completeness metrics need to consider the actual application. Therefore, to accurately recommend suitable knowledge graphs to many users, it is particularly important to develop relevant measurement metrics and formulate measurement schemes for completeness. In this paper, we will first clarify the concept of completeness, establish each metric of completeness, and finally design a measurement proposal for the completeness of knowledge graphs. 展开更多
关键词 knowledge graph completeness assessment relative completeness user requirement quality management
下载PDF
Hyperbolic hierarchical graph attention network for knowledge graph completion
2
作者 XU Hao CHEN Shudong +3 位作者 QI Donglin TONG Da YU Yong CHEN Shuai 《High Technology Letters》 EI CAS 2024年第3期271-279,共9页
Utilizing graph neural networks for knowledge embedding to accomplish the task of knowledge graph completion(KGC)has become an important research area in knowledge graph completion.However,the number of nodes in the k... Utilizing graph neural networks for knowledge embedding to accomplish the task of knowledge graph completion(KGC)has become an important research area in knowledge graph completion.However,the number of nodes in the knowledge graph increases exponentially with the depth of the tree,whereas the distances of nodes in Euclidean space are second-order polynomial distances,whereby knowledge embedding using graph neural networks in Euclidean space will not represent the distances between nodes well.This paper introduces a novel approach called hyperbolic hierarchical graph attention network(H2GAT)to rectify this limitation.Firstly,the paper conducts knowledge representation in the hyperbolic space,effectively mitigating the issue of exponential growth of nodes with tree depth and consequent information loss.Secondly,it introduces a hierarchical graph atten-tion mechanism specifically designed for the hyperbolic space,allowing for enhanced capture of the network structure inherent in the knowledge graph.Finally,the efficacy of the proposed H2GAT model is evaluated on benchmark datasets,namely WN18RR and FB15K-237,thereby validating its effectiveness.The H2GAT model achieved 0.445,0.515,and 0.586 in the Hits@1,Hits@3 and Hits@10 metrics respectively on the WN18RR dataset and 0.243,0.367 and 0.518 on the FB15K-237 dataset.By incorporating hyperbolic space embedding and hierarchical graph attention,the H2GAT model successfully addresses the limitations of existing hyperbolic knowledge embedding models,exhibiting its competence in knowledge graph completion tasks. 展开更多
关键词 hyperbolic space link prediction knowledge graph embedding knowledge graph completion(KGC)
下载PDF
Joint learning based on multi-shaped filters for knowledge graph completion 被引量:2
3
作者 Li Shaojie Chen Shudong +1 位作者 Ouyang Xiaoye Gong Lichen 《High Technology Letters》 EI CAS 2021年第1期43-52,共10页
To solve the problem of missing many valid triples in knowledge graphs(KGs),a novel model based on a convolutional neural network(CNN)called ConvKG is proposed,which employs a joint learning strategy for knowledge gra... To solve the problem of missing many valid triples in knowledge graphs(KGs),a novel model based on a convolutional neural network(CNN)called ConvKG is proposed,which employs a joint learning strategy for knowledge graph completion(KGC).Related research work has shown the superiority of convolutional neural networks(CNNs)in extracting semantic features of triple embeddings.However,these researches use only one single-shaped filter and fail to extract semantic features of different granularity.To solve this problem,ConvKG exploits multi-shaped filters to co-convolute on the triple embeddings,joint learning semantic features of different granularity.Different shaped filters cover different sizes on the triple embeddings and capture pairwise interactions of different granularity among triple elements.Experimental results confirm the strength of joint learning,and compared with state-of-the-art CNN-based KGC models,ConvKG achieves the better mean rank(MR)and Hits@10 metrics on dataset WN18 RR,and the better MR on dataset FB15k-237. 展开更多
关键词 knowledge graph embedding(KGE) knowledge graph completion(KGC) convolutional neural network(CNN) joint learning multi-shaped filter
下载PDF
Semantic-aware graph convolution network on multi-hop paths for link prediction
4
作者 彭斐 CHEN Shudong +2 位作者 QI Donglin YU Yong TONG Da 《High Technology Letters》 EI CAS 2023年第3期269-278,共10页
Knowledge graph(KG) link prediction aims to address the problem of missing multiple valid triples in KGs. Existing approaches either struggle to efficiently model the message passing process of multi-hop paths or lack... Knowledge graph(KG) link prediction aims to address the problem of missing multiple valid triples in KGs. Existing approaches either struggle to efficiently model the message passing process of multi-hop paths or lack transparency of model prediction principles. In this paper,a new graph convolutional network path semantic-aware graph convolution network(PSGCN) is proposed to achieve modeling the semantic information of multi-hop paths. PSGCN first uses a random walk strategy to obtain all-hop paths in KGs,then captures the semantics of the paths by Word2Sec and long shortterm memory(LSTM) models,and finally converts them into a potential representation for the graph convolution network(GCN) messaging process. PSGCN combines path-based inference methods and graph neural networks to achieve better interpretability and scalability. In addition,to ensure the robustness of the model,the value of the path thresholdKis experimented on the FB15K-237 and WN18RR datasets,and the final results prove the effectiveness of the model. 展开更多
关键词 knowledge graph(KG) link prediction graph convolution network(GCN) knowledge graph completion(KGC) multi-hop paths semantic information
下载PDF
A Temporal Knowledge Graph Embedding Model Based on Variable Translation
5
作者 Yadan Han Guangquan Lu +3 位作者 Shichao Zhang Liang Zhang Cuifang Zou Guoqiu Wen 《Tsinghua Science and Technology》 SCIE EI CAS CSCD 2024年第5期1554-1565,共12页
Knowledge representation learning(KRL)aims to encode entities and relationships in various knowledge graphs into low-dimensional continuous vectors.It is popularly used in knowledge graph completion(or link prediction... Knowledge representation learning(KRL)aims to encode entities and relationships in various knowledge graphs into low-dimensional continuous vectors.It is popularly used in knowledge graph completion(or link prediction)tasks.Translation-based knowledge representation learning methods perform well in knowledge graph completion(KGC).However,the translation principles adopted by these methods are too strict and cannot model complex entities and relationships(i.e.,N-1,1-N,and N-N)well.Besides,these traditional translation principles are primarily used in static knowledge graphs and overlook the temporal properties of triplet facts.Therefore,we propose a temporal knowledge graph embedding model based on variable translation(TKGE-VT).The model proposes a new variable translation principle,which enables flexible transformation between entities and relationship embedding.Meanwhile,this paper considers the temporal properties of both entities and relationships and applies the proposed principle of variable translation to temporal knowledge graphs.We conduct link prediction and triplet classification experiments on four benchmark datasets:WN11,WN18,FB13,and FB15K.Our model outperforms baseline models on multiple evaluation metrics according to the experimental results. 展开更多
关键词 knowledge graph knowledge graph completion variable translation temporal properties link prediction triplet classification
原文传递
Coupling Relation Strength with Graph Convolutional Networks for Knowledge Graph Completion
6
作者 Mingshao Xu Hang Li Zhi Hu 《IJLAI Transactions on Science and Engineering》 2024年第3期9-18,共10页
In the link prediction task of knowledge graph completion,Graph Neural Network(GNN)-based knowledge graph completion models have been shown by previous studies to produce large improvements in prediction results.Howev... In the link prediction task of knowledge graph completion,Graph Neural Network(GNN)-based knowledge graph completion models have been shown by previous studies to produce large improvements in prediction results.However,many of the previous efforts were limited to aggregating the information given by neighboring nodes and did not take advantage of the information provided by the edges represented by relations.To address the problem,Coupling Relation Strength with Graph Convolutional Networks(RS-GCN)is proposed,which is a model with an encoder-decoder framework to realize the embedding of entities and relations in the vector space.On the encoder side,RS-GCN captures graph structure and neighborhood information while aggregating the information given by neighboring nodes.On the decoder side,RotatE is utilized to model and infer various relational patterns.The models are evaluated on standard FB15k,WN18,FB15k-237 and WN18RR datasets,and the experiments show that RS-GCN achieves better results than the current state-of-the-art classical models on the above knowledge graph datasets. 展开更多
关键词 knowledge graph Completion graph Convolutional Networks Relation strength Link prediction
原文传递
ConvMS:Improving Convolutional Knowledge Graph Embeddings via Integrating Information of Multiple Subspaces
7
作者 Yanhong Li Housheng Su 《Guidance, Navigation and Control》 2023年第1期1-20,共20页
Knowledge graphs are involved in more and more applications to further improve intelligence.Owing to the inherent incompleteness of knowledge graphs resulted from data updating and missing,a number of knowledge graph ... Knowledge graphs are involved in more and more applications to further improve intelligence.Owing to the inherent incompleteness of knowledge graphs resulted from data updating and missing,a number of knowledge graph completion models are proposed in succession.To obtain better performance,many methods are of high complexity,making it time-consuming for training and inference.This paper proposes a simple but e®ective model using only shallow neural networks,which combines enhanced feature interaction and multi-subspace information integration.In the enhanced feature interaction module,entity and relation embeddings are almost peer-to-peer interacted via multi-channel 2D convolution.In the multi-subspace information integration module,entity and relation embeddings are projected to multiple subspaces to extract multi-view information to further boost performance.Extensive experiments on widely used datasets show that the proposed model outperforms a series of strong baselines.And ablation studies demonstrate the e®ectiveness of each submodule in the model. 展开更多
关键词 knowledge graph completion multi-channel 2D convolution multiple subspaces
原文传递
Inductive Relation Prediction by Disentangled Subgraph Structure
8
作者 Guiduo Duan Rui Guo +2 位作者 Wenlong Luo Guangchun Luo Tianxi Huang 《Tsinghua Science and Technology》 SCIE EI CAS CSCD 2024年第5期1566-1579,共14页
Currently,most existing inductive relation prediction approaches are based on subgraph structures,with subgraph features extracted using graph neural networks to predict relations.However,subgraphs may contain disconn... Currently,most existing inductive relation prediction approaches are based on subgraph structures,with subgraph features extracted using graph neural networks to predict relations.However,subgraphs may contain disconnected regions,which usually represent different semantic ranges.Because not all semantic information about the regions is helpful in relation prediction,we propose a relation prediction model based on a disentangled subgraph structure and implement a feature updating approach based on relevant semantic aggregation.To indirectly achieve the disentangled subgraph structure from a semantic perspective,the mapping of entity features into different semantic spaces and the aggregation of related semantics on each semantic space are updated.The disentangled model can focus on features having higher semantic relevance in the prediction,thus addressing a problem with existing approaches,which ignore the semantic differences in different subgraph structures.Furthermore,using a gated recurrent neural network,this model enhances the features of entities by sorting them by distance and extracting the path information in the subgraphs.Experimentally,it is shown that when there are numerous disconnected regions in the subgraph,our model outperforms existing mainstream models in terms of both Area Under the Curve-Precision-Recall(AUC-PR)and Hits@10.Experiments prove that semantic differences in the knowledge graph can be effectively distinguished and verify the effectiveness of this method. 展开更多
关键词 disentangled subgraph structure knowledge graph completion Gated Recurrent Unit(GRU) feature updating
原文传递
LGHAE: Local and Global Hyper-relation Aggregation Embedding for Link Prediction
9
作者 Peikai Yuan Zhenheng Qi +1 位作者 Hui Sun Chao Liu 《国际计算机前沿大会会议论文集》 EI 2023年第2期364-378,共15页
The Knowledge Graph(KGs)have profoundly impacted many researchfields.However,there is a problem of low data integrity in KGs.The binary-relational knowledge graph is more common in KGs but is limited by less informatio... The Knowledge Graph(KGs)have profoundly impacted many researchfields.However,there is a problem of low data integrity in KGs.The binary-relational knowledge graph is more common in KGs but is limited by less information.It often has less content to use when predicting missing entities(relations).The hyper-relational knowledge graph is another form of KGs,which introduces much additional information(qualifiers)based on the main triple.The hyper-relational knowledge graph can effectively improve the accuracy of pre-dicting missing entities(relations).The existing hyper-relational link prediction methods only consider the overall perspective when dealing with qualifiers and calculate the score function by combining the qualifiers with the main triple.How-ever,these methods overlook the inherent characteristics of entities and relations.This paper proposes a novel Local and Global Hyper-relation Aggregation Embed-ding for Link Prediction(LGHAE).LGHAE can capture the semantic features of hyper-relational data from local and global perspectives.To fully utilize local and global features,Hyper-InteractE,as a new decoder,is designed to predict missing entities to fully utilize local and global features.We validated the feasibility of LGHAE by comparing it with state-of-the-art models on public datasets. 展开更多
关键词 knowledge graph Hyper-relation Link Prediction knowledge graph Completion
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部