paper-with-me

홈 › Papers

CalibForge: Adversarial Solver Calibration for Scaling Learnable Terminal Tasks

2026-08-06 · Fanzhe Meng, Guoxin Chen, Jiale Zhao, Shuang Sun, Zhiyu Lin, Wayne Xin Zhao, Ruihua Song, Ji-Rong Wen, Kai Jia arxiv

Training terminal agents requires executable and verifiable tasks that are not merely solvable, but appropriately challenging for learning. Executable validation establishes feasibility, yet does not reveal how a task behaves relative to a given solver setting. In this paper, we present CalibForge, an autonomous terminal-task synthesis system that uses verified solver behavior to revise candidate tasks through adversarial solver calibration. Multi-solver calibration targets disagreement within a heterogeneous solver pool, whereas contrastive solver calibration targets a designated strong-pass/weak-fail relation; both operationalize a solver-relative learnable zone anchored in demonstrated solvability. Using CalibForge, we construct 5,431 calibrated terminal tasks. Our ablations show that both strategies yield more effective supervision than authoring and validation alone or ordinary single-solver feedback. Models trained on the full collection achieve 32.58% and 47.57% on Terminal-Bench 2.0. The largest improvements over the corresponding base model reach 24.71 percentage points on Terminal-Bench 2.0, 27.68 points on SWE-bench Pro, and 30.04 points on Doc2Repo. Together, these results support solver-relative learnability as a practical target for constructing effective and transferable agent training data.

📄 PDF Abstract BibTeX arXiv:2608.06352

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Improving Adversarial Robustness via Activation Amplification and Attenuation

2026-06-26 · Taïga Gonçalves, Yongsong Huang, Tomo Miyazaki, Shinichiro Omachi arxiv

The existence of adversarial attacks is often attributed to the presence of non-robust features in neural networks. While prior defenses reduce their impact via pruning, masking, or feature recalibration, we instead prop…

Adversarial Robustness

Neural Clamping: Joint Input Perturbation and Temperature Scaling for Neural Network Calibration

2022-09-23 · Yung-Chen Tang, Pin-Yu Chen, Tsung-Yi Ho

Neural network calibration is an essential task in deep learning to ensure consistency between the confidence of model prediction and the true correctness likelihood. In this paper, we propose a new post-processing calib…

MBCT: Tree-Based Feature-Aware Binning for Individual Uncertainty Calibration

2022-02-09 · Siguang Huang, Yunli Wang, Lili Mou, Huayue Zhang 외

Most machine learning classifiers only concern classification accuracy, while certain applications (such as medical diagnosis, meteorological forecasting, and computation advertising) require the model to predict the tru…

Medical Diagnosis

Extreme Miscalibration and the Illusion of Adversarial Robustness

2024-02-27 · Vyas Raina, Samson Tan, Volkan Cevher, Aditya Rawal 외

Deep learning-based Natural Language Processing (NLP) models are vulnerable to adversarial attacks, where small perturbations can cause a model to misclassify. Adversarial Training (AT) is often used to increase model ro…

Adversarial AttackAdversarial Robustness

T-CIL: Temperature Scaling using Adversarial Perturbation for Calibration in Class-Incremental Learning

2025-03-28 · CVPR 2025 1 · Seong-Hyeon Hwang, Minsu Kim, Steven Euijong Whang

We study model confidence calibration in class-incremental learning, where models learn from sequential tasks with different class sets. While existing works primarily focus on accuracy, maintaining calibrated confidence…

class-incremental learningClass Incremental LearningIncremental Learning