REVIEW 2 major objections 1 minor 1 cited by
OpenCompass is a modular platform for scalable, high-concurrency evaluation of large language models across diverse benchmarks.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · grok-4.3
2026-06-30 18:39 UTC pith:CKIX5LFS
load-bearing objection OpenCompass is a straightforward open-source release of a modular LLM eval platform, but the paper offers no data or comparisons to show its claimed advantages over existing tools. the 2 major comments →
OpenCompass: A Universal Evaluation Platform for Large Language Models
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
OpenCompass is presented as a one-stop, scalable, and high-concurrency-supported general-purpose LLM evaluation platform. It adheres to modularization and component decoupling to deliver high compatibility, flexibility, and high concurrency. The core architecture comprises five components: the Configuration System, Task Partitioning Module, Execution and Scheduling Module, Task Execution Unit, and Result Visualization Module. The workflow includes rule-based, LLM-as-a-Judge, and cascaded evaluators, while supporting mainstream benchmark datasets across domains including knowledge, reasoning, computation, science, language, and code.
What carries the argument
The five-component architecture of OpenCompass (Configuration System, Task Partitioning Module, Execution and Scheduling Module, Task Execution Unit, and Result Visualization Module) that implements the modular evaluation workflow.
Load-bearing premise
Modularization and component decoupling will deliver the claimed high compatibility, flexibility, and high concurrency while resolving task diversity, inconsistent criteria, and workflow fragmentation.
What would settle it
A controlled test measuring setup time, throughput, and scalability when running the same set of diverse LLM benchmarks on OpenCompass versus conventional static methods, showing no measurable gains.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes and open-sources OpenCompass, a one-stop, scalable, and high-concurrency-supported general-purpose LLM evaluation platform. Adhering to modularization and component decoupling, it claims three core advantages (high compatibility, flexibility, and high concurrency) via a five-component architecture (Configuration System, Task Partitioning Module, Execution and Scheduling Module, Task Execution Unit, Result Visualization Module) that supports rule-based, LLM-as-Judge, and cascaded evaluators along with mainstream benchmarks across knowledge, reasoning, computation, science, language, and code domains.
Significance. If the modular design can be shown to deliver measurable improvements in handling task diversity, inconsistent criteria, and workflow fragmentation, OpenCompass could serve as a useful standardized tool for the community. The open-sourcing aspect strengthens potential impact by enabling reproducibility and adoption.
major comments (2)
- [Abstract] Abstract: the claims that modularization and the five-component architecture deliver high compatibility, flexibility, and high concurrency are presented without any supporting throughput numbers, ablation studies, compatibility matrices, or head-to-head comparisons against existing evaluators; this leaves the central claim unsubstantiated.
- [Core Architecture] Core architecture description: the workflow outline with rule/LLM-as-Judge/cascaded evaluators is given at a high level only, with no implementation details, interaction diagrams, or evidence showing how component decoupling resolves the named challenges of task diversity and workflow fragmentation.
minor comments (1)
- The abstract states support for 'mainstream benchmark datasets' but provides no explicit list of included datasets or example configurations.
Simulated Author's Rebuttal
We thank the referee for the constructive feedback on our manuscript. We address the two major comments point by point below, acknowledging where additional substantiation is needed and outlining revisions.
read point-by-point responses
-
Referee: [Abstract] Abstract: the claims that modularization and the five-component architecture deliver high compatibility, flexibility, and high concurrency are presented without any supporting throughput numbers, ablation studies, compatibility matrices, or head-to-head comparisons against existing evaluators; this leaves the central claim unsubstantiated.
Authors: We agree that the abstract presents the claimed advantages at a high level without quantitative support. The manuscript focuses on the design and open-source release to enable community evaluation of these properties. To strengthen the submission, we will revise the abstract to temper the claims and add a dedicated evaluation section with throughput measurements, basic compatibility examples across evaluators, and comparisons against existing platforms such as LM-Eval and HELM. revision: yes
-
Referee: [Core Architecture] Core architecture description: the workflow outline with rule/LLM-as-Judge/cascaded evaluators is given at a high level only, with no implementation details, interaction diagrams, or evidence showing how component decoupling resolves the named challenges of task diversity and workflow fragmentation.
Authors: The architecture section outlines the five components and evaluator types at a conceptual level. We acknowledge that concrete implementation details, sequence diagrams, and explicit mappings from component decoupling to the challenges of task diversity and workflow fragmentation are missing. In the revision we will expand this section with pseudocode for key modules, an interaction diagram, and case studies illustrating how the modular design handles diverse tasks and inconsistent criteria. revision: yes
Circularity Check
No circularity: platform description with no derivations or self-referential claims
full rationale
The document is a software platform description paper. It presents a five-component architecture and workflow for LLM evaluation but contains no equations, fitted parameters, predictions, or derivation chains. Advantages (compatibility, flexibility, concurrency) are asserted from modular design philosophy without reducing to self-citations, ansatzes, or input data by construction. No load-bearing steps match any enumerated circularity pattern; the central claims are engineering assertions open to external validation rather than self-referential reductions.
Axiom & Free-Parameter Ledger
read the original abstract
In recent years, the field of artificial intelligence has undergone a paradigm shift from task-specific small-scale models to general-purpose large language models (LLMs). With the rapid iteration of LLMs, objective, quantitative, and comprehensive evaluation of their capabilities has become a critical link in advancing technological development. Currently, the mainstream static benchmark dataset-based evaluation methods face challenges such as the diversity of task types, inconsistent evaluation criteria, and fragmentation of data and processing workflows, making it difficult to efficiently conduct cross-domain and large-scale model evaluation. To address the aforementioned issues, this paper proposes and open-sources OpenCompass, a one-stop, scalable, and high-concurrency-supported general-purpose LLM evaluation platform. Adhering to the design philosophy of modularization and component decoupling, the platform boasts three core advantages: high compatibility, flexibility, and high concurrency. The core architecture of OpenCompass comprises five key components: the Configuration System, Task Partitioning Module, Execution and Scheduling Module, Task Execution Unit, and Result Visualization Module. Its workflow provides rule-based, LLM-as-a-Judge, and cascaded evaluators to adapt to the requirements of different task scenarios. Supporting mainstream benchmark datasets across multiple domains, including knowledge, reasoning, computation, science, language, code, etc., the platform offers a unified and efficient LLM evaluation tool for both academia and industry, facilitating the accurate identification of strengths and weaknesses of LLMs as well as their subsequent optimization.
Forward citations
Cited by 1 Pith paper
-
MemSFT: Mitigating Alignment Tax with an External Parametric Memory
MemSFT attaches a retriever-imitating 8B memory plus a word-level router to frozen Qwen3 backbones, boosting domain scores by ~36 points while holding general-benchmark averages essentially flat, where full SFT loses ...
Reference graph
Works this paper leans on
-
[1]
Longbench: A bilingual, multitask benchmark for long context understanding
Yushi Bai, Xin Lv, Jiajie Zhang, Hongchang Lyu, Jiankai Tang, Zhidian Huang, Zhengxiao Du, Xiao Liu, Aohan Zeng, Lei Hou, et al. Longbench: A bilingual, multitask benchmark for long context understanding. InProceedings of the 62nd annual meeting of the association for computational linguistics (volume 1: Long papers), pages 3119–3137, 2024. 4.7
work page 2024
-
[2]
ARC Prize 2024: Technical Report
Francois Chollet, Mike Knoop, Gregory Kamradt, and Bryan Landers. Arc prize 2024: Technical report. arXiv preprint arXiv:2412.04604, 2024. 4.8
work page Pith review arXiv 2024
-
[3]
LMDeploy Contributors. Lmdeploy: A toolkit for compressing, deploying, and serving llm.https: //github.com/InternLM/lmdeploy, 2023. 3.3
work page 2023
-
[4]
MMEngine: Openmmlab foundational library for training deep learning models
MMEngine Contributors. MMEngine: Openmmlab foundational library for training deep learning models
-
[5]
Physics: Benchmarking foundation models on university-level physics problem solving
Kaiyue Feng, Yilun Zhao, Yixin Liu, Tianyu Yang, Chen Zhao, John Sous, and Arman Cohan. Physics: Benchmarking foundation models on university-level physics problem solving. InProceedings of the 61st Annual Meeting of the Association for Computational Linguistics (ACL), 2023. 4.4
work page 2023
-
[7]
Measuring Massive Multitask Language Understanding
Dan Hendrycks, Collin Burns, Steven Basart, Andy Zou, Mantas Mazeika, Dawn Song, and Jacob Stein- hardt. Measuring massive multitask language understanding.arXiv preprint arXiv:2009.03300, 2020. 4.5
work page internal anchor Pith review Pith/arXiv arXiv 2009
-
[8]
Measuring mathematical problem solving with the math dataset
Dan Hendrycks, Collin Burns, Saurav Kadavath, Akul Arora, Steven Basart, Eric Tang, Dawn Song, and Jacob Steinhardt. Measuring mathematical problem solving with the math dataset. InProceedings of the 61st Annual Meeting of the Association for Computational Linguistics (ACL), 2021. 4.3
work page 2021
-
[9]
RULER: What's the Real Context Size of Your Long-Context Language Models?
Cheng-Ping Hsieh, Simeng Sun, Samuel Kriman, Shantanu Acharya, Dima Rekesh, Fei Jia, Yang Zhang, and Boris Ginsburg. Ruler: What’s the real context size of your long-context language models?arXiv preprint arXiv:2404.06654, 2024. 4.7
work page internal anchor Pith review Pith/arXiv arXiv 2024
-
[10]
LiveCodeBench: Holistic and Contamination Free Evaluation of Large Language Models for Code
Naman Jain, King Han, Alex Gu, Wen-Ding Li, Fanjia Yan, Tianjun Zhang, Sida Wang, Armando Solar- Lezama, Koushik Sen, and Ion Stoica. Livecodebench: Holistic and contamination free evaluation of large language models for code.arXiv preprint arXiv:2403.07974, 2024. 4.6
work page internal anchor Pith review Pith/arXiv arXiv 2024
-
[11]
Gonzalez, Hao Zhang, and Ion Stoica
Woosuk Kwon, Zhuohan Li, Siyuan Zhuang, Ying Sheng, Lianmin Zheng, Cody Hao Yu, Joseph E. Gonzalez, Hao Zhang, and Ion Stoica. Efficient memory management for large language model serving with pagedattention. InProceedings of the ACM SIGOPS 29th Symposium on Operating Systems Principles,
-
[12]
Climaqa: An automated evaluation framework for climate question answering models,
Veeramakali Vignesh Manivannan, Yasaman Jafari, Srikar Eranky, Spencer Ho, Rose Yu, Duncan Watson- Parris, Yian Ma, Leon Bergen, and Taylor Berg-Kirkpatrick. Climaqa: An automated evaluation framework for climate question answering models.arXiv preprint arXiv:2410.16701, 2024. 4.4
-
[13]
Long Phan, Alice Gatti, Ziwen Han, Nathaniel Li, Josephina Hu, Hugh Zhang, Chen Bo Calvin Zhang, Mohamed Shaaban, John Ling, Sean Shi, et al. Humanity’s last exam.arXiv preprint arXiv:2501.14249,
work page internal anchor Pith review Pith/arXiv arXiv
-
[14]
Generalizing Verifiable Instruction Following
Valentina Pyatkin, Saumya Malik, Victoria Graf, Hamish Ivison, Shengyi Huang, Pradeep Dasigi, Nathan Lambert, and Hannaneh Hajishirzi. Generalizing verifiable instruction following.arXiv preprint arXiv:2507.02833, 2025. 4.8
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[15]
Gpqa: A graduate-level google-proof q&a benchmark
David Rein, Betty Li Hou, Asa Cooper Stickland, Jackson Petty, Richard Yuanzhe Pang, Julien Dirani, Julian Michael, and Samuel R Bowman. Gpqa: A graduate-level google-proof q&a benchmark. InFirst Conference on Language Modeling, 2024. 1, 4.1 9 OpenCompass: A Universal Evaluation Platform for Large Language Models
work page 2024
-
[16]
Challenging big-bench tasks and whether chain-of-thought can solve them
Mirac Suzgun, Nathan Scales, Nathanael Schärli, Sebastian Gehrmann, Yi Tay, Hyung Won Chung, Aakanksha Chowdhery, Quoc Le, Ed Chi, Denny Zhou, et al. Challenging big-bench tasks and whether chain-of-thought can solve them. InFindings of the Association for Computational Linguistics: ACL 2023, pages 13003–13051, 2023. 4.2
work page 2023
-
[17]
Measuring short-form factuality in large language models
Jason Wei, Nguyen Karina, Hyung Won Chung, Yunxin Joy Jiao, Spencer Papay, Amelia Glaese, John Schulman, and William Fedus. Measuring short-form factuality in large language models.arXiv preprint arXiv:2411.04368, 2024. 4.1
work page internal anchor Pith review Pith/arXiv arXiv 2024
-
[18]
Openicl: An open-source framework for in-context learning
Zhenyu Wu, Yaoxiang Wang, Jiacheng Ye, Zhiyong Wu, Jiangtao Feng, Jingjing Xu, and Yu Qiao. Openicl: An open-source framework for in-context learning. InProceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 3: System Demonstrations), pages 489–498, 2023. 3.1
work page 2023
-
[19]
arXiv preprint arXiv:2402.09391 , year=
Botao Yu, Frazier N Baker, Ziqi Chen, Xia Ning, and Huan Sun. Llasmol: Advancing large language models for chemistry with a large-scale, comprehensive, high-quality instruction tuning dataset.arXiv preprint arXiv:2402.09391, 2024. 4.4
-
[20]
Rowan Zellers, Ari Holtzman, Yonatan Bisk, Ali Farhadi, and Yejin Choi. Hellaswag: Can a machine really finish your sentence? InProceedings of the 61st Annual Meeting of the Association for Computational Linguistics (ACL), 2019. 4.2
work page 2019
-
[21]
P-mmeval: A parallel multilingual multitask benchmark for consistent evaluation of llms
Yidan Zhang, Yu Wan, Boyi Deng, Baosong Yang, Hao-Ran Wei, Fei Huang, Bowen Yu, Dayiheng Liu, Junyang Lin, and Jingren Zhou. P-mmeval: A parallel multilingual multitask benchmark for consistent evaluation of llms. InProceedings of the 2025 Conference on Empirical Methods in Natural Language Processing (EMNLP), 2025. 4.5
work page 2025
-
[22]
Instruction-Following Evaluation for Large Language Models
Jeffrey Zhou, Tianjian Lu, Swaroop Mishra, Siddhartha Brahma, Sujoy Basu, Yi Luan, Denny Zhou, and Le Hou. Instruction-following evaluation for large language models.arXiv preprint arXiv:2311.07911,
work page internal anchor Pith review Pith/arXiv arXiv
-
[23]
BigCodeBench: Benchmarking Code Generation with Diverse Function Calls and Complex Instructions
Terry Yue Zhuo, Minh Chien Vu, Jenny Chim, Han Hu, Wenhao Yu, Ratnadira Widyasari, Imam Nur Bani Yusuf, Haolan Zhan, Junda He, Indraneil Paul, et al. Bigcodebench: Benchmarking code generation with diverse function calls and complex instructions.arXiv preprint arXiv:2406.15877, 2024. 4.6 10 OpenCompass: A Universal Evaluation Platform for Large Language M...
work page internal anchor Pith review Pith/arXiv arXiv 2024
-
[24]
The results are sourced fromhttps://rank.opencompass.org.cn/leaderboard-llm-academic/ ?m=REALTIME Table1: Model Performance Benchmarks Models Average IFEval HLE GPQA diamond AIME 2025 MMLU- Pro LiveCode BenchV6 Gemini-3-Pro-Preview 81.32 92.79 37.98 91.54 93.44 89.31 82.86 GLM-5-FP8 78.98 93.16 28.13 85.35 95.83 85.23 86.19 GPT-5-2025-08-07 (high) 78.84 9...
work page 2025
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.