paper-with-me

Papers

Conditional Attribute Estimation with Autoregressive Sequence Models

2026-05-13 · Erica Stutz, Giacomo Marino, Daniella Meeker, Qiao Liu, Andrew J. Loza arxiv

Generative models are often trained with a next-token prediction objective, yet many downstream applications require the ability to estimate or control sequence-level properties. Next-token prediction can lead to overfitting of local patterns during training, underfitting of global structure, and requires significant downstream modifications or expensive sampling to guide or predict the global attributes of generated samples at inference time. Here, we introduce Conditional Attribute Transformers, a novel method for jointly estimating the next-token probability and the value of an attribute conditional on each potential next token selection. This framework enables three critical capabilities within a single forward pass, without modification of the input sequence: (1) per-token credit assignment across an entire sequence, by identifying how each token in a sequence is associated with an attribute's value; (2) counterfactual analysis, by quantifying attribute differences conditional on alternative next token choices; (3) steerable generation, by decoding sequences based on a combination of next-token and attribute likelihoods. Our approach achieves state of the art performance on sparse reward tasks, improves next-token prediction at sufficient model sizes, estimates attribute probabilities orders of magnitude faster than sampling, and can guide decoding of autoregressive sequence models on a range of language tasks.

📄 PDF Abstract BibTeX arXiv:2605.14004

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Amadeus: Autoregressive Model with Bidirectional Attribute Modelling for Symbolic Music

2025-08-28 · Hongju Su, Ke Li, Lan Yang, Honggang Zhang 외 arxiv

Existing state-of-the-art symbolic music generation models predominantly adopt autoregressive or hierarchical autoregressive architectures, modelling symbolic music as a sequence of attribute tokens with unidirectional t…

Contrastive LearningMusic Generation

Who Needs Decoders? Efficient Estimation of Sequence-level Attributes

2023-05-09 · Yassir Fathullah, Puria Radmard, Adian Liusie, Mark J. F. Gales

State-of-the-art sequence-to-sequence models often require autoregressive decoding, which can be highly expensive. However, for some downstream tasks such as out-of-distribution (OOD) detection and resource allocation, t…

AttributeAutomatic Speech RecognitionAutomatic Speech Recognition (ASR)Machine Translation+3

HCNAF: Hyper-Conditioned Neural Autoregressive Flow and its Application for Probabilistic Occupancy Map Forecasting

2019-12-17 · CVPR 2020 6 · Geunseob Oh, Jean-Sebastien Valois

We introduce Hyper-Conditioned Neural Autoregressive Flow (HCNAF); a powerful universal distribution approximator designed to model arbitrarily complex conditional probability density functions. HCNAF consists of a neura…

Density Estimation

Regularized Estimation of High-Dimensional Vector AutoRegressions with Weakly Dependent Innovations

2019-12-19 · Ricardo P. Masini, Marcelo C. Medeiros, Eduardo F. Mendes

There has been considerable advance in understanding the properties of sparse regularization procedures in high-dimensional models. In time series context, it is mostly restricted to Gaussian autoregressions or mixing se…

Time SeriesTime Series AnalysisVocal Bursts Intensity Prediction

Breaking the Autoregressive Chain: Hyper-Parallel Decoding for Efficient LLM-Based Attribute Value Extraction

2026-04-29 · Theodore Glavas, Nikhita Vedula, Dushyanta Dhyani, Yilun Zhu 외 arxiv

Some text generation tasks, such as Attribute Value Extraction (AVE), require decoding multiple independent sequences from the same document context. While standard autoregressive decoding is slow due to its sequential n…

Attribute Value ExtractionAttribute ExtractionText Generation