paper-with-me

Papers

SMART: Automatically Scaling Down Language Models with Accuracy Guarantees for Reduced Processing Fees

2024-03-11 · Saehan Jo, Immanuel Trummer

The advancement of Large Language Models (LLMs) has significantly boosted performance in natural language processing (NLP) tasks. However, the deployment of high-performance LLMs incurs substantial costs, primarily due to the increased number of parameters aimed at enhancing model performance. This has made the use of state-of-the-art LLMs more expensive for end-users. AI service providers, such as OpenAI and Anthropic, often offer multiple versions of LLMs with varying prices and performance. However, end-users still face challenges in choosing the appropriate LLM for their tasks that balance result quality with cost. We introduce SMART, Scaling Models Adaptively for Reduced Token Fees, a novel LLM framework designed to minimize the inference costs of NLP tasks while ensuring sufficient result quality. It enables users to specify an accuracy constraint in terms of the equivalence of outputs to those of the most powerful LLM. SMART then generates results that deviate from the outputs of this LLM only with a probability below a user-defined threshold. SMART employs a profiling phase that evaluates the performance of multiple LLMs to identify those that meet the user-defined accuracy level. SMART optimizes the tradeoff between profiling overheads and the anticipated cost savings resulting from profiling. Moreover, our approach significantly reduces inference costs by strategically leveraging a mix of LLMs. Our experiments on three real-world datasets show that, based on OpenAI models, SMART achieves significant cost savings, up to 25.6x in comparison to GPT-4.

📄 PDF Abstract BibTeX arXiv:2403.13835

Code (1)

saehanjo/smart-llms 공식 구현

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음
Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
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…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

Position: AI Scaling: From Up to Down and Out

2025-02-02 · Yunke Wang, Yanxi Li, Chang Xu

AI Scaling has traditionally been synonymous with Scaling Up, which builds larger and more powerful models. However, the growing demand for efficiency, adaptability, and collaboration across diverse applications necessit…

Position

Urban precipitation downscaling using deep learning: a smart city application over Austin, Texas, USA

2022-08-15 · Manmeet Singh, Nachiketa Acharya, Sajad Jamshidi, Junfeng Jiao 외

Urban downscaling is a link to transfer the knowledge from coarser climate information to city scale assessments. These high-resolution assessments need multiyear climatology of past data and future projections, which ar…

Super-Resolution

Revisiting the Scaling Properties of Downstream Metrics in Large Language Model Training

2025-12-09 · Jakub Krajewski, Amitis Shidani, Dan Busbridge, Sam Wiseman 외 arxiv

While scaling laws for Large Language Models (LLMs) traditionally focus on proxy metrics like pretraining loss, predicting downstream task performance has been considered unreliable. This paper challenges that view by pr…

Neural Neural Scaling Laws

2026-01-27 · Michael Y. Hu, Jane Pan, Ayush Rajesh Jhaveri, Nicholas Lourie 외 arxiv

Neural scaling laws predict how language model performance improves with increased training inputs. While aggregate metrics like validation loss can follow smooth power-law curves, individual downstream tasks exhibit div…

Spatial Scaling of Satellite Soil Moisture using Temporal Correlations and Ensemble Learning

2016-01-21 · Subit Chakrabarti, Jasmeet Judge, Tara Bongiovanni, Anand Rangarajan 외

A novel algorithm is developed to downscale soil moisture (SM), obtained at satellite scales of 10-40 km by utilizing its temporal correlations to historical auxiliary data at finer scales. Including such correlations dr…

Ensemble Learningregression