paper-with-me

홈 › Papers

Understanding Reinforcement Learning for Model Training, and future directions with GRAPE

2025-09-02 · Rohit Patel arxiv

This paper provides a self-contained, from-scratch, exposition of key algorithms for instruction tuning of models: SFT, Rejection Sampling, REINFORCE, Trust Region Policy Optimization (TRPO), Proximal Policy Optimization (PPO), Group Relative Policy Optimization (GRPO), and Direct Preference Optimization (DPO). Explanations of these algorithms often assume prior knowledge, lack critical details, and/or are overly generalized and complex. Here, each method is discussed and developed step by step using simplified and explicit notation focused on LLMs, aiming to eliminate ambiguity and provide a clear and intuitive understanding of the concepts. By minimizing detours into the broader RL literature and connecting concepts to LLMs, we eliminate superfluous abstractions and reduce cognitive overhead. Following this exposition, we provide a literature review of new techniques and approaches beyond those detailed. Finally, new ideas for research and exploration in the form of GRAPE (Generalized Relative Advantage Policy Evolution) are presented.

📄 PDF Abstract BibTeX arXiv:2509.04501

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Semantic Image Segmentation with Deep Learning for Vine Leaf Phenotyping

2022-10-24 · Petros N. Tamvakis, Chairi Kiourt, Alexandra D. Solomou, George Ioannakis 외

Plant phenotyping refers to a quantitative description of the plants properties, however in image-based phenotyping analysis, our focus is primarily on the plants anatomical, ontogenetical and physiological properties.Th…

Deep LearningImage Segmentationobject-detectionObject Detection+2

Gap-Increasing Policy Evaluation for Efficient and Noise-Tolerant Reinforcement Learning

2019-06-18 · Tadashi Kozuno, Dongqi Han, Kenji Doya

In real-world applications of reinforcement learning (RL), noise from inherent stochasticity of environments is inevitable. However, current policy evaluation algorithms, which plays a key role in many RL algorithms, are…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Swin-transformer-yolov5 For Real-time Wine Grape Bunch Detection

2022-08-30 · Shenglian Lu, Xiaoyu Liu, Zixaun He, Wenbo Liu 외

In this research, an integrated detection model, Swin-transformer-YOLOv5 or Swin-T-YOLOv5, was proposed for real-time wine grape bunch detection to inherit the advantages from both YOLOv5 and Swin-transformer. The resear…

The Best Instruction-Tuning Data are Those That Fit

2025-02-06 · Dylan Zhang, Qirun Dai, Hao Peng

High-quality supervised fine-tuning (SFT) data are crucial for eliciting strong capabilities from pretrained large language models (LLMs). Typically, instructions are paired with multiple responses sampled from other LLM…

GRAPES: Learning to Sample Graphs for Scalable Graph Neural Networks

2023-10-05 · Taraneh Younesian, Daniel Daza, Emile van Krieken, Thiviyan Thanapalasingam 외

Graph neural networks (GNNs) learn to represent nodes by aggregating information from their neighbors. As GNNs increase in depth, their receptive field grows exponentially, leading to high memory costs. Several existing …

Graph SamplingNode Classification