🤖 AI Summary
Multi-LLM systems enhance creativity but incur high computational overhead and substantial inference latency. To address this, we propose BILLY—a training-free, single-model multi-agent simulation framework. BILLY extracts and linearly fuses multiple interpretable “personality vectors” from the LLM’s hidden-layer activation space, internalizing diverse expert perspectives and capabilities within a unified model. By integrating prefix tuning with zero-shot prompting, it enables fine-grained generative control and behavior interpretability. On multiple creative generation benchmarks—including story continuation and metaphor generation—BILLY significantly outperforms strong single-model baselines and conventional multi-LLM collaboration methods. It achieves a 3.2× inference speedup and reduces GPU memory consumption by 58%, marking the first approach to realize collective-intelligence-like generation that is low-cost, low-latency, and highly controllable.
📝 Abstract
Multi-LLM systems enhance the creativity of large language models by simulating human collective intelligence but suffer from significant drawbacks, such as high computational costs and inference latency. To address these limitations, we propose BILLY (BlendIng persona vectors for Large Language model creativitY), a training-free framework that captures the benefits of multi-LLM collaboration, i.e. inducing diverse perspectives and specialized expertise, within a single model. BILLY operates by extracting and blending multiple distinct persona vectors directly in the model's activation space. We steer the model's generation process with this merged vector while inference, enabling multi-perspective output without explicit multi-LLM communication. Our experiments across creativity-oriented benchmarks demonstrate that BILLY surpasses single model prompting and traditional multi-LLM approaches, while substantially reducing inference time and computational costs. Our analyses further reveal that distinct persona vectors can be blended to achieve both effective control over complementary aspects of generation and greater interpretability.