paper-with-me

Papers

Co-evolving Agent Architectures and Interpretable Reasoning for Automated Optimization

2026-04-20 · Jiahao Huang, Peilan Xu, Xiaoya Nan, Wenjian Luo arxiv

Automating operations research (OR) with large language models (LLMs) remains limited by hand-crafted reasoning--execution workflows. Complex OR tasks require adaptive coordination among problem interpretation, mathematical formulation, solver selection, code generation, and iterative debugging. To address this limitation, we propose EvoOR-Agent, a co-evolutionary framework for automated optimization. The framework represents agent workflows as activity-on-edge (AOE)-style networks, making workflow topology, execution dependencies, and alternative reasoning paths explicit. On this representation, the framework maintains an architecture graph and evolves a population of reasoning individuals through graph-mediated path-conditioned recombination, multi-granularity semantic mutation, and elitist population update. A knowledge-base-assisted experience-acquisition module further injects reusable OR practices into initialization and semantic variation. Empirical results on heterogeneous OR benchmarks show that the proposed framework consistently improves over zero-shot LLMs, fixed-pipeline OR agents, and representative evolutionary agent frameworks. Case studies and ablation analyses further indicate that explicit architecture evolution and graph-supported reasoning-trajectory search contribute to both performance improvement and structural interpretability. These results suggest that treating agent architectures and reasoning trajectories as evolvable objects provides an effective route toward adaptive and interpretable automated optimization.

📄 PDF Abstract BibTeX arXiv:2604.17708

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

From Atomic to Agentic: Towards Interpretable Evaluation of LLMs' Agentic Mathematical Capabilities

2026-08-27 · Jiayi Kuang, Yinghui Li, Yunze Song, Keyu Chen 외 arxiv

Large Language Models (LLMs) are evolving from performing end-to-end mathematical reasoning to integrating agentic intelligence. However, most existing math benchmarks evaluate only final answers. This outcome-oriented e…

Mathematical Reasoning

Agentic Moderation: Multi-Agent Design for Safer Vision-Language Models

2025-10-29 · Juan Ren, Mark Dras, Usman Naseem arxiv

Agentic methods have emerged as a powerful and autonomous paradigm that enhances reasoning, collaboration, and adaptive control, enabling systems to coordinate and independently solve complex tasks. We extend this paradi…

Self-Evolving Software Agents

2026-04-29 · Marco Robol, Paolo Giorgini arxiv

Autonomous agents can adapt their behaviour to changing environments, but remain bound to requirements, goals, and capabilities fixed at design time, preventing genuine software evolution. This paper introduces self-evol…

PathWise: Planning through World Model for Automated Heuristic Design via Self-Evolving LLMs

2026-01-28 · Oguzhan Gungordu, Siheng Xiong, Faramarz Fekri arxiv

Large Language Models (LLMs) have enabled automated heuristic design (AHD) for combinatorial optimization problems (COPs), but existing frameworks' reliance on fixed evolutionary rules and static prompt templates often l…

DiffuseAgent-MI: Distributionally-Grounded,Tool-Integrated Self-Evolving Agents for Faithful Visual Reasoning

2026-08-01 · An Lanji, Dawei Liu, Jin Li, Haoran Xu 외 arxiv

Tool-integrated vision-language agents have made remarkable progress on compositional and multi-step visual reasoning. Yet their outputs frequently exhibit unfaithfulness: the stated reasoning path diverges from the comp…

Multimodal ReasoningVisual Reasoning