paper-with-me

홈 › Papers

What is Missing from AI Post-Training AI: An Empirical Analysis

2026-08-19 · Joy Jia Yin Lim, Xin Huang, Hao Peng, Yaxi Lu, Xin Cong, Zhong Zhang, Maosong Sun, Yankai Lin arxiv

Large language model (LLM) agents can now post-train an LLM end-to-end. They can write code, launch training, evaluate checkpoints, and improve downstream performance, raising the prospect of AI-for-AI. We argue that this picture conflates two distinct capabilities: execution-level capability, iterating within a selected training strategy; and strategy-level capability, revising the high-level judgment as experimental evidence accumulates. Analyzing a large corpus of publicly released post-training trajectories, we find that across different tasks, the agent's training strategy is locked in at the very beginning, and the entire remaining budget is spent on local adjustments within the selected strategy. We then examine three natural explanations--missing experience, missing guidance, and insufficient reasoning--with escalating interventions. Extensive experiments show that (1) an experience-driven scaffold improves execution across the board (+12.6 points on GSM8K and +40.8 on HumanEval) but leaves the strategy static; (2) human guidance effectively redirects the initial strategy, yet the agent falls back into local adjustment loops once training starts; and (3) additional inference compute pays off on easier tasks but yields almost no gain on the hardest one. In conclusion, what agents lack is neither experience, guidance, nor reasoning compute, but a mechanism for spontaneously reevaluating their strategy during execution.

📄 PDF Abstract BibTeX arXiv:2608.19072

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Assess and Prompt: A Generative RL Framework for Improving Engagement in Online Mental Health Communities

2025-08-22 · Bhagesh Gaur, Karan Gupta, Aseem Srivastava, Manish Gupta 외 arxiv

Online Mental Health Communities (OMHCs) provide crucial peer and expert support, yet many posts remain unanswered due to missing support attributes that signal the need for help. We present a novel framework that identi…

Reinforcement LearningQuestion Generation

What Matters in On-Policy Distillation? A Perspective on Data Efficiency and Data Selection

2026-09-04 · Zhinan Hou, Jiaqi Zhang, Xunliang Cai, Keyou You arxiv

On-Policy Distillation (OPD) has emerged as a widely adopted post-training paradigm for enhancing large language models in reasoning domains. However, the data-centric mechanisms in OPD remain relatively underexplored. T…

Posterior Consistency for Missing Data in Variational Autoencoders

2023-10-25 · Timur Sudak, Sebastian Tschiatschek

We consider the problem of learning Variational Autoencoders (VAEs), i.e., a type of deep generative model, from data with missing values. Such data is omnipresent in real-world applications of machine learning because c…

Missing Values

IFGAN: Missing Value Imputation using Feature-specific Generative Adversarial Networks

2020-12-23 · Wei Qiu, Yangsibo Huang, Quanzheng Li

Missing value imputation is a challenging and well-researched topic in data mining. In this paper, we propose IFGAN, a missing value imputation algorithm based on Feature-specific Generative Adversarial Networks (GAN). O…

ImputationMissing Values

What Is Missing: Interpretable Ratings for Large Language Model Outputs

2026-02-17 · Nicholas Stranges, Yimin Yang arxiv

Current Large Language Model (LLM) preference learning methods such as Proximal Policy Optimization and Direct Preference Optimization learn from direct rankings or numerical ratings of model outputs, these rankings are …