paper-with-me

홈 › Papers

StarGraph: Knowledge Representation Learning based on Incomplete Two-hop Subgraph

2022-05-27 · Hongzhu Li, Xiangrui Gao, Linhui Feng, Yafeng Deng, Yuhui Yin

Conventional representation learning algorithms for knowledge graphs (KG) map each entity to a unique embedding vector, ignoring the rich information contained in the neighborhood. We propose a method named StarGraph, which gives a novel way to utilize the neighborhood information for large-scale knowledge graphs to obtain entity representations. An incomplete two-hop neighborhood subgraph for each target node is at first generated, then processed by a modified self-attention network to obtain the entity representation, which is used to replace the entity embedding in conventional methods. We achieved SOTA performance on ogbl-wikikg2 and got competitive results on fb15k-237. The experimental results proves that StarGraph is efficient in parameters, and the improvement made on ogbl-wikikg2 demonstrates its great effectiveness of representation learning on large-scale knowledge graphs. The code is now available at \url{https://github.com/hzli-ucas/StarGraph}.

📄 PDF Abstract BibTeX arXiv:2205.14209

Code (2)

hzli-ucas/stargraph 공식 구현 pytorch
hzli-ucas/StarGraph pytorch

Tasks

Entity EmbeddingsKnowledge GraphsRepresentation LearningVocal Bursts Valence Prediction

Similar Papers 제목 키워드 기반

Variational Reasoning over Incomplete Knowledge Graphs for Conversational Recommendation

2022-12-22 · XiaoYu Zhang, Xin Xin, Dongdong Li, Wenxuan Liu 외

Conversational recommender systems (CRSs) often utilize external knowledge graphs (KGs) to introduce rich semantic information and recommend relevant items through natural language dialogues. However, original KGs employ…

Conversational RecommendationKnowledge GraphsRecommendation Systems

Learning Representations of Partial Subgraphs by Subgraph InfoMax

2021-09-29 · Dongkwan Kim, Jiho Jin, Jaimeen Ahn, Alice Oh

Subgraphs are important substructures of graphs, but learning their representations has not been studied well. Particularly, when we have partial subgraphs, existing node- or subgraph-level message-passing is likely to p…

Large-scale Entity Alignment via Knowledge Graph Merging, Partitioning and Embedding

2022-08-23 · Kexuan Xin, Zequn Sun, Wen Hua, Wei Hu 외

Entity alignment is a crucial task in knowledge graph fusion. However, most entity alignment approaches have the scalability problem. Recent methods address this issue by dividing large KGs into small blocks for embeddin…

Entity Alignment

ViSR-KGC: Visual Subgraph Reasoning with Vision-Language Models for Multimodal Knowledge Graph Completion

2026-08-06 · Jiafan Li, Mengxue Yang, Jiaqi Zhu, Liang Chang 외 arxiv

Knowledge graph completion (KGC) aims to infer missing entities or relations from incomplete graph structures, and has evolved into multimodal knowledge graph completion (MMKGC), where entities are associated with multip…

Knowledge Graph CompletionRepresentation LearningMultimodal ReasoningKnowledge Graphs

Improving Question Answering over Incomplete KBs with Knowledge-Aware Reader

2019-05-17 · ACL 2019 7 · Wenhan Xiong, Mo Yu, Shiyu Chang, Xiaoxiao Guo 외

We propose a new end-to-end question answering model, which learns to aggregate answer evidence from an incomplete knowledge base (KB) and a set of retrieved text snippets. Under the assumptions that the structured KB is…

Question Answering