TL;DR
Large Language Models (LLMs) face challenges in data, memory, and compute efficiency during training. This survey presents a unified framework that integrates techniques for optimizing these aspects, including data pruning and memory-efficient architectures.
✦ Why It Matters
Engineers can apply these unified techniques to optimize LLM training, reducing costs and resource usage.
Key Takeaways
How It Works
The survey introduces a constraint-centric perspective, emphasizing that data selection, memory management, and compute allocation must be considered together. Techniques such as gradient-based scoring and curriculum learning are discussed for improving data efficiency.
The authors argue that effective scaling requires simultaneous optimization of weight storage and memory usage, rather than focusing on individual components.
Related