paper-with-me

홈 › Papers

Dynamic Policy Induction for Adaptive Prompt Optimization: Bridging the Efficiency-Accuracy Gap via Lightweight Reinforcement Learning

2025-09-28 · Jiexi Xu arxiv

The performance of Large Language Models (LLMs) depends heavily on the chosen prompting strategy, yet static approaches such as Zero-Shot, Few-Shot, or Chain-of-Thought (CoT) impose a rigid efficiency-accuracy trade-off. Highly accurate strategies like Self-Consistency (SC) incur substantial computational waste on simple tasks, while lightweight methods often fail on complex inputs. This paper introduces the Prompt Policy Network (PPN), a lightweight reinforcement learning framework that formalizes adaptive strategy selection as a single-step Markov Decision Process (MDP). The PPN, trained with Proximal Policy Optimization (PPO) and guided by a resource-explicit reward function, learns to allocate costly reasoning strategies only when necessary. Experiments on arithmetic reasoning benchmarks demonstrate that PPN achieves superior performance on the efficiency-accuracy Pareto front, delivering up to 61.5% token cost reduction compared to Self-Consistency while maintaining competitive accuracy. This work contributes a systematic, adaptive framework for cost-efficient LLM deployment, advancing the design of lightweight optimization techniques for scalable and sustainable language model applications.

📄 PDF Abstract BibTeX arXiv:2509.25267

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningArithmetic Reasoning

Similar Papers 제목 키워드 기반

GFlowPO: Generative Flow Network as a Language Model Prompt Optimizer

2026-02-03 · Junmo Cho, Suhan Kim, Sangjune An, Minsu Kim 외 arxiv

Finding effective prompts for language models (LMs) is critical yet notoriously difficult: the prompt space is combinatorially large, rewards are sparse due to expensive target-LM evaluation. Yet, existing RL-based promp…

Few-Shot Text ClassificationQuestion Answering

Distributionally Robust Multi-Agent Reinforcement Learning for Dynamic Chute Mapping

2025-03-12 · Guangyi Liu, Suzan Iloglu, Michael Caldara, Joseph W. Durham 외

In Amazon robotic warehouses, the destination-to-chute mapping problem is crucial for efficient package sorting. Often, however, this problem is complicated by uncertain and dynamic package induction rates, which can lea…

Multi-agent Reinforcement Learning

AEGPO: Adaptive Entropy-Guided Policy Optimization for Diffusion Models

2026-02-06 · Yuming Li, Qingyu Li, Chengyu Bai, Xiangyang Luo 외 arxiv

Reinforcement learning from human feedback (RLHF) shows promise for aligning diffusion and flow models, yet policy optimization methods such as GRPO suffer from inefficient and static sampling strategies. These methods t…

Text-to-Image GenerationReinforcement Learning

A Sequential Optimal Learning Approach to Automated Prompt Engineering in Large Language Models

2025-01-07 · Shuyang Wang, Somayeh Moazeni, Diego Klabjan

Designing effective prompts is essential to guiding large language models (LLMs) toward desired responses. Automated prompt engineering aims to reduce reliance on manual effort by streamlining the design, refinement, and…

Prompt EngineeringPrompt Learning

Learning Adaptive Cross-Embodiment Visuomotor Policy with Contrastive Prompt Orchestration

2026-02-01 · Yuhang Zhang, Chao Yan, Jiaxi Yu, Jiaping Xiao 외 arxiv

Learning adaptive visuomotor policies for embodied agents remains a formidable challenge, particularly when facing cross-embodiment variations such as diverse sensor configurations and dynamic properties. Conventional le…

Contrastive Learning