EMNLP 2023long findings0 citations

DiffusionSL: Sequence Labeling via Tag Diffusion Process

Ziyang Huang, Pengfei Cao, Jun Zhao, Kang Liu

Abstract

Sequence Labeling (SL) is long-standing in Natural Language Processing (NLP). Traditionally, discriminative models have been widely used to capture the conditional distribution of sequence tags, rather than generative models. In this paper, we present DiffusionSL, a framework that utilizes a conditional discrete diffusion model for generating discrete tag data, resulting in a Tag Diffusion Process. We treat the natural language sequence as the conditional signal and the sequence tags as the generation target, iteratively refining the noisy tags to obtain clean ones. To address the discreteness issue, we propose the Bit-Tag Converter (BTConverter) to model the target in continuous data space. Furthermore, we introduce the Bit Diffusion Transformer (BitDiT) to model the process of noise elimination. Leveraging the powerful iterative refinement capability of the diffusion model, DiffusionSL achieves superior performance against previous state-of-the-art (SOTA) baselines and outperforms gpt-3.5-turbo significantly across multiple benchmark datasets and various tasks.

Generative ModelsSequence LabelingTag Diffusion Process
BibTeX
@inproceedings{
huang2023diffusionsl,
title={Diffusion{SL}: Sequence Labeling via Tag Diffusion Process},
author={Ziyang Huang and Pengfei Cao and Jun Zhao and Kang Liu},
booktitle={The 2023 Conference on Empirical Methods in Natural Language Processing},
year={2023},
url={https://openreview.net/forum?id=BoKg2pcF0H}
}
DiffusionSL: Sequence Labeling via Tag Diffusion Process · EMNLP 2023