Multi-hop reasoning over knowledge graphs has received plenty of attention from researchers and is being widely applied to facilitate the development of recommender systems, question answering systems, and other information retrieval systems. Existing multi-hop reasoning methods tend to suffer from poor training efficiency as a result of the large search space and have difficulty tackling missing paths during the reasoning process. Accordingly, we propose a sequence-to-sequence model called DT4KGR, in which an encoder–decoder Transformer framework was designed for knowledge graph reasoning. We trained our Transformer model using teacher forcing, so the model processes the entire sequence of reasoning paths in a highly parallel fashion. In this way, faster training speeds are achieved. The model conditions an autoregressive architecture to implement sequence path generation, rather than preceding path exploration, thus performed more robustly to missing paths. We also designed a rule-guided path exploration strategy by combining the local path semantic similarity with the attention mechanism and the global graph information with rule guidance, to sample high-quality training paths for our model. We evaluated DT4KGR through various tasks on seven different real-world datasets. The experimental results reveal DT4KGR achieves better link prediction results compared with the state-of-the-art baseline models while converging 5–8 times faster, especially achieving an approximately 7.8% relative improvement for MRR on NELL-995 dataset. In addition, efficiency studies indicate our model performs better scalability in large-scale knowledge graph environments compared with other methods.
Knowledge graph (KG) fact prediction aims to complete a KG by determining the truthfulness of predicted triples. Reinforcement learning (RL)-based approaches have been widely used for fact prediction. However, the existing approaches largely suffer from unreliable calculations on rule confidences owing to a limited number of obtained reasoning paths, thereby resulting in unreliable decisions on prediction triples. Hence, we propose a new RL-based approach named EvoPath in this study. EvoPath features a new reward mechanism based on entity heterogeneity, facilitating an agent to obtain effective reasoning paths during random walks. EvoPath also incorporates a new postwalking mechanism to leverage easily overlooked but valuable reasoning paths during RL. Both mechanisms provide sufficient reasoning paths to facilitate the reliable calculations of rule confidences, enabling EvoPath to make precise judgments about the truthfulness of prediction triples. Experiments demonstrate that EvoPath can achieve more accurate fact predictions than existing approaches.
User profile plays an important role in analyzing high influencers in the era of big data. For example, the profile can help the political strategists to scrutinize the performance of a candidate or party and overcome their weakness long before election day. In this work, we propose a novel profile construction and application model (PFCA) that aims to discover the overall character of high influencers, and apply PFCA to Donald Trump, one of the most influential people recently, to identify Trump’s comprehensive personalities. We first collect and preprocess profile data from static and dynamic aspects of multi-source data, and then categorize multi-source data topics and emotions. Next, we attempt to construct the profile from four aspects: fundamental characteristic, behavior characteristic, value characteristic and situation characteristic, to explore the correlation among these characteristics. Finally, PFCA is verified by the outcomes of the 2016 and 2020 U.S. presidential elections, and is evaluated by relevant experts, which proves that PFCA is relatively effective and efficient to profile high influencers. Moreover, PFCA can be further applied to related analysis and prediction in the 2024 U.S. presidential election.
In recent years, reasoning over knowledge graphs (KGs) has been widely adapted to empower retrieval systems, recommender systems, and question answering systems, generating a surge in research interest. Recently developed reasoning methods usually suffer from poor performance when applied to incomplete or sparse KGs, due to the lack of evidential paths that can reach target entities. To solve this problem, we propose a hybrid multi-hop reasoning model with reinforcement learning (RL) called SparKGR, which implements dynamic path completion and iterative rule guidance strategies to increase reasoning performance over sparse KGs. Firstly, the model dynamically completes the missing paths using rule guidance to augment the action space for the RL agent; this strategy effectively reduces the sparsity of KGs, thus increasing path search efficiency. Secondly, an iterative optimization of rule induction and fact inference is designed to incorporate global information from KGs to guide the RL agent exploration; this optimization iteratively improves overall training performance. We further evaluated the SparKGR model through different tasks on five real world datasets extracted from Freebase, Wikidata and NELL. The experimental results indicate that SparKGR outperforms state-of-the-art baseline models without losing interpretability.
In recent years, deep learning models have achieved remarkable progress in the prediction and classification tasks of artificial intelligence systems.However, most of the current deep learning models are black box, which means it is not conducive to human cognitive reasoning process.Meanwhile, with the continuous breakthroughs of artificial intelligence in the researches and applications, high-performance complex algorithms, models and systems generally lack the transparency and interpretability of decision making.This makes it difficult to apply the technologies in a wide range of fields requiring strict interpretability, such as national defense, medical care and cyber security.Therefore, the interpretability of artificial intelligence should be integrated into these algorithms and systems in the process of knowledge reasoning.By means of carrying out explicit explainable intelligence reasoning based on discrete symbolic representation and combining technologies in different fields, a behavior explanation mechanism can be formed which is an important way for artificial intelligence to realize data perception to intelligence perception.A comprehensive review of explainable knowledge graph reasoning was given.The concepts of explainable artificial intelligence and knowledge reasoning were introduced briefly.The latest research progress of explainable knowledge graph reasoning methods based on the three paradigms of artificial intelligence was introduced.Specifically, the ideas and improvement process of the algorithms in different scenarios of explainable knowledge graph reasoning were explained in detail.Moreover, the future research direction and the prospect of explainable knowledge graph reasoning were discussed.