Design and Evaluation of Cost-Aware PoQ for Decentralized LLM Inference
Arther Tian, Alex Ding, Frank Chen, Alan Wu, Aaron Chan, Bruce Zhang
TL;DR
This paper extends the Proof of Quality (PoQ) framework for decentralized LLM inference by incorporating explicit cost considerations into the reward mechanism for both inference and evaluator nodes. It blends ground-truth token-level F1, lightweight evaluators, and GPT-based judgments within a linear reward scheme to balance quality and efficiency. Empirical results show that STS-based bi-encoders align best with objective and subjective quality signals, and that larger yet efficient models can outperform smaller counterparts when cost is accounted for. Monte Carlo simulations demonstrate improved incentive alignment toward high-quality, low-cost inferences and efficient evaluators, suggesting a practical path to economically sustainable decentralized LLM inference. The work also provides deployment guidelines and highlights limitations and future directions for more heterogeneous and adversarial environments.
Abstract
Decentralized large language model (LLM) inference promises transparent and censorship resistant access to advanced AI, yet existing verification approaches struggle to scale to modern models. Proof of Quality (PoQ) replaces cryptographic verification of computation with consensus over output quality, but the original formulation ignores heterogeneous computational costs across inference and evaluator nodes. This paper introduces a cost-aware PoQ framework that integrates explicit efficiency measurements into the reward mechanism for both types of nodes. The design combines ground truth token level F1, lightweight learned evaluators, and GPT based judgments within a unified evaluation pipeline, and adopts a linear reward function that balances normalized quality and cost. Experiments on extractive question answering and abstractive summarization use five instruction tuned LLMs ranging from TinyLlama-1.1B to Llama-3.2-3B and three evaluation models spanning cross encoder and bi encoder architectures. Results show that a semantic textual similarity bi encoder achieves much higher correlation with both ground truth and GPT scores than cross encoders, indicating that evaluator architecture is a critical design choice for PoQ. Quality-cost analysis further reveals that the largest models in the pool are also the most efficient in terms of quality per unit latency. Monte Carlo simulations over 5\,000 PoQ rounds demonstrate that the cost-aware reward scheme consistently assigns higher average rewards to high quality low cost inference models and to efficient evaluators, while penalizing slow low quality nodes. These findings suggest that cost-aware PoQ provides a practical foundation for economically sustainable decentralized LLM inference.
