MARS: Margin-Adversarial Risk-controlled Stopping for Parallel LLM Test-time Scaling

· Source: Takara TLDR - Daily AI Papers · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, quick

Summary

MARS, a novel margin-adversarial stopping rule, significantly reduces computational overhead in parallel LLM test-time scaling methods like self-consistency. These methods typically improve accuracy by majority-voting answers from multiple reasoning traces, but require all traces to complete. MARS addresses this by continuously probing partial traces at intermediate checkpoints to monitor evolving aggregate votes. It estimates the likelihood of active traces changing their answers and stops early when the leading answer is deemed stable, using a conservative bound on future vote movement. The rule distinguishes between trace-level switch probabilities, learned by a five-feature logistic model, and the outcome of switches, handled by an adversarial bound from warmup traces. This approach guarantees high-probability matching of early-stopped answers to full-budget votes. MARS achieved 25-47% token savings for self-consistency and 14-29% savings over DeepConf Online, while maintaining accuracy across three reasoning models and three competition-math benchmarks.

Key takeaway

For MLOps Engineers deploying LLMs with parallel test-time scaling, MARS offers a critical optimization to reduce inference costs. You should consider integrating this margin-adversarial stopping rule to achieve significant token savings, specifically 25-47% for self-consistency, without sacrificing accuracy. Evaluate its five-feature logistic model for predicting trace stability and calibrate adversarial bounds using your warmup data to ensure robust early stopping. This approach directly impacts operational efficiency and resource allocation for LLM inference.

Key insights

MARS uses margin-adversarial stopping to reduce LLM test-time scaling costs by predicting trace stability and stopping early.

Principles

Method

MARS estimates trace answer stability using a five-feature logistic model for switch probabilities and an adversarial bound for switch outcomes, stopping when the leading vote is secure.

In practice

Topics

Best for: AI Engineer, NLP Engineer, Research Scientist, AI Scientist, Machine Learning Engineer, MLOps Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Takara TLDR - Daily AI Papers.