Blockchain Papers

Follow blockchain research across journals, conferences, and preprint repositories.

111 papersLast indexed Aug 31, 2026
Search papers

Paper index

111 results · page 4 of 5

Clear filters
Mar 2, 2024·arXiv (Cornell University)
1 cites
Evault for legal records

N, Jeba, S Anas, S Anuragav, R. Abhishek · 5 authors

Innovative solution for addressing the challenges in the legal records management system through a blockchain-based eVault platform. Our objective is to create a secure, transparent, and accessible ecosystem that caters to the needs of all stakeholders, including lawyers, judges, clients, and registrars. First and foremost, our solution is built on a robust blockchain platform like Ethereum harnessing the power of smart contracts to manage access, permissions, and transactions effectively. This ensures the utmost security and transparency in every interaction within the system. To make our eVault system user-friendly, we've developed intuitive interfaces for all stakeholders. Lawyers, judges, clients, and even registrars can effortlessly upload and retrieve legal documents, track changes, and share information within the platform. But that's not all; we've gone a step further by incorporating a document creation and saving feature within our app and website. This feature allows users to generate and securely store legal documents, streamlining the entire documentation process.

Open access
2 source records
cs.CR
cs.CY
Artificial Intelligence in Law
Original source
Feb 7, 2024·arXiv (Cornell University)
1 cites
SCLA: Automated Smart Contract Summarization via LLMs and Control Flow Prompt

Xiaoqi Li, Yingjie Mao, Zexin Lu, Wenkai Li · 5 authors

Smart contract code summarization is crucial for efficient maintenance and vulnerability mitigation. While many studies use Large Language Models (LLMs) for summarization, their performance still falls short compared to fine-tuned models like CodeT5+ and CodeBERT. Some approaches combine LLMs with data flow analysis but fail to fully capture the hierarchy and control structures of the code, leading to information loss and degraded summarization quality. We propose SCLA, an LLM-based method that enhances summarization by integrating a Control Flow Graph (CFG) and semantic facts from the code's control flow into a semantically enriched prompt. SCLA uses a control flow extraction algorithm to derive control flows from semantic nodes in the Abstract Syntax Tree (AST) and constructs the corresponding CFG. Code semantic facts refer to both explicit and implicit information within the AST that is relevant to smart contracts. This method enables LLMs to better capture the structural and contextual dependencies of the code. We validate the effectiveness of SCLA through comprehensive experiments on a dataset of 40,000 real-world smart contracts. The experiment shows that SCLA significantly improves summarization quality, outperforming the SOTA baselines with improvements of 26.7%, 23.2%, 16.7%, and 14.7% in BLEU-4, METEOR, ROUGE-L, and BLEURT scores, respectively.

Open access
3 source records
cs.SE
Artificial Intelligence in Law
Topic Modeling
Original source
Nov 17, 2023·Information and Software Technology
32 cites
Automatic smart contract comment generation via large language models and in-context learning

J. Leon Zhao, Xiang Chen, Guang Yang, Yiheng Shen

The previous smart contract code comment (SCC) generation approaches can be divided into two categories: fine-tuning paradigm-based approaches and information retrieval-based approaches. However, for the fine-tuning paradigm-based approaches, the performance may be limited by the quality of the gathered dataset for the downstream task and they may have knowledge-forgetting issues. While for the information retrieval-based approaches, it is difficult for them to generate high-quality comments if similar code does not exist in the historical repository. Therefore we want to utilize the domain knowledge related to SCC generation in large language models (LLMs) to alleviate the disadvantages of these two types of approaches. In this study, we propose an approach SCCLLM based on LLMs and in-context learning. Specifically, in the demonstration selection phase, SCCLLM retrieves the top-k code snippets from the historical corpus by considering syntax, semantics, and lexical information. In the in-context learning phase, SCCLLM utilizes the retrieved code snippets as demonstrations, which can help to utilize the related knowledge for this task. We select a large corpus from a smart contract community Etherscan.io as our experimental subject. Extensive experimental results show the effectiveness of SCCLLM when compared with baselines in automatic evaluation and human evaluation.

Open access
3 source records
Topic Modeling
Sentiment Analysis and Opinion Mining
Hate Speech and Cyberbullying Detection
Original source
Oct 26, 2023·Open Repository and Bibliography (University of Luxembourg)
0 cites
Distributed Argumentation Technology: Advancing Risk Analysis and Regulatory Compliance of Distributed Ledger Technology (DLT) for Transaction and Management of Securities

