Optimize LLM Self-Refinement by Asymmetrically Allocating Model Capacity

Zhuoyi Yang, Ian G. Harris, Salar Hashemitaheri, Cassie Huang, Yuangang Li, Hyunwoo Oh, Paul Dourish, Tony Givargis, Mohsen Imani, Li Zhang· August 24, 2026 View original

Key takeaways

  • LLM self-refinement stages have distinct model capacity requirements.
  • Larger models are beneficial for generation and revision stages.
  • Critic model size has little impact on performance; smaller critics are sufficient.
  • Asymmetric capacity allocation can lead to more computationally efficient LLM systems.

Who benefits

Software DevelopmentAI/ML EngineeringCloud ComputingResearch & Development

Summary

Research shows that Large Language Model (LLM) self-refinement pipelines (generation, critique, revision) benefit from asymmetric model capacity allocation. Larger models are crucial for generation and revision, while critic size has minimal impact, suggesting resource optimization by using smaller critics.

A recent study investigates the optimal allocation of model capacity within Large Language Model (LLM) self-refinement pipelines, which typically involve generation, critique, and revision stages. Contrary to common practice, which often treats model size uniformly, this research systematically examines how different model sizes affect each stage's performance. The study utilized various model sizes from Qwen3 and Gemma 3 across five benchmarks. The key findings indicate that larger models for the generation and revision stages generally lead to improved pipeline performance, with an undersized refiner potentially harming overall results. Interestingly, the performance is largely insensitive to the size of the critic model; even a small critic consistently outperforms omitting the critique stage entirely. These insights suggest that computational resources should be allocated unevenly across the self-refinement pipeline, providing practical guidance for designing more efficient multi-stage LLM systems.

Why it matters

This research provides actionable insights for optimizing LLM development and deployment, allowing professionals to achieve better performance with potentially reduced computational costs by strategically allocating model resources.

How to implement this in your domain

  1. 1Experiment with different model sizes for the generator, critic, and refiner components in your LLM self-refinement pipelines.
  2. 2Prioritize allocating larger, more capable models to the generation and revision stages.
  3. 3Consider using smaller, more efficient models for the critique stage to save computational resources.
  4. 4Benchmark the performance and cost implications of asymmetric capacity allocation in your specific use cases.

Original post by Zhuoyi Yang, Ian G. Harris, Salar Hashemitaheri, Cassie Huang, Yuangang Li, Hyunwoo Oh, Paul Dourish, Tony Givargis, Mohsen Imani, Li Zhang

"arXiv:2608.21345v1 Announce Type: new Abstract: Self-refinement, typically structured as generation, critique, and revision, is a widely adopted paradigm for improving LLM generation and serves as a core mechanism in many LLM agents. While the three stages involve different cogni…"

View on X

Originally posted by Zhuoyi Yang, Ian G. Harris, Salar Hashemitaheri, Cassie Huang, Yuangang Li, Hyunwoo Oh, Paul Dourish, Tony Givargis, Mohsen Imani, Li Zhang on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses

More in AI Engineering & DevTools