paper-with-me

Papers

Curriculum-Based Neighborhood Sampling For Sequence Prediction

2018-09-16 · James O' Neill, Danushka Bollegala

The task of multi-step ahead prediction in language models is challenging considering the discrepancy between training and testing. At test time, a language model is required to make predictions given past predictions as 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. In order to improve generalization in neural language models and address compounding errors, we propose a curriculum learning based method that gradually changes an initially deterministic teacher policy to a gradually more stochastic policy, which we refer to as \textit{Nearest-Neighbor Replacement Sampling}. A chosen input at a given timestep 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 $k$ most similar words. This allows the teacher to explore alternatives when the teacher provides a sub-optimal policy or when the initial policy is difficult for the learner to model. The proposed strategy is straightforward, online and requires little additional memory requirements. We report our main findings on two language modelling benchmarks and find that the proposed approach performs particularly well when used in conjunction with scheduled sampling, that too attempts to mitigate compounding errors in language models.

📄 PDF Abstract BibTeX arXiv:1809.05916

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingPrediction

Similar Papers 제목 키워드 기반

Evolutionary Curriculum Learning Improves Biological Sequence Modeling

2026-08-01 · Richard Zhu, Kento Nishi arxiv

Variational autoencoders (VAEs) trained on multiple sequence alignments (MSAs) have emerged as powerful generative models for biological sequences, with applications ranging from disease variant prediction to functional …

Neighborhood-based Hard Negative Mining for Sequential Recommendation

2023-06-12 · Lu Fan, Jiashu Pu, Rongsheng Zhang, Xiao-Ming Wu

Negative sampling plays a crucial role in training successful sequential recommendation models. Instead of merely employing random negative sample selection, numerous strategies have been proposed to mine informative neg…

Sequential Recommendation

$k$-Neighbor Based Curriculum Sampling for Sequence Prediction

2021-01-22 · James O' Neill, Danushka Bollegala

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 …

Language ModellingPrediction

Curriculum Learning for Biological Sequence Prediction: The Case of De Novo Peptide Sequencing

2025-06-16 · Xiang Zhang, Jiaqi Wei, Zijie Qiu, Sheng Xu 외

Peptide sequencing-the process of identifying amino acid sequences from mass spectrometry data-is a fundamental task in proteomics. Non-Autoregressive Transformers (NATs) have proven highly effective for this task, outpe…

de novo peptide sequencing

Curriculum-Augmented GFlowNets For mRNA Sequence Generation

2025-10-04 · Aya Laajil, Abduragim Shtanchaev, Sajan Muhammad, Eric Moulines 외 arxiv

Designing mRNA sequences is a major challenge in developing next-generation therapeutics, since it involves exploring a vast space of possible nucleotide combinations while optimizing sequence properties like stability, …