Thanks for the constructive feedback! We hope to clarify the confusion and answer the questions below. Feel free to let us know if you have any further questions!
**Incorrect examples in Figure 2 (neg):**
The question mentioned "Merkel" is not incorrect but a negative instruction/question. That is, "Merkel" doesn’t appear in the image. Therefore, the answer should be, "No, Hillary Clinton arrived at the Los Angeles Get Out The Vote Rally in the image.” We use this kind of negative samples to finetune Large Multimodal Models (LMMs), so that these models can learn to say “no” if the objects mentioned in the questions do not appear in the image, hence reducing hallucinations.
**GAVIE Can Evaluate Open-ended Questions:**
POPE [8] formulates the evaluation of hallucination as a binary classification task that prompts LMM to answer with "Yes" or "No". However, if the question is a multiple choice question (e.g., “Choose the correct statement about the weather conditions in the image: (a) Cloudy and rainy, (b) Clear blue sky, (c) Foggy and misty, (d) Snowy and cold”) or an open-ended question (e.g., “What objects are on the toddler’s feet?”), POPE can not evaluate model hallucinations on these questions as the answer space is much more complicated. In contrast, our proposed GAVIE can evaluate model hallucinations even when the answers are open-ended manners. (Fig 21-Fig 26 in the appendix)
**GAVIE Aligns well with Human Experts**
To assess the correlation of GPT-4 rating with the human rating, we hired three experts specializing in NLP to perform the human assessment. From Tab. 4 in the paper, all experts agree that the output from our model is the best, followed by InstructBLIP in the second place, and MMGPT performs the worst. This ranking aligns with our GAVIE. More details are shown in the A.1.1 (appendix).
**Why GAVIE Uses Scores 0-10 instead of 0/1.**
In an open-ended setting, the model’s answer to a question may be completely wrong, partly wrong, or entirely correct. With a score of 0-10, GAVIE can evaluate the model’s answer and produce a detailed level of correctness instead of only 0/1(correct/wrong), which does not give differentiable scores to answers that are partly wrong or completely wrong (i.e., both will receive a score of 0). However, our GAVIE can assign a score of 0 for the completely wrong answer and a partial score (e.g., 5) for the partly wrong answer. Therefore, GAVIE can not only give a more accurate ranking among compared models but also help people understand the level of correctness for answers from different models. The relationship between correctness and scores in GAVIE is summarized as follows:
RELEVANCY has four grade levels: (1) The response is entirely relevant (9-10), (2) The response is mostly relevant (6-8), (3) The response is partly relevant (3-5), (4) The response is seldom relevant (0-2). ACCURACY has four grade levels: (1) The response is completely accurate (9-10), (2) The response has minor errors (6-8), (3) The response is partly accurate (3-5), (4) The response is mostly or completely wrong (0-2).
**Reference**
[1] Liu, Haotian, et al. "Improved baselines with visual instruction tuning." arXiv preprint arXiv:2310.03744 (2023).
[2] Chen, Jun, et al. "MiniGPT-v2: large language model as a unified interface for vision-language multi-task learning." arXiv preprint arXiv:2310.09478 (2023).
[3] Liu, Fuxiao, et al. "Hallusionbench: You see what you think? or you think what you see? an image-context reasoning benchmark challenging for gpt-4v (ision), llava-1.5, and other multi-modality models." arXiv preprint arXiv:2310.14566 (2023).
[4] Wang, Junyang, et al. "An LLM-free Multi-dimensional Benchmark for MLLMs Hallucination Evaluation." arXiv preprint arXiv:2311.07397 (2023).
[5] Liu, Yang, et al. "Gpteval: Nlg evaluation using gpt-4 with better human alignment." arXiv preprint arXiv:2303.16634 (2023).
[6] Kirillov, Alexander, et al. "Segment anything." arXiv preprint arXiv:2304.02643 (2023)
[7] Wu, Jialian, et al. "Grit: A generative region-to-text transformer for object understanding." arXiv preprint arXiv:2212.00280 (2022).
[8] Li, Yifan, et al. "Evaluating object hallucination in large vision-language models." arXiv preprint arXiv:2305.10355 (2023).