YU, Liuwen

Distributed argumentation technology is a computational approach incorporating argumentation reasoning mechanisms within multi-agent systems. For the formal foundations of distributed argumentation technology, in this thesis, we conduct a principle-based analysis of structured argumentation as well as abstract multi-agent and abstract bipolar argumentation. The results of the principle-based approach of these theories provide an overview and guideline for further applications of the theories. Moreover, in this thesis we explore distributed argumentation technology using distributed ledgers. We envision an Intelligent Human-input-based Blockchain Oracle (IHiBO), an artificial intelligence tool for storing argumentation reasoning. We propose a decentralized and secure architecture for conducting decision-making, addressing key concerns of trust, transparency, and immutability. We model fund management with agent argumentation in IHiBO and analyze its compliance with European fund management legal frameworks. We illustrate how bipolar argumentation balances pros and cons in legal reasoning in a legal divorce case, and how the strength of arguments in natural language can be represented in structured arguments. Finally, we discuss how distributed argumentation technology can be used to advance risk management, regulatory compliance of distributed ledgers for financial securities, and dialogue techniques.

Open access
Multi-Agent Systems and Negotiation
Artificial Intelligence in Law
Blockchain Technology Applications and Security
Original source
Oct 25, 2023·International Journal of Research and Applied Innovations
1 cites
AI-Driven Identity Verification: Using Facial Recognition, Voice Analysis, and Document Verification to Prevent Identity Theft

Waqas Ishtiaq

Identity theft is one of the fastest-growing forms of cybercrime, driven by large-scale data breaches, phishing, and increasingly sophisticated impersonation attacks. Traditional identity verification methods such as passwords, PINs, and physical documents have proven inadequate in ensuring security at scale. Artificial Intelligence (AI) has emerged as a transformative enabler of next-generation identity verification by leveraging multimodal techniques, including facial recognition, voice biometrics, and document authentication. The paper discusses how AI- based verification systems can be used to prevent identity theft and how the system is used in real-time adaptive, and frictionless authentication over high-stakes areas, including banking, healthcare, e-commerce, and government services. We introduce a multi-layered verification system that combines the facial, voice and document verification modules in a single decision layer to minimize the false positives and negative but enhances the system resistance to spoofing and adversarial attacks. Practical implementations, advantages and governance are described using case studies of financial institutions, e-commerce websites and national identity programs. Nevertheless, there are still obstacles, such as demographic bias, privacy risks, adversarial vulnerability and lack of a coherent regulatory framework that makes it difficult to achieve mass adoption. In the future, we will address future directions in the area of decentralized identity, federated learning, zero-knowledge proofs, explainable AI, and international regulatory alignment. These innovations will work towards building trust, fairness and interoperability in digital identity ecosystems. Finally, this paper shows that AI-based identity verification is not merely a technological breakthrough but one of the essential needs to protect individuals, organizations, and governments against identity theft during the digital age.

Open access
Artificial Intelligence in Law
Ethics and Social Impacts of AI
Original source
Oct 2, 2023·arXiv (Cornell University)
73 cites
Large Language Model-Powered Smart Contract Vulnerability Detection: New Perspectives

Sihao Hu, Tiansheng Huang, Fatih İlhan, Selim Furkan Tekin · 5 authors

This paper provides a systematic analysis of the opportunities, challenges, and potential solutions of harnessing Large Language Models (LLMs) such as GPT-4 to dig out vulnerabilities within smart contracts based on our ongoing research. For the task of smart contract vulnerability detection, achieving practical usability hinges on identifying as many true vulnerabilities as possible while minimizing the number of false positives. Nonetheless, our empirical study reveals contradictory yet interesting findings: generating more answers with higher randomness largely boosts the likelihood of producing a correct answer but inevitably leads to a higher number of false positives. To mitigate this tension, we propose an adversarial framework dubbed GPTLens that breaks the conventional one-stage detection into two synergistic stages $-$ generation and discrimination, for progressive detection and refinement, wherein the LLM plays dual roles, i.e., auditor and critic, respectively. The goal of auditor is to yield a broad spectrum of vulnerabilities with the hope of encompassing the correct answer, whereas the goal of critic that evaluates the validity of identified vulnerabilities is to minimize the number of false positives. Experimental results and illustrative examples demonstrate that auditor and critic work together harmoniously to yield pronounced improvements over the conventional one-stage detection. GPTLens is intuitive, strategic, and entirely LLM-driven without relying on specialist expertise in smart contracts, showcasing its methodical generality and potential to detect a broad spectrum of vulnerabilities. Our code is available at: https://github.com/git-disl/GPTLens.

