Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions vlmeval/dataset/utils/multiple_choice.py
Original file line number Diff line number Diff line change
Expand Up @@ -591,9 +591,9 @@ def extract_characters_regex(s, choices=['(A)', '(B)', '(C)', '(D)', '(E)']):
'The correct answer is',
'The answer is',
'The answer',
'The best option is'
'The best option is',
'The correct option is',
'Best answer:'
'Best answer:',
'Best option:',
]
for answer_prefix in answer_prefixes:
Expand Down