paper-with-me

Papers

Compliance-to-Code: Enhancing Financial Compliance Checking via Code Generation

2025-05-26 · Siyuan Li, Jian Chen, Rui Yao, Xuming Hu, Peilin Zhou, Weihua Qiu, Simin Zhang, Chucheng Dong, Zhiyao Li, Qipeng Xie, Zixuan Yuan

Nowadays, regulatory compliance has become a cornerstone of corporate governance, ensuring adherence to systematic legal frameworks. At its core, financial regulations often comprise highly intricate provisions, layered logical structures, and numerous exceptions, which inevitably result in labor-intensive or comprehension challenges. To mitigate this, recent Regulatory Technology (RegTech) and Large Language Models (LLMs) have gained significant attention in automating the conversion of regulatory text into executable compliance logic. However, their performance remains suboptimal particularly when applied to Chinese-language financial regulations, due to three key limitations: (1) incomplete domain-specific knowledge representation, (2) insufficient hierarchical reasoning capabilities, and (3) failure to maintain temporal and logical coherence. One promising solution is to develop a domain specific and code-oriented datasets for model training. Existing datasets such as LexGLUE, LegalBench, and CODE-ACCORD are often English-focused, domain-mismatched, or lack fine-grained granularity for compliance code generation. To fill these gaps, we present Compliance-to-Code, the first large-scale Chinese dataset dedicated to financial regulatory compliance. Covering 1,159 annotated clauses from 361 regulations across ten categories, each clause is modularly structured with four logical elements-subject, condition, constraint, and contextual information-along with regulation relations. We provide deterministic Python code mappings, detailed code reasoning, and code explanations to facilitate automated auditing. To demonstrate utility, we present FinCheck: a pipeline for regulation structuring, code generation, and report generation.

📄 PDF Abstract BibTeX arXiv:2505.19804

Code (1)

alexjjjchen/compliance-to-code 공식 구현

Tasks

Code Generation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Enhancing Legal Compliance and Regulation Analysis with Large Language Models

2024-04-26 · Shabnam Hassani

This research explores the application of Large Language Models (LLMs) for automating the extraction of requirement-related legal content in the food safety domain and checking legal compliance of regulatory artifacts. W…

ARCEAK: An Automated Rule Checking Framework Enhanced with Architectural Knowledge

2024-12-10 · Junyong Chen, Ling-I Wu, Minyu Chen, Xiaoying Qian 외

Automated Rule Checking (ARC) plays a crucial role in advancing the construction industry by addressing the laborious, inconsistent, and error-prone nature of traditional model review conducted by industry professionals.…

ARCCode Generation

Stateless and Rule-Based Verification For Compliance Checking Applications

2022-04-14 · Mohammad Reza Besharati, Mohammad Izadi, Ehsaneddin Asgari

Underlying computational model has an important role in any computation. The state and transition (such as in automata) and rule and value (such as in Lisp and logic programming) are two comparable and counterpart comput…

Formal Logic

Large Language Model-Driven Code Compliance Checking in Building Information Modeling

2025-06-25 · Soumya Madireddy, Lu Gao, Zia Din, Kinam Kim 외

This research addresses the time-consuming and error-prone nature of manual code compliance checking in Building Information Modeling (BIM) by introducing a Large Language Model (LLM)-driven approach to semi-automate thi…

Language ModelingLanguage ModellingLarge Language Model

Towards an automated AI-based framework for floor plan compliance checks for residential buildings

2026-05-26 · Subash Gautam, Debaditya Acharya, Alexandra Kleeman, Sarah Foster arxiv

To improve residents' well-being in Australia's urban areas, governments have introduced policy reforms such as SEPP65, BADS, and SPP7.3 to enhance apartment design quality. These regulations require precise geometric an…