paper-with-me

Papers

Fast Linear Model for Knowledge Graph Embeddings

2017-10-30 · Armand Joulin, Edouard Grave, Piotr Bojanowski, Maximilian Nickel, Tomas Mikolov

This paper shows that a simple baseline based on a Bag-of-Words (BoW) representation learns surprisingly good knowledge graph embeddings. By casting knowledge base completion and question answering as supervised classification problems, we observe that modeling co-occurences of entities and relations leads to state-of-the-art performance with a training time of a few minutes using the open sourced library fastText.

📄 PDF Abstract BibTeX arXiv:1710.10881

Code (1)

facebookresearch/fastText 공식 구현

Tasks

General ClassificationKnowledge Base CompletionKnowledge Graph EmbeddingsmodelQuestion Answering

Methods 이 논문이 사용한 방법론

fastText fastText embeddings exploit subword information to construct word embeddings. Representations are learnt of character $n$-grams, and words represented as the sum of the…

Similar Papers 제목 키워드 기반

A Physical Embedding Model for Knowledge Graphs

2020-01-21 · Caglar Demir, Axel-Cyrille Ngonga Ngomo

Knowledge graph embedding methods learn continuous vector representations for entities in knowledge graphs and have been used successfully in a large number of applications. We present a novel and scalable paradigm for t…

Graph EmbeddingKnowledge Graph EmbeddingKnowledge Graph EmbeddingsKnowledge Graphs+2

Fast and scalable learning of neuro-symbolic representations of biomedical knowledge

2018-04-30 · Asan Agibetov, Matthias Samwald

In this work we address the problem of fast and scalable learning of neuro-symbolic representations for general biological knowledge. Based on a recently published comprehensive biological knowledge graph (Alshahrani, 20…

Entity EmbeddingsLink PredictionRepresentation Learning

Transformation of Node to Knowledge Graph Embeddings for Faster Link Prediction in Social Networks

2021-11-17 · Archit Parnami, Mayuri Deshpande, Anant Kumar Mishra, Minwoo Lee

Recent advances in neural networks have solved common graph problems such as link prediction, node classification, node clustering, node recommendation by developing embeddings of entities and relations into vector space…

Knowledge Graph EmbeddingsLink PredictionNode ClassificationNode Clustering

Revisiting FastMap: New Applications

2025-03-14 · Ang Li

FastMap was first introduced in the Data Mining community for generating Euclidean embeddings of complex objects. In this dissertation, we first present FastMap to generate Euclidean embeddings of graphs in near-linear t…

Community Detection

TaCE: Time-aware Convolutional Embedding Learning for Temporal Knowledge Graph Completion

2021-09-29 · Jin Luo, Hong Shen, YanFeng Hu, Chen Peng

Temporal knowledge graph completion (TKGC) is a challenging task to infer the missing component for quadruples. The key challenge lies at how to integrate time information into the embeddings of entities and relations. R…

Knowledge Graph CompletionKnowledge GraphsTemporal Knowledge Graph Completion