pith. sign in

arxiv: 2402.19097 · v4 · pith:LUNAXDW4new · submitted 2024-02-29 · 💻 cs.CL

TEncDM: Understanding the Properties of the Diffusion Model in the Space of Language Model Encodings

classification 💻 cs.CL
keywords tencdmdiffusionmodelencodingsapproachdecodergenerationlanguage
0
0 comments X
read the original abstract

This paper presents the Text Encoding Diffusion Model (TEncDM), a novel approach to diffusion modeling that operates in the space of pre-trained language model encodings. In contrast to traditionally used embeddings, encodings integrate contextual information. In our approach, we also employ a transformer-based decoder, specifically designed to incorporate context in the token prediction process. We conduct a comprehensive examination of the influence of the encoder, decoder, noise scheduler, and self-conditioning on zero-shot generation. Furthermore, we compare TEncDM with previous approaches on three conditional text generation tasks: QQP, XSum, and Wiki-Auto. The results show that TEncDM exhibits superior performance compared to existing non-autoregressive diffusion models. Our code is available at https://github.com/M0RJIQUE/tencdm.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Smoothie: Smoothing Diffusion on Token Embeddings for Text Generation

    cs.CL 2025-05 unverdicted novelty 7.0

    Smoothie performs diffusion by smoothing token embeddings based on semantic similarity, outperforming prior diffusion models on sequence-to-sequence and unconditional text generation tasks.