paper-with-me

홈 › Papers

MA-SAPO: Multi-Agent Reasoning for Score-Aware Prompt Optimization

2025-10-18 · Wonduk Seo, Juhyeon Lee, Junseo Koh, Wonseok Choi, Hyunjin An, Jian Park, Seunghyun lee, Haihua Chen, Yi Bu arxiv

Prompt optimization has become a practical way to improve the performance of Large Language Models (LLMs) without retraining. However, most existing frameworks treat evaluation as a black box, relying solely on outcome scores without explaining why prompts succeed or fail. Moreover, they involve repetitive trial-and-error refinements that remain implicit, offering limited interpretability or actionable guidance for systematic improvement. In this paper, we propose MA-SAPO: a new Multi-Agent Reasoning for Score Aware Prompt Optimization framework that links evaluation outcomes directly to targeted refinements. Specifically, in the Training Phase, multiple agents interpret evaluation scores, diagnose weaknesses, and generate concrete revision directives, which are stored as reusable reasoning assets. In the Test Phase, an analyzer agent retrieves relevant exemplars and assets for a new prompt, and a refiner agent applies evidence-based edits to improve the prompt and its response. By grounding optimization in structured reasoning, MA-SAPO ensures edits are interpretable, auditable, and controllable. Experiments on the HelpSteer1/2 benchmarks show that our framework consistently outperforms single-pass prompting, retrieval-augmented generation, and prior multi-agent methods across multiple evaluation metrics.

📄 PDF Abstract BibTeX arXiv:2510.16635

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Segment-Aligned Policy Optimization for Multi-Modal Reasoning

2026-05-02 · Lei Gao, Zhuoming Li, Mengxi Jia, Jiakang Yuan 외 arxiv

Existing reinforcement learning approaches for Large Language Models typically perform policy optimization at the granularity of individual tokens or entire response sequences. However, such formulations often misalign w…

Reinforcement Learning

Soft Adaptive Policy Optimization

2025-11-25 · Chang Gao, Chujie Zheng, Xiong-Hui Chen, Kai Dang 외 arxiv

Reinforcement learning (RL) plays an increasingly important role in enhancing the reasoning capabilities of large language models (LLMs), yet stable and performant policy optimization remains challenging. Token-level imp…

Reinforcement LearningMathematical Reasoning

Improving Search Agent with One Line of Code

2026-03-10 · Jian Li, Dongsheng Chen, Zhenhua Xu, Yizhang Jin 외 arxiv

Tool-based Agentic Reinforcement Learning (TARL) has emerged as a promising paradigm for training search agents to interact with external tools for a multi-turn information-seeking process autonomously. However, we ident…

Reinforcement Learning

SAPO: Step-Aligned Policy Optimization for Reasoning-Based Generative Recommendation

2026-05-17 · Zaiyi Zheng, Guanghui Min, Yaochen Zhu, Liang Wu 외 arxiv

Generative recommendation treats next-item prediction as autoregressive item-identifier generation. Specifically, items are encoded as semantic identifiers (SIDs), which are short coarse-to-fine token sequences whose ear…

Reinforcement Learning

SAPO: Self-Adaptive Process Optimization Makes Small Reasoners Stronger

2026-01-28 · Kaiyuan Chen, Guangmin Zheng, Jin Wang, Xiaobing Zhou 외 arxiv

Existing self-evolution methods overlook the influence of fine-grained reasoning steps, which leads to the reasoner-verifier gap. The computational inefficiency of Monte Carlo (MC) process supervision further exacerbates…