paper-with-me

홈 › Papers

A Technical Survey of Reinforcement Learning Techniques for Large Language Models

2025-07-05 · Saksham Sahai Srivastava, Vaneet Aggarwal arxiv

This survey offers a comprehensive foundation on the integration of RL with language models, highlighting prominent algorithms such as Proximal Policy Optimization (PPO), Q-Learning, and Actor-Critic methods. Additionally, it provides an extensive technical overview of RL techniques specifically tailored for LLMs, including foundational methods like Reinforcement Learning from Human Feedback (RLHF) and AI Feedback (RLAIF), as well as advanced strategies such as Direct Preference Optimization (DPO) and Group Relative Policy Optimization (GRPO). We systematically analyze their applications across domains, i.e., from code generation to tool-augmented reasoning. Crucially, we move beyond descriptive categorization to provide a rigorous algorithmic analysis of failure modes, mathematically framing the structural bottlenecks and stability trade-offs inherent in policy optimization. We also present a comparative taxonomy based on reward modeling, feedback mechanisms, and optimization strategies. Our evaluation highlights key trends. RLHF remains dominant for alignment, and outcome-based RL such as Reinforcement Learning with Verifiable Rewards (RLVR) significantly improves stepwise reasoning. However, persistent challenges such as reward hacking, computational costs, and scalable feedback collection underscore the need for continued innovation. We also explicate the causal factors behind recent benchmark performances, distinguishing between gains derived from architectural scaling versus those stemming from specific optimization objectives. We further discuss emerging directions, including hybrid RL algorithms, verifier-guided training, and multi-objective alignment frameworks. This survey serves as a roadmap for researchers advancing RL-driven LLM development, balancing capability enhancement with safety and scalability.

📄 PDF Abstract BibTeX arXiv:2507.04136

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningCode Generation

Similar Papers 제목 키워드 기반

Large Language Models for Code Generation: A Comprehensive Survey of Challenges, Techniques, Evaluation, and Applications

2025-03-03 · Nam Huynh, Beiyu Lin

Large Language Models (LLMs) have demonstrated their remarkable capabilities in numerous fields. This survey focuses on how LLMs empower users, regardless of their technical background, to use human languages to automati…

Code GenerationSurvey

Guardians and Offenders: A Survey on Harmful Content Generation and Safety Mitigation of LLM

2025-08-07 · Chi Zhang, Changjia Zhu, Junjie Xiong, Xiaoran Xu 외 arxiv

Large Language Models (LLMs) have revolutionized content creation across digital platforms, offering unprecedented capabilities in natural language generation and understanding. These models enable beneficial application…

Reinforcement LearningPrompt Engineering

Speed Always Wins: A Survey on Efficient Architectures for Large Language Models

2025-08-13 · Weigao Sun, Jiaxi Hu, Yucheng Zhou, Jusen Du 외 arxiv

Large Language Models (LLMs) have delivered impressive results in language understanding, generation, reasoning, and pushes the ability boundary of multimodal models. Transformer models, as the foundation of modern LLMs,…

A Survey on Semantic Processing Techniques

2023-10-22 · Rui Mao, Kai He, Xulang Zhang, Guanyi Chen 외

Semantic processing is a fundamental research domain in computational linguistics. In the era of powerful pre-trained language models and large language models, the advancement of research in this domain appears to be de…

named-entity-recognitionNamed Entity RecognitionSurveyWord Sense Disambiguation

A Survey on Reinforcement Learning in Aviation Applications

2022-11-03 · Pouria Razzaghi, Amin Tabrizian, Wei Guo, Shulu Chen 외

Compared with model-based control and optimization methods, reinforcement learning (RL) provides a data-driven, learning-based framework to formulate and solve sequential decision-making problems. The RL framework has be…

Decision Makingreinforcement-learningReinforcement LearningReinforcement Learning (RL)+2