Shibo Hao
Author directoryOther people with similar names: Shibo Hao
Unverified author pages with similar names: Shibo Hao
2026
Decentralized Arena: Towards Democratic and Scalable Automatic Evaluation of Language Models
Yanbin Yin | Kun Zhou | Zhen Wang | Xiangdong Zhang | Yifei Shao | Shibo Hao | Yi Gu | Jieyuan Liu | Somanshu Singla | Tianyang Liu | Eric P. Xing | Zhengzhong Liu | Haojian Jin | Zhiting Hu
Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)
Yanbin Yin | Kun Zhou | Zhen Wang | Xiangdong Zhang | Yifei Shao | Shibo Hao | Yi Gu | Jieyuan Liu | Somanshu Singla | Tianyang Liu | Eric P. Xing | Zhengzhong Liu | Haojian Jin | Zhiting Hu
Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)
The recent explosion of large language models (LLMs), each with its own general or specialized strengths, makes scalable, reliable benchmarking more urgent than ever. Standard practices nowadays face fundamental trade-offs: closed-ended question-based benchmarks (MMLU) struggle with saturation as newer models emerge, while crowd-sourced leaderboards (Chatbot Arena) rely on costly and slow human judges. Recently, automated methods (LLM-as-a-judge) shed light on the scalability, but risk bias by relying on one or a few “authority” models. To tackle these issues, we propose Decentralized Arena (), a fully automated framework leveraging collective intelligence from all LLMs to evaluate each other. It mitigates single-model judge bias by democratic, pairwise evaluation, and remains efficient at scale through two key components: (1) a coarse-to-fine ranking algorithm for fast incremental insertion of new models with sub-quadratic complexity, and (2) an automatic question selection strategy for the construction of new evaluation dimensions. Across extensive experiments across 66 LLMs, attains up to 97% correlation with human judgements, while significantly reducing the cost.
2025
Offline Reinforcement Learning for LLM Multi-step Reasoning
Huaijie Wang | Shibo Hao | Hanze Dong | Shenao Zhang | Yilin Bao | Ziran Yang | Yi Wu
Findings of the Association for Computational Linguistics: ACL 2025
Huaijie Wang | Shibo Hao | Hanze Dong | Shenao Zhang | Yilin Bao | Ziran Yang | Yi Wu
Findings of the Association for Computational Linguistics: ACL 2025
Improving the multi-step reasoning ability of large language models (LLMs) with offline reinforcement learning (RL) is essential for quickly adapting them to complex tasks. While Direct Preference Optimization (DPO) has shown promise in aligning LLMs with human preferences, it is less suitable for multi-step reasoning tasks because (1) DPO relies on paired preference data, which is not readily available for multi-step reasoning tasks, and (2) it treats all tokens uniformly, making it ineffective for credit assignment in multi-step reasoning tasks, which often come with sparse reward. In this work, we propose OREO (Offline REasoning Optimization), an offline RL method for enhancing LLM multi-step reasoning. Building on insights from previous works of maximum entropy reinforcement learning, it jointly learns a policy model and value function by optimizing the soft Bellman Equation. We show in principle that it reduces the need to collect pairwise data and enables better credit assignment. Empirically, OREO surpasses existing offline learning methods on multi-step reasoning benchmarks, including mathematical reasoning tasks (GSM8K, MATH), and embodied agent control (ALFWorld). The approach can be extended to a multi-iteration framework when additional resources are available. Furthermore, the learned value function can be leveraged to guide the tree search for free, which can further boost the performance during test time.