[FEAT] Add MMAR/ MMAU-PRO for reasoning task support#16
Open
[FEAT] Add MMAR/ MMAU-PRO for reasoning task support#16
Conversation
jonggunp
reviewed
Apr 22, 2026
jonggunp
reviewed
Apr 22, 2026
jonggunp
reviewed
Apr 22, 2026
jonggunp
reviewed
Apr 22, 2026
jonggunp
reviewed
Apr 22, 2026
jonggunp
reviewed
Apr 22, 2026
| choices_column_name = task_config.get('choice_column', None) | ||
| category_column_name = task_config.get('category_column', '') | ||
| sample_instruction_column_name = task_config.get('instruction_column', None) | ||
| user_query_column_name = task_config.get('textual_input_column', None) |
Collaborator
There was a problem hiding this comment.
This doesn't seem to be used anywhere.
Collaborator
Author
There was a problem hiding this comment.
user_query_column_name is not used anywhere, so I removed it. The other variables are used in the current preprocessing logic. Thanks!
jonggunp
reviewed
Apr 22, 2026
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.
📌 Description
🔗 Related Issue(s)
🛠️ Type of Change
✅ How Has This Been Tested?
Test Results / Screenshots (if applicable):
Sample
run_config:Sample Experimental Log:
2025-09-20_23-40-59_544502_default.log
📸 Screenshots / Demos
N/A
📋 Checklist
🙌 Additional Notes
N/A