Open access
4 source records
Blockchain Technology Applications and Security
Cybercrime and Law Enforcement Studies
Artificial Intelligence in Law
Original source
Sep 10, 2023·ACM Transactions on Software Engineering and Methodology
64 cites
When ChatGPT Meets Smart Contract Vulnerability Detection: How Far Are We?

Chong Chen, Jianzhong Su, Jiachi Chen, Yanlin Wang · 10 authors

With the development of blockchain technology, smart contracts have become an important component of blockchain applications. Despite their crucial role, the development of smart contracts may introduce vulnerabilities and potentially lead to severe consequences, such as financial losses. Meanwhile, large language models, represented by ChatGPT, have gained great attention, showcasing great capabilities in code analysis tasks. In this article, we presented an empirical study to investigate the performance of ChatGPT in identifying smart contract vulnerabilities. Initially, we evaluated ChatGPT’s effectiveness using a publicly available smart contract dataset. Our findings discover that while ChatGPT achieves a high recall rate, its precision in pinpointing smart contract vulnerabilities is limited. Furthermore, ChatGPT’s performance varies when detecting different vulnerability types. We delved into the root causes for the false positives generated by ChatGPT, and categorized them into four groups. Second, by comparing ChatGPT with other state-of-the-art smart contract vulnerability detection tools, we found that ChatGPT’s F-score is lower than others for 3 out of the 7 vulnerabilities. In the case of the remaining 4 vulnerabilities, ChatGPT exhibits a slight advantage over these tools. Finally, we analyzed the limitation of ChatGPT in smart contract vulnerability detection, revealing that the robustness of ChatGPT in this field needs to be improved from two aspects: its uncertainty in answering questions; and the limited length of the detected code. In general, our research provides insights into the strengths and weaknesses of employing large language models, specifically ChatGPT, for the detection of smart contract vulnerabilities.

Open access
4 source records
Blockchain Technology Applications and Security
FinTech, Crowdfunding, Digital Finance
Ethics and Social Impacts of AI
Original source
Aug 28, 2023·Information
16 cites
A Secure and Privacy-Preserving Blockchain-Based XAI-Justice System

Konstantinos Demertzis, Konstantinos Rantos, L. Magafas, Charalabos Skianis · 5 authors

Pursuing “intelligent justice” necessitates an impartial, productive, and technologically driven methodology for judicial determinations. This scholarly composition proposes a framework that harnesses Artificial Intelligence (AI) innovations such as Natural Language Processing (NLP), ChatGPT, ontological alignment, and the semantic web, in conjunction with blockchain and privacy techniques, to examine, deduce, and proffer recommendations for the administration of justice. Specifically, through the integration of blockchain technology, the system affords a secure and transparent infrastructure for the management of legal documentation and transactions while preserving data confidentiality. Privacy approaches, including differential privacy and homomorphic encryption techniques, are further employed to safeguard sensitive data and uphold discretion. The advantages of the suggested framework encompass heightened efficiency and expediency, diminished error propensity, a more uniform approach to judicial determinations, and augmented security and privacy. Additionally, by utilizing explainable AI methodologies, the ethical and legal ramifications of deploying intelligent algorithms and blockchain technologies within the legal domain are scrupulously contemplated, ensuring a secure, efficient, and transparent justice system that concurrently protects sensitive information upholds privacy.

Open access
Artificial Intelligence in Law
Blockchain Technology Applications and Security
Ethics and Social Impacts of AI
Original source
Aug 11, 2023·Artificial Intelligence and Law
15 cites
Large language models in cryptocurrency securities cases: can a GPT model meaningfully assist lawyers?

Arianna Trozze, T. Davies, Bennett Kleinberg

