← Search

Lorenzo Loconte

6 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
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
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
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…