paper-with-me

Papers

TRINITY: An Evolved LLM Coordinator

2025-12-04 · Jinglue Xu, Qi Sun, Peter Schwendeman, Stefan Nielsen, Edoardo Cetin, Yujin Tang arxiv

Combining diverse foundation models is promising, but weight-merging is limited by mismatched architectures and closed APIs. Trinity addresses this with a lightweight coordinator that orchestrates collaboration among large language models (LLMs). The coordinator, comprising a compact language model (approximately $0.6$B parameters) and a lightweight head (approximately $10$K parameters), is optimized with an evolutionary strategy for efficient and adaptive delegation. Trinity processes queries over multiple turns, where at each turn the coordinator assigns one of three roles (Thinker, Worker, or Verifier) to a selected LLM, effectively offloading complex skill acquisition from the coordinator itself. Experiments show that Trinity consistently outperforms individual models and existing methods across coding, math, reasoning, and domain knowledge tasks, and generalizes robustly to out-of-distribution tasks. On standard benchmarks, Trinity achieves state-of-the-art results, including a score of 86.2% on LiveCodeBench. Theoretical and empirical analyses identify two main factors behind this performance: (1) the coordinator's hidden-state representations provide rich contextualization of inputs, and (2) under high dimensionality and strict budget constraints, the separable Covariance Matrix Adaptation Evolution Strategy offers advantages over reinforcement learning, imitation learning, and random search by exploiting potential block-epsilon-separability.

📄 PDF Abstract BibTeX arXiv:2512.04695

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Arcee Trinity Large Technical Report

2026-02-19 · Varun Singh, Lucas Krauss, Sami Jaghouar, Matej Sirovatka 외 arxiv

We present the technical report for Arcee Trinity Large, a sparse Mixture-of-Experts model with 400B total parameters and 13B activated per token. Additionally, we report on Trinity Nano and Trinity Mini, with Trinity Na…

MetaTrinity: Enabling Fast Metagenomic Classification via Seed Counting and Edit Distance Approximation

2023-11-03 · Arvid E. Gollwitzer, Mohammed Alser, Joel Bergtholdt, Joel Lindegger 외

Metagenomics, the study of genome sequences of diverse organisms cohabiting in a shared environment, has experienced significant advancements across various medical and biological fields. Metagenomic analysis is crucial,…

TrinityGuard: A Unified Framework for Safeguarding Multi-Agent Systems

2026-03-16 · Kai Wang, Biaojie Zeng, Zeming Wei, Chang Jin 외 arxiv

With the rapid development of LLM-based multi-agent systems (MAS), their significant safety and security concerns have emerged, which introduce novel risks going beyond single agents or LLMs. Despite attempts to address …

Trinity-RFT: A General-Purpose and Unified Framework for Reinforcement Fine-Tuning of Large Language Models

2025-05-23 · Xuchen Pan, Yanxi Chen, Yushuo Chen, Yuchang Sun 외

Trinity-RFT is a general-purpose, flexible and scalable framework designed for reinforcement fine-tuning (RFT) of large language models. It is built with a decoupled design, consisting of (1) an RFT-core that unifies and…

Trinity: A Scenario-Aware Recommendation Framework for Large-Scale Cold-Start Users

2026-02-28 · Wenhao Zheng, Wang Lu, Fangshuang Tang, Yiyang Lu 외 arxiv

Early-stage users in a new scenario intensify cold-start challenges, yet prior works often address only parts of the problem through model architecture. Launching a new user experience to replace an established product i…

Feature Engineering