paper-with-me

홈 › Papers

Architecture-Agnostic Curriculum Learning for Document Understanding: Empirical Evidence from Text-Only and Multimodal

2026-02-02 · Mohammed Hamdan, Vincenzo Dentamaro, Giuseppe Pirlo, Mohamed Cheriet arxiv

We investigate whether progressive data scheduling -- a curriculum learning strategy that incrementally increases training data exposure (33\%$\rightarrow$67\%$\rightarrow$100\%) -- yields consistent efficiency gains across architecturally distinct document understanding models. By evaluating BERT (text-only, 110M parameters) and LayoutLMv3 (multimodal, 126M parameters) on the FUNSD and CORD benchmarks, we establish that this schedule reduces wall-clock training time by approximately 33\%, commensurate with the reduction from 6.67 to 10.0 effective epoch-equivalents of data. To isolate curriculum effects from compute reduction, we introduce matched-compute baselines (Standard-7) that control for total gradient updates. On the FUNSD dataset, the curriculum significantly outperforms the matched-compute baseline for BERT ($Δ$F1 = +0.023, $p=0.022$, $d_z=3.83$), constituting evidence for a genuine scheduling benefit in capacity-constrained models. In contrast, no analogous benefit is observed for LayoutLMv3 ($p=0.621$), whose multimodal representations provide sufficient inductive bias. On the CORD dataset, all conditions converge to equivalent F1 scores ($\geq$0.947) irrespective of scheduling, indicating a performance ceiling. Schedule ablations comparing progressive, two-phase, reverse, and random pacing confirm that the efficiency gain derives from reduced data volume rather than ordering. Taken together, these findings demonstrate that progressive scheduling is a reliable compute-reduction strategy across model families, with curriculum-specific benefits contingent on the interaction between model capacity and task complexity.

📄 PDF Abstract BibTeX arXiv:2602.21225

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

DARC: Decoupled Asymmetric Reasoning Curriculum for LLM Evolution

2026-01-20 · Shengda Fan, Xuyan Ye, Yankai Lin arxiv

Self-play with large language models has emerged as a promising paradigm for achieving self-improving artificial intelligence. However, existing self-play frameworks often suffer from optimization instability, due to (i)…

Data Organization Matters in Multimodal Instruction Tuning: A Controlled Study of Capability Trade-offs

2026-03-29 · Guowei Tang arxiv

Recent multimodal large language models (MLLMs) perform strongly on general visual understanding, diagram and chart reasoning, and document-centric perception. However, these abilities are learned from heterogeneous supe…

visual instruction followingQuestion Answering

On the Role of Corpus Ordering in Language Modeling

2021-11-01 · EMNLP (sustainlp) 2021 11 · Ameeta Agrawal, Suresh Singh, Lauren Schneider, Michael Samuels

Language models pretrained on vast corpora of unstructured text using self-supervised learning framework are used in numerous natural language understanding and generation tasks. Many studies show that language acquisiti…

Language AcquisitionLanguage ModelingLanguage ModellingNatural Language Understanding+1

Learning Rate Curriculum

2022-05-18 · Florinel-Alin Croitoru, Nicolae-Catalin Ristea, Radu Tudor Ionescu, Nicu Sebe

Most curriculum learning methods require an approach to sort the data samples by difficulty, which is often cumbersome to perform. In this work, we propose a novel curriculum learning approach termed Learning Rate Curric…

Audio ClassificationQNLIRTESpeech Emotion Recognition

Summarization-based Data Augmentation for Document Classification

2023-12-01 · Yueguan Wang, Naoki Yoshinaga

Despite the prevalence of pretrained language models in natural language understanding tasks, understanding lengthy text such as document is still challenging due to the data sparseness problem. Inspired by that humans d…

ClassificationData AugmentationDocument ClassificationNatural Language Understanding