Visual instruction tuning improves LLM truthfulness and ethics

September 13, 20237 min

Overview

Decision SnapshotNeeds Validation

Results are promising and reproducible on common benchmarks, but claims are preliminary and vary by model, tuning method, and dataset type.

Citations3

Evidence Strength0.60

Confidence0.70

Risk Signals9

Trust Signals

Findings with numeric evidence: 5/5

Findings with evidence refs: 5/5

Results with explicit delta: 5/5

Reproducibility

Status: Code + data available

Open source: Partial

At A Glance

Cost impact: 70%

Production readiness: 60%

Novelty: 60%

Authors

Haoqin Tu, Bingchen Zhao, Chen Wei, Cihang Xie

Links

Abstract / PDF / Code

Why It Matters For Business

Small, curated multi-modal instruction sets can improve model truthfulness and ethics faster and cheaper than scaling human RLHF at large scale, so teams can prototype alignment improvements with limited data.

Who Should Care

Summary TLDR

Tuning large language models with a small multi-modal instruction dataset (80k image-text instructions) improves measured truthfulness and ethical behavior on standard benchmarks. A visually-instructed LLaMA2 7B variant reached 46.0% on TruthfulQA-mc and 65.4% on the Ethics benchmark—gains reported over the chat-tuned LLaMA2-chat 7B that used ~1M human RLHF examples. Text-only parts of the visual instructions explain most gains, and LoRA-style light tuning preserves general NLP ability while full fine-tuning can harm robustness on corrupted images.

Problem Statement

Can visual instruction tuning—training LLM weights on image-text instruction data—improve a model's truthfulness and ethical alignment on pure text tests, even when images are removed at evaluation? The paper probes whether multi-modal tuning adds alignment value beyond large-scale RLHF and whether specific data types or modalities matter.

Main Contribution

Show that visual-instruction tuning on 80k image-text examples raises truthfulness and ethics scores for several LLaMA-family models.

Compare full fine-tuning and LoRA (cheap adaptation) and show LoRA largely preserves NLP skills while improving alignment.

Key Findings

Visual instruction tuning raised LLaMA2-7B truthfulness on TruthfulQA-mc to 46.0%.

NumbersTruthfulQA-mc = 46.0%

Practical UseIf you tune LLM weights on 80k visual-instruction data, expect measurable gains on truthfulness tests vs some chat-tuned baselines.

Evidence RefAbstract, Intro, Table 1

Visual instruction tuning raised LLaMA2-7B ethics score to 65.4%, a +19.6% reported improvement.

NumbersEthics = 65.4% (+19.6%)

Practical UseSmall multi-modal datasets can strongly improve ethical alignment scores; consider adding visual-instruction examples to alignment pipelines.

Evidence RefAbstract, Intro, Table 1

Results

MetricValueBaselineDeltaSplit / DatasetEvidenceEvidence Ref
TruthfulQA-mc (LLaMA2 7B, visual-instruction-tuned)46.0%LLaMA2-chat 7B = 44.6%+1.4%TruthfulQA-mcIntro, Table 1Table 1
Ethics (LLaMA2 7B, MM-ft)65.4%LLaMA2-chat 7B = 58.5%+6.9% (vs chat) reported; +19.6% vs prior baseline reportedEthicsIntro, Table 1Table 1

What To Try In 7 Days

Extract and repurpose high-quality instruction text from your image-text assets and fine-tune LLMs with LoRA.

Run TruthfulQA and Ethics benchmarks before/after visual-instruction tuning to measure alignment impact.

Compare LoRA vs full fine-tune: LoRA often preserves NLP skill and is cheaper to run.

Reproducibility

Code AvailableYes
Data AvailableYes
Open Source StatusPartial
LicenseUnknown

Risks & Boundaries

Limitations

Gains are benchmarked on specific datasets (TruthfulQA, Ethics); real-world effects are untested.

Visual instruction tuning is less effective on models already strongly instruction-tuned (e.g., Vicuna, LLaMA2-chat).

When Not To Use

When your product requires strong visual robustness to corruptions without further robustness steps.

When you only have text data and cannot derive image-grounded instruction text of good quality.

Failure Modes

Inconsistent improvements: some instruction-tuned models do not benefit or can worsen on certain tasks.

Degraded captioning/CIDEr on some text-aligned MLLMs compared to vanilla MLLMs.

Core Entities

Models

LLaMA2-7BLLaMA2-chat-7BLLaMA-7BVicuna-7BOpenLLaMA-3BOpenAlpaca-3BCLIP ViT-L/14

Metrics

AccuracyRouge-LCIDEr

Datasets

LLaVA 80k visual-instruction dataCC3M (595k image-text pairs)MSCOCOFlickr30kTruthfulQAEthicsMMEVQAv2POPE

Benchmarks

TruthfulQAEthicsMMEVQAv2MSCOCOFlickr30kPOPE