paper-with-me

Papers

$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 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 $k$ 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.

📄 PDF Abstract BibTeX arXiv:2101.09313

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModellingPrediction

Similar 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…

Language ModelingLanguage ModellingPrediction

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 …

Repeat-Aware Neighbor Sampling for Dynamic Graph Learning

2024-05-24 · Tao Zou, Yuhao Mao, Junchen Ye, Bowen Du

Dynamic graph learning equips the edges with time attributes and allows multiple links between two nodes, which is a crucial technology for understanding evolving data scenarios like traffic prediction and recommendation…

Graph LearningLink PredictionRecommendation SystemsTraffic Prediction

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

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