Search papers, labs, and topics across Lattice.
The paper introduces OrchMAS, a two-tier multi-agent framework designed for complex scientific reasoning, which uses a dedicated orchestration model to dynamically construct reasoning pipelines and instantiate specialized expert agents. This framework addresses limitations of existing multi-agent systems by enabling dynamic replanning, role reallocation, and prompt refinement based on intermediate feedback. Experiments demonstrate that OrchMAS outperforms existing multi-agent systems and strong baselines across diverse reasoning and scientific benchmarks, showcasing its robustness and specialization in scientific reasoning.
Forget static prompts and rigid workflows: OrchMAS dynamically orchestrates heterogeneous LLM agents for scientific reasoning, achieving superior performance through iterative replanning and role reallocation.
Multi-agent large language model frameworks are promising for complex multi step reasoning, yet existing systems remain weak for scientific and knowledge intensive domains due to static prompts and agent roles, rigid workflows, and homogeneous model reliance, leading to poor domain adaptation, limited reasoning flexibility, and high latency on heterogeneous or long-horizon scientific tasks. They also struggle to revise earlier decisions when intermediate reasoning diverges, reducing reliability in structured and calculation heavy settings. To address these limitations, we propose a scientific domain oriented interactive two tier multi model orchestration framework. A dedicated orchestration model analyzes each task, dynamically constructs a domain aware reasoning pipeline, and instantiates specialized expert agents with tailored prompts, while an execution model performs each step under generated role and instruction specifications. The orchestrator iteratively updates the pipeline based on intermediate feedback, enabling dynamic replanning, role reallocation, and prompt refinement across multi turn interactions, strengthening robustness and specialization for scientific reasoning through structured heterogeneous model collaboration. The framework is model agnostic and supports heterogeneous LLM integration with different capacities or costs, enabling flexible performance efficiency trade offs in practical scientific deployments. Experiments show consistent improvements over existing multi agent systems and strong baselines across diverse reasoning and scientific style benchmarks.