中文
相关论文

相关论文: Warmstarting for Scaling Language Models

200 篇论文

Achieving high-performing language models which include medium- and lower-resource languages remains a challenge. Massively multilingual models still underperform compared to language-specific adaptations, especially at smaller model…

计算与语言 · 计算机科学 2025-12-12 Kevin Glocker , Kätriin Kukk , Romina Oji , Marcel Bollmann , Marco Kuhlmann , Jenny Kunz

Scaling laws are useful guides for derisking expensive training runs, as they predict performance of large models using cheaper, small-scale experiments. However, there remain gaps between current scaling studies and how language models are…

This work focuses on leveraging and selecting from vast, unlabeled, open data to pre-fine-tune a pre-trained language model. The goal is to minimize the need for costly domain-specific data for subsequent fine-tuning while achieving desired…

The growing scale of deep learning models has rendered standard hyperparameter (HP) optimization prohibitively expensive. A promising solution is the use of scale-aware hyperparameters, which can enable direct transfer of optimal HPs from…

机器学习 · 计算机科学 2025-12-30 Nikhil Ghosh , Denny Wu , Alberto Bietti

In many real-world deployments of machine learning systems, data arrive piecemeal. These learning scenarios may be passive, where data arrive incrementally due to structural properties of the problem (e.g., daily financial data) or active,…

机器学习 · 计算机科学 2021-01-01 Jordan T. Ash , Ryan P. Adams

Learning Rate Warmup is a popular heuristic for training neural networks, especially at larger batch sizes, despite limited understanding of its benefits. Warmup decreases the update size $\Delta \mathbf{w}_t = \eta_t \mathbf{u}_t$ early in…

机器学习 · 计算机科学 2024-11-01 Atli Kosson , Bettina Messmer , Martin Jaggi

Pre-trained models have become indispensable for efficiently building models across a broad spectrum of downstream tasks. The advantages of pre-trained models have been highlighted by empirical studies on scaling laws, which demonstrate…

机器学习 · 统计学 2026-02-05 Kazuto Fukuchi , Ryuichiro Hataya , Kota Matsui

Recent work has identified simple empirical scaling laws for language models, linking compute budget, dataset size, model size, and autoregressive modeling loss. The validity of these simple power laws across orders of magnitude in model…

机器学习 · 统计学 2021-09-27 Amélie Chatelain , Amine Djeghri , Daniel Hesslow , Julien Launay , Iacopo Poli

As language models scale up, it becomes increasingly expensive to verify research ideas because conclusions on small models do not trivially transfer to large ones. A possible solution is to establish a generic system that accurately…

计算与语言 · 计算机科学 2024-04-09 Yiqun Yao , Siqi fan , Xiusheng Huang , Xuezhi Fang , Xiang Li , Ziyi Ni , Xin Jiang , Xuying Meng , Peng Han , Shuo Shang , Kang Liu , Aixin Sun , Yequan Wang

Several recently introduced deep learning optimizers utilizing matrix-level preconditioning have shown promising speedups relative to the current dominant optimizer AdamW, particularly in relatively small-scale experiments. However, efforts…

机器学习 · 计算机科学 2026-01-21 Shikai Qiu , Zixi Chen , Hoang Phan , Qi Lei , Andrew Gordon Wilson

Hyperparameter transfer has become an important component of modern large-scale training recipes. Existing methods, such as muP, primarily focus on transfer between model sizes, with transfer across batch sizes and training horizons often…

Large Transformer-based language models are pre-trained on corpora of varying sizes, for a different number of steps and with different batch sizes. At the same time, more fundamental components, such as the pre-training objective or…

计算与语言 · 计算机科学 2021-05-12 M. Aßenmacher , P. Schulze , C. Heumann

Scaling laws provide important insights that can guide the design of large language models (LLMs). Existing work has primarily focused on studying scaling laws for pretraining (upstream) loss. However, in transfer learning settings, in…

计算与语言 · 计算机科学 2026-01-30 Berivan Isik , Natalia Ponomareva , Hussein Hazimeh , Dimitris Paparas , Sergei Vassilvitskii , Sanmi Koyejo

Learning rate scheduling is crucial for training large language models, yet understanding the optimal annealing strategies across different model configurations remains challenging. In this work, we investigate the transferability of…

机器学习 · 计算机科学 2025-12-17 Siqi Wang , Zhengyu Chen , Teng Xiao , Zheqi Lv , Jinluan Yang , Xunliang Cai , Jingang Wang , Xiaomeng Li

Training AI models in cybersecurity with help of vast datasets offers significant opportunities to mimic real-world behaviors effectively. However, challenges like data drift and scarcity of labelled data lead to frequent updates of models…

机器学习 · 计算机科学 2026-02-04 Saurabh Anand , Shubham Malaviya , Manish Shukla , Sachin Lodha

We propose a multitask pretraining approach ZeroPrompt for zero-shot generalization, focusing on task scaling and zero-shot prompting. While previous models are trained on only a few dozen tasks, we scale to 1,000 tasks for the first time…

机器学习 · 计算机科学 2022-11-01 Hanwei Xu , Yujun Chen , Yulun Du , Nan Shao , Yanggang Wang , Haiyu Li , Zhilin Yang

The field of machine learning has recently made significant progress in reducing the requirements for labelled training data when building new models. These `cheaper' learning techniques hold significant potential for the social sciences,…

Probabilistic Transformer (PT), a white-box probabilistic model for contextual word representation, has demonstrated substantial similarity to standard Transformers in both computational structure and downstream task performance on small…

计算与语言 · 计算机科学 2026-04-29 Penghao Kuang , Haoyi Wu , Kewei Tu

Large Language Model training with 8-bit floating point (FP8) formats promises significant efficiency improvements, but reduced numerical precision makes training challenging. It is currently possible to train in FP8 only if one is willing…

机器学习 · 计算机科学 2025-06-06 Saaketh Narayan , Abhay Gupta , Mansheej Paul , Davis Blalock

Fine-tuning large language models for different tasks can be costly and inefficient, and even methods that reduce the number of tuned parameters still require full gradient-based optimization. We propose HyperTuning, a novel approach to…

计算与语言 · 计算机科学 2022-11-23 Jason Phang , Yi Mao , Pengcheng He , Weizhu Chen