Download Latest Version 0.5.3 source code.zip (4.7 MB)
Email in envelope

Get an email when there's a new version of OpenCompass

Home / 0.5.3
Name Modified Size InfoDownloads / 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-progress parameter 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! ๐ŸŒŸ

Source: README.md, updated 2026-06-29