Asma, Z., Hernandez, D., Galárraga, L., Flouris, G., Fundulaki, I., & Hose, K. (2024).
Code and benchmark for NPCS, a Native Provenance Computation for SPARQL.
https://doi.org/10.18419/darus-3973
Abstract
Code for the implementation and benchmark of NPCS, a Native Provenance Computation for SPARQL.The code in this dataset includes the implementation of the NPCS system, which is a middleware for SPARQL endpoints that rewrites queries to queries that annotate answers with provenance polynomials (i.e., how-provenance data). The translation rules implemented for the query rewriting can be seen in the paper.Also, the code contains scripts that include scripts and services to automatize the query execution.We use GraphDB (version 10.2.0) and Stardog (version 9.1.0) for the SPARQL endpoints. Because of the license restrictions, these software products cannot be included in this dataset and must be downloaded from the respective vendors. Also, the data must be loaded using the respective bulk loaders of GraphDB and Stardog.The datasets used in the experiments can be generated synthetic dataset generator of the WatDiv benchmark. The Wikidata dataset corresponds to the full RDF dump from May 22, 2023.Do not hesitate to contact the authors for any inquiries.BibTeX
Abstract
This CNVVE Dataset contains clean audio samples encompassing six distinct classes of voice expressions, namely “Uh-huh” or “mm-hmm”, “Uh-uh” or“mm-mm”, “Hush” or “Shh”, “Psst”, “Ahem”, and Continuous humming, e.g., “hmmm.” Audio samples of each class are found in the respective folders. These audio samples have undergone a thorough cleaning process. The raw samples are published in https://doi.org/10.18419/darus-3897. Initially, we applied the Google WebRTC voice activity detection (VAD) algorithm on the given audio files to remove noise or silence from the collected voice signals. The intensity was set to "2", which could be a value between "1" and "3". However, because of variations in the data, some files required additional manual cleaning. These outliers, characterized by sharp click sounds (such as those occurring at the end of recordings), were addressed. The samples are recorded through a dedicated website for data collection that defines the purpose and type of voice data by providing example recordings toparticipants as well as the expressions’ written equivalent, e.g., “Uh-huh”. Audio recordings were automatically saved in the .wav format and keptanonymous, with a sampling rate of 48 kHz and a bit depth of 32 bits. For more info, please check the paper or feel free to contact the authors for any inquiries.BibTeX
Abstract
This CNVVE Dataset contains raw audio samples encompassing six distinct classes of voice expressions, namely “Uh-huh” or “mm-hmm”, “Uh-uh” or“mm-mm”, “Hush” or “Shh”, “Psst”, “Ahem”, and Continuous humming, e.g., “hmmm.” Audio samples of each class are found in the respective folders. The samples are recorded through a dedicated website for data collection that defines the purpose and type of voice data by providing example recordings to participants as well as the expressions’ written equivalent, e.g., “Uh-huh”. Audio recordings were automatically saved in the .wav format and kept anonymous, with a sampling rate of 48 kHz and a bit depth of 32 bits.This dataset contains a raw version of the samples. A cleaned version of these samples can be found on https://doi.org/10.18419/darus-3898. For more info, please check the paper or feel free to contact the authors for any inquiries.BibTeX
Abstract
This dataset contains the implementation code for an algorithm to infer SHACL shapes that the graph returned by an SPARQL CONSTRUCT query must satisfy if the input satisfies a given set of SHACL shapes. This dataset also includes an evaluation for the algorithm. The algorithm implemented in this dataset is proposed in the paper From Shapes to Shapes: Inferring SHACL Shapes for Results of SPARQL CONSTRUCT Queries. To execute the code, follow the instructions in the README.md file. For more info, please check the paper, and please have no hesitation to contact the authors for any inquiries.BibTeX
BibTeX
Xiong, B., Nayyeri, M., Cochez, M., & Staab, S. (2024).
Code for Hyperbolic Embedding Inference for Structured Multi-Label Prediction. DaRUS.
https://doi.org/10.18419/DARUS-3988
Abstract
This is a PyTorch implementation of the paper Hyperbolic Embedding Inference for Structured Multi-Label Prediction published in NeurIPS 2022. The code provides the Python scripts to reproduce the experiments in the paper, as well as a proof-of-concept example of the method. To execute the code, follow the instructions in the README.md file. For more info, please check the paper. Please have no hesitation to contact the authors for any inquiries.BibTeX
Abstract
This is a Pytorch implementation of the paper Shrinking Embeddings for Hyper-relational Knowledge Graphs published in ACL'23.This code is used to reproduce the experiments of the method ShrinkE, a geometric embedding approach for hyper-relational knowledge graphs. The code is implemented with Python 3 and pytorch. The code is tested on public datasets which can be download from StarE. To execute the code, follow the instructions in the README.md file. For more info, please check the paper or feel free to contact the authors for any inquiries.BibTeX
Xiong, B., Zhu, S., Nayyeri, M., Xu, C., Pan, S., & Staab, S. (2024).
Code for Ultrahyperbolic Knowledge Graph Embeddings. DaRUS.
https://doi.org/10.18419/DARUS-4342
Abstract
This is a Pytorch implementation of the paper Ultrahyperbolic Knowledge Graph Embeddings published in KDD 2022. This code is used to reproduce the experiments of the method UltraE, a geometric embedding approach for knowledge graph embeddings. The code is tested on public datasets which can be downloaded from KGEmb. To execute the code, follow the instructions in the README.md file. For more info, please check the paper or feel free to contact the authors for any inquiries.BibTeX
Xiong, B., Nayyeri, M., Luo, L., Wang, Z., Pan, S., & Staab, S. (2024).
Replication Data for NestE: Modeling Nested Relational Structures for Knowledge Graph Reasoning (AAAI’24). DaRUS.
https://doi.org/10.18419/DARUS-3978
Abstract
This code is a PyTorch implementation of the paper "NestE: Modeling Nested Relational Structures for Knowledge Graph Reasoning (AAAI'24)".NestE is a knowledge graph embedding method that can encode nested facts represented by quoted triples (h,r,t) in which the subject and object are triples themselves, e.g., ((BarackObama, holds_position, President), succeed_by, (DonaldTrump, holds_position, President)).We implement six variant models of NetsE based on different hypercomplex number systems. NestE_Q.py for NestE with quaternion. NestE_H.py for NestE with hyperbolic quaternion. NestE_D.py for NestE with split quaternion. NestE_B.py, NestE_HB.py, and NestE_DB.py are the respective version with a translation component. This code is used to reproduce the experiments of the paper. To execute the code, follow the instructions in the README.md file.BibTeX