All Projects → AutoML-Research → Interstellar

AutoML-Research / Interstellar

Licence: other
Interstellar: Searching Recurrent Architecture for Knowledge Graph Embedding. NeurIPS 2020.

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Interstellar

WhySoMuch
knowledge graph recommendation
Stars: ✭ 67 (+139.29%)
Mutual labels:  knowledge-graph
bangle-io
A web only WYSIWYG note taking app that saves notes locally in markdown format.
Stars: ✭ 626 (+2135.71%)
Mutual labels:  knowledge-graph
covid-19-community
Community effort to build a Neo4j Knowledge Graph (KG) that links heterogeneous data about COVID-19
Stars: ✭ 95 (+239.29%)
Mutual labels:  knowledge-graph
skywalkR
code for Gogleva et al manuscript
Stars: ✭ 28 (+0%)
Mutual labels:  knowledge-graph
nas-encodings
Encodings for neural architecture search
Stars: ✭ 29 (+3.57%)
Mutual labels:  neural-architecture-search
PathCon
Combining relational context and relational paths for knowledge graph completion
Stars: ✭ 94 (+235.71%)
Mutual labels:  knowledge-graph
ITO
Intelligence Task Ontology (ITO)
Stars: ✭ 37 (+32.14%)
Mutual labels:  knowledge-graph
KNET
Neural Entity Typing with Knowledge Attention
Stars: ✭ 65 (+132.14%)
Mutual labels:  knowledge-graph
Knowledge Graph based Intent Network
Learning Intents behind Interactions with Knowledge Graph for Recommendation, WWW2021
Stars: ✭ 116 (+314.29%)
Mutual labels:  knowledge-graph
HyperKA
Knowledge Association with Hyperbolic Knowledge Graph Embeddings, EMNLP 2020
Stars: ✭ 27 (-3.57%)
Mutual labels:  knowledge-graph
Metagraph
Metagraph是一款知识创作分享工具,不同于以往的知识创作平台,Metagraph提供了强大的内容关联能力。
Stars: ✭ 18 (-35.71%)
Mutual labels:  knowledge-graph
KGMiner
Knowledge Graph Miner
Stars: ✭ 37 (+32.14%)
Mutual labels:  knowledge-graph
PheKnowLator
PheKnowLator: Heterogeneous Biomedical Knowledge Graphs and Benchmarks Constructed Under Alternative Semantic Models
Stars: ✭ 74 (+164.29%)
Mutual labels:  knowledge-graph
koza
Data transformation framework for LinkML data models
Stars: ✭ 21 (-25%)
Mutual labels:  knowledge-graph
knowledge-graph-nlp-in-action
从模型训练到部署,实战知识图谱(Knowledge Graph)&自然语言处理(NLP)。涉及 Tensorflow, Bert+Bi-LSTM+CRF,Neo4j等 涵盖 Named Entity Recognition,Text Classify,Information Extraction,Relation Extraction 等任务。
Stars: ✭ 58 (+107.14%)
Mutual labels:  knowledge-graph
AutoSF
Y. Zhang, Q. Yao, J. Kwok. Bilinear Scoring Function Search for Knowledge Graph Learning. TPAMI 2022
Stars: ✭ 51 (+82.14%)
Mutual labels:  knowledge-graph
ViPNAS
The official repo for CVPR2021——ViPNAS: Efficient Video Pose Estimation via Neural Architecture Search.
Stars: ✭ 32 (+14.29%)
Mutual labels:  neural-architecture-search
LME
Neural Entity Typing with Language Model Enhancement
Stars: ✭ 21 (-25%)
Mutual labels:  knowledge-graph
DataReused
Get Data Reused
Stars: ✭ 22 (-21.43%)
Mutual labels:  knowledge-graph
ke-dialogue
KE-Dialogue: Injecting knowledge graph into a fully end-to-end dialogue system.
Stars: ✭ 39 (+39.29%)
Mutual labels:  knowledge-graph

Interstellar

The code for our paper "Interstellar: Searching Recurrent Architecture for Knowledge Graph Embedding" in NeurIPS 2020.

Instructions

For the sake of ease, a quick instruction is given for readers to reproduce the searching process. Note that the programs are tested on Linux (Red Hat 4.8.5-39), Python 3.7.6 from Anaconda 4.8.5.

For data packages, please unpack the data.zip file.

Install required packages

pip install -r requirements

Interstellar searching on entity alignment

python -W ignore train_align.py

Interstellar searching on link prediction

python -W ignore train_link.py

For reproducing the results in our tables, please refer to the configurations in "run.sh". Feel free to change the architectures and hyper-parameters for your customized evaluations.

bash run.sh
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].