paper-with-me

Papers

Knowlege Graph Embedding by Flexible Translation

2015-05-20 · Jun Feng, Mantong Zhou, Yu Hao, Minlie Huang, Xiaoyan Zhu

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.

📄 PDF Abstract BibTeX arXiv:1505.05253

Code (0)

등록된 구현이 없습니다.

Tasks

General ClassificationGraph EmbeddingKnowledge Graph EmbeddingLink PredictionRelationTranslationTriple Classification

Methods 이 논문이 사용한 방법론

TransE TransE is an energy-based model that produces knowledge base embeddings. It models relationships by interpreting them as translations operating on the low-dimensional…

Similar Papers 제목 키워드 기반

Automated Decision-Making on Networks with LLMs through Knowledge-Guided Evolution

2025-06-17 · Xiaohan Zheng, Lanning Wei, Yong Li, Quanming Yao

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 Generation

TransA: An Adaptive Approach for Knowledge Graph Embedding

2015-09-18 · Han Xiao, Minlie Huang, Yu Hao, Xiaoyan Zhu

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 LearningTranslation

Logic Rules Powered Knowledge Graph Embedding

2019-03-09 · Pengwei Wang, Dejing Dou, Fangzhao Wu, Nisansa de Silva 외

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 Classification

Beyond Weight Tying: Learning Joint Input-Output Embeddings for Neural Machine Translation

2018-08-31 · WS 2018 10 · Nikolaos Pappas, Lesly Miculicich Werlen, James Henderson

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 Embeddings

Embedding Logical Queries on Knowledge Graphs

2018-06-05 · NeurIPS 2018 12 · William L. Hamilton, Payal Bajaj, Marinka Zitnik, Dan Jurafsky 외

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