pytorch-seq2seq icon indicating copy to clipboard operation
pytorch-seq2seq copied to clipboard

Scheduling Teacher Forcing Ratio as Curriculum Learning

Open kylegao91 opened this issue 7 years ago • 0 comments

I sometimes notice that not using teacher forcing at all gives better results at inference time than using teacher forcing all the time. This paper provides evidence for this behavior and proposed scheduled sampling as a curriculum learning approach for training seq2seq.

kylegao91 avatar Aug 15 '17 19:08 kylegao91