InfiCoEvalChain: A Blockchain-Based Decentralized Framework for Collaborative LLM Evaluation
Yifan Yang, Jinjia Li, Kunxi Li, Puhao Zheng, Yuanyi Wang, Zheyan Qu, Yang Yu, Jianmin Wu, Ming Li, Hongxia Yang
TL;DR
The paper addresses the unreliable and opaque nature of centralized LLM evaluation by introducing InfiCoEvalChain, a blockchain-based decentralized framework (CoEvalChain) that aggregates diverse hardware, inference configurations, and independent validators to stabilize performance estimates. It presents a two-layer architecture (collaborative evaluation layer and blockchain foundation) and a probabilistic evaluation framework that uses a Schelling Point–driven consensus and a Commit-Reveal protocol to ensure fairness and integrity, along with a median-based, MAD-informed incentive mechanism. Empirical results show a substantial reduction in evaluation variance, lowering the standard deviation from $1.67$ to $0.28$ across benchmarks, with tighter 95% confidence intervals and robust performance across model scales and hard tasks. The work promises a more trustworthy, scalable, and globally participatory evaluation ecosystem that can guide model optimization and mitigate issues such as data leakage and overfitting in benchmarks.
Abstract
The rapid advancement of large language models (LLMs) demands increasingly reliable evaluation, yet current centralized evaluation suffers from opacity, overfitting, and hardware-induced variance. Our empirical analysis reveals an alarming inconsistency in existing evaluations: the standard deviation across ten repeated runs of a single model on HumanEval (1.67) actually exceeds the performance gap among the top-10 models on the official leaderboard (0.91), rendering current rankings statistically precarious. To mitigate these instabilities, we propose a decentralized evaluation framework that enables hardware and parameter diversity through large-scale benchmarking across heterogeneous compute nodes. By leveraging the blockchain-based protocol, the framework incentivizes global contributors to act as independent validators, using a robust reward system to ensure evaluation integrity and discourage dishonest participation. This collective verification transforms evaluation from a "centralized black box" into a "decentralized endorsement" where multi-party consensus and diverse inference environments yield a more stable, representative metric. Experimental results demonstrate that the decentralized evaluation framework reduces the standard deviation across ten runs on the same model to 0.28. This significant improvement over conventional frameworks ensures higher statistical confidence in model rankings. We have completely implemented this platform and will soon release it to the community.
