paper-with-me

홈 › Papers

LiteCoder-Terminal: Scaling Long-Horizon Terminal Environments for Learning Language Agents

2026-05-28 · Xiaoxuan Peng, Kaiqi Zhang, Xinyu Lu, Boxi Cao, Yaojie Lu, Hongyu Lin, Xianpei Han, Le Sun arxiv

Mastering terminal environments requires language agents capable of multi-step planning, feedback-grounded execution, and dynamic state adaptation. However, training such agents is currently bottlenecked by a reliance on scraped external repositories, which limits domain diversity, environment controllability, and the targeting of specific capability deficits. We introduce LiteCoder-Terminal-Gen, a zero-dependency synthesis pipeline that autonomously generates executable and verifiable terminal training environments directly from domain specifications. Using this framework, we construct two large-scale resources: LiteCoder-Terminal-SFT, comprising 11,255 expert trajectories across 10 domains, and LiteCoder-Terminal-RL, featuring 602 verifiable environments for trajectory-level preference optimization. Supervised fine-tuning of Qwen-family models on our SFT dataset yields agents that significantly outperform their base counterparts. Notably, our 32B variant achieves 29.06%, 18.54%, and 34.00% pass@1 on Terminal Bench 1.0, 2.0, and Pro, respectively. Furthermore, applying Direct Multi-turn Preference Optimization (DMPO) on our RL environments yields additional performance gains. These results systematically demonstrate that fully synthetic, executable environments offer a scalable and verifiable supervision signal for mastering complex, real-world command-line workflows.

📄 PDF Abstract BibTeX arXiv:2605.29559

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Long-Horizon-Terminal-Bench: Testing the Limits of Agents on Long-Horizon Terminal Tasks with Dense Reward-Based Grading

2026-07-09 · Zongxia Li, Zhongzhi Li, Yucheng Shi, Ruhan Wang 외 arxiv

AI agents have become capable of autonomously completing short, well-specified tasks. However, existing terminal benchmarks largely focus on simple problems that finish within minutes and are evaluated only by their fina…

Large-Scale Terminal Agentic Trajectory Generation from Dockerized Environments

2026-02-01 · Siwei Wu, Yizhi Li, Yuyang Song, Wei Zhang 외 arxiv

Training agentic models for terminal-based tasks critically depends on high-quality terminal trajectories that capture realistic long-horizon interactions across diverse domains. However, constructing such data at scale …

Recursive Synthesis for Long-Horizon Terminal Tasks

2026-08-05 · Zhongzhi Li, Yucheng Shi, Zongxia Li, Ruhan Wang 외 hf

High-quality long-horizon training data for terminal agents is expensive to produce, often costing hundreds to thousands of dollars per task, because each task must keep the instruction, environment, reference solution, …

On Data Engineering for Scaling LLM Terminal Capabilities

2026-02-24 · Renjie Pi, Grace Lam, Mohammad Shoeybi, Pooya Jannaty 외 arxiv

Despite rapid recent progress in the terminal capabilities of large language models, the training data strategies behind state-of-the-art terminal agents remain largely undisclosed. We address this gap through a systemat…

A Self-Evolving Framework for Efficient Terminal Agents via Observational Context Compression

2026-04-21 · Jincheng Ren, Siwei Wu, Yizhi Li, Kang Zhu 외 arxiv

As terminal agents scale to long-horizon, multi-turn workflows, a key bottleneck is not merely limited context length, but the accumulation of noisy terminal observations in the interaction history. Retaining raw observa…