← Search

Stefano Teso

19 accepted papers

2026

GNN Explanations that do not Explain and How to find Them

ICLR 2026poster

Explanations provided by Self-explainable Graph Neural Networks (SE-GNNs) are fundamental for understanding the model's inner workings and for identifying potential misuse of sensitive attributes. Although recent works have highlighted that these explanations can be suboptimal and potentially mislea…

Cited by 0SourcecodeScholar
2026

Human Cognitive Biases in Explanation-based Interaction: The Case of Within and Between Session Order Effect

AAAI 2026technical

Explanatory Interactive Learning (XIL) is a powerful interactive learning framework designed to enable users to customize and correct AI models by interacting with their explanations. In a nutshell, XIL algorithms select a number of items on which an AI model made a decision (e.g., images and their

Cited by 0SourcePDFScholar
2025

Beyond Topological Self-Explainable GNNs: A Formal Explainability Perspective

ICML 2025poster

Self-Explainable Graph Neural Networks (SE-GNNs) are popular explainable-by-design GNNs, but their explanations' properties and limitations are not well understood. Our first contribution fills this gap by formalizing the explanations extracted by some popular SE-GNNs, referred to as Minimal Explana…

Cited by 0SourcePDFScholar
2025

Logically Consistent Language Models via Neuro-Symbolic Integration

ICLR 2025poster

Current large language models (LLMs) are far from reliable: they are prone to generate non-factual information and, more crucially, to contradict themselves when prompted to reason about relations between real entities of the world. These problems are currently addressed with large scale fine-tuning…

Cited by 5SourcePDFScholar
2025

Reconsidering Faithfulness in Regular, Self-Explainable and Domain Invariant GNNs

ICLR 2025poster

As Graph Neural Networks (GNNs) become more pervasive, it becomes paramount to build reliable tools for explaining their predictions. A core desideratum is that explanations are *faithful*, i.e., that they portray an accurate picture of the GNN's reasoning process. However, a number of different fai…

Cited by 0SourcePDFScholar
2025

Shortcuts and Identifiability in Concept-based Models from a Neuro-Symbolic Lens

NeurIPS 2025poster

Concept-based Models are neural networks that learn a concept extractor to map inputs to high-level concepts and an inference layer to translate these into predictions. Ensuring these modules produce interpretable concepts and behave reliably in out-of-distribution is crucial, yet the conditions for…

Cited by 0SourceScholar
2024

A Neuro-Symbolic Benchmark Suite for Concept Quality and Reasoning Shortcuts

NeurIPS 2024poster

The advent of powerful neural classifiers has increased interest in problems that require both learning and reasoning. These problems are critical for understanding important properties of models, such as trustworthiness, generalization, interpretability, and compliance to safety and structural cons…

Cited by 4SourcecodeScholar
2024

BEARS Make Neuro-Symbolic Models Aware of their Reasoning Shortcuts

UAI 2024poster

Neuro-Symbolic (NeSy) predictors that conform to symbolic knowledge {–} encoding, e.g., safety constraints {–} can be affected by Reasoning Shortcuts (RSs): They learn concepts consistent with the symbolic knowledge by exploiting unintended semantics. RSs compromise reliability and generalization an…

2023

Concept-level Debugging of Part-Prototype Networks

ICLR 2023top-25%

Part-prototype Networks (ProtoPNets) are concept-based classifiers designed to achieve the same performance as black-box models without compromising transparency. ProtoPNets compute predictions based on similarity to class-specific part-prototypes learned to recognize parts of training examples, mak…

2023

Neuro-Symbolic Continual Learning: Knowledge, Reasoning Shortcuts and Concept Rehearsal

ICML 2023poster

We introduce Neuro-Symbolic Continual Learning, where a model has to solve a sequence of neuro-symbolic tasks, that is, it has to map sub-symbolic inputs to high-level concepts and compute predictions by reasoning consistently with prior knowledge. Our key observation is that neuro-symbolic tasks, a…

2023

Not All Neuro-Symbolic Concepts Are Created Equal: Analysis and Mitigation of Reasoning Shortcuts

NeurIPS 2023poster

Neuro-Symbolic (NeSy) predictive models hold the promise of improved compliance with given constraints, systematic generalization, and interpretability, as they allow to infer labels that are consistent with some prior knowledge by reasoning over high-level concepts extracted from sub-symbolic input…

2022

Federated Multi-Task Attention for Cross-Individual Human Activity Recognition

IJCAI 2022poster

Federated Learning (FL) is an emerging privacy-aware machine learning technique that applies successfully to the collaborative learning of global models for Human Activity Recognition (HAR). As of now, the applications of FL for HAR assume that the data associated with diverse individuals follow the…

2022

GlanceNets: Interpretable, Leak-proof Concept-based Models

NeurIPS 2022accept

There is growing interest in concept-based models (CBMs) that combine high-performance and interpretability by acquiring and reasoning with a vocabulary of high-level concepts. A key requirement is that the concepts be interpretable. Existing CBMs tackle this desideratum using a variety of heuristic…

Cited by 73SourcePDFScholar
2022

Machine Learning for Utility Prediction in Argument-Based Computational Persuasion

AAAI 2022technical

Automated persuasion systems (APS) aim to persuade a user to believe something by entering into a dialogue in which arguments and counterarguments are exchanged. To maximize the probability that an APS is successful in persuading a user, it can identify a global policy that will allow it to select t…

2022

Semantic Probabilistic Layers for Neuro-Symbolic Learning

NeurIPS 2022accept

We design a predictive layer for structured-output prediction (SOP) that can be plugged into any neural network guaranteeing its predictions are consistent with a set of predefined symbolic constraints. Our Semantic Probabilistic Layer (SPL) can model intricate correlations, and hard constraints, ov…

2021

A Compositional Atlas of Tractable Circuit Operations for Probabilistic Inference

NeurIPS 2021oral

Circuit representations are becoming the lingua franca to express and reason about tractable generative and discriminative models. In this paper, we show how complex inference scenarios for these models that commonly arise in machine learning---from computing the expectations of decision tree ensem…

2021

Interactive Label Cleaning with Example-based Explanations

NeurIPS 2021spotlight

We tackle sequential learning under label noise in applications where a human supervisor can be queried to relabel suspicious examples. Existing approaches are flawed, in that they only relabel incoming examples that look "suspicious" to the model. As a consequence, those mislabeled examples that el…

2020

Efficient Generation of Structured Objects with Constrained Adversarial Networks

NeurIPS 2020poster

Generative Adversarial Networks (GANs) struggle to generate structured objects like molecules and game maps. The issue is that structured objects must satisfy hard requirements (e.g., molecules must be chemically valid) that are difficult to acquire from examples alone. As a remedy, we propose Const…

2020

Learning in the Wild with Incremental Skeptical Gaussian Processes

IJCAI 2020poster

The ability to learn from human supervision is fundamental for personal assistants and other interactive applications of AI. Two central challenges for deploying interactive learners in the wild are the unreliable nature of the supervision and the varying complexity of the prediction task. We addres…