paper-with-me

Papers

Analogical Inference Enhanced Knowledge Graph Embedding

2023-01-03 · Zhen Yao, Wen Zhang, Mingyang Chen, Yufeng Huang, Yi Yang, Huajun Chen

Knowledge graph embedding (KGE), which maps entities and relations in a knowledge graph into continuous vector spaces, has achieved great success in predicting missing links in knowledge graphs. However, knowledge graphs often contain incomplete triples that are difficult to inductively infer by KGEs. To address this challenge, we resort to analogical inference and propose a novel and general self-supervised framework AnKGE to enhance KGE models with analogical inference capability. We propose an analogical object retriever that retrieves appropriate analogical objects from entity-level, relation-level, and triple-level. And in AnKGE, we train an analogy function for each level of analogical inference with the original element embedding from a well-trained KGE model as input, which outputs the analogical object embedding. In order to combine inductive inference capability from the original KGE model and analogical inference capability enhanced by AnKGE, we interpolate the analogy score with the base model score and introduce the adaptive weights in the score function for prediction. Through extensive experiments on FB15k-237 and WN18RR datasets, we show that AnKGE achieves competitive results on link prediction task and well performs analogical inference.

📄 PDF Abstract BibTeX arXiv:2301.00982

Code (1)

zjukg/ankge 공식 구현 pytorch

Tasks

Graph EmbeddingKnowledge Graph EmbeddingKnowledge GraphsLink Prediction

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Analogical Inference for Multi-Relational Embeddings

2017-05-06 · ICML 2017 8 · Hanxiao Liu, Yuexin Wu, Yiming Yang

Large-scale multi-relational embedding refers to the task of learning the latent representations for entities and relations in large knowledge graphs. An effective and scalable solution for this problem is crucial for th…

Knowledge GraphsLink Prediction

Multimodal Analogical Reasoning over Knowledge Graphs

2022-10-01 · Ningyu Zhang, Lei LI, Xiang Chen, Xiaozhuan Liang 외

Analogical reasoning is fundamental to human cognition and holds an important place in various fields. However, previous studies mainly focus on single-modal analogical reasoning and ignore taking advantage of structure …

Graph EmbeddingKnowledge Graph EmbeddingKnowledge GraphsMultimodal Reasoning

self-prompting analogical reasoning for uav object detection

2025-04-11 · Proceedings of the AAAI Conference on Artificial Intelligence 2025 4 · Nianxin Li, Mao Ye, Lihua Zhou, Song Tang 외

Unmanned Aerial Vehicle Object Detection (UAVOD) presents unique challenges due to varying altitudes, dynamic backgrounds, and the small size of objects. Traditional de- tection methods often struggle with these cha…

graph constructionobject-detectionObject DetectionObject Detection In Aerial Images+1

Learning Analogy-Preserving Sentence Embeddings for Answer Selection

2019-10-11 · CONLL 2019 11 · Aissatou Diallo, Markus Zopf, Johannes Fuernkranz

Answer selection aims at identifying the correct answer for a given question from a set of potentially correct answers. Contrary to previous works, which typically focus on the semantic similarity between a question and …

Answer SelectionQuestion AnsweringSemantic SimilaritySemantic Textual Similarity+2

DeepGAR: Deep Graph Learning for Analogical Reasoning

2022-11-19 · Chen Ling, Tanmoy Chowdhury, Junji Jiang, Junxiang Wang 외

Analogical reasoning is the process of discovering and mapping correspondences from a target subject to a base subject. As the most well-known computational method of analogical reasoning, Structure-Mapping Theory (SMT) …

Graph Learning