Maribel Acosta

dblp:21/10280 · also Maribel Acosta Deibe · DBLP profile ↗
← Back
24ranked-venue papers in the field
6as first author
10since 2021 · last 2025
0000-0002-1209-2868ORCID · verified

Domains — venue-derived; a paper can count in several

Knowledge Engineering, Semantic Web & Information Systems · 16 (6 first)Information Retrieval & Web Search · 5Database Systems & Data Management · 3
YearPublicationVenuePosition
2025 SHACL Dashboard: Analyzing Data Quality Reports Over Large-Scale Knowledge Graphs
Johannes Mäkelburg, Zenon G. Zacouris, Jin Ke 0002, Maribel Acosta
ISWC (2)4
2025 Neuro-Symbolic Adaptive Query Processing over Knowledge Graphs
Chang Qin, Maribel Acosta
ISWC (1)2
2025 UpSHACL: Targeted Constraint Validation for Updates over Knowledge Graphs
Zenon G. Zacouris, Jin Ke 0002, Maribel Acosta
ISWC (1)3
2025 Simulating a Transactional Server for Multi-Model Systems
abstract
Multi-model systems integrate heterogeneous models, making consistency management a critical challenge. We present M2TS, a transactional server simulator for multi-model environments, enabling users to analyze the impact of consistency-preserving transactions on system performance. Unlike traditional transactional models that focus on ACID consistency, M2TS ensures multi-model consistency via bookkeepers, which propagate updates across models. The simulator supports various concurrency and consistency settings, allowing users to explore trade-offs in real-time. Through this demonstration, we provide insights into managing transactions in complex, interconnected environments.
Zenon G. Zacouris, Maribel Acosta
Proc. VLDB Endow.2
2024 Automation of Electronic Invoice Validation Using Knowledge Graph Technologies
Johannes Mäkelburg, Christian John, Maribel Acosta
ESWC (1)3
2024 Cardinality Estimation over Knowledge Graphs with Embeddings and Graph Neural Networks
abstract
Cardinality Estimation over Knowledge Graphs (KG) is crucial for query optimization, yet remains a challenging task due to the semi-structured nature and complex correlations of data in typical KGs. In this work, we propose GNCE, a novel approach that leverages knowledge graph embeddings and Graph Neural Networks (GNN) to accurately predict the cardinality of conjunctive queries over KGs. GNCE first creates semantically meaningful embeddings for all entities in the KG, which are then used to learn a representation of a query using a GNN to estimate the cardinality of the query. We evaluate GNCE on several KGs in terms of q-Error and demonstrate that it outperforms state-of-the-art approaches based on sampling, summaries, and (machine) learning in terms of estimation accuracy while also having a low execution time and few parameters. Additionally, we show that GNCE performs similarly well on real-world queries and can inductively generalize to unseen entities, making it suitable for use in dynamic query processing scenarios. Our proposed approach has the potential to significantly improve query optimization and related applications that rely on accurate cardinality estimates of conjunctive queries.
Tim Schwabe, Maribel Acosta
Proc. ACM Manag. Data2
2024 Efficient Validation of SHACL Shapes with Reasoning
abstract
As the usage of knowledge graphs (KGs) becomes more pervasive in practical applications, there is a burgeoning need for high-quality data. The SHApes Constraint Language (SHACL) allows for expressing certain types of quality constraints that define sub-structures and correct values in KGs modelled with RDF. Nevertheless, performing SHACL validation without entailment often yields onesided outcomes, as it falls short of validating crucial implicit data encoded in the KG ontology. Current solutions that incorporate entailment into SHACL validation are inefficient, due to the time-intensive process of applying inference rules to the entire dataset. Moreover, applying entailment for SHACL validation can generate large amounts of redundant triples, exacerbating the validation workload and resulting in erroneous or redundant validation results. In light of these challenges, we propose Re-SHACL, an approach that combines targeted reasoning and entity merging techniques to generate a concise, consolidated RDF graph devoid of redundancy. Re-SHACL significantly reduces execution time and improves the accuracy of the validation reports. Our experiments demonstrate that Re-SHACL can be combined with state-of-the-art validators to deliver accurate validation reports efficiently.
Jin Ke 0002, Zenon G. Zacouris, Maribel Acosta
Proc. VLDB Endow.3
2022 Federated SPARQL Query Processing over Heterogeneous Linked Data Fragments
abstract
Linked Data Fragments (LDFs) are Web interfaces that enable querying knowledge graphs on the Web. These interfaces, such as SPARQL endpoints or Triple Pattern Fragment servers, differ in the SPARQL expressions they can evaluate and the metadata they provide. So far, federated query processing has focused on federations with a single type of LDF interface, typically SPARQL endpoints. In this work, we address the challenges of SPARQL query processing over federations with heterogeneous LDF interfaces. To this end, we propose an interface-aware framework and illustrate its applicability with a prototypical approach. The results over the FedBench benchmark show a substantial improvement in performance by devising this interface-aware approach that exploits the capabilities of heterogeneous interfaces in federations.
Lars Heling, Maribel Acosta
WWW2
2021 Predicting Instance Type Assertions in Knowledge Graphs Using Stochastic Neural Networks
abstract
Instance type information is particularly relevant to perform reasoning and obtain further information about entities in knowledge graphs (KGs). However, during automated or pay-as-you-go KG construction processes, instance types might be incomplete or missing in some entities. Previous work focused mostly on representing entities and relations as embeddings based on the statements in the KG. While the computed embeddings encode semantic descriptions and preserve the relationship between the entities, the focus of these methods is often not on predicting schema knowledge, but on predicting missing statements between instances for completing the KG. To fill this gap, we propose an approach that first learns a KG representation suitable for predicting instance type assertions. Then, our solution implements a neural network architecture to predict instance types based on the learned representation. Results show that our representations of entities are much more separable with respect to their associations with classes in the KG, compared to existing methods. For this reason, the performance of predicting instance types on a large number of KGs, in particular on cross-domain KGs with a high variety of classes, is significantly better in terms of F1-score than previous work.
Tobias Weller, Maribel Acosta
CIKM2
2021 Pay-as-you-go Population of an Automotive Signal Knowledge Graph
Yulia Svetashova, Lars Heling, Stefan Schmid 0002, Maribel Acosta
ESWC4
2020 Mining Latent Features of Knowledge Graphs for Predicting Missing Relations
Tobias Weller, Tobias Dillig, Maribel Acosta, York Sure-Vetter
EKAW3
2020 Estimating Characteristic Sets for RDF Dataset Profiles Based on Sampling
Lars Heling, Maribel Acosta
ESWC2
2020 Cost- and Robustness-Based Query Optimization for Linked Data Fragments
Lars Heling, Maribel Acosta
ISWC (1)2
2020 SMART-KG: Hybrid Shipping for SPARQL Querying on the Web
abstract
While Linked Data (LD) provides standards for publishing (RDF) and (SPARQL) querying Knowledge Graphs (KGs) on the Web, serving, accessing and processing such open, decentralized KGs is often practically impossible, as query timeouts on publicly available SPARQL endpoints show. Alternative solutions such as Triple Pattern Fragments (TPF) attempt to tackle the problem of availability by pushing query processing workload to the client side, but suffer from unnecessary transfer of irrelevant data on complex queries with large intermediate results. In this paper we present smart-KG, a novel approach to share the load between servers and clients, while significantly reducing data transfer volume, by combining TPF with shipping compressed KG partitions. Our evaluations show that smart-KG outperforms state-of-the-art client-side solutions and increases server-side availability towards more cost-effective and balanced hosting of open and decentralized KGs.
Amr Azzam, Javier D. Fernández, Maribel Acosta, Martin Beno, Axel Polleres
WWW3
2019 A Software Framework and Datasets for the Analysis of Graph Measures on RDF Graphs
abstract
As the availability and the inter-connectivity of RDF datasets grow, so does the necessity to understand the structure of the data. Understanding the topology of RDF graphs can guide and inform the development of, e.g. synthetic dataset generators, sampling methods, index structures, or query optimizers. In this work, we propose two resources: (i) a software framework (Resource URL of the framework: https://doi.org/10.5281/zenodo.2109469 ) able to acquire, prepare, and perform a graph-based analysis on the topology of large RDF graphs, and (ii) results on a graph-based analysis of 280 datasets (Resource URL of the datasets: https://doi.org/10.5281/zenodo.1214433 ) from the LOD Cloud with values for 28 graph measures computed with the framework. We present a preliminary analysis based on the proposed resources and point out implications for synthetic dataset generators. Finally, we identify a set of measures, that can be used to characterize graphs in the Semantic Web.
Matthäus Zloch, Maribel Acosta, Daniel Hienert, Stefan Dietze, Stefan Conrad 0001
ESWC2
2018 Querying Large Knowledge Graphs over Triple Pattern Fragments: An Empirical Study
Lars Heling, Maribel Acosta, Maria Maleshkova, York Sure-Vetter
ISWC (2)2
2017 TokTrack: A Complete Token Provenance and Change Tracking Dataset for the English Wikipedia
Fabian Flöck, Kenan Erdogan, Maribel Acosta
ICWSM3
2017 Diefficiency Metrics: Measuring the Continuous Efficiency of Query Processing Approaches
abstract
During empirical evaluations of query processing techniques, metrics like execution time, time for the first answer, and throughput are usually reported. Albeit informative, these metrics are unable to quantify and evaluate the efficiency of a query engine over a certain time period – or diefficiency –, thus hampering the distinction of cutting-edge engines able to exhibit high-performance gradually. We tackle this issue and devise two experimental metrics named dief@t and dief@k , which allow for measuring the diefficiency during an elapsed time period t or while k answers are produced, respectively. The dief@t and dief@k measurement methods rely on the computation of the area under the curve of answer traces, and thus capturing the answer concentration over a time interval. We report experimental results of evaluating the behavior of a generic SPARQL query engine using both metrics. Observed results suggest that dief@t and dief@k are able to measure the performance of SPARQL query engines based on both the amount of answers produced by an engine and the time required to generate these answers.
Maribel Acosta, Maria-Esther Vidal, York Sure-Vetter
ISWC (2)1
2017 Enhancing answer completeness of SPARQL queries via crowdsourcing
Maribel Acosta, Elena Simperl, Fabian Flöck, Maria-Esther Vidal
J. Web Semant.1
2015 HARE: A Hybrid SPARQL Engine to Enhance Query Answers via Crowdsourcing
abstract
Due to the semi-structured nature of RDF data, missing values affect answer completeness of queries that are posed against RDF. To overcome this limitation, we present HARE, a novel hybrid query processing engine that brings together machine and human computation to execute SPARQL queries. We propose a model that exploits the characteristics of RDF in order to estimate the completeness of portions of a data set. The completeness model complemented by crowd knowledge is used by the HARE query engine to on-the-fly decide which parts of a query should be executed against the data set or via crowd computing. To evaluate HARE, we created and executed a collection of 50 SPARQL queries against the DBpedia data set. Experimental results clearly show that our solution accurately enhances answer completeness.
Maribel Acosta, Elena Simperl, Fabian Flöck, Maria-Esther Vidal
K-CAP1
2015 Networks of Linked Data Eddies: An Adaptive Web Query Processing Engine for RDF Data
Maribel Acosta, Maria-Esther Vidal
ISWC (1)1
2014 WikiWho: precise and efficient attribution of authorship of revisioned content
abstract
Revisioned text content is present in numerous collaboration platforms on the Web, most notably Wikis. To track authorship of text tokens in such systems has many potential applications; the identification of main authors for licensing reasons or tracing collaborative writing patterns over time, to name some. In this context, two main challenges arise. First, it is critical for such an authorship tracking system to be precise in its attributions, to be reliable for further processing. Second, it has to run efficiently even on very large datasets, such as Wikipedia. As a solution, we propose a graph-based model to represent revisioned content and an algorithm over this model that tackles both issues effectively. We describe the optimal implementation and design choices when tuning it to a Wiki environment. We further present a gold standard of 240 tokens from English Wikipedia articles annotated with their origin. This gold standard was created manually and confirmed by multiple independent users of a crowdsourcing platform. It is the first gold standard of this kind and quality and our solution achieves an average of 95% precision on this data set. We also perform a first-ever precision evaluation of the state-of-the-art algorithm for the task, exceeding it by over 10% on average. Our approach outperforms the execution time of the state-of-the-art by one order of magnitude, as we demonstrate on a sample of over 240 English Wikipedia articles. We argue that the increased size of an optional materialization of our results by about 10% compared to the baseline is a favorable trade-off, given the large advantage in runtime performance.
Fabian Flöck, Maribel Acosta
WWW2
2013 Crowdsourcing Linked Data Quality Assessment
Maribel Acosta, Amrapali Zaveri, Elena Simperl, Dimitris Kontokostas, Sören Auer, Jens Lehmann 0001
ISWC (2)1
2011 ANAPSID: An Adaptive Query Processing Engine for SPARQL Endpoints
Maribel Acosta, Maria-Esther Vidal, Tomas Lampo, Julio Castillo, Edna Ruckhaus
ISWC (1)1