EDBT 2026 Demo / reviewers in the wild / expert
Maria Maleshkova
dblp:56/7514
· DBLP profile ↗
11ranked-venue papers in the field
1as first author
5since 2021 · last 2026
0000-0003-3458-4748ORCID · verified
Domains — venue-derived; a paper can count in several
Knowledge Engineering, Semantic Web & Information Systems · 6 (1 first)Information Retrieval & Web Search · 3Data Mining & Knowledge Discovery · 2
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | CANDI - A Semantic Framework for CAN Bus Data Modeling and System Integration
Pavle Ivanovic, Simon Burbach, Oliver Niggemann, Maria Maleshkova |
ESWC (2) | 4 |
| 2025 | Breaking Free: Decoupling Forced Systems with Laplace Neural NetworksabstractAbstract Forecasting the behaviour of industrial robots, power grids or pandemics under changing external inputs requires accurate dynamical models that can adapt to varying signals and capture long-term effects such as delays or memory. While recent neural approaches address some of these challenges individually, their reliance on computationally intensive solvers and their black-box nature limit their practical utility. In this work, we propose Laplace-Net, a decoupled, solver-free neural framework for learning forced and delay-aware dynamical systems. It uses the Laplace transform to (i) bypass computationally intensive solvers, (ii) enable the learning of delays and memory effects and (iii) decompose each system into interpretable control-theoretic components. Laplace-Net also enhances transferability, as its modular structure allows for targeted re-training of individual components to new system setups or environments. Experimental results on eight benchmark datasets–including linear, nonlinear and delayed systems–demonstrate the method’s improved accuracy and robustness compared to state-of-the-art approaches, particularly in handling complex and previously unseen inputs. Bernd Zimmering, Cecília Coelho, Vaibhav Gupta, Maria Maleshkova, Oliver Niggemann |
ECML/PKDD (7) | 4 |
| 2025 | MontoFlow - A Maritime Ontology Framework for Modeling Ship Sensory SystemsabstractThe increasing operational demands in maritime contexts, particularly during time-sensitive missions like search and rescue, necessitate reliable, intelligent support systems. These systems depend on semantically structured and interoperable models to integrate and interpret complex sensor data as well as facilitate informed decision-making. We introduce MontoFlow, a semantic integration framework that combines dynamic data access with domain-specific knowledge representation. It links static properties with dynamic sensory measurements, forming the foundation for advanced maritime diagnostics. At its core, MontoFlow incorporates the SHIP Ontology, a maritime-focused SSN/SOSA extension that provides a comprehensive semantic model describing onboard sensors, vessel components, and their observations. We illustrate the practical relevance and rationale behind the development of MontoFlow through real-world examples, with emphasis on ship maintenance and onboard anomaly detection. The SHIP Ontology is thoroughly evaluated based on domain coverage and a use case in the maritime context, demonstrating both high quality and practical applicability. This work presents a reusable and extensible resource for semantically enriching maritime sensory data, supporting advanced analytics and dynamic data monitoring. Ontology: https://burbachs.github.io/ShipSensoryOntology/SHIP.owl GitHub: https://github.com/BurbachS/ShipSensoryOntology License: CC BY-NC-SA 4.0 DOI: 10.5281/zenodo.15390282 Pavle Ivanovic, Simon Burbach, Maria Maleshkova |
ISWC (2) | 3 |
| 2022 | Contrastive Representation Learning for Conversational Question Answering over Knowledge GraphsabstractThis paper addresses the task of conversational question answering (ConvQA) over knowledge graphs (KGs). The majority of existing ConvQA methods rely on full supervision signals with a strict assumption of the availability of gold logical forms of queries to extract answers from the KG. However, creating such a gold logical form is not viable for each potential question in a real-world scenario. Hence, in the case of missing gold logical forms, the existing information retrieval-based approaches use weak supervision via heuristics or reinforcement learning, formulating ConvQA as a KG path ranking problem. Despite missing gold logical forms, an abundance of conversational contexts, such as entire dialog history with fluent responses and domain information, can be incorporated to effectively reach the correct KG path. This work proposes a contrastive representation learning-based approach to rank KG paths effectively. Our approach solves two key challenges. Firstly, it allows weak supervision-based learning that omits the necessity of gold annotations. Second, it incorporates the conversational context (entire dialog history and domain information) to jointly learn its homogeneous representation with KG paths to improve contrastive representations for effective path ranking. We evaluate our approach on standard datasets for ConvQA, on which it significantly outperforms existing baselines on all domains and overall. Specifically, in some cases, the Mean Reciprocal Rank (MRR) and [email protected] ranking metrics improve by absolute 10 and 18 points, respectively, compared to the state-of-the-art performance. Endri Kacupaj, Kuldeep Singh 0001, Maria Maleshkova, Jens Lehmann 0001 |
CIKM | 3 |
| 2021 | VOGUE: Answer Verbalization Through Multi-Task Learning
Endri Kacupaj, Shyamnath Premnadh, Kuldeep Singh 0001, Jens Lehmann 0001, Maria Maleshkova |
ECML/PKDD (3) | 5 |
| 2020 | MLM: A Benchmark Dataset for Multitask Learning with Multiple Languages and ModalitiesabstractIn this paper, we introduce the MLM (Multiple Languages and Modalities) dataset - a new resource to train and evaluate multitask systems on samples in multiple modalities and three languages. The generation process and inclusion of semantic data provide a resource that further tests the ability for multitask systems to learn relationships between entities. The dataset is designed for researchers and developers who build applications that perform multiple tasks on data encountered on the web and in digital archives. A second version of MLM provides a geo-representative subset of the data with weighted samples for countries of the European Union. We demonstrate the value of the resource in developing novel applications in the digital humanities with a motivating use case and specify a benchmark set of tasks to retrieve modalities and locate entities in the dataset. Evaluation of baseline multitask and single task systems on the full and geo-representative versions of MLM demonstrate the challenges of generalising on diverse data. In addition to the digital humanities, we expect the resource to contribute to research in multimodal representation learning, location estimation, and scene understanding. Jason Armitage, Endri Kacupaj, Golsa Tahmasebzadeh, Maria Maleshkova, Ralph Ewerth, Jens Lehmann 0001 |
CIKM | 5 |
| 2020 | A Knowledge Graph for Industry 4.0
Sebastian R. Bader, Irlán Grangel-González, Priyanka Nanjappa, Maria-Esther Vidal, Maria Maleshkova |
ESWC | 5 |
| 2020 | VQuAnDa: Verbalization QUestion ANswering DAtasetabstractQuestion Answering (QA) systems over Knowledge Graphs (KGs) aim to provide a concise answer to a given natural language question. Despite the significant evolution of QA methods over the past years, there are still some core lines of work, which are lagging behind. This is especially true for methods and datasets that support the verbalization of answers in natural language. Specifically, to the best of our knowledge, none of the existing Question Answering datasets provide any verbalization data for the question-query pairs. Hence, we aim to fill this gap by providing the first QA dataset VQuAnDa that includes the verbalization of each answer. We base VQuAnDa on a commonly used large-scale QA dataset – LC-QuAD, in order to support compatibility and continuity of previous work. We complement the dataset with baseline scores for measuring future training and evaluation work, by using a set of standard sequence to sequence models and sharing the results of the experiments. This resource empowers researchers to train and evaluate a variety of models to generate answer verbalizations. Endri Kacupaj, Hamid Zafar, Jens Lehmann 0001, Maria Maleshkova |
ESWC | 4 |
| 2018 | Querying Large Knowledge Graphs over Triple Pattern Fragments: An Empirical Study
Lars Heling, Maribel Acosta, Maria Maleshkova, York Sure-Vetter |
ISWC (2) | 3 |
| 2015 | A Semantic Framework for Sequential Decision Making
Patrick Philipp 0002, Maria Maleshkova, Achim Rettinger, Darko Katic |
ICWE | 2 |
| 2010 | Using Semantics for Automating the Authentication of Web APIs
Maria Maleshkova, Carlos Pedrinaci, John Domingue, Guillermo Alvaro Rey, Ivan Martinez |
ISWC (1) | 1 |