paper-with-me

홈 › Papers

Learning to Check Contract Inconsistencies

2020-12-15 · Shuo Zhang, Junzhou Zhao, Pinghui Wang, Nuo Xu, Yang Yang, Yiting Liu, Yi Huang, Junlan Feng

Contract consistency is important in ensuring the legal validity of the contract. In many scenarios, a contract is written by filling the blanks in a precompiled form. Due to carelessness, two blanks that should be filled with the same (or different)content may be incorrectly filled with different (or same) content. This will result in the issue of contract inconsistencies, which may severely impair the legal validity of the contract. Traditional methods to address this issue mainly rely on manual contract review, which is labor-intensive and costly. In this work, we formulate a novel Contract Inconsistency Checking (CIC) problem, and design an end-to-end framework, called Pair-wise Blank Resolution (PBR), to solve the CIC problem with high accuracy. Our PBR model contains a novel BlankCoder to address the challenge of modeling meaningless blanks. BlankCoder adopts a two-stage attention mechanism that adequately associates a meaningless blank with its relevant descriptions while avoiding the incorporation of irrelevant context words. Experiments conducted on real-world datasets show the promising performance of our method with a balanced accuracy of 94.05% and an F1 score of 90.90% in the CIC problem.

📄 PDF Abstract BibTeX arXiv:2012.08150

Code (1)

ShuoZhangXJTU/CIC 공식 구현 pytorch

Similar 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…

ContractScrub: A benchmark for final review of legal contracts

2026-08-20 · Yejin Bang, Kirsty Fielding, Brandan Oliver, Brian Birke 외 arxiv

Legal work, with its heavy reliance on processing large amounts of text, is often considered one of the domains most exposed to the use of LLMs. Contract ``scrubbing,'' the final review of transactional agreements for er…

ECM Contracts: Contract-Aware, Versioned, and Governable Capability Interfaces for Embodied Agents

2026-04-10 · Xue Qin, Simin Luan, Cong Yang, Zhijun Li arxiv

Embodied agents increasingly rely on modular capabilities that are installed, upgraded, composed, and governed at runtime, yet the interfaces between these modules are specified only at the level of message types, so int…

What Kinds of Contracts Do ML APIs Need?

2023-07-26 · Samantha Syeda Khairunnesa, Shibbir Ahmed, Sayem Mohammad Imtiaz, Hridesh Rajan 외

Recent work has shown that Machine Learning (ML) programs are error-prone and called for contracts for ML code. Contracts, as in the design by contract methodology, help document APIs and aid API users in writing correct…

Software Delegation Contracts: Measuring Reviewability in AI Coding-Agent Work

2026-06-14 · Vincent Schmalbach arxiv

AI coding agents increasingly accept assigned software tasks, modify repositories under bounded authority, and return work packages for review. Prior work proposed the software delegation contract, covering the task, aut…