paper-with-me

홈 › Papers

Self-Evolved Reward Learning for LLMs

2024-11-01 · Chenghua Huang, Zhizhen Fan, Lu Wang, Fangkai Yang, Pu Zhao, Zeqi Lin, QIngwei Lin, Dongmei Zhang, Saravan Rajmohan, Qi Zhang

Reinforcement Learning from Human Feedback (RLHF) is a crucial technique for aligning language models with human preferences, playing a pivotal role in the success of conversational models like GPT-4, ChatGPT, and Llama 2. A core challenge in employing RLHF lies in training a reliable reward model (RM), which relies on high-quality labels typically provided by human experts or advanced AI system. These methods can be costly and may introduce biases that affect the language model's responses. As language models improve, human input may become less effective in further enhancing their performance. In this paper, we propose Self-Evolved Reward Learning (SER), a novel approach where the RM generates additional training data to iteratively improve itself. We conducted extensive experiments on multiple datasets such as HH-RLHF and UltraFeedback, using models like Mistral and Llama 3, and compare SER against various baselines. Our results demonstrate that even with limited human-annotated data, learning from self-feedback can robustly enhance RM performance, thereby boosting the capabilities of large language models (LLMs).

📄 PDF Abstract BibTeX arXiv:2411.00418

Code (1)

microsoft/dki_llm pytorch

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
Multi-Head Attention 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Hallucination Self-Play: Bootstrapping Reinforced Detector via Evolved Generator

2026-07-08 · Shiping Yang, Shining Liang, Weihao Liu, Wenbiao Ding 외 arxiv

Identifying faithfulness hallucinations in LLM-generated outputs remains challenging due to the scarcity of high-quality annotated data. Recent work relies on advanced LLMs to synthesize training data, including rational…

Reinforcement Learning

rStar-Math: Small LLMs Can Master Math Reasoning with Self-Evolved Deep Thinking

2025-01-08 · Xinyu Guan, Li Lyna Zhang, Yifei Liu, Ning Shang 외

We present rStar-Math to demonstrate that small language models (SLMs) can rival or even surpass the math reasoning capability of OpenAI o1, without distillation from superior models. rStar-Math achieves this by exercisi…

Math

Evolving Self-supervised Neural Networks: Autonomous Intelligence from Evolved Self-teaching

2019-05-27 · Nam Le

This paper presents a technique called evolving self-supervised neural networks - neural networks that can teach themselves, intrinsically motivated, without external supervision or reward. The proposed method presents s…

Evolutionary AlgorithmsSelf-Learning

StepORLM: A Self-Evolving Framework With Generative Process Supervision For Operations Research Language Models

2025-09-26 · Chenyu Zhou, Tianyi Xu, Jianghao Lin, Dongdong Ge arxiv

Large Language Models (LLMs) have shown promising capabilities for solving Operations Research (OR) problems. While reinforcement learning serves as a powerful paradigm for LLM training on OR problems, existing works gen…

Reinforcement Learning

Toward Effective Tool-Integrated Reasoning via Self-Evolved Preference Learning

2025-09-27 · Yifei Chen, Guanting Dong, Zhicheng Dou arxiv

Tool-Integrated Reasoning (TIR) enables large language models (LLMs) to improve their internal reasoning ability by integrating external tools. However, models employing TIR often display suboptimal behaviors, such as in…