Skip to content

Author

Hongzhu Yi

2 papers indexed here

We haven’t gathered this author’s papers yet. Follow them and we’ll fetch their work.

Not the right person? Other researchers publish under this name.

Review Open access Aug 2026

The Hitchhiker's Guide to Autonomous Research: A Survey of Scientific Agents.

The advancement of LLM-based agents is redefining AI for Science (AI4S) by enabling autonomous scientific research. Prominent LLMs exhibited expertise across multiple domains, catalysing constructions of domain-specialised scientific agents. Nevertheless, the profound epistemic and methodological gaps between AI and the natural sciences still impede the systematic design, training, and validation of these agents. This survey bridges the existing gap by presenting a comprehensive blueprint for scientific agents' design. It first clarifies the concept of scientific agents and distinguishes them from general-purpose agents in terms of their goal orientation, workflow embedding, and scientific commitments. It then introduces a unified taxonomy based on capability envelope and capability maturity, characterizing both the scope of scientific workflow coverage and the reliability of agent behavior under realistic research conditions. Building on this taxonomy, the survey further connects scientific agent design with the research life cycle by reviewing construction strategies, capability enhancement methods, evaluation paradigms, and future challenges. This unified perspective aims to provide practical guidance for designing domain-specific scientific agents and to promote the convergence of AI research and natural scientific discovery. To support long-term progress, we curate a live repository (AWESOME_SCIENTIFIC_AGENT) that continuously aggregates emerging methods, benchmarks, and best practices.

Xinming Wang, Jian Xu, Sheng Lian et al. · 9 citations
Preprint Aug 2026

SCOPE-Router: Cost-Aware Open-Set VLM Routing for Execution-Oriented Tasks

Model routing aims to select the most suitable model from a candidate pool for each query, balancing quality and cost. Existing VLM routing research is limited to traditional VQA evaluation, lacks systematic calibration optimization for open-set scenarios, and employs training objectives that dilute multi-positive signals via softmax normalization without incorporating cost. We address these limitations with three contributions: (1)VLM-ExecRouterBench, the first execution-oriented VLM routing benchmark covering Code, Agentic, and Search domains with 11 candidate models spanning nearly two orders of magnitude in pricing; (2)SCOPE-Router, a dual-tower router that matches queries to model behavior profiles constructed via hybrid calibration (random/diagnostic/diversity sampling), enabling new models to join routing without retraining; (3)CRM+RCCR, an architecture-agnostic cost-aware objective that encodes cost preference into continuous relevance targets through per-pair independent scoring, eliminating multi-positive dilution while regularizing queries with similar routing preferences to be closer in the routing space. Empirically, SCOPE-Router achieves the best Rank Score on all three benchmarks, surpassing the runner-up by 1.84 points under OOD settings and by 6.75 points under doubly OOD open-set evaluation. When applied to four diverse routers, CRM+RCCR improves Rank Score by 1.25--6.21 points.

Tao Yu, Yifei Qu, Zhiqing Cui et al. · 0 citations