paper-with-me

홈 › Papers

Scaling the Vocabulary of Non-autoregressive Models for Efficient Generative Retrieval

2024-06-10 · Ravisri Valluri, Akash Kumar Mohankumar, Kushal Dave, Amit Singh, Jian Jiao, Manik Varma, Gaurav Sinha

Generative Retrieval introduces a new approach to Information Retrieval by reframing it as a constrained generation task, leveraging recent advancements in Autoregressive (AR) language models. However, AR-based Generative Retrieval methods suffer from high inference latency and cost compared to traditional dense retrieval techniques, limiting their practical applicability. This paper investigates fully Non-autoregressive (NAR) language models as a more efficient alternative for generative retrieval. While standard NAR models alleviate latency and cost concerns, they exhibit a significant drop in retrieval performance (compared to AR models) due to their inability to capture dependencies between target tokens. To address this, we question the conventional choice of limiting the target token space to solely words or sub-words. We propose PIXAR, a novel approach that expands the target vocabulary of NAR models to include multi-word entities and common phrases (up to 5 million tokens), thereby reducing token dependencies. PIXAR employs inference optimization strategies to maintain low inference latency despite the significantly larger vocabulary. Our results demonstrate that PIXAR achieves a relative improvement of 31.0% in MRR@10 on MS MARCO and 23.2% in Hits@5 on Natural Questions compared to standard NAR models with similar latency and cost. Furthermore, online A/B experiments on a large commercial search engine show that PIXAR increases ad clicks by 5.08% and revenue by 4.02%.

📄 PDF Abstract BibTeX arXiv:2406.06739

Code (0)

등록된 구현이 없습니다.

Tasks

Inference OptimizationInformation RetrievalNatural QuestionsRetrieval

Similar Papers 제목 키워드 기반

ScaMo: Exploring the Scaling Law in Autoregressive Motion Generation Model

2024-12-19 · CVPR 2025 1 · Shunlin Lu, Jingbo Wang, Zeyu Lu, Ling-Hao Chen 외

The scaling law has been validated in various domains, such as natural language processing (NLP) and massive computer vision tasks; however, its application to motion generation remains largely unexplored. In this paper,…

Motion Generation

Exploring Training and Inference Scaling Laws in Generative Retrieval

2025-03-24 · Hongru Cai, Yongqi Li, Ruifeng Yuan, Wenjie Wang 외

Generative retrieval has emerged as a novel paradigm that leverages large language models (LLMs) to autoregressively generate document identifiers. Although promising, the mechanisms that underpin its performance and sca…

DecoderRetrieval

Infinity: Scaling Bitwise AutoRegressive Modeling for High-Resolution Image Synthesis

2024-12-05 · CVPR 2025 1 · Jian Han, Jinlai Liu, Yi Jiang, Bin Yan 외

We present Infinity, a Bitwise Visual AutoRegressive Modeling capable of generating high-resolution, photorealistic images following language instruction. Infinity redefines visual autoregressive model under a bitwise to…

Image Generation

Flow of Spans: Generalizing Language Models to Dynamic Span-Vocabulary via GFlowNets

2026-02-11 · Bo Xue, Yunchong Song, Fanghao Shao, Xuekai Zhu 외 arxiv

Standard autoregressive language models generate text token-by-token from a fixed vocabulary, inducing a tree-structured state space when viewing token sampling as an action, which limits flexibility and expressiveness. …

Text Generation

CoBit: Language Modeling with Bitstream Diffusion

2026-05-07 · Georgios Batzolis, Mark Girolami, Luca Ambrogioni arxiv

Diffusion language models (DLMs) promise parallel, order-agnostic generation, but on standard benchmarks they have historically lagged behind autoregressive models in sample quality and diversity. Recent continuous flow …