Methods › General › Stochastic Optimization › NT-ASGD

Non-monotonically Triggered ASGD

NT-ASGD

6 papers tagged archive 2025-07-28

Introduced by Stephen Merity et al. in Regularizing and Optimizing LSTM Language Models

archive 2025-07-28 Description, source and code snippet are the archive's method entry.

NT-ASGD, or Non-monotonically Triggered ASGD, is an averaged stochastic gradient descent technique.

In regular ASGD, we take steps identical to regular SGD but instead of returning the last iterate as the solution, we return 1/(K-T+1)∑ᵀ_(i=T)wᵢ, where K is the total number of iterations and T < K is a user-specified averaging trigger.

NT-ASGD has a non-monotonic criterion that conservatively triggers the averaging when the validation metric fails to improve for multiple cycles. Given that the choice of triggering is irreversible, this conservatism ensures that the randomness of training does not play a major role in the decision.

PaperSourceSee Code · salesforce/awd-lstm-lm

Papers archive 2025-07-28

6 shown of 6, newest first. Repository counts are the archive's code-links table. A Syntology line states what Syntology ran from that paper's harvested code; it is per sample and not a correctness claim.

Tasks archive 2025-07-28

15 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.

TaskPapers
Language Modeling4
Language Modelling4
Translation3
Image Classification2
Machine Translation2
Articles1
Few-Shot Image Classification1
General Classification1
Sentence1
Speech Recognition1
Text Classification1
Word Embeddings1
image-classification1
model1
text-classification1

Usage over time archive 2025-07-28

Papers per year tagged with NT-ASGD: 2017 to 2020, peak 2 2 0 2017: 1 paper 2017 2018: 1 paper 2018 2019: 2 papers 2019 2020: 2 papers 2020
Papers per year the archive tags with this method, by the paper's archive date (6 dated). Bars are counts, not a trend claim.

Components: the archive holds no method-to-method composition, so PwC's Components table cannot be rebuilt; the Papers list carries no Results column for the same reason (the archive does not join its leaderboard rows to method tags).

Categories archive 2025-07-28

Stochastic Optimization

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections