paper-with-me

홈 › Papers

Rule2DRC: Benchmarking LLM Agents for DRC Script Synthesis with Execution-Guided Test Generation

2026-05-15 · Jinuk Kim, Junsoo Byun, Donghwi Hwang, Seong-Jin Park, Hyun Oh Song arxiv

Manufacturable chip layouts must satisfy thousands of geometry-based design rules, and design rule checking (DRC) enforces them by running executable DRC scripts on layouts. Translating natural language rules into correct DRC scripts is labor-intensive and requires specialized expertise, motivating LLM agents for DRC script synthesis and debugging. However, existing benchmarks have small evaluation sets and often evaluate scripts by code similarity rather than execution correctness, and prior machine learning-based methods either ignore execution feedback or require labeled test layouts as agent's input. To this end, we introduce Rule2DRC, a large-scale benchmark for DRC script coding agents with 1,000 rule-to-script tasks and 13,921 evaluation chip layouts for execution-based scoring. Rule2DRC provides an evaluation pipeline that measures functional correctness via DRC execution outcomes without requiring evaluation layouts as input to the agent. We also propose SplitTester, a tester agent for program selection that uses execution feedback to generate discriminative test cases and separate previously indistinguishable candidate scripts, substantially improving Best-of-N selection performance in this domain. We release the code at https://github.com/snu-mllab/Rule2DRC.

📄 PDF Abstract BibTeX arXiv:2605.15669

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ResearchEnvBench: Benchmarking Agents on Environment Synthesis for Research Code Execution

2026-03-06 · Yubang Wang, Chenxi Zhang, Bowen Chen, Zezheng Huai 외 arxiv

Autonomous agents are increasingly expected to support scientific research, and recent benchmarks report progress in code repair and autonomous experimentation. However, these evaluations typically assume a pre-configure…

Code Repair

E-Bench: Benchmarking Multi-Step Tool-Use Agents in Real-World Product Scenarios

2026-07-26 · Weihuang Zheng, Tianyuan Zou, Eileen Ye, Alphet Liu 외 arxiv

Large Language Models (LLMs) are increasingly deployed as agents that interact with stateful environments over multiple steps: gathering hidden information, composing tool calls, and committing state changes. We refer to…

AutoSpec: Safety Rule Evolution for LLM Agents via Inductive Logic Programming

2026-06-23 · Pingchuan Ma, Zhaoyu Wang, Zimo Ji, Yuguang Zhou 외 arxiv

Large language model (LLM) agents increasingly automate complex tasks by integrating language models with external tools and environments. However, their autonomy poses significant safety risks: agents may execute destru…

Inductive logic programming

Benchmarking LLM-based agents for single-cell omics analysis

2025-08-16 · Yang Liu, Lu Zhou, Xiawei Du, Ruikun He 외 arxiv

Background: The surge in single-cell omics data exposes limitations in traditional, manually defined analysis workflows. AI agents offer a paradigm shift, enabling adaptive planning, executable code generation, traceable…

Program SynthesisCode Generation

SAGE: A Service Agent Graph-guided Evaluation Benchmark

2026-04-10 · Ling Shi, Yuqin Dai, Ziyin Wang, Ning Gao 외 arxiv

The development of Large Language Models (LLMs) has catalyzed automation in customer service, yet benchmarking their performance remains challenging. Existing benchmarks predominantly rely on static paradigms and single-…