paper-with-me

Papers

DynamicGEM: A Library for Dynamic Graph Embedding Methods

2018-11-26 · Palash Goyal, Sujit Rokka Chhetri, Ninareh Mehrabi, Emilio Ferrara, Arquimedes Canedo

DynamicGEM is an open-source Python library for learning node representations of dynamic graphs. It consists of state-of-the-art algorithms for defining embeddings of nodes whose connections evolve over time. The library also contains the evaluation framework for four downstream tasks on the network: graph reconstruction, static and temporal link prediction, node classification, and temporal visualization. We have implemented various metrics to evaluate the state-of-the-art methods, and examples of evolving networks from various domains. We have easy-to-use functions to call and evaluate the methods and have extensive usage documentation. Furthermore, DynamicGEM provides a template to add new algorithms with ease to facilitate further research on the topic.

📄 PDF Abstract BibTeX arXiv:1811.10734

Code (1)

palash1992/DynamicGEM 공식 구현 tf

Tasks

Dynamic graph embeddingGeneral ClassificationGraph EmbeddingGraph ReconstructionLink PredictionNode Classification

Similar Papers 제목 키워드 기반

Pykg2vec: A Python Library for Knowledge Graph Embedding

2019-06-04 · Shih Yuan Yu, Sujit Rokka Chhetri, Arquimedes Canedo, Palash Goyal 외

Python library for knowledge graph embedding and representation learning.

Graph EmbeddingKnowledge Graph EmbeddingRepresentation Learning

ParaGraphE: A Library for Parallel Knowledge Graph Embedding

2017-03-16 · Xiao-Fan Niu, Wu-Jun Li

Knowledge graph embedding aims at translating the knowledge graph into numerical representations by transforming the entities and relations into continuous low-dimensional vectors. Recently, many methods [1, 5, 3, 2, 6] …

Graph EmbeddingKnowledge Graph EmbeddingKnowledge Graphs

A CSP implementation of the bigraph embedding problem

2014-12-01 · Marino Miculan, Marco Peressotti

A crucial problem for many results and tools about bigraphs and bigraphical reactive systems is bigraph embedding. An embedding is more informative than a bigraph matching, since it keeps track of the correspondence betw…

LambdaKG: A Library for Pre-trained Language Model-Based Knowledge Graph Embeddings

2022-10-01 · Xin Xie, Zhoubo Li, Xiaohan Wang, Zekun Xi 외

Knowledge Graphs (KGs) often have two characteristics: heterogeneous graph structure and text-rich entity/relation information. Text-based KG embeddings can represent entities by encoding descriptions with pre-trained la…

Graph Representation LearningKnowledge Graph CompletionKnowledge Graph EmbeddingsKnowledge Graphs+5

NeuralKG-ind: A Python Library for Inductive Knowledge Graph Representation Learning

2023-04-28 · Wen Zhang, Zhen Yao, Mingyang Chen, Zhiwei Huang 외

Since the dynamic characteristics of knowledge graphs, many inductive knowledge graph representation learning (KGRL) works have been proposed in recent years, focusing on enabling prediction over new entities. NeuralKG-i…

Graph Representation LearningKnowledge GraphsRepresentation Learning