paper-with-me

홈 › Papers

Variational Knowledge Graph Reasoning

2018-03-17 · NAACL 2018 6 · Wenhu Chen, Wenhan Xiong, Xifeng Yan, William Wang

Inferring missing links in knowledge graphs (KG) has attracted a lot of attention from the research community. In this paper, we tackle a practical query answering task involving predicting the relation of a given entity pair. We frame this prediction problem as an inference problem in a probabilistic graphical model and aim at resolving it from a variational inference perspective. In order to model the relation between the query entity pair, we assume that there exists an underlying latent variable (paths connecting two nodes) in the KG, which carries the equivalent semantics of their relations. However, due to the intractability of connections in large KGs, we propose to use variation inference to maximize the evidence lower bound. More specifically, our framework (\textsc{Diva}) is composed of three modules, i.e. a posterior approximator, a prior (path finder), and a likelihood (path reasoner). By using variational inference, we are able to incorporate them closely into a unified architecture and jointly optimize them to perform KG reasoning. With active interactions among these sub-modules, \textsc{Diva} is better at handling noise and coping with more complex reasoning scenarios. In order to evaluate our method, we conduct the experiment of the link prediction task on multiple datasets and achieve state-of-the-art performances on both datasets.

📄 PDF Abstract BibTeX arXiv:1803.06581

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge GraphsLink PredictionRelationVariational Inference

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

Variational Reasoning for Question Answering with Knowledge Graph

2017-09-12 · Yuyu Zhang, Hanjun Dai, Zornitsa Kozareva, Alexander J. Smola 외

Knowledge graph (KG) is known to be helpful for the task of question answering (QA), since it provides well-structured relational information between entities, and allows one to further infer indirect facts. However, it …

Knowledge GraphsQuestion AnsweringTranslation

Neural Probabilistic Logic Learning for Knowledge Graph Reasoning

2024-07-04 · Fengsong Sun, Jinyu Wang, Zhiqing Wei, Xianchao Zhang

Knowledge graph (KG) reasoning is a task that aims to predict unknown facts based on known factual samples. Reasoning methods can be divided into two categories: rule-based methods and KG-embedding based methods. The for…

Knowledge GraphsVariational Inference

Neural Variational Inference For Estimating Uncertainty in Knowledge Graph Embeddings

2019-06-12 · Alexander I. Cowen-Rivers, Pasquale Minervini, Tim Rocktaschel, Matko Bosnjak 외

Recent advances in Neural Variational Inference allowed for a renaissance in latent variable models in a variety of domains involving high-dimensional data. While traditional variational methods derive an analytical appr…

Knowledge Graph EmbeddingsKnowledge GraphsLink PredictionVariational Inference

Learning Event Graph Knowledge for Abductive Reasoning

2021-08-01 · ACL 2021 5 · Li Du, Xiao Ding, Ting Liu, Bing Qin

Abductive reasoning aims at inferring the most plausible explanation for observed events, which would play critical roles in various NLP applications, such as reading comprehension and question answering. To facilitate t…

Question AnsweringReading Comprehension