← Search

Thomas Demeester

15 accepted papers

2026

*Rank-Learner*: Orthogonal Ranking of Treatment Effects

ICML 2026poster

Many decision-making problems require ranking individuals by their treatment effects rather than estimating the exact effect magnitudes. Examples include prioritizing patients for preventive care interventions, or ranking customers by the expected incremental impact of an advertisement. Surprisingly…

Cited by 0SourceScholar
2026

The Entropic Signature of Class Speciation in Diffusion Models

ICML 2026poster

Diffusion models do not recover semantic structure uniformly over time. Instead, samples transition from semantic ambiguity to class commitment within a narrow regime. Recent theoretical work attributes this transition to dynamical instabilities along class-separating directions, but practical metho…

Cited by 0SourceScholar
2026

ePC: Fast and Deep Predictive Coding for Digital Hardware

ICML 2026poster

Predictive Coding (PC) offers a brain-inspired alternative to backpropagation for neural network training, described as a physical system minimizing its internal energy. However, in practice, PC is predominantly digitally simulated, requiring excessive amounts of compute while struggling to scale to…

Cited by 0SourceScholar
2025

Dynamic Negative Guidance of Diffusion Models

ICLR 2025poster

Negative Prompting (NP) is widely utilized in diffusion models, particularly in text-to-image applications, to prevent the generation of undesired features. In this paper, we show that conventional NP is limited by the assumption of a constant guidance scale, which may lead to highly suboptimal resu…

2025

Feedback Guidance of Diffusion Models

NeurIPS 2025poster

While Classifier-Free Guidance (CFG) has become standard for improving sample fidelity in conditional diffusion models, it can harm diversity and induce memorization by applying constant guidance regardless of whether a particular sample needs correction. We propose **F**eed**B**ack **G**uidance (FB…

Cited by 0SourceScholar
2024

Debiasing Synthetic Data Generated by Deep Generative Models

NeurIPS 2024poster

While synthetic data hold great promise for privacy protection, their statistical analysis poses significant challenges that necessitate innovative solutions. The use of deep generative models (DGMs) for synthetic data generation is known to induce considerable bias and imprecision into synthetic da…

2024

The Real Deal Behind the Artificial Appeal: Inferential Utility of Tabular Synthetic Data

UAI 2024poster

Recent advances in generative models facilitate the creation of synthetic data to be made available for research in privacy-sensitive contexts. However, the analysis of synthetic data raises a unique set of methodological challenges. In this work, we highlight the importance of inferential utility a…

2023

BioDEX: Large-Scale Biomedical Adverse Drug Event Extraction for Real-World Pharmacovigilance

EMNLP 2023long findings

Timely and accurate extraction of Adverse Drug Events (ADE) from biomedical literature is paramount for public safety, but involves slow and costly manual labor. We set out to improve drug safety monitoring (pharmacovigilance, PV) through the use of Natural Language Processing (NLP). We introduce Bi…

Cited by 0SourcecodeScholar
2022

BioLORD: Learning Ontological Representations from Definitions for Biomedical Concepts and their Textual Descriptions

EMNLP 2022finding

This work introduces BioLORD, a new pre-training strategy for producing meaningful representations for clinical sentences and biomedical concepts. State-of-the-art methodologies operate by maximizing the similarity in representation of names referring to the same concept, and preventing collapse thr…

Cited by 20SourcePDFScholar
2022

Robustifying Sentiment Classification by Maximally Exploiting Few Counterfactuals

EMNLP 2022main

For text classification tasks, finetuned language models perform remarkably well. Yet, they tend to rely on spurious patterns in training data, thus limiting their performance on out-of-distribution (OOD) test data. Among recent models aiming to avoid this spurious pattern problem, adding extra coun…

2022

TempEL: Linking Dynamically Evolving and Newly Emerging Entities

NeurIPS 2022accept

In our continuously evolving world, entities change over time and new, previously non-existing or unknown, entities appear. We study how this evolutionary scenario impacts the performance on a well established entity linking (EL) task. For that study, we introduce TempEL, an entity linking dataset t…

2022

Towards Consistent Document-level Entity Linking: Joint Models for Entity Linking and Coreference Resolution

ACL 2022short

We consider the task of document-level entity linking (EL), where it is important to make consistent decisions for entity mentions over the full document jointly. We aim to leverage explicit “connections” among mentions within the document itself: we propose to join EL and coreference resolution (co…

2021

A Million Tweets Are Worth a Few Points: Tuning Transformers for Customer Service Tasks

NAACL 2021long

In online domain-specific customer service applications, many companies struggle to deploy advanced NLP models successfully, due to the limited availability of and noise in their datasets. While prior research demonstrated the potential of migrating large open-domain pretrained models for domain-spe…

2021

A Simple Geometric Method for Cross-Lingual Linguistic Transformations with Pre-trained Autoencoders

EMNLP 2021main

Powerful sentence encoders trained for multiple languages are on the rise. These systems are capable of embedding a wide range of linguistic properties into vector representations. While explicit probing tasks can be used to verify the presence of specific linguistic properties, it is unclear whethe…

Cited by 2SourcePDFScholar
2018

DeepProbLog: Neural Probabilistic Logic Programming

NeurIPS 2018spotlight

We introduce DeepProbLog, a probabilistic logic programming language that incorporates deep learning by means of neural predicates. We show how existing inference and learning techniques can be adapted for the new language. Our experiments demonstrate that DeepProbLog supports (i) both symbolic and…