paper-with-me

홈 › Papers

An end-to-end agentic pipeline for smart contract translation and quality evaluation

2026-02-14 · Abhinav Goel, Chaitya Shah, Agostino Capponi, Alfio Gliozzo arxiv

We present an end-to-end framework for systematic evaluation of LLM-generated smart contracts from natural-language specifications. The system parses contractual text into structured schemas, generates Solidity code, and performs automated quality assessment through compilation and security checks. Using CrewAI-style agent teams with iterative refinement, the pipeline produces structured artifacts with full provenance metadata. Quality is measured across five dimensions, including functional completeness, variable fidelity, state-machine correctness, business-logic fidelity, and code quality aggregated into composite scores. The framework supports paired evaluation against ground-truth implementations, quantifying alignment and identifying systematic error modes such as logic omissions and state transition inconsistencies. This provides a reproducible benchmark for empirical research on smart contract synthesis quality and supports extensions to formal verification and compliance checking.

📄 PDF Abstract BibTeX arXiv:2602.13808

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PoCo: Agentic Proof-of-Concept Exploit Generation for Smart Contracts

2025-11-04 · Vivi Andersson, Sofia Bobadilla, Harald Hobbelhagen, Martin Monperrus arxiv

Smart contracts operate in a highly adversarial environment, where vulnerabilities can lead to substantial financial losses. Thus, smart contracts are subject to security audits. In auditing, proof-of-concept (PoC) explo…

SmartEval: A Benchmark for Evaluating LLM-Generated Smart Contracts from Natural Language Specifications

2026-05-10 · Abhinav Goel, Agostino Capponi, Alfio Gliozzo, Chaitya Shah arxiv

We introduce SmartEval, a benchmark for systematically evaluating the quality of Solidity smart contracts generated by large language models (LLMs) from natural language specifications. SmartEval provides a corpus of 9,0…

Knowdit: Agentic Smart Contract Vulnerability Detection with Auditing Knowledge Summarization

2026-03-27 · Ziqiao Kong, Wanxu Xia, Chong Wang, Yue Xue 외 arxiv

Smart contracts govern billions of dollars in decentralized finance (DeFi), yet automated vulnerability detection remains challenging because many vulnerabilities are tightly coupled with project-specific business logic.…

Vulnerability Detection

Teaching Machines to Code: Smart Contract Translation with LLMs

2024-03-13 · Rabimba Karanjai, Lei Xu, Weidong Shi

The advent of large language models (LLMs) has marked a significant milestone in the realm of artificial intelligence, with their capabilities often matching or surpassing human expertise in various domains. Among these …

Translation

Conversion of Legal Agreements into Smart Legal Contracts using NLP

2022-08-27 · Eason Chen, Niall Roche, Yuen-Hsien Tseng, Walter Hernandez 외

A Smart Legal Contract (SLC) is a specialized digital agreement comprising natural language and computable components. The Accord Project provides an open-source SLC framework containing three main modules: Cicero, Conce…

NERQuestion Answering