paper-with-me

홈 › Papers

AbbIE: Autoregressive Block-Based Iterative Encoder for Efficient Sequence Modeling

2025-07-11 · Preslav Aleksandrov, Meghdad Kurmanji, Fernando Garcia Redondo, David O'Shea, William Shen, Alex Iacob, Lorenzo Sani, Xinchi Qiu, Nicola Cancedda, Nicholas D. Lane arxiv

We introduce the Autoregressive Block-Based Iterative Encoder (AbbIE), a novel recursive generalization of the encoder-only Transformer architecture, which achieves better perplexity than a standard Transformer and allows for the dynamic scaling of compute resources at test time. This simple, recursive approach is a complement to scaling large language model (LLM) performance through parameter and token counts. AbbIE performs its iterations in latent space, but unlike latent reasoning models, does not require a specialized dataset or training protocol. We show that AbbIE upward generalizes (ability to generalize to arbitrary iteration lengths) at test time by only using 2 iterations during train time, far outperforming alternative iterative methods. AbbIE's ability to scale its computational expenditure based on the complexity of the task gives it an up to \textbf{12\%} improvement in zero-shot in-context learning tasks versus other iterative and standard methods and up to 5\% improvement in language perplexity. The results from this study open a new avenue to Transformer performance scaling. We perform all of our evaluations on model sizes up to 350M parameters.

📄 PDF Abstract BibTeX arXiv:2507.08567

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Deterministic Non-Autoregressive Neural Sequence Modeling by Iterative Refinement

2018-02-19 · EMNLP 2018 10 · Jason Lee, Elman Mansimov, Kyunghyun Cho

We propose a conditional non-autoregressive neural sequence model based on iterative refinement. The proposed model is designed based on the principles of latent variable models and denoising autoencoders, and is general…

Caption GenerationDenoisingMachine TranslationTranslation

Block3D: Efficient Text-to-3D Generation via Block-Wise Diffusion

2026-08-20 · Bowen Cui, Weijie Wang, Zeyu Zhang, Yefei He 외 arxiv

While text-to-3D generation has advanced rapidly, achieving high geometric fidelity at low inference cost remains challenging. Existing text-to-3D methods either decode discrete shape tokens autoregressively or iterative…

3D Generation

Encoder-Decoder Diffusion Language Models for Efficient Training and Inference

2025-10-26 · Marianne Arriola, Yair Schiff, Hao Phung, Aaron Gokaslan 외 arxiv

Discrete diffusion models enable parallel token sampling for faster inference than autoregressive approaches. However, prior diffusion models use a decoder-only architecture, which requires sampling algorithms that invok…

Mathematical Reasoning

Bidirectional Representations Augmented Autoregressive Biological Sequence Generation

2025-10-09 · Xiang Zhang, Jiaqi Wei, Zijie Qiu, Sheng Xu 외 arxiv

Autoregressive (AR) models, common in sequence generation, are limited in many biological tasks such as de novo peptide sequencing and protein modeling by their unidirectional nature, failing to capture crucial global bi…

Latent Block-Diffusion Temporal Point Processes: A Semi-Autoregressive Framework for Asynchronous Event Sequence Generation

2026-06-23 · Shuai Zhang, Yancheng Chen, Chuan Zhou, Yang Liu 외 arxiv

Modeling and sampling from the underlying distribution of asynchronous event sequences are crucial in various real-world applications, including social networks, medical diagnosis, and financial transactions. Existing au…

Medical DiagnosisPoint Processes