← 返回论文检索
ICLR 2026Blog Track PosterAccept (Poster)

Square Peg, Round Hole: Plugging Non-Sequential Data into Sequential Language Models

Julia Balla, Hannah Lawrence

Massachusetts Institute of Technology

PDF 由论文原始站点提供,PaperCompass 不保存论文文件。

摘要

Autoregressive (AR) models are central to modern generative AI systems, yet their sequential inductive bias clashes with modalities that lack an obvious ordering, such as images, graphs, and point clouds. Despite this mismatch, AR models are widely used beyond language, owing to their scalability and controllability. This post highlights the growing set of techniques that make non-sequential data amenable to autoregressive modeling. There are two broad directions: approaches that choose or optimize a generation order for a fixed tokenization, and approaches that redesign the tokenization itself to simplify each next-token prediction step. We emphasize the tradeoffs these methods face, particularly between compression and autoregressive ``modelability”. By drawing these connections, we aim to motivate future work on tokenizations tailored to the needs of autoregressive models for arbitrary datatypes.