Large Language Models (LLMs) could be a useful tool for lawyers. However, empirical research on their effectiveness in conducting legal tasks is scant. We study securities cases involving cryptocurrencies as one of numerous contexts where AI could support the legal process, studying GPT-3.5's legal reasoning and ChatGPT's legal drafting capabilities. We examine whether a) GPT-3.5 can accurately determine which laws are potentially being violated from a fact pattern, and b) whether there is a difference in juror decision-making based on complaints written by a lawyer compared to ChatGPT. We feed fact patterns from real-life cases to GPT-3.5 and evaluate its ability to determine correct potential violations from the scenario and exclude spurious violations. Second, we had mock jurors assess complaints written by ChatGPT and lawyers. GPT-3.5's legal reasoning skills proved weak, though we expect improvement in future models, particularly given the violations it suggested tended to be correct (it merely missed additional, correct violations). ChatGPT performed better at legal drafting, and jurors' decisions were not statistically significantly associated with the author of the document upon which they based their decisions. Because GPT-3.5 cannot satisfactorily conduct legal reasoning tasks, it would be unlikely to be able to help lawyers in a meaningful way at this stage. However, ChatGPT's drafting skills (though, perhaps, still inferior to lawyers) could assist lawyers in providing legal services. Our research is the first to systematically study an LLM's legal drafting and reasoning capabilities in litigation, as well as in securities law and cryptocurrency-related misconduct.

Open access
4 source records
Artificial Intelligence in Law
Law, AI, and Intellectual Property
Computational and Text Analysis Methods
Original source
Jul 12, 2023·Proceedings of the 32nd ACM SIGSOFT International Symposium on Software Testing and Analysis
11 cites
iSyn: Semi-automated Smart Contract Synthesis from Legal Financial Agreements

Pengcheng Fang, Zhenhua Zou, Xusheng Xiao, Zhuotao Liu

Embracing software-driven smart contracts to fulfill legal agreements is a promising direction for digital transformation in the legal sector. Existing solutions mostly consider smart contracts as simple add-ons, without leveraging the programmability of smart contracts to realize complex semantics of legal agreements. In this paper, we propose iSyn, the first end-to-end system that synthesizes smart contracts to fulfill the semantics of financial legal agreements, with minimal human interventions. The design of iSyn centers around a novel intermediate representation (SmartIR) that closes the gap between the natural language sentences and smart contract statements. Specifically, iSyn includes a synergistic pipeline that unifies multiple NLP-techniques to accurately construct SmartIR instances given legal agreements, and performs template-based synthesis based on the SmartIR instances to synthesize smart contracts. We also design a validation framework to verify the correctness and detect known vulnerabilities of the synthesized smart contracts.We evaluate iSyn using legal agreements centering around financial transactions. The results show that iSyn-synthesized smart contracts are syntactically similar and semantically correct (or within a few edits), compared with the “ground truth” smart contracts manually developed by inspecting the legal agreements.

Open access
FinTech, Crowdfunding, Digital Finance
Blockchain Technology Applications and Security
Artificial Intelligence in Law
Original source
Jun 5, 2023·International Journal of Cryptocurrency Research
0 cites
NFTs and Metaverse: Examining the Opportunities and Roadblocks for IP Lawyers in a Globalized World

Ogonna Annette Onwudiegwu

Non-Fungible Tokens (NFTs) have gained significant popularity as a means of ownership and authentication within the metaverse, a virtual reality space where users interact with each other using avatars.In fact, it has been considered to be the legal tender of the metaverse.As the Metaverse and NFTs continue to revolutionize various industries, their impact on Intellectual Property (IP) rights has raised critical concern especially regarding its effect on IP lawyers.It is against this backdrop that this paper delves into the intersection of NFTs and the metaverse by examining the implications, prospects and challenges faced by IP lawyers in an increasingly digitalized world.It also aims to provide valuable insights into the evolving landscape of IP law in relation to NFTs and the metaverse.

Open access
Impact of AI and Big Data on Business and Society
FinTech, Crowdfunding, Digital Finance
Artificial Intelligence in Law
Original source
May 4, 2023·Software and Systems Modeling
15 cites
Automated generation of smart contract code from legal contract specifications with Symboleo2SC

Aidin Rasti, Amal Ahmed Anda, Sofana Alfuhaid, Alireza Parvizimosaed · 8 authors

Complementary materials for the paper that extends the conference paper : "Symboleo2SC: From Legal Contract Specifications to Smart Contracts" <code>symboleo-js-core</code> includes the implementation of the ontology of Symboleo. <code>Symboleo2SC-demo</code> includes the five evaluated Symboleo contracts, their generated smart contracts, and their unit tests.

Open access
3 source records
Blockchain Technology Applications and Security
Auction Theory and Applications
Digitalization, Law, and Regulation
Original source
Apr 28, 2023·Companion Proceedings of the ACM Web Conference 2023
7 cites
Conversion of Legal Agreements into Smart Legal Contracts using NLP

