paper-with-me

Papers

Scaling Inference-Efficient Language Models

2025-01-30 · Song Bian, Minghao Yan, Shivaram Venkataraman

Scaling laws are powerful tools to predict the performance of large language models. However, current scaling laws fall short of accounting for inference costs. In this work, we first show that model architecture affects inference latency, where models of the same size can have up to 3.5x difference in latency. To tackle this challenge, we modify the Chinchilla scaling laws to co-optimize the model parameter count, the number of training tokens, and the model architecture. Due to the reason that models of similar training loss exhibit gaps in downstream evaluation, we also propose a novel method to train inference-efficient models based on the revised scaling laws. We perform extensive empirical studies to fit and evaluate our inference-aware scaling laws. We vary model parameters from 80M to 1B, training tokens from 1.6B to 30B, and model shapes, training a total of 63 models. Guided by our inference-efficient scaling law and model selection method, we release the Morph-1B model, which improves inference latency by 1.8x while maintaining accuracy on downstream tasks compared to open-source models, pushing the Pareto frontier of accuracy-latency tradeoff.

📄 PDF Abstract BibTeX arXiv:2501.18107

Code (0)

등록된 구현이 없습니다.

Tasks

Model SelectionMORPH

Methods 이 논문이 사용한 방법론

Chinchilla 설명 없음

Similar Papers 제목 키워드 기반

Inference-Time Compute Scaling For Flow Matching

2025-10-20 · Adam Stecklov, Noah El Rimawi-Fine, Mathieu Blanchette arxiv

Allocating extra computation at inference time has recently improved sample quality in large language models and diffusion-based image generation. In parallel, Flow Matching (FM) has gained traction in language, vision, …

Image Generation

Recursive Inference Scaling: A Winning Path to Scalable Inference in Language and Multimodal Systems

2025-02-11 · Ibrahim Alabdulmohsin, Xiaohua Zhai

Inspired by recent findings on the fractal geometry of language, we introduce Recursive INference Scaling (RINS) as a complementary, plug-in recipe for scaling inference time in language and multimodal systems. RINS is a…

Language ModelingLanguage Modelling

A Probabilistic Inference Approach to Inference-Time Scaling of LLMs using Particle-Based Monte Carlo Methods

2025-02-03 · Isha Puri, Shivchander Sudalairaj, Guangxuan Xu, Kai Xu 외

Large language models (LLMs) have achieved significant performance gains via scaling up model sizes and/or data. However, recent evidence suggests diminishing returns from such approaches, motivating scaling the computat…

MathMathematical Reasoning

Parallel Scaling Law for Language Models

2025-05-15 · Mouxiang Chen, Binyuan Hui, Zeyu Cui, Jiaxi Yang 외

It is commonly believed that scaling language models should commit a significant space or time cost, by increasing the parameters (parameter scaling) or output tokens (inference-time scaling). We introduce the third and …

Inference Compute-Optimal Video Vision Language Models

2025-05-24 · Peiqi Wang, Shengyun Peng, Xuewen Zhang, Hanchao Yu 외

This work investigates the optimal allocation of inference compute across three key scaling factors in video vision language models: language model size, frame count, and the number of visual tokens per frame. While prio…

Language ModelingLanguage Modelling