All Projects → HKUST-KnowComp → Aser

HKUST-KnowComp / Aser

Licence: mit
ASER (activities, states, events, and their relations), a large-scale eventuality knowledge graph extracted from more than 11-billion-token unstructured textual data.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Aser

Ccks2019 el
CCKS 2019 中文短文本实体链指比赛技术创新奖解决方案
Stars: ✭ 326 (+90.64%)
Mutual labels:  knowledge-graph, knowledge-base
Atomspace
The OpenCog (hyper-)graph database and graph rewriting system
Stars: ✭ 495 (+189.47%)
Mutual labels:  knowledge-graph, knowledge-base
Dynamic Kg
Dynamic (Temporal) Knowledge Graph Completion (Reasoning)
Stars: ✭ 381 (+122.81%)
Mutual labels:  knowledge-graph, knowledge-base
Tutorial Utilizing Kg
Resources for Tutorial on "Utilizing Knowledge Graphs in Text-centric Information Retrieval"
Stars: ✭ 148 (-13.45%)
Mutual labels:  knowledge-graph, knowledge-base
Workbase
Grakn Workbase (Knowledge IDE)
Stars: ✭ 106 (-38.01%)
Mutual labels:  knowledge-graph, knowledge-base
Graphbrain
Language, Knowledge, Cognition
Stars: ✭ 294 (+71.93%)
Mutual labels:  knowledge-graph, knowledge-base
Capse
A Capsule Network-based Embedding Model for Knowledge Graph Completion and Search Personalization (NAACL 2019)
Stars: ✭ 114 (-33.33%)
Mutual labels:  knowledge-graph, knowledge-base
KGReasoning
Multi-Hop Logical Reasoning in Knowledge Graphs
Stars: ✭ 197 (+15.2%)
Mutual labels:  knowledge-graph, knowledge-base
Simple
SimplE Embedding for Link Prediction in Knowledge Graphs
Stars: ✭ 104 (-39.18%)
Mutual labels:  knowledge-graph, knowledge-base
Stock Knowledge Graph
利用网络上公开的数据构建一个小型的证券知识图谱/知识库
Stars: ✭ 1,182 (+591.23%)
Mutual labels:  knowledge-graph, knowledge-base
typedb-loader
TypeDB Loader - Data Migration Tool for TypeDB
Stars: ✭ 43 (-74.85%)
Mutual labels:  knowledge-graph, knowledge-base
Hyte
EMNLP 2018: HyTE: Hyperplane-based Temporally aware Knowledge Graph Embedding
Stars: ✭ 130 (-23.98%)
Mutual labels:  knowledge-graph, knowledge-base
awesome-ontology
A curated list of ontology things
Stars: ✭ 73 (-57.31%)
Mutual labels:  knowledge-graph, knowledge-base
Logseq
A privacy-first, open-source platform for knowledge management and collaboration. Desktop app download link: https://github.com/logseq/logseq/releases, roadmap: https://trello.com/b/8txSM12G/roadmap
Stars: ✭ 8,210 (+4701.17%)
Mutual labels:  knowledge-base, knowledge-graph
typedb
TypeDB: a strongly-typed database
Stars: ✭ 3,152 (+1743.27%)
Mutual labels:  knowledge-graph, knowledge-base
Athens
Free self-hosted desktop app: https://github.com/athensresearch/athens/releases; Try the demo at https://athensresearch.github.io/athens; Docs viewable at https://athensresearch.github.io/docs/
Stars: ✭ 5,501 (+3116.96%)
Mutual labels:  knowledge-graph, knowledge-base
CONVEX
As far as we know, CONVEX is the first unsupervised method for conversational question answering over knowledge graphs. A demo and our benchmark (and more) can be found at
Stars: ✭ 24 (-85.96%)
Mutual labels:  knowledge-graph, knowledge-base
harika
Offline-, mobile-first graph note-taking app focused on performance with the knowledgebase of any scale
Stars: ✭ 111 (-35.09%)
Mutual labels:  knowledge-graph, knowledge-base
Awesome Knowledge Management
A curated list of amazingly awesome articles, people, applications, software libraries and projects related to the knowledge management space
Stars: ✭ 758 (+343.27%)
Mutual labels:  knowledge-graph, knowledge-base
Zincbase
A state of the art knowledge base
Stars: ✭ 144 (-15.79%)
Mutual labels:  knowledge-graph, knowledge-base

ASER: A Large-scale Eventuality Knowledge Graph

ASER (activities, states, events, and their relations), a large-scale eventuality knowledge graph extracted from more than 11-billion-token unstructured textual data. ASER contains 15 relation types belonging to five categories (Temporal, Contingency, Comparison, Expansion, and Co-Occurrence), 194-million unique eventualities, and 64-million unique edges among them.

Some APIs are provided, please check the Jupyter Notebook ASER.ipynb.

Project and data homepage is https://hkust-knowcomp.github.io/ASER.

Here is the arxiv link.

Citation:

@inproceedings{ASER2020,
  author    = {Hongming Zhang and Xin Liu and Haojie Pan and Yangqiu Song and Cane Wing-Ki Leung},
  title     = {ASER: A Large-scale Eventuality Knowledge Graph},
  booktitle = {Proceedings of the Web Conference ({WWW})},
  year      = {2020}
}
or 
@article{ASER2019,
  author    = {Hongming Zhang and Xin Liu and Haojie Pan and Yangqiu Song and Cane Wing-Ki Leung},
  title     = {ASER: A Large-scale Eventuality Knowledge Graph},
  journal   = {CoRR},
  volume    = {abs/1905.00270},
  year      = {2019},
  url       = {https://arxiv.org/abs/1905.00270}
}

The latest preprint is on https://arxiv.org/abs/1905.00270.

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