paper-with-me

Papers

Trustworthy Knowledge Graph Completion Based on Multi-sourced Noisy Data

2022-01-21 · Jiacheng Huang, Yao Zhao, Wei Hu, Zhen Ning, Qijin Chen, Xiaoxia Qiu, Chengfu Huo, Weijun Ren

Knowledge graphs (KGs) have become a valuable asset for many AI applications. Although some KGs contain plenty of facts, they are widely acknowledged as incomplete. To address this issue, many KG completion methods are proposed. Among them, open KG completion methods leverage the Web to find missing facts. However, noisy data collected from diverse sources may damage the completion accuracy. In this paper, we propose a new trustworthy method that exploits facts for a KG based on multi-sourced noisy data and existing facts in the KG. Specifically, we introduce a graph neural network with a holistic scoring function to judge the plausibility of facts with various value types. We design value alignment networks to resolve the heterogeneity between values and map them to entities even outside the KG. Furthermore, we present a truth inference model that incorporates data source qualities into the fact scoring function, and design a semi-supervised learning way to infer the truths from heterogeneous values. We conduct extensive experiments to compare our method with the state-of-the-arts. The results show that our method achieves superior accuracy not only in completing missing facts but also in discovering new facts.

📄 PDF Abstract BibTeX arXiv:2201.08580

Code (1)

nju-websoft/tkgc 공식 구현 pytorch

Tasks

Graph Neural NetworkKnowledge Graph CompletionKnowledge Graphs

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Multi-Sourced, Multi-Agent Evidence Retrieval for Fact-Checking

2026-02-27 · Shuzhi Gong, Richard O. Sinnott, Jianzhong Qi, Cecile Paris 외 arxiv

Misinformation spreading over the Internet poses a significant threat to both societies and individuals, necessitating robust and scalable fact-checking that relies on retrieving accurate and trustworthy evidence. Previo…

Fact Verification

LambdaKG: A Library for Pre-trained Language Model-Based Knowledge Graph Embeddings

2022-10-01 · Xin Xie, Zhoubo Li, Xiaohan Wang, Zekun Xi 외

Knowledge Graphs (KGs) often have two characteristics: heterogeneous graph structure and text-rich entity/relation information. Text-based KG embeddings can represent entities by encoding descriptions with pre-trained la…

Graph Representation LearningKnowledge Graph CompletionKnowledge Graph EmbeddingsKnowledge Graphs+5

Fast Linear Model for Knowledge Graph Embeddings

2017-10-30 · Armand Joulin, Edouard Grave, Piotr Bojanowski, Maximilian Nickel 외

This paper shows that a simple baseline based on a Bag-of-Words (BoW) representation learns surprisingly good knowledge graph embeddings. By casting knowledge base completion and question answering as supervised classifi…

General ClassificationKnowledge Base CompletionKnowledge Graph Embeddingsmodel+1

Mobile Link Prediction: Automated Creation and Crowd-sourced Validation of Knowledge Graphs

2020-06-30 · Mark Christopher Ballandies, Evangelos Pournaras

Building trustworthy knowledge graphs for cyber-physical social systems (CPSS) is a challenge. In particular, current approaches relying on human experts have limited scalability, while automated approaches are often not…

Knowledge GraphsLink Prediction

VeriOS: Query-Driven Proactive Human-Agent-GUI Interaction for Trustworthy OS Agents

2025-09-09 · Zheng Wu, Heyuan Huang, Xingyu Lou, Xiangmou Qu 외 arxiv

With the rapid progress of multimodal large language models, operating system (OS) agents become increasingly capable of automating tasks through on-device graphical user interfaces (GUIs). However, most existing OS agen…