knowledge-graphs-tutorial / examples

Examples from knowledge graphs tutorial paper
Creative Commons Zero v1.0 Universal
73 stars 7 forks source link

Possible future examples #7

Open lschmelzeisen opened 3 years ago

lschmelzeisen commented 3 years ago

The goal of this issue is to serve as an overview of possible future examples or calculations that we could include in this repository or in the appendix of the extended paper.

I created this list while reading through the current draft for the ACM CSUR submission, and it is structured after those sections. For sections that do not appear in this list, I feel that they are already fully covered, or that adding something would likely be out of scope for the paper. But, feel free to comment with more suggestions!

4.1.1 Graph Algorithms

4.1.2 Graph Processing Frameworks

4.2 Knowledge Graph Embeddings

4.2.1 Translational models

4.2.2 Tensor decomposition models

aidhog commented 3 years ago

Would indeed be nice to have these examples.

Regarding 4.1.2, note that we link to such examples on the main page https://github.com/knowledge-graphs-tutorial/examples for Giraph, GraphX and Signal/Collect. Not sure it makes sense to import those same examples into this project.

aidhog commented 3 years ago

Just to add, what would be really fantastic would be Jupyter notebooks for Section 4.

lschmelzeisen commented 3 years ago

Regarding 4.1.2, note that we link to such examples on the main page https://github.com/knowledge-graphs-tutorial/examples for Giraph, GraphX and Signal/Collect. Not sure it makes sense to import those same examples into this project.

Yes, I think we have enough notes to make it possible to figure out how to do PageRank. Still, I feel that for beginners there would be value in providing short implementations for one of the examples graphs over just linking to API references. Of course, something like this comes with the added bloat of specifying dependencies, how to build, etc. Else, I probably would have already done it.