paper-with-me

홈 › Papers

In-sample Curriculum Learning by Sequence Completion for Natural Language Generation

2022-11-21 · Qi Jia, Yizhu Liu, Haifeng Tang, Kenny Q. Zhu

Curriculum learning has shown promising improvements in multiple domains by training machine learning models from easy samples to hard ones. Previous works which either design rules or train models for scoring the difficulty highly rely on task-specific expertise, and cannot generalize. Inspired by the "easy-to-hard" intuition, we propose to do in-sample curriculum learning for natural language generation tasks. Our learning strategy starts training the model to generate the last few words, i.e., do sequence completion, and gradually extends to generate the whole output sequence. Comprehensive experiments show that it generalizes well to different tasks and achieves significant improvements over strong baselines.

📄 PDF Abstract BibTeX arXiv:2211.11297

Code (1)

jiaqisjtu/insamplecurriculumlearning 공식 구현 jax

Tasks

Text Generation

Similar Papers 제목 키워드 기반

A SentiWordNet Strategy for Curriculum Learning in Sentiment Analysis

2020-05-10 · Vijjini Anvesh Rao, Kaveri Anuranjana, Radhika Mamidi

Curriculum Learning (CL) is the idea that learning on a training set sequenced or ordered in a manner where samples range from easy to difficult, results in an increment in performance over otherwise random ordering. The…

Sentiment Analysis

Curriculum Learning for Small Code Language Models

2024-07-14 · Marwa Naïr, Kamel Yamani, Lynda Said Lhadj, Riyadh Baghdadi

Code language models have emerged as useful tools for various programming tasks, yet they often struggle when it comes to complex ones. In this paper, we explore the potential of curriculum learning in enhancing the perf…

Code CompletionDecoder

Token-wise Curriculum Learning for Neural Machine Translation

2021-03-20 · Findings (EMNLP) 2021 11 · Chen Liang, Haoming Jiang, Xiaodong Liu, Pengcheng He 외

Existing curriculum learning approaches to Neural Machine Translation (NMT) require sampling sufficient amounts of "easy" samples from training data at the early training stage. This is not always achievable for low-reso…

Machine TranslationNMTSentenceTranslation

Improving FIM Code Completions via Context & Curriculum Based Learning

2024-12-21 · Hitesh Sagtani, Rishabh Mehrotra, Beyang Liu

Fill-in-the-Middle (FIM) models play a vital role in code completion tasks, leveraging both prefix and suffix context to provide more accurate and contextually relevant suggestions. This paper presents approaches to impr…

Code Completion

Does the Order of Training Samples Matter? Improving Neural Data-to-Text Generation with Curriculum Learning

2021-02-06 · EACL 2021 2 · Ernie Chang, Hui-Syuan Yeh, Vera Demberg

Recent advancements in data-to-text generation largely take on the form of neural end-to-end systems. Efforts have been dedicated to improving text generation systems by changing the order of training samples in a proces…

Data-to-Text GenerationText Generation