这篇论文研究了自优化管道中模型大小分配的影响,发现不同阶段对模型大小的需求不同,为设计更高效的LLM系统提供了新的视角。
自优化,通常由生成、批判和修订三个阶段组成,是提高LLM生成能力广泛采用的范式。本文对Qwen3和Gemma 3的6个和4个模型大小在不同领域的5个基准上进行了自优化管道的模型大小研究。研究发现,较大的生成器和修订器通常可以提高管道性能,而较小的修订器甚至可能损害性能。此外,性能对批判者的大小高度不敏感,尽管包括一个小的批判者始终优于完全省略批判。结果表明,模型容量不应在自优化管道中均匀分配,不同阶段表现出不同的规模扩展特性,为设计更高效的多元语言模型系统提供了实际指导。
Asymmetric Capacity Allocation in Self-Refinement Pipelines
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 cognitive demands, most existing approaches conveniently treat the model size as an implementation detail rather than a subject of study, which may lead to a waste of resources. Little work has systematically examined how model size affects each stage or whether effective self-refinement requires equally capable models for generation, critique, and revision. We present the first stage-wise model size study of the self-refinement pipeline on 5 benchmarks from different domains using 6 model sizes of Qwen3 and 4 model sizes of Gemma 3. We conclude that larger generators and refiners generally improve the pipeline, whereas an undersized refiner can even harm performance. Second, performance is highly insensitive to the size of the critic, although including even a small critic consistently outperforms omitting critique altogether. Our findings demonstrate that model capacity should not be allocated uniformly across self-refinement pipelines. Instead, different stages exhibit distinct size scaling characteristics, providing practical guidance for designing more computationally efficient multi-stage language model systems.
- elvis08-23 15:29原文