paper-with-me

홈 › Papers

ScienceIDE: Turning World's Scientific Codebase into Agent Learnable Environments

2026-09-16 · Hejia Geng, Zesen Huang, Haoyang Li, Wenbin Li, Koutian Wu, Zihan Zhou, Yuanbo Pang, Weihao Liu, Zigong Xu, Zhiping Li, Zongzheng Zhang, Chuanfei Dong, Jiankai Sun, Tianzhe Zheng, Fengyu Xie, Yue Ma, Yueheng Shi, Tong Xie, Zonglin Di, Xianrong Liu, Qucheng Gao, Yimin Liu, Jiaming Pan, Sheng Huang, Xiao-Han Ma, Lanqing Yuan, Zhenlin Zhu, Ziang Liu, Ziyang Xu, Junkai Wang, Kangkai Liang, Jiayi Xian, Zehong Zhao, Liuwei Xu, Jingxu Xie, Peijin Zhang, Qiang Gao, Chengyi Xing, Zhe Zhao, Xi Wang, Yaopeng Xing, Xing Meng, Zhenfei Yin, Yingcheng Wu, Ling Yang hf

Scientific code repositories encode decades of human knowledge in executable models, methods, and tools. Yet fragmented toolchains, implicit domain conventions, and specialized correctness criteria make this knowledge difficult to convert into reliable learning experience-a challenge we call the scientific experience bottleneck. We introduce ScienceIDE, infrastructure for turning the world's scientific code into programmable environments for scientific agents. Guided by expert-defined scientific cases and acceptance criteria, agents transform repositories into executable environments that support task generation, execution, and scientific verification. These environments provide a shared foundation for supervised fine-tuning, reinforcement learning, and evaluation. Using verified interaction trajectories, we train PhAI-IDE-72B, PhAI-IDE-9B, and PhAI-IDE-4B. The model family shows gains in held-out scientific-code repair and across selected general-purpose benchmarks in code, reasoning, and knowledge, providing evidence of positive transfer from scientific experience to broader capabilities. ScienceIDE lays the foundation for an integrated workspace for agent learning and scientific practice, making humanity's scientific software a shared substrate for developing scientific intelligence. Code: https://github.com/aitofound/ScienceIDE

📄 PDF Abstract BibTeX arXiv:2609.19134

Code (3)

Aaron617/agent-arXiv-daily ★ 10
Gen-Verse/DFM-Plans ★ 12
aitofound/ScienceIDE ★ 27

Tasks

Reinforcement LearningCode Repair

Similar Papers 제목 키워드 기반

FormulaCode: Evaluating Agentic Optimization on Large Codebases

2026-03-16 · Atharva Sehgal, James Hou, Akanksha Sarkar, Ishaan Mantripragada 외 arxiv

Large language model (LLM) coding agents increasingly operate at the repository level, motivating benchmarks that evaluate their ability to optimize entire codebases under realistic constraints. Existing code benchmarks …

CodeScientist: End-to-End Semi-Automated Scientific Discovery with Code-based Experimentation

2025-03-20 · Peter Jansen, Oyvind Tafjord, Marissa Radensky, Pao Siangliulue 외

Despite the surge of interest in autonomous scientific discovery (ASD) of software artifacts (e.g., improved ML algorithms), current ASD systems face two key limitations: (1) they largely explore variants of existing cod…

Articlesscientific discovery

ProgramBench: Can Language Models Rebuild Programs From Scratch?

2026-05-05 · John Yang, Kilian Lieret, Jeffrey Ma, Parth Thakkar 외 arxiv

Turning ideas into full software projects from scratch has become a popular use case for language models. Agents are being deployed to seed, maintain, and grow codebases over extended periods with minimal human oversight…

LARGER: Lexically Anchored Repository Graph Exploration and Retrieval

2026-05-08 · Yuntong Hu, Tongli Su, Liang Zhao, Bowen Zhu 외 arxiv

Repository-level coding agents must first localize the files and symbols relevant to a task; failures at this stage can cascade across downstream objectives ranging from patch generation to test writing and codebase ques…

Question Answering

Paper2Agent: Reimagining Research Papers As Interactive and Reliable AI Agents

2025-09-08 · Jiacheng Miao, Joe R. Davis, Yaohui Zhang, Jonathan K. Pritchard 외 arxiv

We introduce Paper2Agent, an automated framework that converts research papers into AI agents. Paper2Agent transforms research output from passive artifacts into active systems that can accelerate downstream use, adoptio…