The pursuit of enhanced LLM capabilities often centers on scaling monolithic models. However, a novel approach detailed on arXiv demonstrates that composing heterogeneous, frozen large language models can unlock significant performance gains with surprising efficiency.
Unified Latent Space for Heterogeneous Models
This research introduces a feedforward graph architecture where diverse, pre-trained LLMs function as computational nodes. These models communicate by projecting their representations into a shared, continuous latent space. This is achieved through learned linear projections, building on prior work that showed geometric compatibility between independently trained LLM latent spaces. The innovation lies in extending this compatibility to an end-to-end trainable multi-node graph structure. Projection matrices are optimized jointly via backpropagation, utilizing residual stream injection hooks to enable gradient flow across multiple frozen model boundaries.