Instruction-Following Evaluation of Large Vision-Language Models
Daiki Shiono, Shumpei Miyawaki, Ryota Tanaka, Jun Suzuki
TL;DR
The paper shows that LVLMs lose instruction-following ability after visual instruction tuning, and that explicitly including output-format instructions in the fine-tuning data can mitigate this degradation. It introduces synthetic data pipelines (FOVIT/FOIT and related No variants) and a verbalizer-based evaluation to isolate the impact of output-format cues and visual information. Key findings reveal that output-format guidance substantially improves adherence (via $F_1$-based metrics) and that even a small amount of such data can restore instruction-following without harming general visual understanding. The work provides practical guidance for LVLM training, suggesting that formatting directives should be incorporated during visual instruction tuning to preserve alignment with user directives in real-world tasks.
Abstract
Following the initial flourishing of large language models (LLMs), there has been a surge in proposed large vision-language models (LVLMs) that integrate LLMs with vision capabilities. However, it has been observed that LVLMs, after tuning to visual instruction using commonly used training datasets, often fail to exhibit the instruction-following ability that was present in the LLM before integration, leading to results in which they do not follow task instructions as expected. This study quantitatively demonstrates that LVLMs' instruction-following ability declines after fine-tuning and analyzes its underlying causes. In particular, we constructed new training datasets highlighting whether the output format is specified. Then, we investigated how explicitly indicating the output format during fine-tuning affects LVLMs' instruction-following ability. Our quantitative evaluation confirmed that LVLMs' instruction-following ability declines after fine-tuning with commonly used datasets. Furthermore, we found that LVLMs trained with datasets, including instructions on output format, tend to follow instructions more accurately than models that do not. These findings suggest that including samples with instructions on output format during (visual) instruction tuning may help mitigate the decline in instruction-following abilities.
