Visual Instruction Tuning with Polite Flamingo

Abstract

Recent research has demonstrated that the multi-task fine-tuning of multi-modal Large Language Models (LLMs) using an assortment of annotated downstream vision-language datasets significantly enhances their performance. Yet, during this process, a side effect, which we termed as the "multi-modal alignment tax", surfaces. This side effect negatively impacts the model's ability to format responses appropriately - for instance, its "politeness" - due to the overly succinct and unformatted nature of raw annotations, resulting in reduced human preference. In this paper, we introduce Polite Flamingo, a multi-modal response rewriter that transforms raw annotations into a more appealing, "polite" format. Polite Flamingo is trained to reconstruct high-quality responses from their automatically distorted counterparts and is subsequently applied to a vast array of vision-language datasets for response rewriting. After rigorous filtering, we generate the PF-1M dataset and further validate its value by fine-tuning a multi-modal LLM with it. Combined with novel methodologies including U-shaped multi-stage tuning and multi-turn augmentation, the resulting model, Clever Flamingo, demonstrates its advantages in both multi-modal understanding and response politeness according to automated and human evaluations. Code and dataset are available at https://github.com/ChenDelong1999/polite-flamingo

Cite

Text

Chen et al. "Visual Instruction Tuning with Polite Flamingo." AAAI Conference on Artificial Intelligence, 2024. doi:10.1609/AAAI.V38I16.29727

Markdown

[Chen et al. "Visual Instruction Tuning with Polite Flamingo." AAAI Conference on Artificial Intelligence, 2024.](https://mlanthology.org/aaai/2024/chen2024aaai-visual/) doi:10.1609/AAAI.V38I16.29727

BibTeX

@inproceedings{chen2024aaai-visual,
  title     = {{Visual Instruction Tuning with Polite Flamingo}},
  author    = {Chen, Delong and Liu, Jianfeng and Dai, Wenliang and Wang, Baoyuan},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {17745-17753},
  doi       = {10.1609/AAAI.V38I16.29727},
  url       = {https://mlanthology.org/aaai/2024/chen2024aaai-visual/}
}