paper-with-me

홈 › Papers

SCRIBE: Structured Mid-Level Supervision for Tool-Using Language Models

2026-01-07 · Yuxuan Jiang, Francis Ferraro arxiv

Training reliable tool-augmented agents remains a significant challenge, largely due to the difficulty of credit assignment in multi-step reasoning. While process-level reward models offer a promising direction, existing LLM-based judges often produce noisy and inconsistent signals because they lack fine-grained, task-specific rubrics to distinguish high-level planning from low-level execution. In this work, we introduce SCRIBE (Skill-Conditioned Reward with Intermediate Behavioral Evaluation), a reinforcement learning framework that intervenes at a novel mid-level abstraction. SCRIBE grounds reward modeling in a curated library of skill prototypes, transforming open-ended LLM evaluation into a constrained verification problem. By routing each subgoal to a corresponding prototype, the reward model is equipped with precise, structured rubrics that substantially reduce reward variance. Experimental results show that SCRIBE achieves state-of-the-art performance across a range of reasoning and tool-use benchmarks. In particular, it improves the AIME25 accuracy of a Qwen3-4B model from 43.3% to 63.3%, and significantly increases success rates in complex multi-turn tool interactions. Further analysis of training dynamics reveals a co-evolution across abstraction levels, where mastery of mid-level skills consistently precedes the emergence of effective high-level planning behaviors. Finally, we demonstrate that SCRIBE is additive to low-level tool optimizations, providing a scalable and complementary pathway toward more autonomous and reliable tool-using agents.

📄 PDF Abstract BibTeX arXiv:2601.03555

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

ToolPRM: Fine-Grained Inference Scaling of Structured Outputs for Function Calling

2025-10-16 · Jianghao Lin, Yuanyuan Shi, Xin Peng, Renjie Ding 외 arxiv

Large language models (LLMs) excel at function calling, but inference scaling has been explored mainly for unstructured generation. We propose an inference-scaling framework for structured outputs that combines fine-grai…

SKATE: A Natural Language Interface for Encoding Structured Knowledge

2020-10-20 · Clifton McFate, Aditya Kalyanpur, Dave Ferrucci, Andrea Bradshaw 외

In Natural Language (NL) applications, there is often a mismatch between what the NL interface is capable of interpreting and what a lay user knows how to express. This work describes a novel natural language interface t…

GroundedPRM: Tree-Guided and Fidelity-Aware Process Reward Modeling for Step-Level Reasoning

2025-10-16 · Yao Zhang, Yu Wu, Haowei Zhang, Weiguo Li 외 arxiv

Process Reward Models (PRMs) aim to improve multi-step reasoning in Large Language Models (LLMs) by supervising intermediate steps and identifying errors. However, building effective PRMs remains challenging due to the l…

IMPACT-Scribe: Interactive Temporal Action Segmentation with Boundary Scribbles and Query Planning

2026-05-03 · Qian Yin, Di Wen, Kunyu Peng, David Schneider 외 arxiv

Dense temporal annotation of procedural activity videos is vital for action understanding and embodied intelligence but remains labor-intensive due to reactive tools. Each correction is treated as an isolated edit, limit…

Action UnderstandingAction Segmentation

Learning Structured Visual Compositional Representations for Weakly Supervised Referring Expression Comprehension

2026-07-06 · Lian Xu, Mohammed Bennamoun, Farid Boussaid, Hamid Laga 외 arxiv

Referring expression comprehension (REC) aims to localize the object in an image described by natural language. In Weakly supervised REC (WREC), existing approaches primarily operate on anchor-level visual representation…

Referring Expression