| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.5.3 source code.tar.gz | 2026-06-29 | 2.2 MB | |
| 0.5.3 source code.zip | 2026-06-29 | 4.7 MB | |
| README.md | 2026-06-29 | 5.5 kB | |
| Totals: 3 Items | 6.9 MB | 0 | |
OpenCompass v0.5.3 Release Notes
๐ Highlights
โจ ๐งช Extensive New Benchmarks and Dataset Support: Added support for a wide range of new benchmarks and datasets, including AIME2026, HMMT Feb 2026, SimpleQA-Verified, AdvancedIF, HLE-Verified, MRCR-V2, Molecular-IQ, SciReasoner 1.5, MP20, PerspectiveGap, ZebraLogic, ArxivRollBench, CL-Bench, and more.
โจ ๐งฉ RawPromptTemplate Support: Introduced RawPromptTemplate and expanded its support across dataset configs, OpenAISDKStreaming, ChatML datasets, retrievers, and multiple benchmark configurations.
โจ ๐ค New Model & API Support: Added support for the OpenAI Responses API, Gemini SDK API and Claude SDK thinking content.
โจ ๐ ๏ธ Infrastructure & Evaluation Enhancements: Improved concurrent inference, repeat analysis, summarizer configuration, judge post-processing, CI coverage, and evaluation robustness.
๐ New Features
๐ง Added support for new datasets and benchmarks, including AIME2026 and HMMT Feb 2026 (#2404), Molecular-IQ (#2431), SimpleQA-Verified (#2436), AdvancedIF (#2461), HLE-Verified (#2454), MRCR-V2 (#2467), S2-ToM-G Bench (#2476), SciReasoner 1.5 (#2477, [#2479]), MP20 (#2482), PerspectiveGap (#2484), ZebraLogic (#2464), and ArxivRollBench (#2458).
๐ง Introduced RawPromptTemplate and new dataset configs (#2407).
๐ง Added RawPromptTemplate support for OpenAISDKStreaming and ChatMLDatasets (#2414).
๐ง Added SciReasoner config and support for retrievers using RawPromptTemplate (#2422).
๐ง Added repeat configs for HMMT2025 and UGD_hard (#2425).
๐ง Added new subjective dataset configs and fixed AdvancedIF related configs (#2466).
๐ง Added RawPromptTemplate configs for AlignBench v1.1 (#2472), RULER, NeedleBench, LongBench v2, and BABILong (#2474).
๐ง Added support for repeat analysis (#2455).
๐ง Added OpenAI Responses API model support (#2481).
๐ง Added Gemini SDK API model support (#2494).
๐ง Added support for Claude SDK thinking content (#2487).
๐ง Added CL Bench support (#2483).
๐ Bug Fixes
๐ง Fixed IFEval path issue (#2406).
๐ง Fixed tag matching in generic_llmjudge_postprocess (#2417).
๐ง Fixed issues in generic.py (#2419).
๐ง Fixed ChatML and dataset utility issues (#2421).
๐ง Fixed OlympiadBench compatibility with RawPromptTemplate (#2423).
๐ง Fixed ellipsis extraction in bio_data (#2429).
๐ง Fixed Molecular-IQ PR test issues (#2432).
๐ง Added multi-round support from api_meta_template (#2435).
๐ง Fixed result metrics in SimpleQA (#2439).
๐ง Fixed no-prediction cases in SciReasoner biology instruction evaluation (#2456).
๐ง Fixed hub version issue (#2457).
๐ง Fixed SimpleQA prompt (#2463).
๐ง Added unsafe pattern handling for MathEvaluator (#2468).
๐ง Fixed MTBench101, WildBench, and AdvancedIF issues (#2470).
๐ง Added subprocess timeout to MATHVerifyEvaluator to prevent parse and verify hangs (#2478).
๐ง Resolved dependency issues for Python 3.12 (#2480).
๐ง Restored LongBench v2 answer prompt punctuation (#2452).
๐ง Fixed MP20 metrics (#2488).
๐ง Prioritized Responses reasoning content (#2490).
โ Enhancements and Refactors
โ Evaluation and Runtime Improvements:
- Supported concurrent inference across tasks (#2403).
- Reduced RJOB sleep time (#2411).
- Added new template for CompassAcademic (#2447).
- Expanded config options of the summarizer group (#2448).
- Added
--no-progressparameter for repeat analysis to suppress detailed logs (#2473). - Added prediction postprocessor support for judge models in
GenericLLMEvaluator(#2491).
โ RawPromptTemplate Documentation and Compatibility:
- Added guide for RawPromptTemplate (#2420).
- Improved RawPromptTemplate coverage across benchmark and dataset configs (#2407, [#2414], [#2422], [#2472], [#2474]).
โ Metadata and Release Updates:
- Updated dataset index metadata (#2492).
- Bumped version to 0.5.3 (#2493).
โ CI/CD Improvements:
- Refactored ETE test cases and added more unit tests (#2408).
- Added inference test cases using mock API (#2428).
- Added API test cases into PR tests (#2460).
- Removed host network from CI settings (#2462).
โ Documentation:
- Fixed minor documentation bugs (#2469).
๐ Welcome New Contributors
A warm welcome and special thanks to our newest contributors who made this release possible:
- @JifeiShan made their first contribution in (#2473).
- @ssiq made their first contribution in (#2480).
- @yhzhu99 made their first contribution in (#2452).
- @HuangZixian made their first contribution in (#2482).
- @WhymustIhaveaname made their first contribution in (#2484).
- @amanyara made their first contribution in (#2464).
- @liangzid made their first contribution in (#2458).
Full Changelog: https://github.com/open-compass/opencompass/compare/0.5.2...0.5.3
Thank you for using OpenCompass! These updates bring broader benchmark coverage, stronger API support, and more reliable evaluation workflows. Keep exploring, and stay tuned for future innovations! ๐