Knowledge Graph Embedding in E-commerce Applications: Attentive
Reasoning, Explanations, and Transferable Rules
- URL: http://arxiv.org/abs/2112.08589v1
- Date: Thu, 16 Dec 2021 03:26:36 GMT
- Title: Knowledge Graph Embedding in E-commerce Applications: Attentive
Reasoning, Explanations, and Transferable Rules
- Authors: Wen Zhang, Shumin Deng, Mingyang Chen, Liang Wang, Qiang Chen, Feiyu
Xiong, Xiangwen Liu, Huajun Chen
- Abstract summary: Reasoning tasks such as link prediction and rule induction are important for the development of Knowledge Graphs.
Knowledge Graph Embeddings (KGEs) embedding entities and relations of a KG into continuous vector spaces are proven to be efficient and robust.
But the plausibility and feasibility of applying and deploying KGEs in real-work applications has not been well-explored.
- Score: 18.63983271518707
- License: http://arxiv.org/licenses/nonexclusive-distrib/1.0/
- Abstract: Knowledge Graphs (KGs), representing facts as triples, have been widely
adopted in many applications. Reasoning tasks such as link prediction and rule
induction are important for the development of KGs. Knowledge Graph Embeddings
(KGEs) embedding entities and relations of a KG into continuous vector spaces,
have been proposed for these reasoning tasks and proven to be efficient and
robust. But the plausibility and feasibility of applying and deploying KGEs in
real-work applications has not been well-explored. In this paper, we discuss
and report our experiences of deploying KGEs in a real domain application:
e-commerce. We first identity three important desiderata for e-commerce KG
systems: 1) attentive reasoning, reasoning over a few target relations of more
concerns instead of all; 2) explanation, providing explanations for a
prediction to help both users and business operators understand why the
prediction is made; 3) transferable rules, generating reusable rules to
accelerate the deployment of a KG to new systems. While non existing KGE could
meet all these desiderata, we propose a novel one, an explainable knowledge
graph attention network that make prediction through modeling correlations
between triples rather than purely relying on its head entity, relation and
tail entity embeddings. It could automatically selects attentive triples for
prediction and records the contribution of them at the same time, from which
explanations could be easily provided and transferable rules could be
efficiently produced. We empirically show that our method is capable of meeting
all three desiderata in our e-commerce application and outperform typical
baselines on datasets from real domain applications.
Related papers
- A Prompt-Based Knowledge Graph Foundation Model for Universal In-Context Reasoning [17.676185326247946]
We propose a prompt-based KG foundation model via in-context learning, namely KG-ICL, to achieve a universal reasoning ability.
To encode prompt graphs with the generalization ability to unseen entities and relations in queries, we first propose a unified tokenizer.
Then, we propose two message passing neural networks to perform prompt encoding and KG reasoning, respectively.
arXiv Detail & Related papers (2024-10-16T06:47:18Z) - A Pluggable Common Sense-Enhanced Framework for Knowledge Graph Completion [9.686794547679076]
We propose a pluggable common sense-enhanced KGC framework that incorporates both fact and common sense for KGC.
This framework is adaptable to different KGs based on their entity concept richness and has the capability to automatically generate explicit or implicit common sense.
Our approach can be integrated as a pluggable module for many knowledge graph embedding (KGE) models.
arXiv Detail & Related papers (2024-10-06T14:06:12Z) - ChatRule: Mining Logical Rules with Large Language Models for Knowledge
Graph Reasoning [107.61997887260056]
We propose a novel framework, ChatRule, unleashing the power of large language models for mining logical rules over knowledge graphs.
Specifically, the framework is initiated with an LLM-based rule generator, leveraging both the semantic and structural information of KGs.
To refine the generated rules, a rule ranking module estimates the rule quality by incorporating facts from existing KGs.
arXiv Detail & Related papers (2023-09-04T11:38:02Z) - CausE: Towards Causal Knowledge Graph Embedding [13.016173217017597]
Knowledge graph embedding (KGE) focuses on representing the entities and relations of a knowledge graph (KG) into the continuous vector spaces.
We build the new paradigm of KGE in the context of causality and embedding disentanglement.
We propose a Causality-enhanced knowledge graph Embedding (CausE) framework.
arXiv Detail & Related papers (2023-07-21T14:25:39Z) - A Survey of Knowledge Graph Reasoning on Graph Types: Static, Dynamic,
and Multimodal [57.8455911689554]
Knowledge graph reasoning (KGR) aims to deduce new facts from existing facts based on mined logic rules underlying knowledge graphs (KGs)
It has been proven to significantly benefit the usage of KGs in many AI applications, such as question answering, recommendation systems, and etc.
arXiv Detail & Related papers (2022-12-12T08:40:04Z) - RulE: Knowledge Graph Reasoning with Rule Embedding [69.31451649090661]
We propose a principled framework called textbfRulE (stands for Rule Embedding) to leverage logical rules to enhance KG reasoning.
RulE learns rule embeddings from existing triplets and first-order rules by jointly representing textbfentities, textbfrelations and textbflogical rules in a unified embedding space.
Results on multiple benchmarks reveal that our model outperforms the majority of existing embedding-based and rule-based approaches.
arXiv Detail & Related papers (2022-10-24T06:47:13Z) - Explainable Sparse Knowledge Graph Completion via High-order Graph
Reasoning Network [111.67744771462873]
This paper proposes a novel explainable model for sparse Knowledge Graphs (KGs)
It combines high-order reasoning into a graph convolutional network, namely HoGRN.
It can not only improve the generalization ability to mitigate the information insufficiency issue but also provide interpretability.
arXiv Detail & Related papers (2022-07-14T10:16:56Z) - ExpressivE: A Spatio-Functional Embedding For Knowledge Graph Completion [78.8942067357231]
ExpressivE embeds pairs of entities as points and relations as hyper-parallelograms in the virtual triple space.
We show that ExpressivE is competitive with state-of-the-art KGEs and even significantly outperforms them on W18RR.
arXiv Detail & Related papers (2022-06-08T23:34:39Z) - EngineKGI: Closed-Loop Knowledge Graph Inference [37.15381932994768]
EngineKGI is a novel closed-loop KG inference framework.
It combines KGE and rule learning to complement each other in a closed-loop pattern.
Our model outperforms other baselines on link prediction tasks.
arXiv Detail & Related papers (2021-12-02T08:02:59Z) - RelWalk A Latent Variable Model Approach to Knowledge Graph Embedding [50.010601631982425]
This paper extends the random walk model (Arora et al., 2016a) of word embeddings to Knowledge Graph Embeddings (KGEs)
We derive a scoring function that evaluates the strength of a relation R between two entities h (head) and t (tail)
We propose a learning objective motivated by the theoretical analysis to learn KGEs from a given knowledge graph.
arXiv Detail & Related papers (2021-01-25T13:31:29Z) - Self-Supervised Hyperboloid Representations from Logical Queries over
Knowledge Graphs [18.92547855877845]
Knowledge Graphs (KGs) are ubiquitous structures for information storage in several real-world applications such as web search, e-commerce, social networks, and biology.
We formulate representation learning as a self-supervised logical query reasoning problem that utilizes translation, intersection and union queries over KGs.
We propose Hyperboloid Embeddings (HypE), a novel self-supervised dynamic reasoning framework, that utilizes positive first-order existential queries on a KG to learn representations of its entities and relations as hyperboloids in a Poincar'e ball.
arXiv Detail & Related papers (2020-12-23T23:19:00Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.