paper-with-me

홈 › Papers

An Empirical Comparison of Syllabuses for Curriculum Learning

2018-09-27 · Mark Collier, Joeran Beel

Syllabuses for curriculum learning have been developed on an ad-hoc, per task basis and little is known about the relative performance of different syllabuses. We identify a number of syllabuses used in the literature. We compare the identified syllabuses based on their effect on the speed of learning and generalization ability of a LSTM network on three sequential learning tasks. We find that the choice of syllabus has limited effect on the generalization ability of a trained network. In terms of speed of learning our results demonstrate that the best syllabus is task dependent but that a recently proposed automated curriculum learning approach - Predictive Gain, performs very competitively against all identified hand-crafted syllabuses. The best performing hand-crafted syllabus which we term Look Back and Forward combines a syllabus which steps through tasks in the order of their difficulty with a uniform distribution over all tasks. Our experimental results provide an empirical basis for the choice of syllabus on a new problem that could benefit from curriculum learning. Additionally, insights derived from our results shed light on how to successfully design new syllabuses.

📄 PDF Abstract BibTeX arXiv:1809.10789

Code (1)

MarkPKCollier/CurriculumLearningFYP 공식 구현 tf

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Co-Designing Interdisciplinary Design Projects with AI

2025-10-17 · Wei Ting Liow, Sumbul Khan, Lay Kee Ang arxiv

Creating interdisciplinary design projects is time-consuming and cognitively demanding for teachers, requiring curriculum alignment, cross-subject integration, and careful sequencing. International research reports incre…

What Training Data Teaches RL Memory Agents: An Empirical Study of Curriculum Effects in Memory-Augmented QA

2026-05-21 · Xinjie He, Zhiyuan Lin, Su Liu, Jialun Wu 외 arxiv

Reinforcement learning (RL) has emerged as a viable recipe for training LLM agents to reason over external memory banks in multi-session dialogue. Existing work trains exclusively on a single benchmark, leaving open how …

Reinforcement Learning

Comparison and Analysis of New Curriculum Criteria for End-to-End ASR

2022-08-10 · Georgios Karakasidis, Tamás Grósz, Mikko Kurimo

It is common knowledge that the quantity and quality of the training data play a significant role in the creation of a good machine learning model. In this paper, we take it one step further and demonstrate that the way …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

GENTLE: A Genre-Diverse Multilayer Challenge Set for English NLP and Linguistic Evaluation

2023-06-03 · Tatsuya Aoyama, Shabnam Behzad, Luke Gessler, Lauren Levine 외

We present GENTLE, a new mixed-genre English challenge corpus totaling 17K tokens and consisting of 8 unusual text types for out-of domain evaluation: dictionary entries, esports commentaries, legal documents, medical no…

coreference-resolutionCoreference ResolutionDependency ParsingDiscourse Parsing+1

An Analytical Theory of Curriculum Learning in Teacher-Student Networks

2021-06-15 · Luca Saglietti, Stefano Sarao Mannelli, Andrew Saxe

In humans and animals, curriculum learning -- presenting data in a curated order - is critical to rapid learning and effective pedagogy. Yet in machine learning, curricula are not widely used and empirically often yield …