菜单

🤖 系统
📄 Abstract - DynaAct: Large Language Model Reasoning with Dynamic Action Spaces

In modern sequential decision-making systems, the construction of an optimal candidate action space is critical to efficient inference. However, existing approaches either rely on manually defined action spaces that lack scalability or utilize unstructured spaces that render exhaustive search computationally prohibitive. In this paper, we propose a novel framework named \textsc{DynaAct} for automatically constructing a compact action space to enhance sequential reasoning in complex problem-solving scenarios. Our method first estimates a proxy for the complete action space by extracting general sketches observed in a corpus covering diverse complex reasoning problems using large language models. We then formulate a submodular function that jointly evaluates candidate actions based on their utility to the current state and their diversity, and employ a greedy algorithm to select an optimal candidate set. Extensive experiments on six diverse standard benchmarks demonstrate that our approach significantly improves overall performance, while maintaining efficient inference without introducing substantial latency. The implementation is available at this https URL.

顶级标签: llm agents systems
详细标签: sequential decision-making action space construction submodular optimization reasoning frameworks efficient inference 或 搜索:

📄 论文总结

DynaAct:动态动作空间下的大语言模型推理 / DynaAct: Large Language Model Reasoning with Dynamic Action Spaces


1️⃣ 一句话总结

这篇论文提出了一种名为DynaAct的新方法,能够自动构建紧凑且高效的动作空间,从而提升大语言模型在复杂推理任务中的决策能力,同时保持推理速度。


📄 打开原文 PDF