EDBT 2026 Demo / reviewers in the wild / expert
Steven J. Lynden
dblp:l/SJLynden
· DBLP profile ↗
16ranked-venue papers in the field
3as first author
13since 2021 · last 2026
0000-0001-6642-6934ORCID · verified
Domains — venue-derived; a paper can count in several
Database Systems & Data Management · 6 (1 first)Data Mining & Knowledge Discovery · 6 (1 first)Information Retrieval & Web Search · 4 (1 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Knowledge Graph Adapter-Based Augmentation Testbed for Large Language Models
Ushtar Ali, Steven J. Lynden, Akiyoshi Matono, Toshiyuki Amagasa |
DEXA (1) | 2 |
| 2026 | When structure predicts hallucination: Aligning LLMs with knowledge graph featuresabstractLarge Language Models (LLMs) have demonstrated remarkable factual accuracy in producing human-like and AI-generated texts across a wide range of natural language tasks, including question answering. Despite these advances, their tendency to hallucinate and produce fabricated, false or incorrect responses is a persistent limitation. This limitation undermines their reliability and remains a critical challenge, especially in areas where high precision and trustworthiness are required. To address this challenge, we investigate whether the features derived from Knowledge Graphs (KGs) align with the accuracy of answers produced by the LLMs. In particular, we focus on entropy-based KG features, which capture diversity and uncertainty within structured knowledge. By analyzing the correlation between the entropy-based KG features and the accuracy of LLM responses, we are able to identify “blind spots” where LLMs are prone to hallucination. This provides insights not only into when an LLM is correct, but also into the conditions under which it fails. We present results across several datasets, including two developed for this study, demonstrating that entropy-based KG features can effectively align with the accuracy of LLM responses. Motivated by these findings, we propose a probing strategy for assessing LLM accuracy by focusing on areas where LLM accuracy is weak. The experimental results confirm that KG features can guide the probing effectively, highlighting the importance of using structured features from KGs in building more reliable and hallucination-free AI based systems. Ushtar Ali, Steven J. Lynden, Akiyoshi Matono, Toshiyuki Amagasa |
Data Knowl. Eng. | 2 |
| 2025 | Entropy-Guided Probing for Predicting LLM Hallucinations with Knowledge Graph Features
Ushtar Ali, Steven J. Lynden, Akiyoshi Matono, Toshiyuki Amagasa |
DEXA (1) | 2 |
| 2025 | Action Sequence Analysis Using Temporal Commonsense Knowledge
Steven J. Lynden, Kyoung-Sook Kim 0001, Akiyoshi Matono, Hai-Tao Yu 0003, Xin Liu 0020 |
PAKDD (6) | 1 |
| 2025 | AssistEM: Domain Instruction Tuning for Enhanced Entity Matching
John Bosco Mugeni, Steven J. Lynden, Toshiyuki Amagasa, Akiyoshi Matono |
PAKDD (5) | 2 |
| 2025 | How Useful Is Graph Pooling for Node-Level Tasks?
Yijun Duan, Xin Liu 0020, Steven J. Lynden, Akiyoshi Matono, Qiang Ma 0001 |
ECML/PKDD (3) | 3 |
| 2025 | Estimating the plausibility of commonsense statements by novelly fusing large language model and graph neural network
Hai-Tao Yu 0003, Yijun Duan, Xin Liu 0020, Steven J. Lynden, Kyoung-Sook Kim 0001, Akiyoshi Matono, Adam Jatowt |
Inf. Process. Manag. | 6 |
| 2025 | Implicit knowledge-augmented prompting for commonsense explanation generationabstractAbstract Commonsense explanation generation refers to reasoning and explaining why a commonsense statement contradicts commonsense knowledge, such as why the statement “My dad grew volleyballs in his garden” is nonsensical. While such reasoning is trivial for humans, it remains a challenge for AI systems. Despite their notable performance in tasks like text generation and reasoning, large language models (LLMs) often fall short of consistently generating coherent and accurate commonsense explanations. To bridge this gap, we propose a novel Two-stage Identification and Prompting (TIP) framework for enhancing LLMs’ ability to handle the task of commonsense explanation generation. Specifically, in the first stage, TIP identifies the nonsensical concept in the given statement, pinpointing the specific element that contradicts commonsense knowledge. In the second stage, TIP generates implicit knowledge based on the identified nonsensical concept and then leverages this implicit knowledge to guide the adopted LLMs in generating explanations. In order to demonstrate the effectiveness of the proposed TIP framework for commonsense explanation generation, we conducted extensive experiments based on the ComVE dataset and a newly constructed CSE dataset, where a variety of LLMs are evaluated. The experimental results show that TIP consistently outperforms all baseline methods across multiple metrics, demonstrating its effectiveness in improving LLMs’ commonsense reasoning and explanation generation capabilities. Hai-Tao Yu 0003, Xin Liu 0020, Adam Jatowt, Kyoung-Sook Kim 0001, Steven J. Lynden, Akiyoshi Matono |
Knowl. Inf. Syst. | 7 |
| 2024 | MultiMatch: Low-Resource Generalized Entity Matching Using Task-Conditioned Hyperadapters in Multitask Learning
John Bosco Mugeni, Steven J. Lynden, Toshiyuki Amagasa, Akiyoshi Matono |
DaWaK | 2 |
| 2024 | Semi-supervised Named Entity Recognition for Low-Resource Languages Using Dual PLMs
Mehari Yohannes Hailemariam, Steven J. Lynden, Toshiyuki Amagasa, Akiyoshi Matono |
NLDB (1) | 2 |
| 2023 | Commonsense Temporal Action Knowledge (CoTAK) Dataset
Steven J. Lynden, Mehari Yohannes Hailemariam, Kyoung-Sook Kim 0001, Adam Jatowt, Akiyoshi Matono, Hai-Tao Yu 0003, Xin Liu 0020, Yijun Duan |
CIKM | 1 |
| 2023 | AdapterEM: Pre-trained Language Model Adaptation for Generalized Entity Matching using Adapter-tuningabstractEntity Matching (EM) involves identifying different data representations referring to the same entity from multiple data sources and is typically formulated as a binary classification problem. It is a challenging problem in data integration due to the heterogeneity of data representations. State-of-the-art solutions have adopted NLP techniques based on pre-trained language models (PrLMs) via the fine-tuning paradigm, however, sequential fine-tuning of overparameterized PrLMs can lead to catastrophic forgetting, especially in low-resource scenarios. In this study, we propose a parameter-efficient paradigm for fine-tuning PrLMs based on adapters, small neural networks encapsulated between layers of a PrLM, by optimizing only the adapter and classifier weights while the PrLMs parameters are frozen. Adapter-based methods have been successfully applied to multilingual speech problems achieving promising results, however, the effectiveness of these methods when applied to EM is not yet well understood, particularly for generalized EM with heterogeneous data. Furthermore, we explore using (i) pre-trained adapters and (ii) invertible adapters to capture token-level language representations and demonstrate their benefits for transfer learning on the generalized EM benchmark. Our results show that our solution achieves comparable or superior performance to full-scale PrLM fine-tuning and prompt-tuning baselines while utilizing a significantly smaller computational footprint of the PrLM parameters. John Bosco Mugeni, Steven J. Lynden, Toshiyuki Amagasa, Akiyoshi Matono |
IDEAS | 2 |
| 2022 | Anonymity can Help Minority: A Novel Synthetic Data Over-Sampling Strategy on Multi-label Graphs
Yijun Duan, Xin Liu 0020, Adam Jatowt, Hai-Tao Yu 0003, Steven J. Lynden, Kyoung-Sook Kim 0001, Akiyoshi Matono |
ECML/PKDD (2) | 5 |
| 2017 | Exploring the Veracity of Online Claims with BackDropabstractUsing the Web to assess the validity of claims presents many challenges. Whether the data comes from social networks or established media outlets, individual or institutional data publishers, one has to deal with scale and heterogeneity, as well as with incomplete, imprecise and sometimes outright false information. All of these are closely studied issues. Yet in many situations, the claims under scrutiny, and the data itself, have some inherent context-dependency making them impossible to completely disprove, or evaluate through a simple (e.g. scalar) measure. While data models used on the Web typically deal with universal knowledge, we believe the time has come to put context, such as time or provenance, at the forefront and watch knowledge through multiple lenses. We present BackDrop, an application that enables annotating knowledge and ontologies found online to explore how the veracity of claims varies with context. BackDrop comes in the form of a Web interface, in which users can interactively populate and annotate knowledge bases, and explore under which circumstances certain claims are more or less credible. Julien Leblay, Steven J. Lynden |
CIKM | 3 |
| 2010 | ADERIS: Adaptively Integrating RDF Data from SPARQL Endpoints
Steven J. Lynden, Isao Kojima, Akiyoshi Matono, Yusuke Tanimura |
DASFAA (2) | 1 |
| 2010 | Adaptive join processing in pipelined plansabstractIn adaptive query processing, the way in which a query is evaluated is changed in the light of feedback obtained from the environment during query evaluation. Such feedback may, for example, establish that misleading selectivity estimates were used when the query was compiled, leading to the optimizer choosing an inappropriate join order or unsuitable join algorithms. This paper describes how joins can be reordered, and the join algorithms used replaced, while they are being evaluated in pipelined plans. Where joins are reordered and/or replaced during their evaluation, the approach avoids duplicating work that has already been carried out, by resuming from where the previous plan left off. The approach has been evaluated empirically, and shown to be effective for improving query performance in the light of misleading selectivity estimates. Kwanchai Eurviriyanukul, Norman W. Paton, Alvaro A. A. Fernandes, Steven J. Lynden |
EDBT | 4 |