paper-with-me

Papers

Not All Prompts Are Equal: Exploration-Guided Prompt Scaffolding for Multimodal Reinforcement Post-Training

2026-09-14 · Yuanhao Yue, Qianli Ma, Chengyu Wang, Haoting Wang, Lei Shen, Jun Huang hf

Training prompts in online reinforcement learning (RL) differ substantially in how informative they are for the current policy: some are already saturated while others are too difficult to yield reliable learning signals, yet both receive equal rollout budget under standard training. We propose an exploration-guided prompt scaffolding framework that adapts the training prompt distribution dynamically throughout RL post-training of multimodal large language models (MLLMs). Central to our approach is the Exploration Potential Score (EPS), a lightweight rollout-based proxy for prompt utility derived from KL-regularized policy improvement theory, computable directly from on-policy rollout statistics without additional overhead. Rather than discarding low-utility prompts, we use a teacher model to generate scaffolded rewrites that preserve the original task intent while making subsequent training more informative, reframing teacher supervision as training-data refinement rather than output imitation. Integrated with GRPO on Geo3K and MMK12, our method consistently outperforms the baseline on both in-domain and out-of-distribution benchmarks, achieving up to 9.7\% relative improvement in-domain and gains of 11.5\% on MathVision and 11.1\% on MMMU-Pro.

📄 PDF Abstract BibTeX arXiv:2609.15051

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Symbolically Scaffolded Play: Designing Role-Sensitive Prompts for Generative NPC Dialogue

2025-10-29 · Vanessa Figueiredo, David Elumeze arxiv

Large Language Models (LLMs) promise to transform interactive games by enabling non-player characters (NPCs) to sustain unscripted dialogue. Yet it remains unclear whether constrained prompts actually improve player expe…

Scaling In, Not Up? Testing Thick Citation Context Analysis with GPT-5 and Fragile Prompts

2026-02-25 · Arno Simons arxiv

This paper tests whether large language models (LLMs) can support interpretative citation context analysis (CCA) by scaling in thick, text-grounded readings of a single hard case rather than scaling up typological labels…

LEEPS: Latent-Guided Explore-Exploit Prompt Sampling for Efficient RLVR in Large Language Models

2026-07-30 · Shuang Liang, Haoyang Zhou, Yifan Gong, Guowei Wang 외 arxiv

Reinforcement learning with verifiable rewards (RLVR) improves the reasoning capabilities of large language models, but prompt groups with identical rollout rewards consume generation budget without effective learning si…

Reinforcement LearningMathematical Reasoning

Visual Prompt Discovery via Semantic Exploration

2026-03-17 · Jaechang Kim, Yotaro Shimose, Zhao Wang, Kuang-Da Wang 외 arxiv

LVLMs encounter significant challenges in image understanding and visual reasoning, leading to critical perception failures. Visual prompts, which incorporate image manipulation code, have shown promising potential in mi…

Image ManipulationVisual Reasoning

Towards bandit-based prompt-tuning for in-the-wild foundation agents

2025-02-10 · Finn Rietz, Oleg Smirnov, Sara Karimi, Lele Cao

Prompting has emerged as the dominant paradigm for adapting large, pre-trained transformer-based models to downstream tasks. The Prompting Decision Transformer (PDT) enables large-scale, multi-task offline reinforcement …