paper-with-me

Papers

Optimizing Pre-Training Data Mixtures with Mixtures of Data Expert Models

2025-02-21 · Lior Belenki, Alekh Agarwal, Tianze Shi, Kristina Toutanova

We propose a method to optimize language model pre-training data mixtures through efficient approximation of the cross-entropy loss corresponding to each candidate mixture via a Mixture of Data Experts (MDE). We use this approximation as a source of additional features in a regression model, trained from observations of model loss for a small number of mixtures. Experiments with Transformer decoder-only language models in the range of 70M to 1B parameters on the SlimPajama dataset show that our method achieves significantly better performance than approaches that train regression models using only the mixture rates as input features. Combining this improved optimization method with an objective that takes into account cross-entropy on end task data leads to superior performance on few-shot downstream evaluations. We also provide theoretical insights on why aggregation of data expert predictions can provide good approximations to model losses for data mixtures.

📄 PDF Abstract BibTeX arXiv:2502.15950

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderLanguage ModelingLanguage Modellingregression

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

MergeMix: Optimizing Mid-Training Data Mixtures via Learnable Model Merging

2026-01-25 · Jiapeng Wang, Changxin Tian, Kunlong Chen, Ziqi Liu 외 arxiv

Optimizing data mixtures is essential for unlocking the full potential of large language models (LLMs), yet identifying the optimal composition remains computationally prohibitive due to reliance on heuristic trials or e…

Data Mixing Laws: Optimizing Data Mixtures by Predicting Language Modeling Performance

2024-03-25 · Jiasheng Ye, Peiju Liu, Tianxiang Sun, Yunhua Zhou 외

Pretraining data of large language models composes multiple domains (e.g., web texts, academic papers, codes), whose mixture proportions crucially impact the competence of outcome models. While existing endeavors rely on…

Language ModelingLanguage Modelling

ctPuLSE: Close-Talk, and Pseudo-Label Based Far-Field, Speech Enhancement

2024-07-28 · Zhong-Qiu Wang

The current dominant approach for neural speech enhancement is via purely-supervised deep learning on simulated pairs of far-field noisy-reverberant speech (i.e., mixtures) and clean speech. The trained models, however, …

Pseudo LabelSpeech Enhancement

Mixture to Mixture: Leveraging Close-talk Mixtures as Weak-supervision for Speech Separation

2024-02-14 · Zhong-Qiu Wang

We propose mixture to mixture (M2M) training, a weakly-supervised neural speech separation algorithm that leverages close-talk mixtures as a weak supervision for training discriminative models to separate far-field mixtu…

Speaker SeparationSpeech Separation

MixMin: Finding Data Mixtures via Convex Minimization

2025-02-14 · Anvith Thudi, Evianne Rovers, Yangjun Ruan, Tristan Thrush 외

Modern machine learning pipelines are increasingly combining and mixing data from diverse and disparate sources, e.g., pre-training large language models. Yet, finding the optimal data mixture is a challenging and open p…

ARCLanguage ModelingLanguage Modelling