paper-with-me

Papers

From Data-Centric to Sample-Centric: Enhancing LLM Reasoning via Progressive Optimization

2025-07-09 · Xinjie Chen, Minpeng Liao, Guoxin Chen, Chengxi Li, Biao Fu, Kai Fan, Xinggao Liu arxiv

Reinforcement learning with verifiable rewards (RLVR) has recently advanced the reasoning capabilities of large language models (LLMs). While prior work has emphasized algorithmic design, data curation, and reward shaping, we investigate RLVR from a sample-centric perspective and introduce LPPO (Learning-Progress and Prefix-guided Optimization), a framework of progressive optimization techniques. Our work addresses a critical question: how to best leverage a small set of trusted, high-quality demonstrations, rather than simply scaling up data volume. First, motivated by how hints aid human problem-solving, we propose prefix-guided sampling, an online data augmentation method that incorporates partial solution prefixes from expert demonstrations to guide the policy, particularly for challenging instances. Second, inspired by how humans focus on important questions aligned with their current capabilities, we introduce learning-progress weighting, a dynamic strategy that adjusts each training sample's influence based on model progression. We estimate sample-level learning progress via an exponential moving average of per-sample pass rates, promoting samples that foster learning and de-emphasizing stagnant ones. Experiments on mathematical-reasoning benchmarks demonstrate that our methods outperform strong baselines, yielding faster convergence and a higher performance ceiling.

📄 PDF Abstract BibTeX arXiv:2507.06573

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningData Augmentation

Similar Papers 제목 키워드 기반

Do MLLMs Understand Pointing? Benchmarking and Enhancing Referential Reasoning in Egocentric Vision

2026-04-23 · Chentao Li, Zirui Gao, Mingze Gao, Yinglian Ren 외 arxiv

Egocentric AI agents, such as smart glasses, rely on pointing gestures to resolve referential ambiguities in natural language commands. However, despite advancements in Multimodal Large Language Models (MLLMs), current s…

EgoVITA: Learning to Plan and Verify for Egocentric Video Reasoning

2025-11-23 · Yogesh Kulkarni, Pooyan Fazli arxiv

Egocentric video understanding requires procedural reasoning under partial observability and continuously shifting viewpoints. Current multimodal large language models (MLLMs) struggle with this setting, often generating…

Language Versatilists vs. Specialists: An Empirical Revisiting on Multilingual Transfer Ability

2023-06-11 · Jiacheng Ye, Xijia Tao, Lingpeng Kong

Multilingual transfer ability, which reflects how well the models fine-tuned on one source language can be applied to other languages, has been well studied in multilingual pre-trained models (e.g., BLOOM). However, such…

LLaVA-Pose: Enhancing Human Pose and Action Understanding via Keypoint-Integrated Instruction Tuning

2025-06-26 · Dewen Zhang, Tahir Hussain, Wangpeng An, Hayaru Shouno

Current vision-language models (VLMs) are well-adapted for general visual understanding tasks. However, they perform inadequately when handling complex visual tasks related to human poses and actions due to the lack of s…

Action UnderstandingInstruction Following

Agent-Centric Representations for Multi-Agent Reinforcement Learning

2021-04-19 · Wenling Shang, Lasse Espeholt, Anton Raichuk, Tim Salimans

Object-centric representations have recently enabled significant progress in tackling relational reasoning tasks. By building a strong object-centric inductive bias into neural architectures, recent efforts have improved…

Inductive BiasMulti-agent Reinforcement LearningObjectreinforcement-learning+4