paper-with-me

Papers

As Simple as Fine-tuning: LLM Alignment via Bidirectional Negative Feedback Loss

2024-10-07 · Xin Mao, Feng-Lin Li, Huimin Xu, Wei zhang, Wang Chen, Anh Tuan Luu

Direct Preference Optimization (DPO) has emerged as a more computationally efficient alternative to Reinforcement Learning from Human Feedback (RLHF) with Proximal Policy Optimization (PPO), eliminating the need for reward models and online sampling. Despite these benefits, DPO and its variants remain sensitive to hyper-parameters and prone to instability, particularly on mathematical datasets. We argue that these issues arise from the unidirectional likelihood-derivative negative feedback inherent in the log-likelihood loss function. To address this, we propose a novel LLM alignment loss that establishes a stable Bidirectional Negative Feedback (BNF) during optimization. Our proposed BNF loss eliminates the need for pairwise contrastive losses and does not require any extra tunable hyper-parameters or pairwise preference data, streamlining the alignment pipeline to be as simple as supervised fine-tuning. We conduct extensive experiments across two challenging QA benchmarks and four reasoning benchmarks. The experimental results show that BNF achieves comparable performance to the best methods on QA benchmarks, while its performance decrease on the four reasoning benchmarks is significantly lower compared to the best methods, thus striking a better balance between value alignment and reasoning ability. In addition, we further validate the performance of BNF on non-pairwise datasets, and conduct in-depth analysis of log-likelihood and logit shifts across different preference optimization methods.

📄 PDF Abstract BibTeX arXiv:2410.04834

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

DPO 설명 없음

Similar Papers 제목 키워드 기반

RIFT: Repurposing Negative Samples via Reward-Informed Fine-Tuning

2026-01-14 · Zehua Liu, Shuqi Liu, Tao Zhong, Mingxuan Yuan arxiv

While Supervised Fine-Tuning (SFT) and Rejection Sampling Fine-Tuning (RFT) are standard for LLM alignment, they either rely on costly expert data or discard valuable negative samples, leading to data inefficiency. To ad…

AGA: An adaptive group alignment framework for structured medical cross-modal representation learning

2025-07-31 · Wei Li, Xun Gong, Jiao Li, Xiaobin Sun arxiv

Learning medical visual representations from paired images and reports is a promising direction in representation learning. However, current vision-language pretraining methods in the medical domain often simplify clinic…

Representation LearningContrastive LearningText Retrieval

Symmetrical Bidirectional Knowledge Alignment for Zero-Shot Sketch-Based Image Retrieval

2023-12-16 · Decheng Liu, Xu Luo, Chunlei Peng, Nannan Wang 외

This paper studies the problem of zero-shot sketch-based image retrieval (ZS-SBIR), which aims to use sketches from unseen categories as queries to match the images of the same category. Due to the large cross-modality d…

Image RetrievalKnowledge DistillationRetrievalSketch-Based Image Retrieval

Learning Dynamics of VLM Finetuning

2025-10-13 · Jusheng Zhang, Kaitong Cai, Jing Yang, Keze Wang arxiv

Preference-based finetuning of vision--language models (VLMs) is brittle: trivially wrong negatives inject uninformative gradients that destabilize training. We recast alignment as \textbf{learning-dynamics--aware optimi…

Rethinking Preference Alignment for Diffusion Models with Classifier-Free Guidance

2026-02-21 · Zhou Jiang, Yandong Wen, Zhen Liu arxiv

Aligning large-scale text-to-image diffusion models with nuanced human preferences remains challenging. While direct preference optimization (DPO) is simple and effective, large-scale finetuning often shows a generalizat…