paper-with-me

홈 › Papers

DUET: Agentic Design Understanding via Experimentation and Testing

2025-12-06 · Gus Henry Smith, Sandesh Adhikary, Vineet Thumuluri, Karthik Suresh, Vivek Pandit, Kartik Hegde, Hamid Shojaei, Chandra Bhagavatula arxiv

AI agents powered by large language models (LLMs) are being used to solve increasingly complex software engineering challenges, but struggle with hardware design tasks. Register Transfer Level (RTL) code presents a unique challenge for LLMs, as it encodes complex, dynamic, time-evolving behaviors using the low-level language features of SystemVerilog. LLMs struggle to infer these complex behaviors from the syntax of RTL alone, which limits their ability to complete all downstream tasks like code completion, documentation, or verification. In response to this issue, we present DUET: a general methodology for developing Design Understanding via Experimentation and Testing. DUET mimics how hardware design experts develop an understanding of complex designs: not just via a one-off readthrough of the RTL, but via iterative experimentation using a number of tools. DUET iteratively generates hypotheses, tests them with EDA tools (e.g., simulation, waveform inspection, and formal verification), and integrates the results to build a bottom-up understanding of the design. In our evaluations, we show that DUET improves AI agent performance on formal verification, when compared to a baseline flow without experimentation.

📄 PDF Abstract BibTeX arXiv:2512.06247

Code (0)

등록된 구현이 없습니다.

Tasks

Code Completion

Similar Papers 제목 키워드 기반

Duet: efficient and scalable hybriD neUral rElation undersTanding

2023-07-25 · Kaixin Zhang, Hongzhi Wang, Yabin Lu, ZiQi Li 외

Learned cardinality estimation methods have achieved high precision compared to traditional methods. Among learned methods, query-driven approaches have faced the workload drift problem for a long time. Although both dat…

CPUGPURelation

Comparison Lift: Bandit-based Experimentation System for Online Advertising

2020-09-16 · Tong Geng, Xiliang Lin, Harikesh S. Nair, Jun Hao 외

Comparison Lift is an experimentation-as-a-service (EaaS) application for testing online advertising audiences and creatives at JD.com. Unlike many other EaaS tools that focus primarily on fixed sample A/B testing, Compa…

Experimental Design

Vibe Coding vs. Agentic Coding: Fundamentals and Practical Implications of Agentic AI

2025-05-26 · Ranjan Sapkota, Konstantinos I. Roumeliotis, Manoj Karkee

This review presents a comprehensive analysis of two emerging paradigms in AI-assisted software development: vibe coding and agentic coding. While both leverage large language models (LLMs), they differ fundamentally in …

Duet at TREC 2019 Deep Learning Track

2019-12-10 · Bhaskar Mitra, Nick Craswell

This report discusses three submissions based on the Duet architecture to the Deep Learning track at TREC 2019. For the document retrieval task, we adapt the Duet model to ingest a "multiple field" view of documents---we…

Deep LearningLearning-To-RankPassage RetrievalRetrieval

VideoLLM Knows When to Speak: Enhancing Time-Sensitive Video Comprehension with Video-Text Duet Interaction Format

2024-11-27 · Yueqian Wang, Xiaojun Meng, Yuxuan Wang, Jianxin Liang 외

Recent researches on video large language models (VideoLLM) predominantly focus on model architectures and training datasets, leaving the interaction format between the user and the model under-explored. In existing work…

Dense Video CaptioningGrounded Video Question AnsweringHighlight DetectionQuestion Answering+3