paper-with-me

Papers

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

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

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-ind is the first library of inductive KGRL as an important update of NeuralKG library. It includes standardized processes, rich existing methods, decoupled modules, and comprehensive evaluation metrics. With NeuralKG-ind, it is easy for researchers and engineers to reproduce, redevelop, and compare inductive KGRL methods. The library, experimental methodologies, and model re-implementing results of NeuralKG-ind are all publicly released at https://github.com/zjukg/NeuralKG/tree/ind .

📄 PDF Abstract BibTeX arXiv:2304.14678

Code (1)

zjukg/neuralkg 공식 구현 pytorch

Tasks

Graph Representation LearningKnowledge GraphsRepresentation Learning

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

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

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

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…

tegdet: An extensible Python Library for Anomaly Detection using Time-Evolving Graphs

2022-10-17 · Simona Bernardi, José Merseguer, Raúl Javierre

This paper presents a new Python library for anomaly detection in unsupervised learning approaches. The input for the library is a univariate time series representing observations of a given phenomenon. Then, it can iden…

Anomaly DetectionTime SeriesTime Series Analysis

PyGDA: A Python Library for Graph Domain Adaptation

2025-03-13 · Zhen Zhang, Meihan Liu, Bingsheng He

Graph domain adaptation has emerged as a promising approach to facilitate knowledge transfer across different domains. Recently, numerous models have been proposed to enhance their generalization capabilities in this fie…

Domain AdaptationGRAPH DOMAIN ADAPTATIONTransfer Learning