#
knowledge-graph-embeddings
Here are
32 public repositories
matching this topic...
Updated
Jun 23, 2020
Python
Implementations of Embedding-based methods for Knowledge Base Completion tasks
Updated
Feb 23, 2018
Python
Updated
Oct 11, 2018
Python
A knowledge graph and a set of tools for drug repurposing
Updated
Jun 15, 2020
Jupyter Notebook
A Novel Embedding Model for Knowledge Base Completion Based on Convolutional Neural Network (NAACL 2018) (In Pytorch and Tensorflow)
Updated
Jun 25, 2020
Python
A Capsule Network-based Embedding Model for Knowledge Graph Completion and Search Personalization (NAACL 2019)
Updated
May 17, 2020
Python
SimplE Embedding for Link Prediction in Knowledge Graphs
Updated
Feb 11, 2020
Python
WWW 2018: CESI: Canonicalizing Open Knowledge Bases using Embeddings and Side Information
Updated
Sep 26, 2019
Python
Code of the paper: Cross-lingual Knowledge Graph Alignment via Graph Convolutional Networks.
Updated
Aug 13, 2019
Python
A Python library for learning and evaluating knowledge graph embeddings
Updated
Jun 26, 2020
Python
Source code and datasets of EMNLP2018 paper: "Differentiating Concepts and Instances for Knowledge Graph Embedding".
STransE: a novel embedding model of entities and relationships in knowledge bases (NAACL 2016)
The code of paper Learning Hierarchy-Aware Knowledge Graph Embeddings for Link Prediction. Zhanqiu Zhang, Jianyu Cai, Yongdong Zhang, Jie Wang. AAAI 2020.
Updated
Jun 13, 2020
Python
AAAI 2020 - InteractE: Improving Convolution-based Knowledge Graph Embeddings by Increasing Feature Interactions
Updated
May 19, 2020
Python
A computational library for learning and evaluating biological knowledge graph embeddings
Updated
Mar 15, 2020
Jupyter Notebook
Transformer-based Relational Memory for Knowledge Graph Embeddings (ACL 2020) (in Pytorch and Tensorflow)
Updated
Jun 22, 2020
Python
Source code and datasets for EMNLP 2019 paper: Jointly Learning Entity and Relation Representations for Entity Alignment.
Updated
May 20, 2020
Python
Generation and Applications of Knowledge Graphs in Systems and Networks Biology
Implementation of TransE model in PyTorch.
Updated
Jan 28, 2020
Python
Python implementation of "Data-dependent Learning of Symmetric/Antisymmetric Relations for Knowledge Base Completion [Manabe+. 2018]"
Updated
Feb 25, 2018
Python
DeepPath - A Deep Reinforcement Learning Method for Knowledge Graph Reasoning using TensorForce
Updated
May 8, 2018
Python
A collection of papers, codes, projects, tutorials ... for Knowledge Graph and other NLP methods
Results from the reproducibility and benchmarking studies presented in "Bringing Light Into the Dark: A Large-scale Evaluation of Knowledge Graph Embedding Models Under a Unified Framework" (
http://arxiv.org/abs/2006.13365 )
Updated
Jun 25, 2020
Python
A literature review for constructing and using knowledge graphs in a biomedical setting.
Updated
May 22, 2020
HTML
Combining Image Recognition with Knowledge Graph Embedding for Learning Semantic Attribute of Images
Updated
May 13, 2019
Python
EMNLP 2018: HyTE: Hyperplane-based Temporally aware Knowledge Graph Embedding
Updated
Jan 15, 2019
Python
Simple-Question Answering based on Knowledge Graph Embeddings
Updated
Dec 26, 2019
Python
Knowledge graph completion with low-rank factorized bilinear pooling.
Updated
Jun 25, 2020
Python
Improve this page
Add a description, image, and links to the
knowledge-graph-embeddings
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
knowledge-graph-embeddings
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
一句话总结:
针对abstractive text summarization task的seq2seq模型有两个缺点:重现的细节不准确,经常重复自己。
这篇文章我们提出一个框架来增强seq2seq, in two orthogonal ways。首先提出一个a hybrid pointer-generator network将source text里的word准确pointing到结果中去,并能通过generator保持产生novel words的能力。第二点,使用coverage来减少repitiion的情况。
资源: