paper-with-me

Papers

Pykg2vec: A Python Library for Knowledge Graph Embedding

2019-06-04 · Shih Yuan Yu, Sujit Rokka Chhetri, Arquimedes Canedo, Palash Goyal, Mohammad Abdullah Al Faruque

Python library for knowledge graph embedding and representation learning.

📄 PDF Abstract BibTeX arXiv:1906.04239

Code (1)

Sujit-O/pykg2vec 공식 구현 tf

Tasks

Graph EmbeddingKnowledge Graph EmbeddingRepresentation Learning

Similar Papers 제목 키워드 기반

$μ\text{KG}$: A Library for Multi-source Knowledge Graph Embeddings and Applications

2022-07-23 · Xindi Luo, Zequn Sun, Wei Hu

This paper presents $\mu\text{KG}$, an open-source Python library for representation learning over knowledge graphs. $\mu\text{KG}$ supports joint representation learning over multi-source knowledge graphs (and also a si…

Entity AlignmentEntity TypingGPUGraph Embedding+7

NeuralKG: An Open Source Library for Diverse Representation Learning of Knowledge Graphs

2022-02-25 · Wen Zhang, Xiangnan Chen, Zhen Yao, Mingyang Chen 외

NeuralKG is an open-source Python-based library for diverse representation learning of knowledge graphs. It implements three different series of Knowledge Graph Embedding (KGE) methods, including conventional KGEs, GNN-b…

Graph EmbeddingKnowledge Graph EmbeddingKnowledge GraphsLink Prediction+1

PyKEEN 1.0: A Python Library for Training and Evaluating Knowledge Graph Embeddings

2020-07-28 · Mehdi Ali, Max Berrendorf, Charles Tapley Hoyt, Laurent Vermue 외

Recently, knowledge graph embeddings (KGEs) received significant attention, and several software libraries have been developed for training and evaluating KGEs. While each of them addresses specific needs, we re-designed…

Graph EmbeddingKnowledge Graph EmbeddingKnowledge Graph EmbeddingsLink Prediction

LibKGE - A knowledge graph embedding library for reproducible research

2020-10-01 · EMNLP 2020 11 · Samuel Broscheit, Daniel Ruffinelli, Adrian Kochsiek, Patrick Betz 외

LibKGE ( https://github.com/uma-pi1/kge ) is an open-source PyTorch-based library for training, hyperparameter optimization, and evaluation of knowledge graph embedding models for link prediction. The key goals of LibKGE…

Graph EmbeddingHyperparameter OptimizationKnowledge Graph EmbeddingLink Prediction

A Library for Representing Python Programs as Graphs for Machine Learning

2022-08-15 · David Bieber, Kensen Shi, Petros Maniatis, Charles Sutton 외

Graph representations of programs are commonly a central element of machine learning for code research. We introduce an open source Python library python_graphs that applies static analysis to construct graph representat…