UnitBoost: Managing Compound LLM Systems with a Merge Operator, Not a Model

📅 2026-09-09
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
本文提出UnitBoost方法,通过定义的元级操作符而非生成模型来管理复合LLM系统,解决了协调问题,并在多个基准测试中表现出色。
📝 Abstract
Compound LLM systems often solve a coordination problem by adding a higher-level LLM. The resulting meta-agent reads workers' outputs, writes the final answer, allocates later calls, and decides when to stop. It is expressive, but it also concentrates three control decisions in an opaque, order-sensitive model call. We ask whether the manager needs to be generative at all. UnitBoost replaces that model with a defined meta-level operator: a task-given unit map turns worker outputs into slot-value proposals, a constrained argmax assembles the output, and the slots left unfilled or unsupported become an explicit residual for the next round. The operator is order-free, records unit provenance, and gives a simple guarantee: without coupling constraints, unit-wise maximization under the same admission score dominates selection of any complete candidate. On three held-out benchmarks, it exceeds the best single candidate chosen with gold labels by 0.060-0.195 absolute task-score points and input-matched generative managers by 0.048-0.076. Replacing only the management step improves six compound-system configurations by 0.013-0.182. Residual-directed rounds raise FanOutQA cell F1 from 0.4778 to 0.5524; matched controls show that the true residual outperforms random targets and ordinary rereading, while a label-free supply signal flags exhaustion after one unproductive round. The same analysis measures three conditions in which no such gain is available (one indivisible unit, unavailable unit identity, and an endpoint that charges for every emitted unit) and quantifies cross-unit coupling as a repair cost. The manager gives up semantic freedom and gains order invariance, unit provenance, and testable failure conditions.
Problem

Research questions and friction points this paper is trying to address.

compound LLM systems
coordination problem
higher-level LLM
control decisions
order-sensitive model call
Innovation

Methods, ideas, or system contributions that make the work stand out.

Merge Operator
Compound LLM Systems
Order-Free
Unit Provenance
Residual-Directed Rounds
🔎 Similar Papers
💼 Related Jobs
No related jobs found.
X
Xing Zhang
AWS Generative AI Innovation Center
G
Guanghui Wang
AWS Generative AI Innovation Center
Y
Yanwei Cui
AWS Generative AI Innovation Center
M
Mengdie Flora Wang
AWS Generative AI Innovation Center
P
Peiyang He
AWS Generative AI Innovation Center