CLDec 15, 2020

Learning to Check Contract Inconsistencies

arXiv:2012.08150v14 citations
AI Analysis

This work provides an automated solution for legal professionals and organizations to identify and correct contract inconsistencies, reducing labor and cost associated with manual review.

This paper addresses the problem of contract inconsistencies arising from incorrect blank filling in precompiled forms. The authors propose an end-to-end framework called Pair-wise Blank Resolution (PBR), achieving a balanced accuracy of 94.05% and an F1 score of 90.90% on real-world datasets.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes