paper-with-me

Papers

Scaling the Scaling Logic: Agentic Meta-Synthesis of Logic Reasoning

2026-01-23 · Bowen Liu, Zhi Wu, Runquan Xie, Zhanhui Kang, Jia Li arxiv

Reinforcement Learning from Verifiable Rewards (RLVR) is bottlenecked by data: existing synthesis pipelines rely on expert-written code or fixed templates, confining growth to instance-level perturbations. We shift the evolvable unit from problem instances to task-family specifications. SSLogic is an agentic meta-synthesis framework in which LLM agents iteratively author and refine executable Generator-Validator pairs inside a closed Generate-Validate-Refine loop, producing families with new rules and difficulty gradients rather than parameter variations of old ones. A Multi-Gate Validation Protocol -- multi-strategy consensus plus Adversarial Blind Review, where independent agents solve each instance by writing and executing code -- filters ill-posed tasks before they enter training. Starting from 400 seed families, two evolution rounds yield 953 families and 21,389 verifiable instances. Three converging comparisons (step-matched, token-matched, and size-controlled on external Enigmata data) consistently show higher training utility of evolved data, with gains of SynLogic +5.2, AIME25 +3.0, and BBH +5.5 on Enigmata. Fine-grained KORBench evaluation reveals selective improvements in logic (+13.2%) and operation (+9.6%), linking structural evolution to downstream gains. Code: https://github.com/AdAstraAbyssoque/Scaling-the-Scaling-Logic

📄 PDF Abstract BibTeX arXiv:2602.13218

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

DIVE: Scaling Diversity in Agentic Task Synthesis for Generalizable Tool Use

2026-03-10 · Aili Chen, Chi Zhang, Junteng Liu, Jiangjie Chen 외 arxiv

Recent work synthesizes agentic tasks for post-training tool-using LLMs, yet robust generalization under shifts in tasks and toolsets remains an open challenge. We trace this brittleness to insufficient diversity in synt…

Vibe AIGC: A New Paradigm for Content Generation via Agentic Orchestration

2026-02-04 · Jiaheng Liu, Yuanxing Zhang, Shihao Li, Xinping Lei arxiv

For the past decade, the trajectory of generative artificial intelligence (AI) has been dominated by a model-centric paradigm driven by scaling laws. Despite significant leaps in visual fidelity, this approach has encoun…

Prompt Engineering

Metabolic scaling is governed by Murray's network in animals and by hydraulic conductance and photosynthesis in plants

2022-05-30 · Jinkui Zhao

The prevailing theory for metabolic scaling is based on area-preserved, space-filling fractal vascular networks. However, it's known both theoretically and experimentally that animals' vascular systems obey Murray's cubi…

Exponential Cell Division and Allometric Scaling in Metabolic Ecology

2023-09-07 · Jia-Xu Han, Zhuangdong Bai, Rui-Wu Wang

One of the most fundamental rules in metabolic ecology is the allometric equation, which is a power-law scaling that describes the connection between body measurements and body size. The biological dynamics of this essen…

Scaling Agentic Verifier for Competitive Coding

2026-02-04 · Zeyao Ma, Jing Zhang, Xiaokang Zhang, Jiaxi Yang 외 arxiv

Large language models (LLMs) have demonstrated strong coding capabilities but still struggle to solve competitive programming problems correctly in a single attempt. Execution-based re-ranking offers a promising test-tim…

Reinforcement Learning