paper-with-me

Papers

Dynamic Rewarding with Prompt Optimization Enables Tuning-free Self-Alignment of Language Models

2024-11-13 · Somanshu Singla, Zhen Wang, Tianyang Liu, Abdullah Ashfaq, Zhiting Hu, Eric P. Xing

Aligning Large Language Models (LLMs) traditionally relies on costly training and human preference annotations. Self-alignment seeks to reduce these expenses by enabling models to align themselves. To further lower costs and achieve alignment without any expensive tuning or annotations, we introduce a new tuning-free approach for self-alignment, Dynamic Rewarding with Prompt Optimization (DRPO). Our approach leverages a search-based optimization framework that allows LLMs to iteratively self-improve and craft the optimal alignment instructions, all without additional training or human intervention. The core of DRPO is a dynamic rewarding mechanism, which identifies and rectifies model-specific alignment weaknesses, allowing LLMs to adapt efficiently to diverse alignment challenges. Empirical evaluations on eight recent LLMs, both open- and closed-sourced, demonstrate that DRPO significantly enhances alignment performance, with base models outperforming their SFT/RLHF-tuned counterparts. Moreover, the prompts automatically optimized by DRPO surpass those curated by human experts, further validating the effectiveness of our approach. Our findings highlight the great potential of current LLMs to achieve adaptive self-alignment through inference-time optimization, complementing tuning-based alignment methods.

📄 PDF Abstract BibTeX arXiv:2411.08733

Code (1)

Singla17/DRPO 공식 구현

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
BASE 설명 없음

Similar Papers 제목 키워드 기반

Self-Rewarding PPO: Aligning Large Language Models with Demonstrations Only

2025-10-24 · Qingru Zhang, Liang Qiu, Ilgee Hong, Zhenghao Xu 외 arxiv

Supervised fine-tuning (SFT) has emerged as a crucial method for aligning large language models (LLMs) with human-annotated demonstrations. However, SFT, being an off-policy approach similar to behavior cloning, often st…

Domain Generalization

Temporal Self-Rewarding Language Models: Decoupling Chosen-Rejected via Past-Future

2025-08-08 · Yidong Wang, Xin Wang, Cunxiang Wang, Junfeng Fang 외 arxiv

Self-Rewarding Language Models propose an architecture in which the Large Language Models(LLMs) both generates responses and evaluates its own outputs via LLM-as-a-Judge prompting, dynamically improving its generative ca…

Mathematical ReasoningCode Generation

Calibrated Self-Rewarding Vision Language Models

2024-05-23 · Yiyang Zhou, Zhiyuan Fan, Dongjie Cheng, Sihan Yang 외

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 th…

HallucinationLanguage ModellingVisual Question Answering

Just Say What You Want: Only-prompting Self-rewarding Online Preference Optimization

2024-09-26 · Ruijie Xu, Zhihan Liu, Yongfei Liu, Shipeng Yan 외

We address the challenge of online Reinforcement Learning from Human Feedback (RLHF) with a focus on self-rewarding alignment methods. In online RLHF, obtaining feedback requires interaction with the environment, which c…

Language Models are Hidden Reasoners: Unlocking Latent Reasoning Capabilities via Self-Rewarding

2024-11-06 · Haolin Chen, Yihao Feng, Zuxin Liu, Weiran Yao 외

Large language models (LLMs) have shown impressive capabilities, but still struggle with complex reasoning tasks requiring multiple steps. While prompt-based methods like Chain-of-Thought (CoT) can improve LLM reasoning …

ARCGSM8K