paper-with-me

Papers

AgentRouter: A Knowledge-Graph-Guided LLM Router for Collaborative Multi-Agent Question Answering

2025-10-06 · Zheyuan Zhang, Kaiwen Shi, Zhengqing Yuan, Zehong Wang, Tianyi Ma, Keerthiram Murugesan, Vincent Galassi, Chuxu Zhang, Yanfang Ye arxiv

Large language models (LLMs) and agent-based frameworks have advanced rapidly, enabling diverse applications. Yet, with the proliferation of models and agentic strategies, practitioners face substantial uncertainty in selecting the best configuration for a downstream task. Prior studies show that different agents and backbones exhibit complementary strengths, and that larger models are not always superior, underscoring the need for adaptive routing mechanisms. Existing approaches to agent routing, however, often emphasize cost efficiency while overlooking the fine-grained contextual and relational structure inherent in QA tasks. In this paper, we propose tAgentRouter, a framework that formulates multi-agent QA as a knowledge-graph-guided routing problem supervised by empirical performance signals. Specifically, we convert QA instance into a knowledge graph that jointly encodes queries, contextual entities, and agents, and then train a heterogeneous graph neural network (GNN) to propagate information across node types and produce task-aware routing distributions over agents. By leveraging soft supervision and weighted aggregation of agent outputs, AgentRouter learns principled collaboration schemes that capture the complementary strengths of diverse agents. Extensive experiments demonstrate that our framework consistently outperforms single-agent and ensemble baselines, while generalizing across benchmarks and LLM backbones. These results highlight the effectiveness and robustness of graph-supervised multi-agent routing for question answering.

📄 PDF Abstract BibTeX arXiv:2510.05445

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural NetworkQuestion Answering

Similar Papers 제목 키워드 기반

Exposing and Defending the Achilles' Heel of Video Mixture-of-Experts

2026-02-01 · Songping Wang, Qinglong Liu, Yueming Lyu, Ning Li 외 arxiv

Mixture-of-Experts (MoE) has demonstrated strong performance in video understanding tasks, yet its adversarial robustness remains underexplored. Existing attack methods often treat MoE as a unified architecture, overlook…

Adversarial Robustness

NG-Router: Graph-Supervised Multi-Agent Collaboration for Nutrition Question Answering

2025-10-10 · Kaiwen Shi, Zheyuan Zhang, Zhengqing Yuan, Keerthiram Murugesan 외 arxiv

Diet plays a central role in human health, and Nutrition Question Answering (QA) offers a promising path toward personalized dietary guidance and the prevention of diet-related chronic diseases. However, existing methods…

Relational ReasoningGraph Neural NetworkQuestion AnsweringKnowledge Graphs

RouterKGQA: Specialized--General Model Routing for Constraint-Aware Knowledge Graph Question Answering

2026-03-20 · Bo Yuan, Hexuan Deng, Xuebo Liu, Min Zhang arxiv

Knowledge graph question answering (KGQA) is a promising approach for mitigating LLM hallucination by grounding reasoning in structured and verifiable knowledge graphs. Existing approaches fall into two paradigms: retrie…

Graph Question AnsweringKnowledge Graphs

ProgRouter: Online Progress-Guided Orchestration for Multi-Agent LLM Workflows under Quality-Cost Tradeoffs

2026-08-26 · Somgyuan Li, Ahmed M. Abdelmoniem, Shiqiang Wang arxiv

Multi-agent large language model (LLM) workflows have emerged as a powerful paradigm for solving complex, open-ended tasks through collaborative reasoning among specialized LLM agents, but they incur substantial operatin…

Mathematical ReasoningQuestion AnsweringCode Generation

ACE-Router: Generalizing History-Aware Routing from MCP Tools to the Agent Web

2026-01-13 · Zhiyuan Yao, Zishan Xu, Yifu Guo, Zhiguang Han 외 arxiv

With the rise of the Agent Web and Model Context Protocol (MCP), the agent ecosystem is evolving into an open collaborative network, exponentially increasing accessible tools. However, current architectures face severe s…