paper-with-me

Papers

FormulaCode: Evaluating Agentic Optimization on Large Codebases

2026-03-16 · Atharva Sehgal, James Hou, Akanksha Sarkar, Ishaan Mantripragada, Swarat Chaudhuri, Jennifer J. Sun, Yisong Yue 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 largely rely on synthetic tasks, binary correctness signals, or single-objective evaluation, limiting their ability to assess holistic optimization behavior. We introduce FormulaCode, a benchmark for evaluating agentic optimization on large, real-world codebases with fine-grained, multi-objective performance metrics. FormulaCode comprises 957 performance bottlenecks mined from scientific Python repositories on GitHub, each paired with expert-authored patches and, on average, 264.6 community-maintained performance workloads per task, enabling the holistic ability of LLM agents to optimize codebases under realistic correctness and performance constraints. Our evaluations reveal that repository-scale, multi-objective optimization remains a major challenge for frontier LLM agents. Project website at: https://formula-code.github.io

📄 PDF Abstract BibTeX arXiv:2603.16011

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ZeroDayBench: Evaluating LLM Agents on Unseen Zero-Day Vulnerabilities for Cyberdefense

2026-03-02 · Nancy Lau, Louis Sloot, Jyoutir Raj, Giuseppe Marco Boscardin 외 arxiv

Large language models (LLMs) are increasingly being deployed as software engineering agents that autonomously contribute to repositories. A major benefit these agents present is their ability to find and patch security v…

AUTOGATE: Automated Clock Gating via Toggling-Aware LLM-based RTL Rewriting

2026-06-16 · Yiting Wang, Chenhui Deng, Chia-Tung Ho, Yanqing Zhang 외 arxiv

Fine-grain clock gating (FGCG) is among the most effective techniques for reducing dynamic power, yet current FGCG optimization flows remain largely manual. Recent LLM-based RTL optimization approaches remain limited by …

Agentic Separation Logic Specification Synthesis

2026-05-26 · Tarun Suresh, David Korczynski, Julien Vanegue arxiv

Specification synthesis, the task of automatically inferring formal specifications from program implementations and natural language, is important for refactoring, transpilation, optimization, and verification, yet remai…

FreshBrew: A Benchmark for Evaluating AI Agents on Java Code Migration

2025-10-06 · Victor May, Diganta Misra, Yanqi Luo, Anjali Sridhar 외 arxiv

AI coding assistants are rapidly becoming integral to modern software development. A key challenge in this space is the continual need to migrate and modernize codebases in response to evolving software ecosystems. Tradi…

Beyond Human-Readable: Rethinking Software Engineering Conventions for the Agentic Development Era

2026-04-08 · Dmytro Ustynov arxiv

For six decades, software engineering principles have been optimized for a single consumer: the human developer. The rise of agentic AI development, where LLM-based agents autonomously read, write, navigate, and debug co…