EDBT 2026 Demo / reviewers in the wild / expert
Ilaria Tiddi
dblp:124/9746
· DBLP profile ↗
19ranked-venue papers in the field
9as first author
11since 2021 · last 2025
0000-0001-7116-9338ORCID · verified
Domains — venue-derived; a paper can count in several
Knowledge Engineering, Semantic Web & Information Systems · 18 (8 first)Data Mining & Knowledge Discovery · 1 (1 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2025 | Extracting Commonsense Knowledge for Robotic Agents from LLMsabstractThe acquisition of commonsense knowledge remains a core challenge in both robotics and artificial intelligence. While Large Language Models (LLMs) encode rich latent knowledge, their unstructured and probabilistic nature limits their direct use in safety-critical domains like robotics. In this paper, we present a pipeline for extracting structured commonsense knowledge from LLMs and integrating it into a symbolic knowledge graph based on the Ontology for Robotic Knowledge Acquisition (ORKA). Grounded in the theory of conceptual spaces, our method targets physical object properties—both categorical (e.g., shape, material, location) and quantifiable (e.g., size, weight, temperature)—relevant to embodied reasoning. We evaluate the pipeline across a diverse set of LLMs, model sizes, and quantization levels, using human-annotated ground truth to assess accuracy. Results show that even compact and quantized models can produce reliable, interpretable knowledge. We also analyze the influence of measurement units and contextual relevance, highlighting trade-offs between model types and use cases. These results indicate that even smaller LLMs can serve as a useful intermediate source for deriving structured commonsense representations in robotics contexts. Mark Adamik, Ilaria Tiddi, Stefan Schlobach |
K-CAP | 2 |
| 2025 | Measuring the Impact of Narrative Complexity on Knowledge Graph Embeddings
Inès Blin, Ilaria Tiddi, Annette ten Teije |
ISWC (1) | 2 |
| 2024 | ORKA: An Ontology for Robotic Knowledge Acquisition
Mark Adamik, Romana Pernisch, Ilaria Tiddi, Stefan Schlobach |
EKAW | 3 |
| 2024 | Structured Representations for Narratives
Inès Blin, Annette ten Teije, Frank van Harmelen, Ilaria Tiddi |
EKAW | 4 |
| 2024 | Enabling Social Demography Research Using Semantic Technologies
Lise Stork, Richard Zijdeman, Ilaria Tiddi, Annette ten Teije |
ESWC (2) | 3 |
| 2024 | Advancing Robotic Perception with Perceived-Entity Linking
Mark Adamik, Romana Pernisch, Ilaria Tiddi, Stefan Schlobach |
ISWC (2) | 3 |
| 2023 | Explainable Drug Repurposing in Context via Deep Reinforcement Learning
Lise Stork, Ilaria Tiddi, René Spijker, Annette ten Teije |
ESWC | 2 |
| 2023 | Knowledge Engineering for Hybrid IntelligenceabstractHybrid Intelligence (HI) is a rapidly growing field aiming at creating collaborative systems where humans and intelligent machines cooperate in mixed teams towards shared goals. A clear characterization of the tasks and knowledge exchanged by the agents in HI applications is still missing, hampering both standardization and reuse when designing new HI systems. Knowledge Engineering (KE) methods have been used to solve such issue through the formalization of tasks and roles in knowledge-intensive processes. We investigate whether KE methods can be applied to HI scenarios, and specifically whether common, reusable elements such as knowledge roles, tasks and subtasks can be identified in contexts where symbolic, subsymbolic and human-in-the-loop components are involved. We first adapt the well-known CommonKADS methodology to HI, and then use it to analyze several HI projects and identify common tasks. The results are (i) a high-level ontology of HI knowledge roles, (ii) a set of novel, HI-specific tasks and (iii) an open repository to store scenarios1 – allowing reuse, validation and design of existing and new HI applications. Ilaria Tiddi, Victor de Boer, Stefan Schlobach, André Meyer-Vitali |
K-CAP | 1 |
| 2023 | Improving Graph-to-Text Generation Using Cycle Training
Fina Polat, Ilaria Tiddi, Paul Groth, Piek Vossen |
LDK | 2 |
| 2021 | Discovering Research Hypotheses in Social Science Using Knowledge Graph Embeddings
Rosaline de Haan, Ilaria Tiddi, Wouter Beek |
ESWC | 2 |
| 2021 | Knowledge Extraction from Auto-Encoders on Anomaly Detection Tasks Using Co-activation GraphsabstractDeep neural networks have exploded in popularity and different types of networks are used to solve a multitude of complex tasks. One such task is anomaly detection, that a type of deep neural network called auto-encoder has become extremely proficient at solving. The low level neural activity, produced by such a network, generates extremely rich representations of the data, which can be used to extract task specific knowledge. In this paper, we built upon previous work and used co-activation graph analysis to extract knowledge from auto-encoders, that were trained for the specific task of anomaly detection. First, we outlined a method for extracting co-activation graphs from auto-encoders. Then, we performed graph analysis to discover that task specific knowledge from the auto-encoder was being encoded into the co-activation graph, and that the extracted knowledge could be used to reveal the role of individual neurons in the network. Daniyal Selani, Ilaria Tiddi |
K-CAP | 2 |
| 2020 | Fostering Scientific Meta-analyses with Knowledge Graphs: A Case-Study
Ilaria Tiddi, Daniel Balliet, Annette ten Teije |
ESWC | 1 |
| 2017 | An ontology-based approach to improve the accessibility of ROS-based robotic systemsabstractThe focus of this work is to exploit ontologies to make robotic systems more accessible to non-expert users, therefore supporting the deployment of robot-integrated applications. Due to the increasing number of robotic platforms available for commercial use, robotic systems are nowadays being approached by users with different backgrounds, who are often more interested in the robots' high-level capabilities than their technical architecture. Without the right expertise however, using robots is restricted to the capabilities exposed by the platform provider, i.e. they can only be used as end products rather than as development platforms. Our hypothesis is that an ontological representation of the capabilities of robots could make these capabilities more accessible, reducing the complexity of robot programming and enabling non-experts to exploit these systems to a much larger extent. To demonstrate this, an ontology abstracting the capabilities exposed by the most common robotic middleware (ROS) is integrated in a system to allow non-experts to program robots of different types and capabilities without previous knowledge either of the specific robotic platform being considered, or of the intricate systems used in its implementation. Our experiments, in which non-experts users had to configure the system in order to make robots achieve different tasks, show how the efforts required for realizing basic tasks using available robotic platforms can be sensibly reduced through our approach. Ilaria Tiddi, Emanuele Bastianelli, Gianluca Bardaro, Mathieu d'Aquin, Enrico Motta |
K-CAP | 1 |
| 2016 | Learning to Assess Linked Data Relationships Using Genetic Programming
Ilaria Tiddi, Mathieu d'Aquin, Enrico Motta |
ISWC (1) | 1 |
| 2015 | An Ontology Design Pattern to Define ExplanationsabstractIn this paper, we propose an ontology design pattern for the concept of "explanation". The motivation behind this work comes from our research, which focuses on automatically identifying explanations for data patterns. If we want to produce explanations from data agnostically from the application domain, we first need a formal definition of what an explanation is, i.e. which are its components, their roles or their interactions. We analysed and surveyed works from the disciplines grouped under the name of Cognitive Sciences, with the aim of identifying differences and commonalities in the way their researchers intend the concept of explanation. We then produced not only an ontology design pattern to model it, but also the instantiations of this in each of the analysed disciplines. Besides those contributions, the paper presents how the proposed ontology design pattern can be used to analyse the validity of the explanations produced by our, and other, frameworks. Ilaria Tiddi, Mathieu d'Aquin, Enrico Motta |
K-CAP | 1 |
| 2015 | Data Patterns Explained with Linked Data
Ilaria Tiddi, Mathieu d'Aquin, Enrico Motta |
ECML/PKDD (3) | 1 |
| 2014 | Quantifying the Bias in Data Links
Ilaria Tiddi, Mathieu d'Aquin, Enrico Motta |
EKAW | 1 |
| 2014 | Using Neural Networks to Aggregate Linked Data Rules
Ilaria Tiddi, Mathieu d'Aquin, Enrico Motta |
EKAW | 1 |
| 2014 | Dedalo: Looking for Clusters Explanations in a Labyrinth of Linked Data
Ilaria Tiddi, Mathieu d'Aquin, Enrico Motta |
ESWC | 1 |