paper-with-me

홈 › Papers

Mock Worlds, Real Skills: Building Small Agentic Language Models with Synthetic Tasks, Simulated Environments, and Rubric-Based Rewards

2026-01-30 · Yuanjie Lyu, Chengyu Wang, Lei Shen, Jun Huang, Tong Xu arxiv

Small LLMs often struggle to match the agentic capabilities of large, costly models. While reinforcement learning can help, progress has been limited by two structural bottlenecks: existing open-source agentic training data are narrow in task variety and easily solved; real-world APIs lack diversity and are unstable for large-scale reinforcement learning rollout processes. We address these challenges with SYNTHAGENT, a framework that jointly synthesizes diverse tool-use training data and simulates complete environments. Specifically, a strong teacher model creates novel tasks and tool ecosystems, then rewrites them into intentionally underspecified instructions. This compels agents to actively query users for missing details. When handling synthetic tasks, an LLM-based user simulator provides user-private information, while a mock tool system delivers stable tool responses. For rewards, task-level rubrics are constructed based on required subgoals, user-agent interactions, and forbidden behaviors. Across 14 challenging datasets in math, search, and tool use, models trained on our synthetic data achieve substantial gains, with small models outperforming larger baselines.

📄 PDF Abstract BibTeX arXiv:2601.22511

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Virtual Worlds as Proxy for Multi-Object Tracking Analysis

2016-05-20 · CVPR 2016 6 · Adrien Gaidon, Qiao Wang, Yohann Cabon, Eleonora Vig

Modern computer vision algorithms typically require expensive data acquisition and accurate manual labeling. In this work, we instead leverage the recent progress in computer graphics to generate fully labeled, dynamic, …

Instance SegmentationMulti-Object TrackingObjectobject-detection+4

Proc-GS: Procedural Building Generation for City Assembly with 3D Gaussians

2024-12-10 · Yixuan Li, Xingjian Ran, Linning Xu, Tao Lu 외

Buildings are primary components of cities, often featuring repeated elements such as windows and doors. Traditional 3D building asset creation is labor-intensive and requires specialized skills to develop design rules. …

Asset ManagementManagement

EZInterviewer: To Improve Job Interview Performance with Mock Interview Generator

2023-01-03 · Mingzhe Li, Xiuying Chen, Weiheng Liao, Yang song 외

Interview has been regarded as one of the most crucial step for recruitment. To fully prepare for the interview with the recruiters, job seekers usually practice with mock interviews between each other. However, such a m…

Facilitating Multi-Role and Multi-Behavior Collaboration of Large Language Models for Online Job Seeking and Recruiting

2024-05-28 · Hongda Sun, Hongzhan Lin, Haiyu Yan, Chen Zhu 외

The emergence of online recruitment services has revolutionized the traditional landscape of job seeking and recruitment, necessitating the development of high-quality industrial applications to improve person-job fittin…

AerialClaw: An Open-Source Framework for LLM-Driven Autonomous Aerial Agents

2026-06-10 · Ke Li, Jianfei Yang, Luyao Zhang, Guo Yu 외 arxiv

Unmanned aerial vehicles (UAVs) are increasingly used in inspection, search and rescue, environmental monitoring, and emergency response. However, most UAV applications still rely on pre-defined command sequences or task…