English

$k$-Neighbor Based Curriculum Sampling for Sequence Prediction

Computation and Language 2021-01-26 v1 Machine Learning

Abstract

Multi-step ahead prediction in language models is challenging due to the discrepancy between training and test time processes. At test time, a sequence predictor is required to make predictions given past predictions as the input, instead of the past targets that are provided during training. This difference, known as exposure bias, can lead to the compounding of errors along a generated sequence at test time. To improve generalization in neural language models and address compounding errors, we propose \textit{Nearest-Neighbor Replacement Sampling} -- a curriculum learning-based method that gradually changes an initially deterministic teacher policy to a stochastic policy. A token at a given time-step is replaced with a sampled nearest neighbor of the past target with a truncated probability proportional to the cosine similarity between the original word and its top kk most similar words. This allows the learner to explore alternatives when the current policy provided by the teacher is sub-optimal or difficult to learn from. The proposed method is straightforward, online and requires little additional memory requirements. We report our findings on two language modelling benchmarks and find that the proposed method further improves performance when used in conjunction with scheduled sampling.

Keywords

Cite

@article{arxiv.2101.09313,
  title  = {$k$-Neighbor Based Curriculum Sampling for Sequence Prediction},
  author = {James O' Neill and Danushka Bollegala},
  journal= {arXiv preprint arXiv:2101.09313},
  year   = {2021}
}

Comments

arXiv admin note: substantial text overlap with arXiv:1809.05916

R2 v1 2026-06-23T22:26:16.275Z