All Projects → hyren → Query2box

hyren / Query2box

Licence: mit
Query2box: Reasoning over Knowledge Graphs in Vector Space Using Box Embeddings

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Query2box

Knowledge Graphs
A collection of research on knowledge graphs
Stars: ✭ 845 (+762.24%)
Mutual labels:  knowledge-graph
Stardog.js
Stardog JavaScript Framework for node.js and the browser
Stars: ✭ 57 (-41.84%)
Mutual labels:  knowledge-graph
Kgpolicy
Reinforced Negative Sampling over Knowledge Graph for Recommendation, WWW2020
Stars: ✭ 83 (-15.31%)
Mutual labels:  knowledge-graph
Kg Demo For Movie
从无到有构建一个电影知识图谱,并基于该KG,开发一个简易的KBQA程序。
Stars: ✭ 876 (+793.88%)
Mutual labels:  knowledge-graph
Bbw
Semantic annotator: Matching CSV to a Wikibase instance (e.g., Wikidata) via Meta-lookup
Stars: ✭ 42 (-57.14%)
Mutual labels:  knowledge-graph
Gitjournal
Mobile first Note Taking integrated with Git
Stars: ✭ 1,138 (+1061.22%)
Mutual labels:  knowledge-graph
Contextualise
Contextualise is a simple but effective tool particularly suited for organising information-heavy projects and activities consisting of unstructured and widely diverse data and information resources
Stars: ✭ 899 (+817.35%)
Mutual labels:  knowledge-graph
Scm Biz Suite
供应链中台系统基础版,集成零售管理, 电子商务, 供应链管理, 财务管理, 车队管理, 仓库管理, 人员管理, 产品管理, 订单管理, 会员管理, 连锁店管理, 加盟管理, 前端React/Ant Design, 后端Java Spring+自有开源框架,全面支持MySQL, PostgreSQL, 全面支持国产数据库南大通用GBase 8s,通过REST接口调用,前后端完全分离。
Stars: ✭ 1,310 (+1236.73%)
Mutual labels:  knowledge-graph
Elliot
Comprehensive and Rigorous Framework for Reproducible Recommender Systems Evaluation
Stars: ✭ 49 (-50%)
Mutual labels:  knowledge-graph
Soweego
Link Wikidata items to large catalogs
Stars: ✭ 74 (-24.49%)
Mutual labels:  knowledge-graph
Nlp Knowledge Graph
自然语言处理、知识图谱、对话系统三大技术研究与应用。
Stars: ✭ 908 (+826.53%)
Mutual labels:  knowledge-graph
Vizel
Zettelkasten visualization and stats🤩🗒
Stars: ✭ 33 (-66.33%)
Mutual labels:  knowledge-graph
Daas Start Kit
React/Java 技术栈,代码和数据云端生成,本地部署低代码平台,手写代码和生成代码目录分离,适合专业开发人员开发长期维护的软件。
Stars: ✭ 71 (-27.55%)
Mutual labels:  knowledge-graph
Graphvite
GraphVite: A General and High-performance Graph Embedding System
Stars: ✭ 865 (+782.65%)
Mutual labels:  knowledge-graph
Cesi
WWW 2018: CESI: Canonicalizing Open Knowledge Bases using Embeddings and Side Information
Stars: ✭ 85 (-13.27%)
Mutual labels:  knowledge-graph
Kbqa Bert
基于知识图谱的问答系统,BERT做命名实体识别和句子相似度,分为online和outline模式
Stars: ✭ 846 (+763.27%)
Mutual labels:  knowledge-graph
Tianchi Ruijin
瑞金医院MMC人工智能辅助构建知识图谱大赛-baseline
Stars: ✭ 62 (-36.73%)
Mutual labels:  knowledge-graph
Kglab
Graph-Based Data Science: an abstraction layer in Python for building knowledge graphs, integrated with popular graph libraries – atop Pandas, RDFlib, pySHACL, RAPIDS, NetworkX, iGraph, PyVis, pslpython, pyarrow, etc.
Stars: ✭ 98 (+0%)
Mutual labels:  knowledge-graph
Zkviz
Zettel Network Visualizer
Stars: ✭ 88 (-10.2%)
Mutual labels:  knowledge-graph
Stock Knowledge Graph
利用网络上公开的数据构建一个小型的证券知识图谱/知识库
Stars: ✭ 1,182 (+1106.12%)
Mutual labels:  knowledge-graph

Query2box

A new and more modularized implementation can be found at here

Official implementation of Query2box: Reasoning over Knowledge Graphs in Vector Space Using Box Embeddings.

Hongyu Ren*, Weihua Hu*, Jure Leskovec, ICLR 2020.

Requirements

torch==1.2.0
tensorboadX==1.6

Run

To reproduce the results on FB15k, FB15k-237 and NELL, the hyperparameters are set in example.sh.

bash example.sh

Cite

Please consider cite our paper if you find the paper and the code useful.

@inproceedings{ren2020query2box,
  title={Query2box: Reasoning over Knowledge Graphs in Vector Space using Box Embeddings},
  author={Ren, Hongyu and Hu, Weihua and Leskovec, Jure},
  booktitle={International Conference on Learning Representations},
  year={2020},
  url={https://openreview.net/forum?id=BJgr4kSFDS},
}

Feel free to send email to [email protected] if you have any questions. This code also borrows from RotatE.

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].