Journal Article10.1109/tkde.2023.3310149
Integrating Entity Attributes for Error-Aware Knowledge Graph Embedding
Qinggang Zhang,Junnan Dong,Qiaoyu Tan,Xiao Huang +3 more
13
TL;DR: Integrating entity attributes for error-aware knowledge graph embedding effectively reduces errors in knowledge graphs, improving the performance of downstream applications.
read more
Abstract: Knowledge graphs (KGs) can structurally organize large-scale information in the form of triples and significantly support many real-world applications. While most KG embedding algorithms hold the assumption that all triples are correct, considerable errors were inevitably injected during the construction process. It is urgent to develop effective error-aware KG embedding, since errors in KGs would lead to significant performance degradation in downstream applications. To this end, we propose a novel framework named Attributed Error-aware Knowledge Embedding (AEKE). It leverages the semantics contained in entity attributes to guide the KG embedding model learning against the impact of erroneous triples. We design two triple-level hypergraphs to model the topological structures of the KG and its attributes, respectively. The confidence score of each triple is jointly calculated based on self-contradictory within the triple, consistency between local and global structures, and homogeneity between structures and attributes. We leverage confidence scores to adaptively update the weighted aggregation in the multi-view graph learning framework and margin loss in KG embedding, such that potential errors will contribute little to KG learning. Experiments on three real-world KGs demonstrate that AEKE outperforms state-of-the-art KG embedding and error detection algorithms.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
KnowGPT: Black-Box Knowledge Injection for Large Language Models
Qinggang Zhang,Junnan Dong,Hao Chen,Xiao Huang,Daochen Zha,Zailiang Yu +5 more
TL;DR: This work introduces KnowGPT, a black-box knowledge injection framework for LLMs in question answering that leverages deep reinforcement learning to extract relevant knowledge from Knowledge Graphs and uses Multi-Armed Bandit to construct the most suitable prompt for each question.
Detecting Anomalies in Attributed Networks through Sparse Canonical Correlation Analysis combined with Random Masking and Padding
Wasim Hyder Khan,Mohammad Ishrat,Ahmad Neyaz Khan,Mohammad Arif,Anwar Ahamed Shaikh,Mousa Mohammed Khubrani,Shadab Alam,Mohammed Shuaib,Rajan John +8 more
TL;DR: A novel methodology for anomaly detection in attributed networks using sparse canonical correlation analysis combined with random masking and padding. This approach effectively addresses high-dimensional data and sparsity challenges, improving interpretability and reducing overfitting.
4
Residual-enhanced graph convolutional networks with hypersphere mapping for anomaly detection in attributed networks
Wasim Khan,Afsaruddin Mohd,Mohammad Suaib,Mohammad Ishrat,Anwar Ahamed Shaikh,Syed Mohd Faisal +5 more
4
ProMvSD: Towards unsupervised knowledge graph anomaly detection via prior knowledge integration and multi-view semantic-driven estimation
Yunfeng Zhou,Cui Zhu,Wenjun Zhu +2 more
TL;DR: This paper proposes ProMvSD, an unsupervised anomaly detection framework for knowledge graphs, leveraging prior knowledge integration and multi-view semantic-driven estimation to detect erroneous triples with high accuracy, outperforming state-of-the-art baselines.
3
Enhancing Error Detection on Medical Knowledge Graphs via Intrinsic Label
Guangya Yu,Qi Ye,Tong Ruan +2 more
TL;DR: This study proposes EMKGEL, an approach to enhance error detection on medical knowledge graphs via intrinsic labeling, leveraging graph attention networks and confidence scores to improve precision by 0.7-6.1% on three MKG datasets.
1
References
Momentum Contrast for Unsupervised Visual Representation Learning
Kaiming He,Haoqi Fan,Yuxin Wu,Saining Xie,Ross Girshick +4 more
- 14 Jun 2020
TL;DR: This article proposed Momentum Contrast (MoCo) for unsupervised visual representation learning, which enables building a large and consistent dictionary on-the-fly that facilitates contrastive learning.
•Posted Content
Momentum Contrast for Unsupervised Visual Representation Learning
TL;DR: This article proposed Momentum Contrast (MoCo) for unsupervised visual representation learning, which enables building a large and consistent dictionary on-the-fly that facilitates contrastive learning.
7.9K
Dimensionality Reduction by Learning an Invariant Mapping
Raia Hadsell,Sumit Chopra,Yann LeCun +2 more
- 17 Jun 2006
TL;DR: This work presents a method - called Dimensionality Reduction by Learning an Invariant Mapping (DrLIM) - for learning a globally coherent nonlinear function that maps the data evenly to the output manifold.
Modeling Relational Data with Graph Convolutional Networks
Michael Sejr Schlichtkrull,Thomas Kipf,Peter Bloem,Rianne van den Berg,Ivan Titov,Ivan Titov,Max Welling,Max Welling +7 more
- 03 Jun 2018
TL;DR: It is shown that factorization models for link prediction such as DistMult can be significantly improved through the use of an R-GCN encoder model to accumulate evidence over multiple inference steps in the graph, demonstrating a large improvement of 29.8% on FB15k-237 over a decoder-only baseline.
•Proceedings Article
Knowledge graph embedding by translating on hyperplanes
Zhen Wang,Jianwen Zhang,Jianlin Feng,Zheng Chen +3 more
- 27 Jul 2014
TL;DR: This paper proposes TransH which models a relation as a hyperplane together with a translation operation on it and can well preserve the above mapping properties of relations with almost the same model complexity of TransE.