Knowlege Graph Embedding by Flexible Translation
Knowledge graph embedding refers to projecting entities and relations in knowledge graph into continuous vector spaces. State-of-the-art methods, such as TransE, TransH, and TransR build embeddings by treating relation as translation from head entity to tail entity. However, previous models can not deal with reflexive/one-to-many/many-to-one/many-to-many relations properly, or lack of scalability and efficiency. Thus, we propose a novel method, flexible translation, named TransF, to address the above issues. TransF regards relation as translation between head entity vector and tail entity vector with flexible magnitude. To evaluate the proposed model, we conduct link prediction and triple classification on benchmark datasets. Experimental results show that our method remarkably improve the performance compared with several state-of-the-art baselines.
Code (0)
등록된 구현이 없습니다.
Tasks
General ClassificationGraph EmbeddingKnowledge Graph EmbeddingLink PredictionRelationTranslationTriple ClassificationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Automated Decision-Making on Networks with LLMs through Knowledge-Guided Evolution
Effective decision-making on networks often relies on learning from graph-structured data, where Graph Neural Networks (GNNs) play a central role, but they take efforts to configure and tune. In this demo, we propose LLM…
Decision MakingGraph LearningRAGRetrieval-augmented GenerationTransA: An Adaptive Approach for Knowledge Graph Embedding
Knowledge representation is a major topic in AI, and many studies attempt to represent entities and relations of knowledge base in a continuous vector space. Among these attempts, translation-based methods build entity a…
Graph EmbeddingKnowledge Graph EmbeddingMetric LearningTranslationLogic Rules Powered Knowledge Graph Embedding
Large scale knowledge graph embedding has attracted much attention from both academia and industry in the field of Artificial Intelligence. However, most existing methods concentrate solely on fact triples contained in t…
Graph EmbeddingKnowledge Graph EmbeddingLink PredictionTriple ClassificationBeyond Weight Tying: Learning Joint Input-Output Embeddings for Neural Machine Translation
Tying the weights of the target word embeddings with the target word classifiers of neural machine translation models leads to faster training and often to better translation quality. Given the success of this parameter …
DecoderMachine TranslationTranslationWord EmbeddingsEmbedding Logical Queries on Knowledge Graphs
Learning low-dimensional embeddings of knowledge graphs is a powerful approach used to predict unobserved or missing edges between entities. However, an open challenge in this area is developing techniques that can go be…
Complex Query AnsweringKnowledge Graphs