cs.CLJun 17, 2026

Approximate Structured Diffusion for Sequence Labelling

Authors: Nicolas FloquetJoseph Le RouxNadi Tomeh

Organizations: Université Sorbonne Paris Nord, CNRS, Laboratoire d’Informatique de Paris Nord, LIPN, F-93430 Villetaneuse, France

Abstract

Sequence labelling, a core task of Natural Language Processing (NLP), consists in assigning each token of an input sentence a label. From a Machine Learning point of view, sequence labelling is often cast as a Linear-Chain Conditional Random Field (CRF) parametrised by a neural network. While this approach gives good empirical results, CRFs assume a finite decision span (eg label bigrams) which can limit their expressivity and hurt performance when long-range dependencies are required. We show we can leverage diffusion to train a CRF conditioned on an entire label sequence, with the caveat that the condition is on a noisy version of labels. We show experimentally that this method, in conjunction with approximate CRF inference, improves label accuracy with a 16.5% error reduction for POS-tagging.

Explore similar work

CardsList
  1. Streaming Structured Inference with Flash-SemiCRF

    Apr 20, 2026Benjamin K. Johnson, Thomas Goralski, Ayush Semwal +2Hidden Markov ModelsFlash

  2. Dynamic Chunking for Diffusion Language Models

    May 15, 2026Yichen Zhu, Xiaoming Shi, Peng Zhao +3Diffusion Language ModelsChunk