All Projects → usc-isi-i2 → cskg

usc-isi-i2 / cskg

Licence: CC-BY-SA-4.0 license
CSKG: The CommonSense Knowledge Graph

Programming Languages

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

Projects that are alternatives of or similar to cskg

Entity2rec
entity2rec generates item recommendation using property-specific knowledge graph embeddings
Stars: ✭ 159 (+84.88%)
Mutual labels:  embeddings, knowledge-graph
Cesi
WWW 2018: CESI: Canonicalizing Open Knowledge Bases using Embeddings and Side Information
Stars: ✭ 85 (-1.16%)
Mutual labels:  embeddings, knowledge-graph
CaRE
EMNLP 2019: CaRe: Open Knowledge Graph Embeddings
Stars: ✭ 34 (-60.47%)
Mutual labels:  embeddings, knowledge-graph
Kprn
Reasoning Over Knowledge Graph Paths for Recommendation
Stars: ✭ 220 (+155.81%)
Mutual labels:  embeddings, knowledge-graph
embedding evaluation
Evaluate your word embeddings
Stars: ✭ 32 (-62.79%)
Mutual labels:  embeddings
hugo-documentation-theme
📖 Project Docs / Knowledge Base template for Hugo Website Builder. 创建项目文档
Stars: ✭ 101 (+17.44%)
Mutual labels:  knowledge-graph
image embeddings
Using efficientnet to provide embeddings for retrieval
Stars: ✭ 107 (+24.42%)
Mutual labels:  embeddings
BiLSTM-and-CNN-for-Link-Prediction
Keras implementation of path-based link prediction model for knowledge graph completion
Stars: ✭ 17 (-80.23%)
Mutual labels:  knowledge-graph
codelani
PLDB: a Programming Language Database. A public domain knowledge graph focused on programming languages distributed as a CSV file.
Stars: ✭ 610 (+609.3%)
Mutual labels:  knowledge-graph
SubGNN
Subgraph Neural Networks (NeurIPS 2020)
Stars: ✭ 136 (+58.14%)
Mutual labels:  embeddings
DeepLearningReading
Deep Learning and Machine Learning mini-projects. Current Project: Deepmind Attentive Reader (rc-data)
Stars: ✭ 78 (-9.3%)
Mutual labels:  embeddings
KBQA-Exploration
知识图谱初探,关系抽取,实体抽取,基于kb的问答,基于es的问答,知识图谱可视化
Stars: ✭ 45 (-47.67%)
Mutual labels:  knowledge-graph
vsm-box
Web-component for creating & showing VSM-sentences — Visual Syntax Method
Stars: ✭ 25 (-70.93%)
Mutual labels:  knowledge-graph
ComplexNetwork
中国娱乐圈关系挖掘,可以快速的查询明星之间的关系。This is a complex network of course assignments. The realization of the relationship analysis and visualization of China's entertainment industry, you can quickly query the relationship between the stars
Stars: ✭ 24 (-72.09%)
Mutual labels:  knowledge-graph
ClusterTransformer
Topic clustering library built on Transformer embeddings and cosine similarity metrics.Compatible with all BERT base transformers from huggingface.
Stars: ✭ 36 (-58.14%)
Mutual labels:  embeddings
event-embedding-multitask
*SEM 2018: Learning Distributed Event Representations with a Multi-Task Approach
Stars: ✭ 22 (-74.42%)
Mutual labels:  embeddings
kgx
KGX is a Python library for exchanging Knowledge Graphs
Stars: ✭ 78 (-9.3%)
Mutual labels:  knowledge-graph
PersianNER
Named-Entity Recognition in Persian Language
Stars: ✭ 48 (-44.19%)
Mutual labels:  embeddings
Entity Embedding
Reference implementation of the paper "Word Embeddings for Entity-annotated Texts"
Stars: ✭ 19 (-77.91%)
Mutual labels:  embeddings
everything
The semantic desktop search engine
Stars: ✭ 22 (-74.42%)
Mutual labels:  knowledge-graph

CSKG: The CommonSense Knowledge Graph

doi CC BY-SA 4.0

CSKG is a commonsense knowledge graph that combines seven popular sources into a consolidated representation:

CSKG is represented as a hyper-relational graph, by using the KGTK data model and file specification. Its creation is entirely supported by KGTK operations.

CSKG is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Getting started

Documentation

Data

Embeddings

More info

Consolidating your own CSKG

  1. Setup your conda environment
conda create --name mowgli --file requirements.txt
conda activate mowgli
  1. Download and store individual sources, except WordNet and FrameNet. By default, these should be stored in the input directory.

  2. Download the mappings from this folder and place them inside the input directory

  3. Customize and run create_cskg.sh.

How to cite

@article{ilievski2021cskg,
  title={CSKG: The CommonSense Knowledge Graph},
  author={Ilievski, Filip and Szekely, Pedro and Zhang, Bin},
  journal={Extended Semantic Web Conference (ESWC)},
  year={2021}
}
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].