paper-with-me

Papers

MHRC-Bench: A Multilingual Hardware Repository-Level Code Completion benchmark

2026-01-07 · Qingyun Zou, Jiahao Cui, Nuo Chen, Bingsheng He, Weng-Fai Wong arxiv

Large language models (LLMs) have achieved strong performance on code completion tasks in general-purpose programming languages. However, existing repository-level code completion benchmarks focus almost exclusively on software code and largely overlook hardware description languages. In this work, we present \textbf{MHRC-Bench}, consisting of \textbf{MHRC-Bench-Train} and \textbf{MHRC-Bench-Eval}, the first benchmark designed for multilingual hardware code completion at the repository level. Our benchmark targets completion tasks and covers three major hardware design coding styles. Each completion target is annotated with code-structure-level and hardware-oriented semantic labels derived from concrete syntax tree analysis. We conduct a comprehensive evaluation of models on MHRC-Bench-Eval. Comprehensive evaluation results and analysis demonstrate the effectiveness of MHRC-Bench.

📄 PDF Abstract BibTeX arXiv:2601.03708

Code (0)

등록된 구현이 없습니다.

Tasks

Code Completion

Similar Papers 제목 키워드 기반

M2rc-Eval: Massively Multilingual Repository-level Code Completion Evaluation

2024-10-28 · Jiaheng Liu, Ken Deng, Congnan Liu, Jian Yang 외

Repository-level code completion has drawn great attention in software engineering, and several benchmark datasets have been introduced. However, existing repository-level code completion benchmarks usually focus on a li…

Code Completion

Graph-free Multi-hop Reading Comprehension: A Select-to-Guide Strategy

2021-07-25 · Bohong Wu, Zhuosheng Zhang, Hai Zhao

Multi-hop reading comprehension (MHRC) requires not only to predict the correct answer span in the given passage, but also to provide a chain of supporting evidences for reasoning interpretability. It is natural to model…

Multi-Hop Reading ComprehensionReading Comprehension

Agentic Hardware Design as Repository-Level Code Evolution

2026-06-26 · Cunxi Yu, Chenhui Deng, Nathaniel Pinckney, Brucek Khailany arxiv

We present HORIZON, a self-evolving agent framework that treats hardware design as repository-level code evolution. A Markdown harness is compiled into a project pack containing domain knowledge, an executable evaluator,…

SWE-Bench++: A Framework for the Scalable Generation of Software Engineering Benchmarks from Open-Source Repositories

2025-12-19 · Lilin Wang, Lucas Ramalho, Alan Celestino, Phuc Anthony Pham 외 arxiv

Benchmarks like SWE-bench have standardized the evaluation of Large Language Models (LLMs) on repository-level software engineering tasks. However, these efforts remain limited by manual curation, static datasets, and a …

Code Generation

HWE-Bench: Benchmarking LLM Agents on Real-World Hardware Bug Repair Tasks

2026-04-16 · Fan Cui, Hongyuan Hou, Zizhang Luo, Chenyun Yin 외 arxiv

Existing benchmarks for hardware design primarily evaluate Large Language Models (LLMs) on isolated, component-level tasks such as generating HDL modules from specifications, leaving repository-scale evaluation unaddress…