Task-Informed Anti-Curriculum by Masking Improves Downstream Performance on Text
Andrei Jarca, Florinel Alin Croitoru, Radu Tudor Ionescu

TL;DR
This paper introduces a task-informed anti-curriculum masking strategy for masked language modeling, which adaptively selects tokens based on task relevance and employs a cyclic decay schedule, leading to improved downstream task performance.
Contribution
It proposes a novel masking scheme that uses task-specific knowledge and an anti-curriculum schedule to enhance language model training.
Findings
Significant performance improvements on sentiment analysis, topic classification, and authorship attribution.
Task-informed masking helps models focus on relevant features.
The approach outperforms traditional fixed masking methods.
Abstract
Masked language modeling has become a widely adopted unsupervised technique to pre-train large language models (LLMs). However, the process of selecting tokens for masking is random, and the percentage of masked tokens is typically fixed for the entire training process. In this paper, we propose to adjust the masking ratio and to decide which tokens to mask based on a novel task-informed anti-curriculum learning scheme. First, we harness task-specific knowledge about useful and harmful tokens in order to determine which tokens to mask. Second, we propose a cyclic decaying masking ratio, which corresponds to an anti-curriculum schedule (from hard to easy). We exemplify our novel task-informed anti-curriculum by masking (TIACBM) approach across three diverse downstream tasks: sentiment analysis, text classification by topic, and authorship attribution. Our findings suggest that TIACBM…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsInnovative Teaching and Learning Methods · Intelligent Tutoring Systems and Adaptive Learning · Online and Blended Learning
MethodsFocus
