All Projects → davendw49 → gakg

davendw49 / gakg

Licence: other
GAKG is a multimodal Geoscience Academic Knowledge Graph (GAKG) framework by fusing papers' illustrations, text, and bibliometric data.

Programming Languages

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

Projects that are alternatives of or similar to gakg

KBQA-Exploration
知识图谱初探,关系抽取,实体抽取,基于kb的问答,基于es的问答,知识图谱可视化
Stars: ✭ 45 (+114.29%)
Mutual labels:  knowledge-graph
KBRD
Towards Knowledge-Based Recommender Dialog System @ EMNLP 2019
Stars: ✭ 123 (+485.71%)
Mutual labels:  knowledge-graph
calamus
A JSON-LD Serialization Libary for Python
Stars: ✭ 21 (+0%)
Mutual labels:  knowledge-graph
everything
The semantic desktop search engine
Stars: ✭ 22 (+4.76%)
Mutual labels:  knowledge-graph
nlm
Memory for Knowledge Graph, using Neo4j. 知识图谱存储与查询。
Stars: ✭ 43 (+104.76%)
Mutual labels:  knowledge-graph
Mapeathor
Translator of spreadsheet mappings into R2RML, RML or YARRRML
Stars: ✭ 27 (+28.57%)
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 (+14.29%)
Mutual labels:  knowledge-graph
kg-reeval
ACL 2020: A Re-evaluation of Knowledge Graph Completion Methods
Stars: ✭ 117 (+457.14%)
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 (+2804.76%)
Mutual labels:  knowledge-graph
Processor
Ontology-driven Linked Data processor and server for SPARQL backends. Apache License.
Stars: ✭ 54 (+157.14%)
Mutual labels:  knowledge-graph
kgx
KGX is a Python library for exchanging Knowledge Graphs
Stars: ✭ 78 (+271.43%)
Mutual labels:  knowledge-graph
vsm-box
Web-component for creating & showing VSM-sentences — Visual Syntax Method
Stars: ✭ 25 (+19.05%)
Mutual labels:  knowledge-graph
mix-stage
Official Repository for the paper Style Transfer for Co-Speech Gesture Animation: A Multi-Speaker Conditional-Mixture Approach published in ECCV 2020 (https://arxiv.org/abs/2007.12553)
Stars: ✭ 22 (+4.76%)
Mutual labels:  multimodal
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 (+14.29%)
Mutual labels:  knowledge-graph
teaching
Teaching material relevant to KGs
Stars: ✭ 61 (+190.48%)
Mutual labels:  knowledge-graph
hugo-documentation-theme
📖 Project Docs / Knowledge Base template for Hugo Website Builder. 创建项目文档
Stars: ✭ 101 (+380.95%)
Mutual labels:  knowledge-graph
cskg
CSKG: The CommonSense Knowledge Graph
Stars: ✭ 86 (+309.52%)
Mutual labels:  knowledge-graph
KGReasoning
Multi-Hop Logical Reasoning in Knowledge Graphs
Stars: ✭ 197 (+838.1%)
Mutual labels:  knowledge-graph
harika
Offline-, mobile-first graph note-taking app focused on performance with the knowledgebase of any scale
Stars: ✭ 111 (+428.57%)
Mutual labels:  knowledge-graph
morph-kgc
Powerful RDF Knowledge Graph Generation with [R2]RML Mappings
Stars: ✭ 77 (+266.67%)
Mutual labels:  knowledge-graph
gakg-logo

GAKG: A Multimodal Geoscience Academic Knowledge Graph 😈

The SPARQL Query Endpoint of GAKG is gakg/sparql, with the Graph IRI: https://www.acekg.cn/.

Overview

GAKG is a multimodal Geoscience Academic Knowledge Graph (GAKG) framework by fusing papers' illustrations, text, and bibliometric data. To our knowledge, GAKG is currently the largest and most comprehensive geoscience academic knowledge graph, consisting more than 68 million triples. Figure 1 shows the overview of GAKG. And if you want to explore the entire GAKG, view https://gakg.acemap.info.

gakg-logo
Figure 1. Overview of Multimodal GeoScience Academic Knowledge Graph (GAKG)

In order to better serve the data mining and knowledge discovery communities, GAKG preserves several datasets and GAKG-oriented resources.

No. Resource Name Resource Type Link
1 GAKG Datasets data dump info, Google Drive, ftp
2 GA16K Knowledge Representation Benchmark info, /benchmarks/GA16K/, ftp
3 GPCN Geoscience Papers Citation Network info, ftp
4 GACN Geoscience Authors Cooperation Network info, ftp
5 GAKG SPARQL Endpoint Query Endpoint GAKG Snorql
6 Pipeline Supplements models and codes Google Drive

Community Detection

  • Statistics
dataset node edge num. lcc clustering triangle daglongest
GPCN 842,121 16,034,510 1,450 0.0699 38,789,469 176
GPCN-lwcc 838,219 16,031,892 1 0.0701 38,789,345 176
GACN 860,280 5,381,861 32,609 0.690 43,502,542 15
GACN-lc 752,718 5,231,507 1 0.700 43,332,307 15
  • Baselines
Baseline Source Code Paper
Louvain https://sites.google.com/site/findcommunities/ Fast unfolding of communities in large networks 1
Map Equation https://www.mapequation.org/code.html Maps of random walks on complex networks reveal community structure 2
LPA https://github.com/zhuo931077127/LPA-algorithm-Demo Near linear time algorithm to detect community structures in large-scale networks 3

The entire benchmarks also can be accessed from google drive

Knowledge Representation Learning

  • Statistics
Benchmark Entities Type Relations TypeS Triples
GA16K 10 16,363 151,662
WN18 18 40,943 141,442
FB15K 1,345 14,951 483,142
  • Baselines
Baseline Source Code Paper
RESCAL https://github.com/mnick/rescal.py A Three-Way Model for Collective Learning on Multi-Relational Data 4
TransE https://github.com/zqhead/TransE Translating Embeddings for Modeling Multi-relational Data 5
TransH https://github.com/zqhead/TransH Knowledge Graph Embedding by Translating on Hyperplanes 6
SimplE https://github.com/baharefatemi/SimplE SimplE Embedding for Link Prediction in Knowledge Graphs 7
RotatE https://github.com/DeepGraphLearning/KnowledgeGraphEmbedding RotatE: Knowledge Graph Embedding by Relational Rotation in Complex Space 8

Paper Knowledge Extraction

The pipeline of Paper Knowledge Extraction is in folder /code/paperknowledge/

  • BERT-based QA (/code/paperknowledge/bertQA)

    • run single QA, with parameters: train_batch_size,learning_rate
    python run_squad.py --do_predict
    • run batch QA, with parameters: start file, end file, and year
    CUDA_VISIBLE_DEVICES=1 python run_test.py 116 125 2015
    • /code/paperknowledeg/bertQA/model can be download via google drive
  • Paper Knowledge Entities Extraction (/code/paperknowledge/paperentity)

    • run
    python example.py
    • /code/paperknowledge/paperentity/dde and related files can be download via google drive

Citation

Our paper has been accepted as a resource paper at CIKM-2021 :

@inproceedings{deng2021gakg,
  title={GAKG: A Multimodal Geoscience Academic Knowledge Graph},
  author={Deng, Cheng and Jia, Yuting and Xu, Hui and Zhang, Chong and Tang, Jingyao and Fu, Luoyi and Zhang, Weinan and Zhang, Haisong and Wang, Xinbing and Zhou, Chenghu},
  booktitle={Proceedings of the 30th ACM International Conference on Information \& Knowledge Management},
  pages={4445--4454},
  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].