paper-with-me

홈 › Papers

MLE-guided parameter search for task loss minimization in neural sequence modeling

2020-06-04 · Sean Welleck, Kyunghyun Cho

Neural autoregressive sequence models are used to generate sequences in a variety of natural language processing (NLP) tasks, where they are evaluated according to sequence-level task losses. These models are typically trained with maximum likelihood estimation, which ignores the task loss, yet empirically performs well as a surrogate objective. Typical approaches to directly optimizing the task loss such as policy gradient and minimum risk training are based around sampling in the sequence space to obtain candidate update directions that are scored based on the loss of a single sequence. In this paper, we develop an alternative method based on random search in the parameter space that leverages access to the maximum likelihood gradient. We propose maximum likelihood guided parameter search (MGS), which samples from a distribution over update directions that is a mixture of random search around the current parameters and around the maximum likelihood gradient, with each direction weighted by its improvement in the task loss. MGS shifts sampling to the parameter space, and scores candidates using losses that are pooled from multiple sequences. Our experiments show that MGS is capable of optimizing sequence-level losses, with substantial reductions in repetition and non-termination in sequence completion, and similar improvements to those of minimum risk training in machine translation.

📄 PDF Abstract BibTeX arXiv:2006.03158

Code (1)

wellecks/mgs 공식 구현 pytorch

Tasks

Machine Translation

Methods 이 논문이 사용한 방법론

Random Search Random Search replaces the exhaustive enumeration of all combinations by selecting them randomly. This can be simply applied to the discrete setting described above, but also…

Similar Papers 제목 키워드 기반

MPC-Net: A First Principles Guided Policy Search

2019-09-11 · Jan Carius, Farbod Farshidian, Marco Hutter

We present an Imitation Learning approach for the control of dynamical systems with a known model. Our policy search method is guided by solutions from MPC. Typical policy search methods of this kind minimize a distance …

Imitation Learning

Surrogate Gap Minimization Improves Sharpness-Aware Training

2022-03-15 · ICLR 2022 4 · Juntang Zhuang, Boqing Gong, Liangzhe Yuan, Yin Cui 외

The recently proposed Sharpness-Aware Minimization (SAM) improves generalization by minimizing a \textit{perturbed loss} defined as the maximum loss within a neighborhood in the parameter space. However, we show that bot…

Sharpness-Aware Minimization for Efficiently Improving Generalization

2020-10-03 · ICLR 2021 1 · Pierre Foret, Ariel Kleiner, Hossein Mobahi, Behnam Neyshabur

In today's heavily overparameterized models, the value of the training loss provides few guarantees on model generalization ability. Indeed, optimizing only the training loss value, as is commonly done, can easily lead t…

Fine-Grained Image ClassificationImage ClassificationLearning with noisy labels

Weakly-Convex Concave Min-Max Optimization: Provable Algorithms and Applications in Machine Learning

2018-10-04 · Hassan Rafique, Mingrui Liu, Qihang Lin, Tianbao Yang

Min-max problems have broad applications in machine learning, including learning with non-decomposable loss and learning with robustness to data distribution. Convex-concave min-max problem is an active topic of research…

BIG-bench Machine Learning

Risk Minimization in Structured Prediction using Orbit Loss

2015-12-07 · Danny Karmon, Joseph Keshet

We introduce a new surrogate loss function called orbit loss in the structured prediction framework, which has good theoretical and practical advantages. While the orbit loss is not convex, it has a simple analytical gra…

DecoderPredictionStructured Prediction