Papers › Mitigating Open-Vocabulary Caption Hallucinations

Mitigating Open-Vocabulary Caption Hallucinations

6 Dec 2023arXiv:2312.03631archive 2025-07-28

Assaf Ben-Kish, Moran Yanuka, Morris Alper, Raja Giryes, Hadar Averbuch-Elor

While recent years have seen rapid progress in image-conditioned text generation, image captioning still suffers from the fundamental issue of hallucinations, namely, the generation of spurious details that cannot be inferred from the given image. Existing methods largely use closed-vocabulary object lists to mitigate or evaluate hallucinations in image captioning, ignoring the long-tailed nature of hallucinations that occur in practice. To this end, we propose a framework for addressing hallucinations in image captioning in the open-vocabulary setting. Our framework includes a new benchmark, OpenCHAIR, that leverages generative foundation models to evaluate open-vocabulary object hallucinations for image captioning, surpassing the popular and similarly-sized CHAIR benchmark in both diversity and accuracy. Furthermore, to mitigate open-vocabulary hallucinations without using a closed object list, we propose MOCHa, an approach harnessing advancements in reinforcement learning. Our multi-objective reward function explicitly targets the trade-off between fidelity and adequacy in generations without requiring any strong supervision. MOCHa improves a large variety of image captioning models, as captured by our OpenCHAIR benchmark and other existing metrics. Code and models can be found at: https://github.com/assafbk/mocha_code

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2312.03631")

Code

Syntology Ran 8 of 15 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 8 ran with no contract checked.

By repository: official repository: 15 samples from 1 repository, 8 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

assafbk/mocha_code officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 8 ran; 0 honoured the contract we drafted; 7 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

8ran
7unverified

Licence: 15 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from assafbk/mocha_code. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

apply_ignore_words assafbk/mocha_code/OpenCHAIR/evaluate.py official repository ran fingerprinted no licence file found · pointer only · 54bb363a84810bbc · report
collate_fn assafbk/mocha_code/dataset.py official repository ran fingerprinted no licence file found · pointer only · 300b5f14c9912b97 · report
flatten_data assafbk/mocha_code/OpenCHAIR/evaluate.py official repository ran no licence file found · pointer only · 0c54289ae763b987 · report
is_concrete assafbk/mocha_code/OpenCHAIR/utils.py official repository ran no licence file found · pointer only · ff3f62c52985c41c · report
load_config assafbk/mocha_code/utils.py official repository ran no licence file found · pointer only · 84d259ca9b98ac9a · report
load_llm_pipe assafbk/mocha_code/OpenCHAIR/utils.py official repository ran no licence file found · pointer only · 138d0bd7bf5f2513 · report
local_coco_collate_fn assafbk/mocha_code/dataset.py official repository ran no licence file found · pointer only · aa1b0f9eac04bb9d · report
unflatten_responses assafbk/mocha_code/OpenCHAIR/evaluate.py official repository ran no licence file found · pointer only · cd4ab5612adb4997 · report
calc_grad_norm assafbk/mocha_code/utils.py official repository unverified no licence file found · pointer only · 46f8dfafbbb8c9b2 · report
calc_mean_entropy assafbk/mocha_code/utils.py official repository unverified no licence file found · pointer only · 91336ac6a4247b60 · report
generate assafbk/mocha_code/OpenCHAIR/generate_captions.py official repository unverified no licence file found · pointer only · 22f204eff2c106a3 · report
get_data_loaders assafbk/mocha_code/vlm_rlhf.py official repository unverified no licence file found · pointer only · 24f6f2d5b6395922 · report
get_local_coco_data_loaders assafbk/mocha_code/vlm_rlhf.py official repository unverified no licence file found · pointer only · 8c95b0551092a2f4 · report
get_url_data_loaders_coco assafbk/mocha_code/vlm_rlhf.py official repository unverified no licence file found · pointer only · 03a80eb50928e6df · report
url_coco_collate_fn assafbk/mocha_code/dataset.py official repository unverified no licence file found · pointer only · 258b6ae5a76ca81a · report

Tasks

DiversityHallucinationImage CaptioningObjectReinforcement Learning (RL)Text Generation

Datasets

Introduced by this paper, per the archive.

OpenCHAIR

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Focus

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections