#142 · Primary category: LLM Application Frameworks

MoA

Together Mixture-Of-Agents (MoA) – 65.1% on AlpacaEval with OSS models

Project last updated:01/07/25

GitHub Stars

3.0K

Forks

386

Contributors

9

License

Apache-2.0

Why we included this project

Most LLM pipelines settle for whatever a single model answers, but MoA is a clean reference implementation of a different idea: send the question to several open-weight models, then let a separate aggregator model combine their responses into one stronger answer. Stacking that composition across layers squeezes out more quality, and the authors report 65.1% on AlpacaEval 2.0, ahead of GPT-4 Omni's 57.5%, using only open-source models. The repo keeps the pattern easy to borrow, with a ~50-line starter, a multi-layer example, and an interactive CLI chatbot, so you can watch the whole flow work before wiring it into your own code.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category