paper-with-me

홈 › Papers

Beyond Gemini-3-Pro: Revisiting LLM Routing and Aggregation at Scale

2026-01-04 · Shengji Tang, Weihao Lin, Peng Ye, Jingqi Ye, Hao Li, Yiqun Zhang, Xiaosong Wang, Bo Zhang, Shuyue Hu, Tao Chen, Lei Bai, Wanli Ouyang arxiv

Large Language Models (LLMs) have rapidly advanced, with Gemini-3-Pro setting a new performance milestone. In this work, we explore collective intelligence as an alternative to monolithic scaling, and demonstrate that open-source LLMs' collaboration can surpass Gemini-3-Pro. We first revisit LLM routing and aggregation at scale and identify three key bottlenecks: (1) current train-free routers are limited by a query-based paradigm focusing solely on textual similarity; (2) recent aggregation methods remain largely static, failing to select appropriate aggregators for different tasks;(3) the complementarity of routing and aggregation remains underutilized. To address these problems, we introduce JiSi, a novel framework designed to release the full potential of LLMs' collaboration through three innovations: (1) Query-Response Mixed Routing capturing both semantic information and problem difficulty; (2) Support-Set-based Aggregator Selection jointly evaluating the aggregation and domain capacity of aggregators; (3) Adaptive Routing-Aggregation Switch dynamically leveraging the advantages of routing and aggregation. Comprehensive experiments on nine benchmarks demonstrate that JiSi can surpass Gemini-3-Pro with only 47% costs by orchestrating ten open-source LLMs, while outperforming mainstream baselines. It suggests that collective intelligence represents a novel path towards Artificial General Intelligence (AGI).

📄 PDF Abstract BibTeX arXiv:2601.01330

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learnable Query Aggregation with KV Routing for Cross-view Geo-localisation

2025-12-30 · Hualin Ye, Bingxi Liu, Jixiang Du, Yu Qin 외 arxiv

Cross-view geo-localisation (CVGL) aims to estimate the geographic location of a query image by matching it with images from a large-scale database. However, the significant view-point discrepancies present considerable …

Cross-View Geo-Localisation

Beyond GPT-5: Making LLMs Cheaper and Better via Performance-Efficiency Optimized Routing

2025-08-18 · Yiqun Zhang, Hao Li, Jianhao Chen, Hangfan Zhang 외 arxiv

Balancing performance and efficiency is a central challenge in large language model (LLM) advancement. GPT-5 addresses this with test-time routing, dynamically assigning queries to either an efficient or a high-capacity …

Information Aggregation via Dynamic Routing for Sequence Encoding

2018-06-05 · COLING 2018 8 · Jingjing Gong, Xipeng Qiu, Shaojing Wang, Xuanjing Huang

While much progress has been made in how to encode a text sequence into a sequence of vectors, less attention has been paid to how to aggregate these preceding vectors (outputs of RNN/CNN) into fixed-size encoding vector…

Sentiment Analysistext-classificationText Classification

Improving Video Instance Segmentation via Temporal Pyramid Routing

2021-07-28 · Xiangtai Li, Hao He, Yibo Yang, Henghui Ding 외

Video Instance Segmentation (VIS) is a new and inherently multi-task problem, which aims to detect, segment, and track each instance in a video sequence. Existing approaches are mainly based on single-frame features or s…

Instance SegmentationPanoptic SegmentationSegmentationSemantic Segmentation+1

Runtime Burden Allocation for Structured LLM Routing in Agentic Expert Systems: A Full-Factorial Cross-Backend Methodology

2026-03-26 · Zhou Hanlin, Chan Huah Yong arxiv

Structured LLM routing is often treated as a prompt-engineering problem. We argue that it is, more fundamentally, a systems-level burden-allocation problem. As large language models (LLMs) become core control components …