paper-with-me

홈 › Papers

SequenceMatch: Imitation Learning for Autoregressive Sequence Modelling with Backtracking

2023-06-08 · Chris Cundy, Stefano Ermon

In many domains, autoregressive models can attain high likelihood on the task of predicting the next observation. However, this maximum-likelihood (MLE) objective does not necessarily match a downstream use-case of autoregressively generating high-quality sequences. The MLE objective weights sequences proportionally to their frequency under the data distribution, with no guidance for the model's behaviour out of distribution (OOD): leading to compounding error during autoregressive generation. In order to address this compounding error problem, we formulate sequence generation as an imitation learning (IL) problem. This allows us to minimize a variety of divergences between the distribution of sequences generated by an autoregressive model and sequences from a dataset, including divergences with weight on OOD generated sequences. The IL framework also allows us to incorporate backtracking by introducing a backspace action into the generation process. This further mitigates the compounding error problem by allowing the model to revert a sampled token if it takes the sequence OOD. Our resulting method, SequenceMatch, can be implemented without adversarial training or architectural changes. We identify the SequenceMatch-$\chi^2$ divergence as a more suitable training objective for autoregressive models which are used for generation. We show that empirically, SequenceMatch training leads to improvements over MLE on text generation with language models and arithmetic.

📄 PDF Abstract BibTeX arXiv:2306.05426

Code (0)

등록된 구현이 없습니다.

Tasks

Imitation LearningText Generation

Similar Papers 제목 키워드 기반

SequenceMatch: Revisiting the design of weak-strong augmentations for Semi-supervised learning

2023-10-24 · Khanh-Binh Nguyen

Semi-supervised learning (SSL) has become popular in recent years because it allows the training of a model using a large amount of unlabeled data. However, one issue that many SSL methods face is the confirmation bias, …

Semi-Supervised Image ClassificationSemi-Supervised Image Classification on ImageNet - 10% labeled data

Imitation Learning from Observations: An Autoregressive Mixture of Experts Approach

2024-11-12 · Renzi Wang, Flavia Sofia Acerbo, Tong Duy Son, Panagiotis Patrinos

This paper presents a novel approach to imitation learning from observations, where an autoregressive mixture of experts model is deployed to fit the underlying policy. The parameters of the model are learned via a two-s…

Autonomous DrivingImitation LearningMixture-of-Experts

Saber: An Efficient Sampling with Adaptive Acceleration and Backtracking Enhanced Remasking for Diffusion Language Model

2025-10-20 · Yihong Dong, Zhaoyu Ma, Xue Jiang, Zhiyuan Fan 외 arxiv

Diffusion language models (DLMs) are emerging as a compelling alternative to the dominant autoregressive paradigm, offering inherent advantages in parallel generation and bidirectional context modeling. However, for the …

Code Generation

Evaluation of Neural Surrogates for Physical Modelling Synthesis of Nonlinear Elastic Plates

2025-07-16 · Carlos De La Vega Martin, Rodrigo Diaz Fernandez, Mark Sandler arxiv

Physical modelling synthesis aims to generate audio from physical simulations of vibrating structures. Thin elastic plates are a common model for drum membranes. Traditional numerical methods like finite differences and …

Physical Simulations

Imputer: Sequence Modelling via Imputation and Dynamic Programming

2020-02-20 · ICML 2020 1 · William Chan, Chitwan Saharia, Geoffrey Hinton, Mohammad Norouzi 외

This paper presents the Imputer, a neural sequence model that generates output sequences iteratively via imputations. The Imputer is an iterative generative model, requiring only a constant number of generation steps ind…

Imputationspeech-recognitionSpeech Recognition