CoolFace
Modelpublic

tsunghanwu/reverse_llava_v15

sourceHugging Facemitupdated 1y agoView on Hugging Face
1likes23downloads
Model Card

REVERSE-v1.5-7B

<a href="https://arxiv.org/abs/2504.13169"> <img src="https://img.shields.io/badge/arXiv-2504.13169-b31b1b.svg" alt="arXiv" /> </a>

Model Summary

REVERSE-v1.5-7B is a novel open-source vision-language model (VLM) that performs both next-token predictioin and self-verification / self-correction during the generation process. Built on top of LLaVA-v1.5-7B, it is fine-tuned using the REVERSE Visual Instruct 1.3M dataset and equipped with a retrospective resampling mechanism that allows it to detect and correct hallucinations during generation. The model is trained in early March, 2025.

Performance

REVERSE achieves state-of-the-art hallucination reduction across a wide range of captioning and open-ended visual question answering benchmarks:

BenchmarkMetricBest BaselineREVERSE (τ=0.003)REVERSE (τ=0.0003)
CHAIR-MSCOCOCHAIR (↓)HA-DPO (11.0)10.36.1
CHAIRs (↓)EOS (38.2)37.013.6
AMBER-GHallucination (↓)EOS (5.1)6.04.0
Coverage (↑)HALVA (53.0)52.226.9
MMHal-BenchScore (↑)DoLA (2.33)2.563.28
Hallucination Rate (↓)HACL (0.50)0.470.30
HaloQuestAvg. Accuracy (↑)HALVA (23.9)30.732.3
False Premise Acc. (↑)HALVA (21.1)31.829.4
Visual Challenging Acc. (↑)DoLA (40.1)31.518.7
Insufficient Context Acc. (↑)HALVA (10.7)26.958.8

It also performs competitively on discriminative tasks compared with the base VLM.

BenchmarkMetricLLaVA-v1.5-7BREVERSE (τ=0.5)
AMBER-DF1 Score (↑)74.774.2
POPEF1 Score (↑)85.985.9
MME-HallScore (↑)648.3601.6

Usage

Please refer to the installation guide on GitHub to get started: 👉 Installation Guide

Additional Resources

Intended Use

Primary Use Cases:

  • Reducing hallucination in image captioning and VQA tasks
  • Benchmarking hallucination-aware generation
  • Research on grounded vision-language generation and self-correction

Target Users: Researchers, developers, and students working in computer vision, NLP, and multimodal AI.