[Dataset] Add R-Bench (ICML 2025)#2091
Merged
MaiziXiao merged 6 commits intoopen-compass:mainfrom Jun 13, 2025
Merged
Conversation
Collaborator
|
Please update the lint |
Contributor
Author
I've updated it, can you help run CI? |
Collaborator
|
Hi, have you tried using OpenCompass to reproduce your reported performance? |
Collaborator
|
Also please check the pre-commit again. Thanks. |
Contributor
Author
Yes, we conducted the experiment using opencompass and reproduced the previous results on this pr. |
zyc140345
pushed a commit
to zyc140345/opencompass
that referenced
this pull request
Oct 23, 2025
* [Dataset] Add R-Bench (ICML 2025) * fixed lint * format rbench.py by isort * rbench fix * r-bench fix * update --------- Co-authored-by: leoyizhang <leoyizhang@tencent.com> Co-authored-by: Myhs-phz <demarcia2014@126.com> Co-authored-by: MaiziXiao <xxllcc1993@gmail.com>
iamkaia
pushed a commit
to iamkaia/opencompass
that referenced
this pull request
Feb 4, 2026
* [Dataset] Add R-Bench (ICML 2025) * fixed lint * format rbench.py by isort * rbench fix * r-bench fix * update --------- Co-authored-by: leoyizhang <leoyizhang@tencent.com> Co-authored-by: Myhs-phz <demarcia2014@126.com> Co-authored-by: MaiziXiao <xxllcc1993@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
R-Bench PR Description
Motivation
This PR adds support for the R-Bench dataset to OpenCompass. R-Bench is a graduate-level multi-disciplinary benchmark designed to evaluate complex reasoning capabilities of both language models (LLMs) and multimodal language models (MLLMs). By incorporating R-Bench into OpenCompass, we enable comprehensive evaluation of model performance on challenging reasoning tasks across 19 academic disciplines and over 100 subjects, available in both English and Chinese.
Modification
This PR adds the configuration file
opencompass/configs/datasets/R-Bench/R-Bench.mdwhich includes:The file follows the standard OpenCompass dataset documentation format, similar to other benchmark configurations like QuALITY.
Use cases
R-Bench can be used to:
Checklist
Before PR:
After PR: