LGAIAug 16, 2024

Context-Aware Assistant Selection for Improved Inference Acceleration with Large Language Models

MILA
arXiv:2408.08470v426 citationsh-index: 21
Originality Incremental advance
AI Analysis

This addresses the resource constraints for deploying LLMs, offering a flexible solution for inference acceleration, though it is incremental as it builds on existing assisted decoding techniques.

The paper tackles the problem of high latency in large language models (LLMs) by proposing a method to select draft models for assisted decoding without prior knowledge, resulting in accelerated inference performance across multiple domains when effective candidates are available.

Despite their widespread adoption, large language models (LLMs) remain prohibitive to use under resource constraints, with their ever growing sizes only increasing the barrier for use. One noted issue is the high latency associated with auto-regressive generation, rendering large LLMs use dependent on advanced computing infrastructure. Assisted decoding, where a smaller draft model guides a larger target model's generation, has helped alleviate this, but remains dependent on alignment between the two models. Thus if the draft model is insufficiently capable on some domain relative to the target model, performance can degrade. Alternatively, one can leverage multiple draft models to better cover the expertise of the target, but when multiple black-box draft models are available, selecting an assistant without details about its construction can be difficult. To better understand this decision making problem, we observe it as a contextual bandit, where a policy must choose a draft model based on a context. We show that even without prior knowledge of the draft models, creating an offline dataset from only outputs of independent draft/target models and training a policy over the alignment of these outputs can accelerate performance on multiple domains provided the candidates are effective. Further results show this to hold on various settings with multiple assisted decoding candidates, highlighting its flexibility and the advantageous role that such decision making can play.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes