paper-with-me

Papers

Calibrated Self-Rewarding Vision Language Models

2024-05-23 · Yiyang Zhou, Zhiyuan Fan, Dongjie Cheng, Sihan Yang, Zhaorun Chen, Chenhang Cui, Xiyao Wang, Yun Li, Linjun Zhang, Huaxiu Yao

Large Vision-Language Models (LVLMs) have made substantial progress by integrating pre-trained large language models (LLMs) and vision models through instruction tuning. Despite these advancements, LVLMs often exhibit the hallucination phenomenon, where generated text responses appear linguistically plausible but contradict the input image, indicating a misalignment between image and text pairs. This misalignment arises because the model tends to prioritize textual information over visual input, even when both the language model and visual representations are of high quality. Existing methods leverage additional models or human annotations to curate preference data and enhance modality alignment through preference optimization. These approaches may not effectively reflect the target LVLM's preferences, making the curated preferences easily distinguishable. Our work addresses these challenges by proposing the Calibrated Self-Rewarding (CSR) approach, which enables the model to self-improve by iteratively generating candidate responses, evaluating the reward for each response, and curating preference data for fine-tuning. In the reward modeling, we employ a step-wise strategy and incorporate visual constraints into the self-rewarding process to place greater emphasis on visual input. Empirical results demonstrate that CSR enhances performance and reduces hallucinations across ten benchmarks and tasks, achieving substantial improvements over existing methods by 7.62%. Our empirical results are further supported by rigorous theoretical analysis, under mild assumptions, verifying the effectiveness of introducing visual constraints into the self-rewarding paradigm. Additionally, CSR shows compatibility with different vision-language models and the ability to incrementally improve performance through iterative fine-tuning. Our data and code are available at https://github.com/YiyangZhou/CSR.

📄 PDF Abstract BibTeX arXiv:2405.14622

Code (1)

yiyangzhou/csr 공식 구현 pytorch

Tasks

HallucinationLanguage ModellingVisual Question Answering

Similar Papers 제목 키워드 기반

Co-rewarding: Stable Self-supervised RL for Eliciting Reasoning in Large Language Models

2025-08-01 · Zizhuo Zhang, Jianing Zhu, Xinmu Ge, Zihua Zhao 외 arxiv

While reinforcement learning with verifiable rewards (RLVR) is effective to improve the reasoning ability of large language models (LLMs), its reliance on human-annotated labels leads to the scaling up dilemma, especiall…

Self-Supervised LearningReinforcement LearningMathematical Reasoning

Process-based Self-Rewarding Language Models

2025-03-05 · Shimao Zhang, Xiao Liu, Xin Zhang, Junxiao Liu 외

Large Language Models have demonstrated outstanding performance across various downstream tasks and have been widely applied in multiple scenarios. Human-annotated preference data is used for training to further improve …

Mathematical Reasoning

Meta-Rewarding Language Models: Self-Improving Alignment with LLM-as-a-Meta-Judge

2024-07-28 · Tianhao Wu, Weizhe Yuan, Olga Golovneva, Jing Xu 외

Large Language Models (LLMs) are rapidly surpassing human knowledge in many domains. While improving these models traditionally relies on costly human data, recent self-rewarding mechanisms (Yuan et al., 2024) have shown…

CREAM: Consistency Regularized Self-Rewarding Language Models

2024-10-16 · Zhaoyang Wang, Weilei He, Zhiyuan Liang, Xuchao Zhang 외

Recent self-rewarding large language models (LLM) have successfully applied LLM-as-a-Judge to iteratively improve the alignment performance without the need of human annotations for preference data. These methods commonl…

Language ModelingLanguage Modelling

Reinforcing Chain-of-Thought Reasoning with Self-Evolving Rubrics

2026-02-11 · Leheng Sheng, Wenchang Ma, Ruixin Hong, Xiang Wang 외 arxiv

Despite chain-of-thought (CoT) playing crucial roles in LLM reasoning, directly rewarding it is difficult: training a reward model demands heavy human labeling efforts, and static RMs struggle with evolving CoT distribut…