paper-with-me

Papers

Intent2Tx: Benchmarking LLMs for Translating Natural Language Intents into Ethereum Transactions

2026-04-30 · Zhuoran Pan, Yue Li, Zhi Guan, Jianbin Hu, Zhong Chen arxiv

The emergence of Large Language Models (LLMs) offers a transformative interface for Web3, yet existing benchmarks fail to capture the complexity of translating high-level user intents into functionally correct, state-dependent on-chain transactions. We present \textsc{Intent2Tx}, a high-fidelity benchmark featuring 29,921 single-step and 1,575 multi-step instances meticulously derived from 300 days of real-world Ethereum mainnet traces. Unlike prior works that rely on synthetic instructions, \textsc{Intent2Tx} grounds natural language intents in real-world protocol interactions across 11 categories, including diverse long-tail Decentralized Finance (DeFi) primitives. To enable rigorous evaluation, we propose an execution-aware framework that transcends surface-level text matching by employing differential state analysis on forked mainnet environments. Our extensive evaluation of 16 state-of-the-art LLMs reveals that while scaling and retrieval-augmentation enhance logical consistency and parameter precision, current models struggle with out-of-distribution generalization and multi-step planning. Crucially, our execution-based analysis demonstrates that syntactically valid outputs often fail to achieve intended state transitions, highlighting a significant gap in current "reasoning-to-execution" capabilities. \textsc{Intent2Tx} serves as a critical foundation for developing autonomous, reliable agents in intent-centric Web3 ecosystems. Code and data: https://anonymous.4open.science/r/Intent2Tx_Bench-97FF .

📄 PDF Abstract BibTeX arXiv:2604.27763

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Natural Language Commanding via Program Synthesis

2023-06-06 · Apurva Gandhi, Thong Q. Nguyen, Huitian Jiao, Robert Steen 외

We present Semantic Interpreter, a natural language-friendly AI system for productivity software such as Microsoft Office that leverages large language models (LLMs) to execute user intent across application features. Wh…

Program SynthesisRetrieval

Coder as Editor: Code-driven Interpretable Molecular Optimization

2025-10-16 · Wenyu Zhu, Chengzhu Li, Xiaohe Tian, Yifan Wang 외 arxiv

Molecular optimization is a central task in drug discovery that requires precise structural reasoning and domain knowledge. While large language models (LLMs) have shown promise in generating high-level editing intention…

Code GenerationDrug Discovery

From Intent to Execution: Multimodal Chain-of-Thought Reinforcement Learning for Precise CAD Code Generation

2025-08-13 · Ke Niu, Haiyang Yu, Zhuofan Chen, Mengyang Zhao 외 arxiv

Computer-Aided Design (CAD) plays a vital role in engineering and manufacturing, yet current CAD workflows require extensive domain expertise and manual modeling effort. Recent advances in large language models (LLMs) ha…

Reinforcement LearningLogical ReasoningCode Generation

Bridging Language Models and Formal Methods for Intent-Driven Optical Network Design

2025-09-26 · Anis Bekri, Amar Abane, Abdella Battou, Saddek Bensalem arxiv

Intent-Based Networking (IBN) aims to simplify network management by enabling users to specify high-level goals that drive automated network design and configuration. However, translating informal natural-language intent…

Pragmatic Reasoning improves LLM Code Generation

2025-02-20 · Zhuchen Cao, Sven Apel, Adish Singla, Vera Demberg

Large Language Models (LLMs) have demonstrated impressive potential in translating natural language (NL) instructions into program code. However, user instructions often contain inherent ambiguities, making it challengin…

Code GenerationReranking