Eason Chen, Niall Roche, Yuen‐Hsien Tseng, Walter Hernández · 6 authors

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, Concerto, and Ergo. Currently, we need lawyers, programmers, and clients to work together with great effort to create a usable SLC using the Accord Project. This paper proposes a pipeline to automate the SLC creation process with several Natural Language Processing (NLP) models to convert law contracts to the Accord Project’s Concerto model. After evaluating the proposed pipeline, we discovered that our NER pipeline accurately detects CiceroMark from Accord Project template text with an accuracy of 0.8. Additionally, our Question Answering method can extract one-third of the Concerto variables from the template text. We also delve into some limitations and possible future research for the proposed pipeline. Finally, we describe a web interface enabling users to build SLCs. This interface leverages the proposed pipeline to convert text documents to Smart Legal Contracts by using NLP models.

Open access
Artificial Intelligence in Law
FinTech, Crowdfunding, Digital Finance
Digital Rights Management and Security
Original source
Apr 18, 2023·LA Referencia (Red Federada de Repositorios Institucionales de Publicaciones Científicas)
0 cites
Gifflar: a framework for generating smart contracts at runtime.

Levy Marlon Souza Santiago

Submitted by Levy Santiago (levyssantiago@gmail.com) on 2023-09-22T11:33:39Z No. of bitstreams: 2 license_rdf: 1037 bytes, checksum: 996f8b5afe3136b76594f43bfda24c5e (MD5) Levy Santiago. Dissertacao Mestrado.pdf: 1690608 bytes, checksum: d786948994ce08676e7c4ca08284546b (MD5)

Open access
Blockchain Technology Applications and Security
Auction Theory and Applications
Artificial Intelligence in Law
Original source
Jan 1, 2023·SSRN Electronic Journal
4 cites
OpenAI ChatGPT for Smart Contract Security Testing: Discussion and Future Directions

Uzay Işın Alıcı, Ayca Oksuztepe, Onur Kılınççeker, Enis Karaarslan

Decentralized applications (Dapps) have the potential to revolutionize many systems and are increasingly used, eg. in Web3 solutions. Smart contracts often manage valuable assets and sensitive data as the loss of any digital asset can be irreversible. There is a growing need for the security of these systems as any vulnerability can lead to irreversible financial losses. However, traditional software development and testing systems fall short of providing security for Blockchain technologies and Web3 developers. Considering the current potential of artificial intelligence, it can be used as a solution to secure Dapps. LLMs can analyze smart contract code for vulnerabilities, generate test cases, and provide recommendations for improvement. In this article, we question the use of ChatGPT for this purpose. It is shown that ChatGPT has the potential to aid developers. Advantages, limitations and improvement methods are given. Possible future work is given.

Open access
2 source records
FinTech, Crowdfunding, Digital Finance
Artificial Intelligence in Law
Blockchain Technology Applications and Security
Original source
Nov 19, 2022·arXiv (Cornell University)
3 cites
Deep Smart Contract Intent Detection

Youwei Huang, Sen Fang, Jianwen Li, Bin Hu · 6 authors

In recent years, research in software security has concentrated on identifying vulnerabilities in smart contracts to prevent significant losses of crypto assets on blockchains. Despite early successes in this area, detecting developers' intents in smart contracts has become a more pressing issue, as malicious intents have caused substantial financial losses. Unfortunately, existing research lacks effective methods for detecting development intents in smart contracts. To address this gap, we propose \textsc{SmartIntentNN} (Smart Contract Intent Neural Network), a deep learning model designed to automatically detect development intents in smart contracts. \textsc{SmartIntentNN} leverages a pre-trained sentence encoder to generate contextual representations of smart contracts, employs a K-means clustering model to identify and highlight prominent intent features, and utilizes a bidirectional LSTM-based deep neural network for multi-label classification. We trained and evaluated \textsc{SmartIntentNN} on a dataset containing over 40,000 real-world smart contracts, employing self-comparison baselines in our experimental setup. The results show that \textsc{SmartIntentNN} achieves an F1-score of 0.8633 in identifying intents across 10 distinct categories, outperforming all baselines and addressing the gap in smart contract detection by incorporating intent analysis.

Open access
3 source records
Artificial Intelligence in Law
Imbalanced Data Classification Techniques
Law, Economics, and Judicial Systems
Original source
Jul 1, 2022·Proceedings/Proceedings of the ... International Conference on Software Engineering and Knowledge Engineering
4 cites
Ethereum Smart Contract Representation Learning for Robust Bytecode-Level Similarity Detection

Zhenzhou Tian, Yaqian Huang, Jie Tian, Zhongmin Wang · 6 authors

Smart contracts are programs that run on a blockchain, where Ethereum is one of the most popular ones supporting them. Due to the fact that they are immutable, it is essential to design smart contracts bug-free before they are deployed. However, various defects have been found in the deployed smart contracts, causing huge economic losses and lowing people's trust. Writing secure smart contracts is far from trivial, where developers tend to engage in reliable resources or social coding platforms to reuse code. This leads to a large number of similar contracts with potential security risks. Therefore, detecting similarity of smart contracts helps to avoid vulnerabilities, identify threats, and improve the security of Ethereum. In this paper, we design a learning-effective and costefficient model, called SmartSD, for Ethereum smart contract similarity detection. Different from the current research efforts, SmartSD is performed on a bytecode level and leverages deep neural networks to learn the latent representations from the opcode sequences for smart contract bytecodes, where the representation learning and similarity measurement are supervised via siamese neural networks. The experimental evaluations demonstrate that SmartSD outperforms EClone's 93.27% accuracy, achieving 98.37% high detection accuracy and 0.9850 F1-score, which is computationally tractable and effectively mitigates the interference caused by compilers.

Open access
Blockchain Technology Applications and Security
Artificial Intelligence in Law
Imbalanced Data Classification Techniques
Original source
Jun 21, 2022·SN Computer Science
21 cites
From Legal Contracts to Formal Specifications: A Systematic Literature Review

Michele Soavi, Nicola Zeni, John Mylopoulos, Luisa Mich

Abstract The opportunity to automate and monitor the execution of legal contracts is gaining increasing interest in Business and Academia, thanks to the advent of smart contracts, blockchain technologies, and the Internet of Things. A critical issue in developing smart contract systems is the formalization of legal contracts, which are traditionally expressed in natural language with all the pitfalls that this entails. This paper presents a systematic literature review of papers for the main steps related to the transformation of a legal contract expressed in natural language into a formal specification. Key research studies have been identified, classified, and analyzed according to a four-step transformation process: (a) structural and semantic annotation to identify legal concepts in text, (b) identification of relationships among concepts, (c) contract domain modeling, and (d) generation of a formal specification. Each one of these steps poses serious research challenges that have been the subject of research for decades. The systematic review offers an overview of the most relevant research efforts undertaken to address each step and identifies promising approaches, best practices, and existing gaps in the literature.

Open access
Artificial Intelligence in Law
Blockchain Technology Applications and Security
Law, AI, and Intellectual Property
Original source
May 9, 2022·Applied Sciences
19 cites
Smart Contract Generation Assisted by AI-Based Word Segmentation

Yu Tong, Weiming Tan, Jingzhi Guo, Bingqing Shen · 6 authors

In the last decade, blockchain smart contracts emerged as an automated, decentralized, traceable, and immutable medium of value exchange. Nevertheless, existing blockchain smart contracts are not compatible with legal contracts. The automatic execution of a legal contract written in natural language is an open research question that can extend the blockchain ecosystem and inspire next-era business paradigms. In this paper, we propose an AI-assisted Smart Contract Generation (AIASCG) framework that allows contracting parties in heterogeneous contexts and different languages to collaboratively negotiate and draft the contract clauses. AIASCG provides a universal representation of contracts through the machine natural language (MNL) as the common understanding of the contract obligations. We compare the design of AIASCG with existing smart contract generation approaches to present its novelty. The main contribution of AIASCG is to address the issue in our previous proposed smart contract generation framework. For sentences written in natural language, existing framework requires editors to manually split sentences into words with semantic meaning. We propose an AI-based automatic word segmentation technique called Separation Inference (SpIn) to fulfill automatic split of the sentence. SpIn serves as the core component in AIASCG that accurately recommends the intermediate MNL outputs from a natural language sentence, tremendously reducing the manual effort in contract generation. SpIn is evaluated from a robustness and human satisfaction point of view to demonstrate its effectiveness. In the robustness evaluation, SpIn achieves state-of-the-art F1 scores and Recall of Out-of-Vocabulary (R_OOV) words on multiple word segmentation tasks. In addition, in the human evaluation, participants believe that 88.67% of sentences can be saved 80–100% of the time through automatic word segmentation.

Open access
Blockchain Technology Applications and Security
FinTech, Crowdfunding, Digital Finance
Artificial Intelligence in Law
Original source