The reviewed record of science sign in
Pith

arxiv: 2309.10818 · v3 · pith:TTFDTLQC · submitted 2023-09-19 · cs.CL · cs.AI

SlimPajama-DC: Understanding Data Combinations for LLM Training

Reviewed by Pithpith:TTFDTLQCopen to challenge →

classification cs.CL cs.AI
keywords modelsslimpajamaslimpajama-dcdatasetdatasetstrainingdatadeduplication
0
0 comments X
read the original abstract

This paper aims to understand the impacts of various data combinations (e.g., web text, Wikipedia, GitHub, books) on the pretraining of large language models using SlimPajama. SlimPajama is a rigorously deduplicated, multi-source dataset, which has been refined and further deduplicated to 627B tokens from the extensive 1.2T token RedPajama dataset contributed by Together. We have termed our research as SlimPajama-DC, an empirical analysis designed to uncover fundamental characteristics and best practices associated with employing SlimPajama in the training of large language models. During our research with SlimPajama, two pivotal observations emerged: (1) Global deduplication vs. local deduplication. We analyze and discuss how global (across different sources of datasets) and local (within the single source of dataset) deduplications affect the performance of trained models. (2) Proportions of highly-deduplicated multi-source datasets in the combination. To study this, we construct six configurations on SlimPajama dataset and train individual ones using 1.3B Cerebras-GPT model with Alibi and SwiGLU. Our best configuration outperforms the 1.3B model trained on RedPajama using the same number of training tokens by a significant margin. All our 1.3B models are trained on Cerebras 16$\times$ CS-2 cluster with a total of 80 PFLOP/s in bf16 mixed precision. We further extend our discoveries (such as increasing data diversity is crucial after global deduplication) on a 7B model with large batch-size training. Our SlimPajama-DC models are available at: https://huggingface.co/MBZUAI-LLM/SlimPajama-DC and the separate SlimPajama-DC datasets are available at: https://huggingface.co/datasets/MBZUAI-LLM/SlimPajama-627B-DC.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 14 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. From Layers to Submodules: Rethinking Granularity in Replacement-Based LLM Compression

    cs.CL 2026-06 unverdicted novelty 7.0

    SubFit enables better LLM compression by fitting residual bypasses to non-contiguously selected submodules, outperforming layer-granularity baselines in accuracy-perplexity trade-offs at 12.5-37.5% sparsity.

  2. Towards Generalization of Block Attention via Automatic Segmentation and Block Distillation

    cs.CL 2026-05 unverdicted novelty 7.0

    Introduces SemanticSeg dataset with 30k+ instances and block distillation using sink tokens, dropout, and weighted loss to reach near full-attention performance with block attention.

  3. Data Mixing Agent: Learning to Re-weight Domains for Continual Pre-training

    cs.LG 2025-07 unverdicted novelty 7.0

    An RL agent learns domain re-weighting policies from evaluation feedback to improve balanced performance in continual pre-training of LLMs across source and target domains.

  4. Towards Generalization of Block Attention via Automatic Segmentation and Block Distillation

    cs.CL 2026-05 unverdicted novelty 6.0

    A new 30k-instance semantic segmentation dataset plus block distillation with sink tokens, dropout, and weighted loss lets block-attention models reach near full-attention performance on long texts.

  5. Towards Generalization of Block Attention via Automatic Segmentation and Block Distillation

    cs.CL 2026-05 unverdicted novelty 6.0

    Introduces SemanticSeg dataset with over 30k instances and a block distillation framework to achieve near full-attention performance with automatic block segmentation.

  6. Towards Generalization of Block Attention via Automatic Segmentation and Block Distillation

    cs.CL 2026-05 unverdicted novelty 6.0

    A new SemanticSeg dataset and block distillation with sink tokens, block dropout, and weighted loss let block-attention models reach near full-attention performance on long texts.

  7. Refresh-Scaling the Memory of Balanced Adam

    cs.LG 2026-05 unverdicted novelty 6.0

    Choosing beta in balanced Adam so the refresh count R_beta is approximately 1000 reduces the worst-case validation gap by 33.4% and keeps all runs within 1% of their oracle compared with the best fixed-beta baseline.

  8. A Geometric Perspective on Next-Token Prediction in Large Language Models: Three Emerging Phases

    cs.LG 2026-05 unverdicted novelty 6.0

    LLMs exhibit three geometric phases in next-token prediction—seeding multiplexing, hoisting overriding, and focal convergence—where predictive subspaces rise, stabilize, and converge across layers.

  9. A3 : an Analytical Low-Rank Approximation Framework for Attention

    cs.CL 2025-05 conditional novelty 6.0

    A3 splits Transformer layers into QK, OV, and MLP components and derives analytical low-rank approximations that reduce hidden dimensions while minimizing each component's functional loss, yielding better perplexity t...

  10. LLMs on the Line: Data Determines Loss-to-Loss Scaling Laws

    cs.LG 2025-02 unverdicted novelty 6.0

    Pretraining data determines loss-to-loss scaling laws in LLMs, while model size, optimization, tokenizer, and architecture have limited impact.

  11. Refresh-Scaling the Memory of Balanced Adam

    cs.LG 2026-05 unverdicted novelty 5.0

    Setting β in balanced Adam to achieve a refresh count R_β ≈1000 based on effective learning horizon T_ES improves validation robustness over fixed-β baselines across 11 vision and language experiments.

  12. SEDD: Scalable and Efficient Dataset Deduplication with GPUs

    cs.CL 2025-01 unverdicted novelty 5.0

    SEDD delivers a distributed GPU deduplication system that reports up to 158x speedup over CPU baselines and 7.8x over NeMo Curator on 30M documents while preserving MinHash fidelity above 0.95 Jaccard.

  13. A Survey of Large Language Models

    cs.CL 2023-03 accept novelty 3.0

    This survey reviews the background, key techniques, and evaluation methods for large language models, emphasizing emergent abilities that appear at large scales.

  14. Bias in Large Language Models: Origin, Evaluation, and Mitigation

    cs.CL 2024-11 unverdicted novelty 2.0

    A literature review that categorizes bias in LLMs, surveys evaluation and mitigation techniques, and discusses ethical implications.