Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiple-choice question? #46

Open
sailfish009 opened this issue Oct 31, 2024 · 4 comments
Open

multiple-choice question? #46

sailfish009 opened this issue Oct 31, 2024 · 4 comments

Comments

@sailfish009
Copy link

Hello, instead of asking the model to describe the image in detail, I want to ask them to answer by selecting 1 option from several choices. Questions that worked well in llava onevision MLLM are not working in Aria. For example, if I ask them to answer the situation in image P by selecting from A, B, C, D, E, if the correct answer is A, they will answer with an additional comment about the situation A. I want to make sure that the additional answer should never be included, so that no words other than A are added.

@LiJunnan1992
Copy link
Contributor

You may want to try adding this sentence to your question:
"Answer with the option's letter from the given choices directly."

@sailfish009
Copy link
Author

@LiJunnan1992 Hi, I tried adding the question format you mentioned, but it didn't improve the model's answers. The model still answers randomly without choosing from a list of answers.

@Coobiw
Copy link
Collaborator

Coobiw commented Nov 12, 2024

Hi, you may refer to https://github.com/rhymes-ai/Aria/tree/main/examples/nextqa. This is a multiple-choice question-answering dataset. Training, inference, instruction format and option extraction are all included. Hope it helpful for you~

@sailfish009
Copy link
Author

sailfish009 commented Nov 12, 2024

@Coobiw Thanks for the answer, I took a quick look at the questions in nextqa and it looks like the model is sensitive to the format of the question.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants