CLAIIRAug 7, 2025

RTTC: Reward-Guided Collaborative Test-Time Compute

DeepMind
arXiv:2508.10024v12 citationsh-index: 51EMNLP
Originality Incremental advance
AI Analysis

This work addresses computational overhead in LLM inference for scalable adaptation, though it is incremental as it builds on existing TTC paradigms.

The paper tackles the problem of inefficient test-time compute (TTC) strategies in large language models by introducing RTTC, a framework that adaptively selects TTC strategies per query using a reward model, achieving superior accuracy across benchmarks compared to vanilla methods.

Test-Time Compute (TTC) has emerged as a powerful paradigm for enhancing the performance of Large Language Models (LLMs) at inference, leveraging strategies such as Test-Time Training (TTT) and Retrieval-Augmented Generation (RAG). However, the optimal adaptation strategy varies across queries, and indiscriminate application of TTC strategy incurs substantial computational overhead. In this work, we introduce Reward-Guided Test-Time Compute (RTTC), a novel framework that adaptively selects the most effective TTC strategy for each query via a pretrained reward model, maximizing downstream accuracy across diverse domains and tasks. RTTC operates in a distributed server-client architecture, retrieving relevant samples from a remote knowledge base and applying RAG or lightweight fine-tuning on client devices only when necessary. To further mitigate redundant computation, we propose Query-State Caching, which enables the efficient reuse of historical query states at both retrieval and adaptation levels. Extensive experiments across multiple LLMs and benchmarks demonstrate that RTTC consistently achieves superior accuracy compared to vanilla RAG or TTT, validating the necessity of adaptive, reward-guided TTC selection and the potential of RTTC for scalable, high-performance language model adaptation.

Foundations

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

Your Notes