Conference Paper
Large Language Models

A Deep Dive into Reasoning LLMs

Komal Kumar, Tajamul Ashraf, Omkar Thawakar, R. Anwer, Hisham Cholakkal, Mubarak Shah, Ming-Hsuan Yang, Phillip H. S. Torr, Salman H. Khan, F. Khan
February 28, 2025IEEE Transactions on Pattern Analysis and Machine Intelligence122 citations

122

Citations

4

Influential Citations

IEEE Transactions on Pattern Analysis and Machine Intelligence

Venue

2025

Year

Abstract

Large Language Models (LLMs) have transformed the natural language processing landscape and brought to life diverse applications. Pretraining on vast web-scale data has laid the foundation for these models, yet the research community is now increasingly shifting focus toward post-training techniques to achieve further breakthroughs. While pretraining provides a broad linguistic foundation, post-training methods enable LLMs to refine their knowledge, improve reasoning, enhance factual accuracy, and align more effectively with user intents and ethical considerations. Fine-tuning, reinforcement learning, and test-time scaling have emerged as critical strategies for optimizing LLMs performance, ensuring robustness, and improving adaptability across various real-world tasks. This survey provides a systematic exploration of post-training methodologies, analyzing their role in refining LLMs beyond pretraining, addressing key challenges such as catastrophic forgetting, reward hacking, and inference-time trade-offs. We highlight emerging directions in model alignment, scalable adaptation, and inference-time reasoning, and outline future research directions. We also provide a public repository to continually track developments in this fast-evolving field: https://github.com/mbzuai-oryx/Awesome-LLM-Post-training.

Analysis

Why This Paper Matters

This survey arrives at a pivotal moment in LLM research. While pretraining on massive web-scale data has given models broad linguistic capabilities, the community has recognized that post-training is where the real differentiation happens. Techniques like fine-tuning, reinforcement learning, and test-time scaling are now central to improving reasoning, factual accuracy, and alignment with user intent. The paper systematically organizes these methods, making it an essential resource for researchers and practitioners who need to navigate the rapidly expanding landscape of post-training approaches.

The paper also addresses critical challenges that are often discussed in isolation, such as catastrophic forgetting, reward hacking, and inference-time trade-offs. By bringing these together, it provides a holistic view of the post-training ecosystem, highlighting how these issues interconnect and why they must be tackled jointly. This is particularly valuable for AI practitioners who are deploying LLMs in real-world applications and need to understand the trade-offs involved.

Technical Contributions

The survey's main contribution is its systematic taxonomy of post-training methods. It categorizes approaches into fine-tuning (e.g., instruction tuning, parameter-efficient methods), reinforcement learning (e.g., RLHF, RLAIF), and test-time scaling (e.g., chain-of-thought, self-consistency, search-based methods). It also discusses alignment techniques and scalable adaptation strategies.

Key innovations include:

  • A structured framework for understanding the post-training pipeline, from data preparation to deployment.
  • An analysis of the interplay between different post-training stages and their cumulative effect on model performance.
  • A discussion of emerging trends like inference-time reasoning and adaptive computation, which are becoming increasingly important for complex tasks.
  • A public GitHub repository that tracks the latest papers and resources, making it a living document for the community.

Results

As a survey, the paper does not present new experimental results. Instead, it synthesizes findings from numerous studies, highlighting that post-training techniques have been shown to significantly improve LLM performance on reasoning benchmarks, reduce hallucination, and better align outputs with human preferences. The paper notes that test-time scaling methods, such as chain-of-thought prompting, can boost performance on math and logic tasks, while reinforcement learning from human feedback (RLHF) has been crucial for safety and helpfulness. However, it also points out that these gains come with trade-offs, such as increased computational cost and the risk of reward hacking.

Significance

The broader impact of this survey is its role as a reference point for the AI community. By organizing and clarifying the post-training landscape, it helps researchers identify gaps and opportunities, such as the need for more robust reward models and methods to mitigate catastrophic forgetting. For practitioners, it offers a roadmap for improving model performance without resorting to costly retraining. The public repository ensures that the survey remains relevant as the field evolves, making it a valuable resource for years to come. This work underscores the shift from pretraining-centric research to a more balanced focus on post-training, which is likely to drive the next wave of LLM advancements.