← Search

Emile van Krieken

11 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
2025

Are We Done with MMLU?

NAACL 2025long

Maybe not. We identify and analyse errors in the popular Massive Multitask Language Understanding (MMLU) benchmark. Even though MMLU is widely adopted, our analysis demonstrates numerous ground truth errors that obscure the true capabilities of LLMs. For example, we find that 57% of the analysed que…

2025

Mixtures of In-Context Learners

ACL 2025long

In-context learning (ICL) adapts LLMs by providing demonstrations without fine-tuning the model parameters; however, it is very sensitive to the choice of in-context demonstrations, and processing many demonstrations can be computationally demanding. We propose Mixtures of In-Context Learners (MoICL…

2025

Self-Training Large Language Models for Tool-Use Without Demonstrations

NAACL 2025findings

Large language models (LLMs) remain prone to factual inaccuracies and computational errors, including hallucinations and mistakes in mathematical reasoning. Recent work augmented LLMs with tools to mitigate these shortcomings, but often requires curated gold tool-use demonstrations. In this paper, w…

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
2023

A-NeSI: A Scalable Approximate Method for Probabilistic Neurosymbolic Inference

NeurIPS 2023poster

We study the problem of combining neural networks with symbolic reasoning. Recently introduced frameworks for Probabilistic Neurosymbolic Learning (PNL), such as DeepProbLog, perform exponential-time exact inference, limiting the scalability of PNL solutions. We introduce Approximate Neurosymbolic I…

2021

Storchastic: A Framework for General Stochastic Automatic Differentiation

NeurIPS 2021poster

Modelers use automatic differentiation (AD) of computation graphs to implement complex Deep Learning models without defining gradient computations. Stochastic AD extends AD to stochastic computation graphs with sampling steps, which arise when modelers handle the intractable expectations common in R…