paper-with-me

Papers

ReVEAL: GNN-Guided Reverse Engineering for Formal Verification of Optimized Multipliers

2025-12-24 · Chen Chen, Daniela Kaufmann, Chenhui Deng, Zhan Song, Hongce Zhang, Cunxi Yu arxiv

We present ReVEAL, a graph-learning-based method for reverse engineering of multiplier architectures to improve algebraic circuit verification techniques. Our framework leverages structural graph features and learning-driven inference to identify architecture patterns at scale, enabling robust handling of large optimized multipliers. We demonstrate applicability across diverse multiplier benchmarks and show improvements in scalability and accuracy compared to traditional rule-based approaches. The method integrates smoothly with existing verification flows and supports downstream algebraic proof strategies.

📄 PDF Abstract BibTeX arXiv:2512.22260

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LLM Agent-Assisted Reverse Engineering with Quantitative Readability Metrics

2026-06-05 · Neil Archibald, Ruben Thijssen arxiv

Automatic decompilers produce functionally correct but often unreadable C code. This paper addresses one stage of the reverse engineering workflow: improving the readability of decompiled code using LLM agents guided by …

Formal Semantics for Agentic Tool Protocols: A Process Calculus Approach

2026-03-25 · Andreas Schlapbach arxiv

The emergence of large language model agents capable of invoking external tools has created urgent need for formal verification of agent protocols. Two paradigms dominate this space: Schema-Guided Dialogue (SGD), a resea…

From Natural Language to Verified Code: Toward AI Assisted Problem-to-Code Generation with Dafny-Based Formal Verification

2026-04-24 · Md Erfan, Md Kamal Hossain Chowdhury, Ahmed Ryan, Md Rayhanur Rahman arxiv

Large Language Models (LLMs) show promise in automated software engineering, yet their guarantee of correctness is frequently undermined by erroneous or hallucinated code. To enforce model honesty, formal verification re…

Code Generation

IReEn: Reverse-Engineering of Black-Box Functions via Iterative Neural Program Synthesis

2020-06-18 · NeurIPS Workshop CAP 2020 12 · Hossein Hajipour, Mateusz Malinowski, Mario Fritz

In this work, we investigate the problem of revealing the functionality of a black-box agent. Notably, we are interested in the interpretable and formal description of the behavior of such an agent. Ideally, this descrip…

Computer SecurityProgram Synthesis

Formal verification of tree-based machine learning models for lateral spreading

2026-03-17 · Krishna Kumar arxiv

Machine learning models for geotechnical hazard prediction can achieve high accuracy while learning physically inconsistent relationships from sparse or biased training data. Current remedies (post-hoc explainability, su…