Language Model RL

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2023 Sep 9 17:8
Editor
Edited
Edited
2026 Aug 14 16:2
Language Model RL Methods
 
 
 
Language Model Reward Benchmarks
 
 
 
Reinforcement Learning Transformers
 
 
Language Model RL Frameworks
 
 
 
 
 

SFT builds the parts. RL learns to combine them

From Reasoning Traces to Reusable Modules: Understanding...
Post-training pipelines that combine supervised fine-tuning (SFT) with reinforcement learning (RL) have emerged as the key recipe for transforming large language models (LLMs) into robust...
From Reasoning Traces to Reusable Modules: Understanding...

Era of Experience

storage.googleapis.com
However, it has low
Sample efficiency
in larger samples and only finds better reasoning paths within its existing capacity which makes its total problem solving coverage smaller
www.arxiv.org
Fine-tuning 20B LLMs with RLHF on a 24GB consumer GPU
We’re on a journey to advance and democratize artificial intelligence through open source and open science.
How to Fine-Tune LLMs in 2024 with Hugging Face
In this blog post you will learn how to fine-tune LLMs using Hugging Face TRL, Transformers and Datasets in 2024. We will fine-tune a LLM on a text to SQL dataset.
How to Fine-Tune LLMs in 2024 with Hugging Face

Agent RL vulnerability

Search LLMs trained with agentic RL may appear safe, but can be easily jailbroken by manipulating the timing of the search step. The RL objective itself fails to suppress harmful queries, making "search first" behavior a critical vulnerability.
arxiv.org
Information density (bits/sample) is very low in early training.
Sample efficiency
Supervised learning provides the correct answer for every token, always obtaining a lot of information, but RL only has high information when the probability of a correct answer is around 50%. In the early stages of RL, there are almost no correct samples, leading to extreme gradient variance.
Thinking through how pretraining vs RL learn
And implications for RLVR progress
Thinking through how pretraining vs RL learn
 

Recommendations