paper-with-me

Papers

Diffusion vs. Autoregressive Language Models: A Text Embedding Perspective

2025-05-21 · Siyue Zhang, Yilun Zhao, Liyuan Geng, Arman Cohan, Anh Tuan Luu, Chen Zhao

Large language model (LLM)-based embedding models, benefiting from large scale pre-training and post-training, have begun to surpass BERT and T5-based models on general-purpose text embedding tasks such as document retrieval. However, a fundamental limitation of LLM embeddings lies in the unidirectional attention used during autoregressive pre-training, which misaligns with the bidirectional nature of text embedding tasks. To this end, We propose adopting diffusion language models for text embeddings, motivated by their inherent bidirectional architecture and recent success in matching or surpassing LLMs especially on reasoning tasks. We present the first systematic study of the diffusion language embedding model, which outperforms the LLM-based embedding model by 20% on long-document retrieval, 8% on reasoning-intensive retrieval, 2% on instruction-following retrieval, and achieve competitive performance on traditional text embedding benchmarks. Our analysis verifies that bidirectional attention is crucial for encoding global context in long and complex text.

📄 PDF Abstract BibTeX arXiv:2505.15045

Code (0)

등록된 구현이 없습니다.

Tasks

Instruction FollowingLanguage ModelingLanguage ModellingLarge Language ModelRetrieval

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
WordPiece 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Self-conditioned Embedding Diffusion for Text Generation

2022-11-08 · Robin Strudel, Corentin Tallec, Florent Altché, Yilun Du 외

Can continuous diffusion models bring the same performance breakthrough on natural language they did for image generation? To circumvent the discrete nature of text data, we can simply project tokens in a continuous spac…

Image GenerationLanguage ModelingLanguage ModellingText Generation

Analyzing Diffusion and Autoregressive Vision Language Models in Multimodal Embedding Space

2026-01-19 · Zihang Wang, Siyue Zhang, Yilun Zhao, Jingyi Yang 외 arxiv

Embedding models are a fundamental component of modern AI systems such as semantic search and retrieval-augmented generation. Recent advances in large foundation models have substantially accelerated the development of e…

Visual Question AnsweringInformation Retrieval

CoDAR: Continuous Diffusion Language Models are More Powerful Than You Think

2026-03-03 · Junzhe Shen, Jieru Zhao, Ziwei He, Zhouhan Lin arxiv

We study why continuous diffusion language models (DLMs) have lagged behind discrete diffusion approaches despite their appealing continuous generative dynamics. Under a controlled token--recovery study, we identify toke…

TESS: Text-to-Text Self-Conditioned Simplex Diffusion

2023-05-15 · Rabeeh Karimi Mahabadi, Hamish Ivison, Jaesung Tae, James Henderson 외

Diffusion models have emerged as a powerful paradigm for generation, obtaining strong performance in various continuous domains. However, applying continuous diffusion models to natural language remains challenging due t…

Natural Language UnderstandingParaphrase GenerationQuestion GenerationQuestion-Generation+2

Text-Guided Molecule Generation with Diffusion Language Model

2024-02-20 · Haisong Gong, Qiang Liu, Shu Wu, Liang Wang

Text-guided molecule generation is a task where molecules are generated to match specific textual descriptions. Recently, most existing SMILES-based molecule generation methods rely on an autoregressive architecture. In …

Drug DiscoveryLanguage ModelingLanguage Modellingmodel+2