← Search

antonio vergari

31 accepted papers

2026

Fast and Expressive Multi-Byte Prediction with Probabilistic Circuits

ICML 2026poster

Multi-token prediction (MTP) is a prominent strategy to significantly speed up generation in large language models (LLMs), especially in byte-level LLMs, which are tokeniser-free but prohibitively slow. However, existing MTP methods often sacrifice expressiveness by assuming independence between fut…

Cited by 0SourceScholar
2026

How to Square Tensor Networks and Circuits Without Squaring Them

ICLR 2026poster

Squared tensor networks (TNs) and their extension as computational graphs---squared circuits---have been used as expressive distribution estimators, yet supporting closed-form marginalization. However, the squaring operation introduces additional complexity when computing the partition function or m…

Cited by 0SourcecodeScholar
2026

The Theory and Practice of MAP Inference over Non-Convex Constraints

ICML 2026poster

In many safety-critical settings, probabilistic ML systems have to make predictions subject to algebraic constraints, e.g., predicting the most likely trajectory that does not cross obstacles. These real-world constraints are rarely convex, nor the densities considered are (log-)concave. This makes …

Cited by 0SourceScholar
2025

A Probabilistic Neuro-symbolic Layer for Algebraic Constraint Satisfaction

UAI 2025

In safety-critical applications, guaranteeing the satisfaction of constraints over continuous environments is crucial, e.g., an autonomous agent should never crash over obstacles or go off-road. Neural models struggle in the presence of these constraints, especially when they involve intricate algeb

2025

Is Complex Query Answering Really Complex?

ICML 2025spotlight

Complex query answering (CQA) on knowledge graphs (KGs) is gaining momentum as a challenging reasoning task. In this paper, we show that the current benchmarks for CQA might not be as *complex* as we think, as the way they are built distorts our perception of progress in this field. For example, we…

Cited by 1SourcePDFScholar
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

SEMMA: A Semantic Aware Knowledge Graph Foundation Model

EMNLP 2025

Knowledge Graph Foundation Models (KGFMs) have shown promise in enabling zero-shot reasoning over unseen graphs by learning transferable patterns. However, most existing KGFMs rely solely on graph structure, overlooking the rich semantic signals encoded in textual attributes. We introduce SEMMA, a d

2025

What can Large Language Models Capture about Code Functional Equivalence?

NAACL 2025findings

Code-LLMs, LLMs pre-trained on large code corpora, have shown great progress in learning rich representations of the structure and syntax of code, successfully using it to generate or classify code fragments. At the same time, understanding if they are able to do so because they capture code semanti…

Cited by 16SourcePDFScholar
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…

2024

On the Independence Assumption in Neurosymbolic Learning

ICML 2024poster

State-of-the-art neurosymbolic learning systems use probabilistic reasoning to guide neural networks towards predictions that conform to logical constraints. Many such systems assume that the probabilities of the considered symbols are conditionally independent given the input to simplify learning a…

Cited by 13SourcePDFScholar
2024

PIXAR: Auto-Regressive Language Modeling in Pixel Space

ACL 2024findings

Recent work showed the possibility of building open-vocabulary large language models (LLMs) that directly operate on pixel representations. These models are implemented as autoencoders that reconstruct masked patches of rendered text.However, these pixel-based LLMs are limited to discriminative task…

2024

Probabilistic Integral Circuits

AISTATS 2024poster

Continuous latent variables (LVs) are a key ingredient of many generative models, as they allow modelling expressive mixtures with an uncountable number of components. In contrast, probabilistic circuits (PCs) are hierarchical discrete mixtures represented as computational graphs composed of input,…

2024

Scaling Continuous Latent Variable Models as Probabilistic Integral Circuits

NeurIPS 2024spotlight

Probabilistic integral circuits (PICs) have been recently introduced as probabilistic models enjoying the key ingredient behind expressive generative models: continuous latent variables (LVs). PICs are symbolic computational graphs defining continuous LV models as hierarchies of functions that are s…

Cited by 3SourcePDFScholar
2024

Subtractive Mixture Models via Squaring: Representation and Learning

ICLR 2024spotlight

Mixture models are traditionally represented and learned by adding several distributions as components. Allowing mixtures to subtract probability mass or density can drastically reduce the number of components needed to model complex distributions. However, learning such subtractive mixtures while e…

Cited by 18SourcePDFScholar
2024

Taming the Sigmoid Bottleneck: Provably Argmaxable Sparse Multi-Label Classification

AAAI 2024technical

Sigmoid output layers are widely used in multi-label classification (MLC) tasks, in which multiple labels can be assigned to any input. In many practical MLC tasks, the number of possible labels is in the thousands, often exceeding the number of input features and resulting in a low-rank output laye…

2023

How to Turn Your Knowledge Graph Embeddings into Generative Models

NeurIPS 2023oral

Some of the most successful knowledge graph embedding (KGE) models for link prediction – CP, RESCAL, TuckER, ComplEx – can be interpreted as energy-based models. Under this perspective they are not amenable for exact maximum-likelihood estimation (MLE), sampling and struggle to integrate logical con…

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

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…

2020

Einsum Networks: Fast and Scalable Learning of Tractable Probabilistic Circuits

ICML 2020poster

Probabilistic circuits (PCs) are a promising avenue for probabilistic modeling, as they permit a wide range of exact and efficient inference routines. Recent “deep-learning-style” implementations of PCs strive for a better scalability, but are still difficult to train on real-world data, due to thei…

2020

From Variational to Deterministic Autoencoders

ICLR 2020poster

Variational Autoencoders (VAEs) provide a theoretically-backed and popular framework for deep generative models. However, learning a VAE from data poses still unanswered theoretical questions and considerable practical challenges. In this work, we propose an alternative framework for generative mode…

Cited by 364SourcecodeScholar
2020

Imagining Grounded Conceptual Representations from Perceptual Information in Situated Guessing Games

COLING 2020main

In visual guessing games, a Guesser has to identify a target object in a scene by asking questions to an Oracle. An effective strategy for the players is to learn conceptual representations of objects that are both discriminative and expressive enough to ask questions and guess correctly. However, a…

2020

Probabilistic Inference with Algebraic Constraints: Theoretical Limits and Practical Approximations

NeurIPS 2020spotlight

Weighted model integration (WMI) is a framework to perform advanced probabilistic inference on hybrid domains, i.e., on distributions over mixed continuous-discrete random variables and in presence of complex logical and arithmetic constraints. In this work, we advance the WMI framework on both the…

Cited by 16SourcePDFScholar
2020

Scaling up Hybrid Probabilistic Inference with Logical and Arithmetic Constraints via Message Passing

ICML 2020poster

Weighted model integration (WMI) is an appealing framework for probabilistic inference: it allows for expressing the complex dependencies in real-world problems, where variables are both continuous and discrete, via the language of Satisfiability Modulo Theories (SMT), as well as to compute probabil…

2019

On Tractable Computation of Expected Predictions

NeurIPS 2019poster

Computing expected predictions of discriminative models is a fundamental task in machine learning that appears in many interesting applications such as fairness, handling missing values, and data analysis. Unfortunately, computing expectations of a discriminative model with respect to a probability…

2019

Random Sum-Product Networks: A Simple and Effective Approach to Probabilistic Deep Learning

UAI 2019poster

Sum-product networks (SPNs) are expressive probabilistic models with a rich set of exact and efficient inference routines. However, in order to guarantee exact inference, they require specific structural constraints, which complicate learning SPNs from data. Thereby, most SPN structure learners prop…