← Search

Benjie Wang

13 accepted papers

2026

Breaking the Factorization Barrier in Diffusion Language Models

ICML 2026poster

Diffusion language models theoretically allow for efficient parallel generation but are practically hindered by the "factorization barrier": the assumption that simultaneously predicted tokens are independent. This limitation forces a trade-off: models must either sacrifice speed by resolving depend…

Cited by 0SourceScholar
2025

On the Relationship Between Monotone and Squared Probabilistic Circuits

AAAI 2025technical

Probabilistic circuits are a unifying representation of functions as computation graphs of weighted sums and products. Their primary application is in probabilistic modeling, where circuits with non-negative weights (monotone circuits) can be used to represent and learn density/mass functions, with…

2025

Scaling Probabilistic Circuits via Monarch Matrices

ICML 2025poster

Probabilistic Circuits (PCs) are tractable representations of probability distributions allowing for exact and efficient computation of likelihoods and marginals. Recent advancements have improved the scalability of PCs either by leveraging their sparse properties or through the use of tensorized op…

Cited by 0SourcePDFScholar
2025

TRACE Back from the Future: A Probabilistic Reasoning Approach to Controllable Language Generation

ICML 2025poster

As large language models (LMs) advance, there is an increasing need to control their outputs to align with human values (e.g., detoxification) or desired attributes (e.g., personalization, topic). However, autoregressive models focus on next-token predictions and struggle with global properties that…

Cited by 0SourcePDFScholar
2024

Where is the signal in tokenization space?

EMNLP 2024main

Large Language Models (LLMs) are typically shipped with tokenizers that *deterministically* encode text into so-called *canonical* token sequences, to which the LLMs assign probability values.One common assumption is that the probability of a piece of text is the probability of its canonical token s…

Cited by 3SourcePDFScholar
2023

Compositional Probabilistic and Causal Inference using Tractable Circuit Models

AISTATS 2023poster

Probabilistic circuits (PCs) are a class of tractable probabilistic models, which admit efficient inference routines depending on their structural properties. In this paper, we introduce md-vtrees, a novel structural formulation of (marginal) determinism in structured decomposable PCs, which general…

2022

Robustness Guarantees for Credal Bayesian Networks via Constraint Relaxation over Probabilistic Circuits

IJCAI 2022poster

In many domains, worst-case guarantees on the performance (e.g. prediction accuracy) of a decision function subject to distributional shifts and uncertainty about the environment are crucial. In this work we develop a method to quantify the robustness of decision functions with respect to credal Bay…

2021

Provable Guarantees on the Robustness of Decision Rules to Causal Interventions

IJCAI 2021poster

Robustness of decision rules to shifts in the data-generating process is crucial to the successful deployment of decision-making systems. Such shifts can be viewed as interventions on a causal graph, which capture (possibly hypothetical) changes in the data-generating process, whether due to natural…