paper-with-me

Papers

Data Efficacy for Language Model Training

2025-06-26 · Yalun Dai, Yangyu Huang, Xin Zhang, Wenshan Wu, Chong Li, Wenhui Lu, Shijie Cao, Li Dong, Scarlett Li

Data is fundamental to the training of language models (LM). Recent research has been dedicated to data efficiency, which aims to maximize performance by selecting a minimal or optimal subset of training data. Techniques such as data filtering, sampling, and selection play a crucial role in this area. To complement it, we define Data Efficacy, which focuses on maximizing performance by optimizing the organization of training data and remains relatively underexplored. This work introduces a general paradigm, DELT, for considering data efficacy in LM training, which highlights the significance of training data organization. DELT comprises three components: Data Scoring, Data Selection, and Data Ordering. Among these components, we design Learnability-Quality Scoring (LQS), as a new instance of Data Scoring, which considers both the learnability and quality of each data sample from the gradient consistency perspective. We also devise Folding Ordering (FO), as a novel instance of Data Ordering, which addresses issues such as model forgetting and data distribution bias. Comprehensive experiments validate the data efficacy in LM training, which demonstrates the following: Firstly, various instances of the proposed DELT enhance LM performance to varying degrees without increasing the data scale and model size. Secondly, among these instances, the combination of our proposed LQS for data scoring and Folding for data ordering achieves the most significant improvement. Lastly, data efficacy can be achieved together with data efficiency by applying data selection. Therefore, we believe that data efficacy is a promising foundational area in LM training.

📄 PDF Abstract BibTeX arXiv:2506.21545

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage Modellingmodel

Similar Papers 제목 키워드 기반

ProcTag: Process Tagging for Assessing the Efficacy of Document Instruction Data

2024-07-17 · Yufan Shen, Chuwei Luo, Zhaoqing Zhu, Yang Chen 외

Recently, large language models (LLMs) and multimodal large language models (MLLMs) have demonstrated promising results on document visual question answering (VQA) task, particularly after training on document instructio…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Is More Data Better? Using Transformers-Based Active Learning for Efficient and Effective Detection of Abusive Language

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Annotating abusive language content can cause psychological harm; yet, most machine learning research has prioritized efficacy (i.e., F1 or accuracy scores) while little research has analyzed data efficiency (i.e., how t…

Abusive LanguageActive Learning

Latent Distance Guided Alignment Training for Large Language Models

2024-04-09 · Haotian Luo

Ensuring alignment with human preferences is a crucial characteristic of large language models (LLMs). Presently, the primary alignment methods, RLHF and DPO, require extensive human annotation, which is expensive despit…

Multi-Dimensional Evaluation of Text Summarization with In-Context Learning

2023-06-01 · Sameer Jain, Vaishakh Keshava, Swarnashree Mysore Sathyendra, Patrick Fernandes 외

Evaluation of natural language generation (NLG) is complex and multi-dimensional. Generated text can be evaluated for fluency, coherence, factuality, or any other dimensions of interest. Most frameworks that perform such…

In-Context LearningText GenerationText Summarization

Dual Tuning for Reasoning Efficacy-Driven Data Curation in Multimodal LLM Training

2026-02-04 · Ruobing Zheng, Tianqi Li, Jianing Li, Qingpei Guo 외 arxiv

Reasoning post-training improves Large Language Models (LLMs) on complex tasks such as mathematics and coding, but its benefits across diverse multimodal tasks remains uncertain. The trend of releasing parallel "Instruct…

Reinforcement Learning