Daily Arxiv

This page organizes papers related to artificial intelligence published around the world.
This page is summarized using Google Gemini and is operated on a non-profit basis.
The copyright of the paper belongs to the author and the relevant institution. When sharing, simply cite the source.

Difficulty-Aware Agent Orchestration in LLM-Powered Workflows

Created by
  • Haebom

Author

Jinwei Su, Yinghui Xia, Qizhen Lan, Xinyuan Song, Chen Chen, Yang Jingsong, Lewei He, Tianyu Shi

Outline

To address the limitations of large-scale language model (LLM)-based agent systems that demonstrate robust performance across a variety of tasks, this paper proposes a Difficulty-Aware Agentic Orchestration (DAAO) framework that dynamically adjusts workflow depth, operator selection, and LLM assignment based on query difficulty. DAAO consists of three interdependent modules: a variational autoencoder (VAE) for difficulty estimation, a modular operator allocator, and an LLM router that considers cost and performance. This enables fine-grained, query-specific inference strategies by leveraging heterogeneous LLMs and dynamically orchestrating workflows. Across six benchmarks, DAAO outperforms existing multi-agent systems in both accuracy and inference efficiency.

Takeaways, Limitations

Takeaways:
We present DAAO, a new framework that dynamically adjusts workflows based on query difficulty.
Improving accuracy and inference efficiency simultaneously by leveraging heterogeneous LLMs.
Experimentally verified to outperform existing multi-agent systems.
Code to be released soon.
Limitations:
Further verification of the generalization performance of the proposed VAE-based difficulty estimation method is needed.
Further research is needed on generality and scalability for various types of queries.
Further research is needed on potential problems and solutions that may arise when applying this to real-world environments.
👍