Add multimodal C4 Bench evaluation - #2589
Closed
sci-m-wang wants to merge 1 commit into
Closed
Conversation
Collaborator
|
Until now, OpenCompass is a pure text benchmark evaluation framework. Feel free to contribute this benchmark to our multi-model evaluation framework VLMEvalKit. |
Author
|
Thanks for the clarification. The C4 Bench integration has already been submitted to VLMEvalKit as open-compass/VLMEvalKit#1624: I will continue the integration and review there. |
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.
Motivation
Add C4 Bench, an image-text-to-text benchmark for cross-concept creative understanding through Chinese chengyu. The paper and public task rows are available at:
Modification
image_urlcontentLiteLLMAPIomitsmax_tokenswhen no value is configuredThe official C4 primary score uses exact recovery over H0, H1, H4, and E0 (884 rows). E1 is available separately and is excluded from the primary denominator.
BC-breaking (Optional)
No. Existing text-only ChatML behavior and explicitly configured output lengths are unchanged.
Use cases (Optional)
Use an image-capable API backend such as
LiteLLMAPIconfigured for a vision-language model. The C4 dataset config does not override model context or output length settings.Testing
max_tokenswhen unsettorchanddatasets, so the complete pytest run is left to CIChecklist
Before PR:
After PR: