Skip to content

bancaditalia/vldb-2023-kgroar-demo-assets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VLDB 2023 submission — KG-Roar 🦁 demo assets

This repository includes the datasets used for the paper "KG-Roar: Interactive Datalog-based Reasoning on Virtual Knowledge Graphs" submitted to VLDB 2023, the 49th International Conference on Very Large Data Bases.

Datasets

These synthetic datasets have been used for an experimental evaluation of the elapsed time for company control reasoning task with growing graph size. They are both provided in .parquet and .csv file formats. CSV files have been compressed with gzip.

Folder structure

format (csv or parquet)
┣━ synthetic_graphs:
┃  ┗━ size_<n>M_nodes.parquet
┗━ synthetic_targets:
   ┗━ sampling_from_<n>M_generation_<g>_size_<m>.parquet

Dataset description

synthetic_graphs are artifially generated graphs that show structural similarities with the real Italian company network; the naming convention specifies the number n of nodes (in millions) in the graph.

synthetic_targets are sets of target companies for which we derived controls in the experimental evaluation; the naming convention specifies:

  • the number n which refers to the graph size (in million of nodes) from where companies have been sampled;
  • the generation g which is used to identify a specific sampling;
  • the size m of the sampled companies.

Authors

License

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published