paper-with-me

홈 › Papers

Combination of Unified Embedding Model and Observed Features for Knowledge Graph Completion

2019-09-09 · Takuma Ebisu, Ryutaro Ichise

Knowledge graphs are useful for many artificial intelligence tasks but often have missing data. Hence, a method for completing knowledge graphs is required. Existing approaches include embedding models, the Path Ranking Algorithm, and rule evaluation models. However, these approaches have limitations. For example, all the information is mixed and difficult to interpret in embedding models, and traditional rule evaluation models are basically slow. In this paper, we provide an integrated view of various approaches and combine them to compensate for their limitations. We first unify state-of-the-art embedding models, such as ComplEx and TorusE, reinterpreting them as a variant of translation-based models. Then, we show that these models utilize paths for link prediction and propose a method for evaluating rules based on this idea. Finally, we combine an embedding model and observed feature models to predict missing triples. This is possible because all of these models utilize paths. We also conduct experiments, including link prediction tasks, with standard datasets to evaluate our method and framework. The experiments show that our method can evaluate rules faster than traditional methods and that our framework outperforms state-of-the-art models in terms of link prediction.

📄 PDF Abstract BibTeX arXiv:1909.03821

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graph CompletionKnowledge GraphsLink PredictionPredictionTranslation

Similar Papers 제목 키워드 기반

UniMoCo: Unified Modality Completion for Robust Multi-Modal Embeddings

2025-05-17 · Jiajun Qin, Yuan Pu, Zhuolun He, Seunggeun Kim 외

Current research has explored vision-language models for multi-modal embedding tasks, such as information retrieval, visual grounding, and classification. However, real-world scenarios often involve diverse modality comb…

Image to textInformation RetrievalModality completionVisual Grounding

Towards Unified Music Emotion Recognition across Dimensional and Categorical Models

2025-02-06 · Jaeyong Kang, Dorien Herremans

One of the most significant challenges in Music Emotion Recognition (MER) comes from the fact that emotion labels can be heterogeneous across datasets with regard to the emotion representation, including categorical (e.g…

Emotion RecognitionKnowledge DistillationMusic Emotion Recognition

Towards a Unified Paradigm: Integrating Recommendation Systems as a New Language in Large Models

2024-12-22 · Kai Zheng, Qingfeng Sun, Can Xu, Peng Yu 외

This paper explores the use of Large Language Models (LLMs) for sequential recommendation, which predicts users' future interactions based on their past behavior. We introduce a new concept, "Integrating Recommendation S…

Language ModelingLanguage ModellingRecommendation SystemsSequential Recommendation

Incorporating Dense Knowledge Alignment into Unified Multimodal Representation Models

2025-01-01 · CVPR 2025 1 · Yuhao Cui, Xinxing Zu, Wenhua Zhang, Zhongzhou Zhao 외

Leveraging Large Language Models (LLMs) for text representation has achieved significant success, but the exploration of using Multimodal LLMs (MLLMs) for multimodal representation remains limited. Previous MLLM-base…

Contrastive LearningCross-Modal RetrievalRetrieval

Bayes EMbedding (BEM): Refining Representation by Integrating Knowledge Graphs and Behavior-specific Networks

2019-08-28 · Yuting Ye, Xuwu Wang, Jiangchao Yao, Kunyang Jia 외

Low-dimensional embeddings of knowledge graphs and behavior graphs have proved remarkably powerful in varieties of tasks, from predicting unobserved edges between entities to content recommendation. The two types of grap…

General ClassificationGraph EmbeddingKnowledge Graph EmbeddingKnowledge Graphs+3