HALC icon indicating copy to clipboard operation
HALC copied to clipboard

[ICML 2024] Official implementation for "HALC: Object Hallucination Reduction via Adaptive Focal-Contrast Decoding"

Results 15 HALC issues
Sort by recently updated
recently updated
newest added

Awesome project! But I found that minigpt4/configs/models/minigpt4_vicuna0.yaml does not exist. Please fix it. Thank you!

Hi, when I run pope_eval.py, it seems that there is no such file. I think this may be a generated file by yourself. Could please provide it to me? Thanks...

请问您的spacy/pydantic/typing extensions的版本号分别是多少?感谢您!

I have read your paper, it is a great work. However, I have a few questions about the details of Fig 1. experiment, which you have conducted to verify the...

How to calculate the OPOPE score?

Hello, I have tried to reproduce the results of Minigpt4, but got such error: ``` Initializing Model Loading VIT Loading VIT Done Do not use Q-Former here. Loading LLAMA llama_model:...

For mPLUG,I have modified 'eval_configs/mplug-owl2_eval.yaml', but I found that the config will be merged with 'minigpt4/configs/models/mplug_owl2_llama2.yaml'. Then there is a setting about "llama_model". Should I use the same model path...

Thanks for your great work! But I got error when I ran evaluation of CHAIR. I used 'run_scripts/caption_generation.py' to get a json file in the following format. When I used...

Thanks for your good work! But I got confused when I ran evaluation of POPE. At first, I run: `python run_scripts/pope_eval.py --model llava-1.5 --data_path /home/duyuetian/COCO/val2014 -d vcd --pope_type random --num_images...