Skip to content

Commit

Permalink
add distrdf2ml paper
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBin committed Nov 17, 2023
1 parent 2f031d4 commit b1b8234
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions aksw.bib
Original file line number Diff line number Diff line change
Expand Up @@ -12395,4 +12395,22 @@ @Article{stadler2022-lsq20
url = {https://www.semantic-web-journal.net/system/files/swj3015.pdf},
}

@InProceedings{Draschner2021,
author = {Draschner, Carsten Felix and Stadler, Claus and Bakhshandegan Moghaddam, Farshad and Lehmann, Jens and Jabeen, Hajira},
booktitle = {Proceedings of the 30th ACM International Conference on Information \& Knowledge Management},
title = {{DistRDF2ML} - Scalable Distributed In-Memory Machine Learning Pipelines for {RDF} Knowledge Graphs},
year = {2021},
address = {New York, NY, USA},
pages = {4465–4474},
publisher = {Association for Computing Machinery},
series = {CIKM '21},
abstract = {This paper presents DistRDF2ML, the generic, scalable, and distributed framework for creating in-memory data preprocessing pipelines for Spark-based machine learning on RDF knowledge graphs. This framework introduces software modules that transform large-scale RDF data into ML-ready fixed-length numeric feature vectors. The developed modules are optimized to the multi-modal nature of knowledge graphs. DistRDF2ML provides aligned software design and usage principles as common data science stacks that offer an easy-to-use package for creating machine learning pipelines. The modules used in the pipeline, the hyper-parameters and the results are exported as a semantic structure that can be used to enrich the original knowledge graph. The semantic representation of metadata and machine learning results offers the advantage of increasing the machine learning pipelines' reusability, explainability, and reproducibility. The entire framework of DistRDF2ML is open source, integrated into the holistic SANSA stack, documented in scala-docs, and covered by unit tests. DistRDF2ML demonstrates its scalable design across different processing power configurations and (hyper-)parameter setups within various experiments. The framework brings the three worlds of knowledge graph engineers, distributed computation developers, and data scientists closer together and offers all of them the creation of explainable ML pipelines using a few lines of code.},
doi = {10.1145/3459637.3481999},
isbn = {9781450384469},
keywords = {group_aksw sys:relevantFor:infai stadler lehmann jabeen},
location = {Virtual Event, Queensland, Australia},
numpages = {10},
url = {https://svn.aksw.org/papers/2021/cikm-distrdf2ml/public.pdf},
}

@Comment{jabref-meta: databaseType:bibtex;}

0 comments on commit b1b8234

Please sign in to comment.