An accounting data intelligent processing method and system for enterprise financial audit

By constructing a corporate financial spatiotemporal knowledge graph and utilizing graph convolution and temporal convolution models, the problem of semantic understanding and cross-modal alignment of unstructured data in intelligent processing of accounting data was solved, achieving automation and improved accuracy in anomaly identification and report generation.

CN120894166BActive Publication Date: 2025-12-09HUNAN VOCATIONAL INST OF TECH
View PDF 2 Cites 0 Cited by

Patent Information

Application Number
CN202511422782.2
Authority / Receiving Office
CN · China
Patent Type
Patents(China)
Current Assignee / Owner
Filing Date
2025-09-30
Publication Date
2025-12-09
Estimated Expiration
2045-09-30

AI Technical Summary

Technical Problem

Existing intelligent processing methods for accounting data lack the ability to understand the semantics of unstructured text and images and extract entities/relationships. They also lack alignment and consistency verification of cross-modal and structured data, resulting in incomplete evidence chains. Furthermore, they lack anomaly propagation modeling and quantitative risk assessment mechanisms based on spatiotemporal knowledge graphs, making it difficult to automatically generate structured audit reports.

Method used

By acquiring multimodal corporate financial data, performing standardized preprocessing, and then performing multimodal semantic understanding and parsing, a spatiotemporal knowledge graph of corporate finance containing time attributes is constructed. Features are extracted using graph convolutional networks and temporal convolutional models to identify anomaly sources and generate anomaly propagation paths. Finally, the data is integrated to generate a structured audit report.

Benefits of technology

It achieves semantic alignment and consistency verification of multimodal data, can identify anomalies that are difficult to detect by traditional methods, generate traceable structured audit reports, reduce false alarm rates and improve audit coverage and accuracy.

✦ Generated by Eureka AI based on patent content.

Smart Images

  • Figure CN120894166B_ABST
    Figure CN120894166B_ABST
Patent Text Reader

Abstract

The application discloses an accounting data intelligent processing method and system for enterprise financial audit, relates to the technical field of accounting data intelligent processing, and comprises the following steps: acquiring multi-modal enterprise financial data and performing pretreatment; performing multi-modal semantic understanding analysis on unstructured text and image data; constructing an enterprise financial space-time knowledge graph containing time attributes; inputting into an abnormality analysis model, extracting spatial structure features of financial entities in a topological network, and extracting dynamic features of financial relations evolving along a time sequence; identifying abnormal sources, evaluating systematic risk values, and generating abnormal propagation paths; and integrating to generate a final audit report.The application fuses structured data and bill images, unifies identification and time scopes, locates abnormal sources and propagation based on a space-time knowledge graph, identifies closed-loop abnormality and cross-period abnormality, significantly improves audit accuracy and coverage, reduces false positives and false negatives and manual review workload, and quickly generates a traceable structured report.
Need to check novelty before this filing date? Find Prior Art

Description

TECHNICAL FIELD

[0001] The present application relates to the technical field of intelligent processing of accounting data, in particular to an accounting data intelligent processing method and system for enterprise financial audit. BACKGROUND

[0002] In recent years, enterprise financial audit has gradually evolved from manual sampling and rule checking to data-driven and intelligentization. With the popularity of enterprise resource planning systems, electronic invoices, image filing and document management systems, accounting data presents the multi-modal characteristics of structured account books and unstructured bills / contracts coexisting. The audit-oriented technical system has developed from early report checking, keyword search and threshold warning to intelligent methods represented by optical character recognition, layout understanding, knowledge graph, graph neural network and time series modeling, which can identify risks and verify compliance on a larger data volume and a finer time granularity. At the same time, the digitalization of supervision and the sharing of finance have gradually unified the data standards and interfaces, providing a computable data basis for intelligent audit.

[0003] However, the existing technology still mainly focuses on single-modal or structured account book-centered analysis, and lacks deep semantic understanding of unstructured text and images. There is a lack of unified identification, time scope and consistency checking between cross-modal and structured data, leading to misalignment of entity alignment and evidence correlation. Most anomaly detection methods rely on static thresholds and rule triggers, and cannot depict the diffusion path of anomalies and systemic risks in the graph structure and time dimension. The traceability and interpretability of risk evidence are limited, making it difficult to form a closed loop from "point anomaly" to "link evidence". The existing process is mostly manually patched and reported, making it difficult to automatically generate structured audit reports under a unified evidence chain and drive subsequent sampling and review resource allocation.

[0004] Therefore, the current technology cannot achieve the goal of simultaneously achieving results in multi-modal data semantic alignment, spatiotemporal propagation modeling and executable report solidification, limiting the landing of large-scale, low-false alarm and verifiable enterprise financial intelligent audit. SUMMARY

[0005] In view of the above problems, the present application is proposed.

[0006] Therefore, the technical problem solved by the present application is that the existing accounting data intelligent processing / intelligent audit method lacks semantic understanding and entity / relationship extraction capabilities for unstructured text and images, and lacks alignment and consistency checking between cross-modal and structured data, leading to incomplete evidence chain, lack of abnormal propagation modeling and quantitative risk assessment mechanism based on spatiotemporal knowledge graph, and how to automatically generate structured audit reports under the constraint of traceable evidence chain and support audit resource allocation.

[0007] To solve the above technical problems, the present application provides the following technical solutions:

[0008] In a first aspect, the embodiments of the present application provide an accounting data intelligent processing method for enterprise financial audit, comprising: acquiring multi-modal enterprise financial data, and performing standardization preprocessing on the acquired data to form a preprocessed data set; the multi-modal enterprise financial data includes structured database transaction data and unstructured text and image data;

[0009] Performing multi-modal semantic understanding analysis on the unstructured text and image data in the preprocessed data set, and extracting financial entities, relationship attributes and key event information therefrom;

[0010] Associating and fusing the extracted financial entities, relationship attributes and key event information with the structured database transaction data in the preprocessed data set to construct an enterprise financial spatio-temporal knowledge graph containing time attributes;

[0011] Inputting the enterprise financial spatio-temporal knowledge graph into an anomaly analysis model, extracting spatial structure features of financial entities in a topological network using a graph convolution network model, and extracting dynamic features of financial relationships evolving with time sequences using a time convolution model;

[0012] Based on the obtained spatial structure features and dynamic features, calculating the anomaly probability of the risk assessment layer calculation node and the propagation weight of the edge through the attention mechanism, identifying the abnormal source, evaluating the systematic risk value and generating the abnormal propagation path;

[0013] Based on the abnormal source, the systematic risk value and the abnormal propagation path, an final audit report is generated.

[0014] As a preferred scheme of the accounting data intelligent processing method for enterprise financial audit, the multi-modal enterprise financial data includes structured database transaction data and unstructured text and image data.

[0015] The structured database transaction data includes accounting voucher data, total ledger data, detailed ledger data, subject balance sheet data and financial statement data.

[0016] The unstructured text and image data includes invoice image data, purchase and sale contract text data, bank document image data, business voucher scan data and audit report text data.

[0017] As a preferred scheme of the accounting data intelligent processing method for enterprise financial audit, the standardization preprocessing of the obtained data comprises data cleaning, format unification, key field extraction and timestamp standardization on the structured database transaction data.

[0018] The unstructured text and image data are subjected to optical character recognition, image definition enhancement, text encoding unification and time information extraction and standardization of unstructured data.

[0019] As a preferred scheme of the accounting data intelligent processing method for enterprise financial audit, the standardization preprocessing of the obtained data comprises data cleaning, format unification, key field extraction and timestamp standardization on the structured database transaction data.

[0020] The text data in the preprocessed data set are analyzed, and the correlation between the financial entities is extracted based on a pre-trained financial field natural language processing model.

[0021] The image data in the preprocessed data set are analyzed, and the entity attribute information including invoice code, invoice number, invoice date, amount, buyer and seller information is extracted based on a convolutional neural network and optical character recognition technology.

[0022] The features of the financial entities, the correlation and the entity attribute information are fused by using an attention mechanism to realize collaborative understanding and semantic alignment of the multi-modal data in the same business scenario.

[0023] Based on a rule engine and a deep learning model, key event information including large amount of fund transactions, abnormal transaction patterns, related party transactions and important contract clause change events is detected and extracted from the fused features.

[0024] As a preferred scheme of the accounting data intelligent processing method for enterprise financial audit, the construction of the enterprise financial space-time knowledge graph comprising time attributes comprises entity alignment of the financial entities and corresponding entities in the structured database transaction data in the preprocessed data set based on a unified identifier to obtain an aligned entity set.

[0025] The correlation is associated and mapped with the transaction records in the structured database transaction data to obtain a mapped correlation set.

[0026] Fuse the entity attribute information with the corresponding entity in the aligned entity set to obtain an attribute-rich entity set;

[0027] Associate the key event information with the related entities and relationships in the attribute-rich entity set and the mapped association relationship set to obtain an event-entity-relationship association network;

[0028] Based on the graph database construction technology, the attribute-rich entity set is taken as a graph node, the mapped association relationship set and the association relationship contained in the event-entity-relationship association network are taken as a graph edge, a knowledge graph basic framework is constructed, and a time attribute extracted from the structured database transaction data and the key event information is added to each node and edge;

[0029] Through a knowledge reasoning algorithm, the knowledge graph basic framework is associated with potential association relationships, and an enterprise financial spatio-temporal knowledge graph containing entity dimension, relationship dimension, event dimension and time dimension is generated.

[0030] As a preferred scheme of the accounting data intelligent processing method for enterprise financial audit, wherein: the spatial structure feature of the financial entity in the topological network is extracted by using the graph convolution network model, and the dynamic feature of the financial relationship evolution along the time sequence is extracted by using the time convolution model, including: topological structure analysis is performed on the enterprise financial spatio-temporal knowledge graph to obtain a node feature matrix and an adjacency matrix of the graph;

[0031] The node feature matrix and the adjacency matrix are input into the graph convolution network model for spatial feature extraction, and the spatial dependence relationship of the financial entity in the multi-hop neighbor range is captured through multi-layer graph convolution operation to extract the spatial structure feature of the financial entity in the topological network;

[0032] The enterprise financial spatio-temporal knowledge graph is time series sliced, and the feature change sequence of each entity and relationship is extracted according to the time dimension to extract time series feature data;

[0033] The time series feature data is input into the time convolution model for dynamic feature extraction, and the evolution law of the financial relationship at different time scales is captured through dilated convolution operation to extract the dynamic feature of the financial relationship evolution along the time sequence.

[0034] As a preferred scheme of the accounting data intelligent processing method for enterprise financial audit, wherein: the abnormal source is identified, the systematic risk value is evaluated, and the abnormal propagation path is generated, including: the spatial structure feature and the dynamic feature are fused at the feature level to obtain a spatio-temporal fusion feature;

[0035] Input the spatio-temporal fusion features into an attention mechanism, calculate the attention weights of each node and the propagation weights of each edge in the graph, obtain a node attention weight matrix and an edge propagation weight matrix;

[0036] Input the node attention weight matrix and the edge propagation weight matrix into a risk assessment layer, calculate the anomaly probability of each node and the risk propagation intensity of each edge through a multi-layer neural network, obtain a node anomaly probability distribution and an edge risk propagation intensity distribution;

[0037] Based on the node anomaly probability distribution, identify the nodes with an anomaly probability exceeding a preset threshold as anomaly sources;

[0038] Based on the edge risk propagation intensity distribution and the node anomaly probability distribution, calculate a systemic risk value through a risk propagation model, and evaluate the overall risk level;

[0039] According to the edge risk propagation intensity distribution and the node anomaly probability distribution, generate an anomaly propagation path starting from the anomaly sources by using a path search algorithm;

[0040] Output a risk analysis result containing the anomaly source identification, the systemic risk value and the anomaly propagation path.

[0041] As a preferred scheme of the accounting data intelligent processing method for enterprise financial audit, the method comprises the following steps:

[0042] Based on the systemic risk value, determine a risk level through a risk level division model, and generate a risk level evaluation result;

[0043] Based on the anomaly propagation path, construct an anomaly propagation path graph through a visualization engine, and generate a visualized propagation path;

[0044] Integrate the audit anomaly clues, the risk level evaluation result and the visualized propagation path, and generate a structured audit report;

[0045] Add a timestamp, an audit range identification and a model version information to the structured audit report, and form a final audit report.

[0046] In a second aspect, the embodiments of the present application provide an accounting data intelligent processing system for enterprise financial audit, comprising:

[0047] A multi-modal acquisition and cleaning module: acquires multi-modal enterprise financial data, and performs standardized preprocessing on the acquired data to form a preprocessed data set; the multi-modal enterprise financial data includes structured database transaction data and unstructured text and image data;

[0048] A semantic analysis extraction module: multi-modal semantic understanding and analysis are performed on unstructured text and image data in the preprocessed data set, and financial entities, relationship attributes and key event information are extracted;

[0049] A space-time graph construction module: the extracted financial entities, relationship attributes and key event information are associated and fused with structured database transaction data in the preprocessed data set, and an enterprise financial space-time knowledge graph containing time attributes is constructed;

[0050] A space-time feature extraction module: the enterprise financial space-time knowledge graph is input into an anomaly analysis model, a graph convolution network model is used to extract the spatial structure features of financial entities in a topological network, and a time convolution model is used to extract the dynamic features of financial relationships evolving over time;

[0051] A risk propagation analysis module: based on the obtained spatial structure features and dynamic features, the anomaly probability of the risk assessment layer calculation node and the propagation weight of the edge are calculated through the attention mechanism, the abnormal source is identified, the systematic risk value is evaluated, and the abnormal propagation path is generated;

[0052] An audit report generation module: based on the abnormal source, the systematic risk value and the abnormal propagation path, a final audit report is integrated and generated.

[0053] The beneficial effects of the present application are as follows: by semantic-level fusion of structured account books and unstructured bills / contract images, the present application establishes a traceable evidence chain with unified identification and unified time caliber, and takes the space-time knowledge graph as the core to jointly model the graph structure and the time evolution, which can identify closed-loop pairs, rapid pairs and cross-period abnormalities that are difficult to be found by traditional threshold and single-modal methods from multi-hop association and multi-scale fluctuations, realize abnormal source positioning, diffusion path description and systematic risk quantitative evaluation. Based on the attention mechanism, business consistency constraints (subject name, amount caliber, time proximity) are added to improve the explainability and robustness of abnormal judgment, significantly reducing false positives and false negatives caused by inconsistent caliber, OCR misidentification or master data differences; by attaching source location, confidence and rule hit information to each entity, relationship and event, the conclusion is ensured to be reviewable and traceable. On this basis, the risk analysis results are automatically solidified into a structured audit report and associated with an evidence list, which can directly drive the resource arrangement of sampling and review, shorten the closed-loop cycle from risk identification to report generation, improve the audit coverage and accuracy, reduce the manual review workload and implementation cost, and have good cross-industry and cross-account suite migration and engineering landing. BRIEF DESCRIPTION OF DRAWINGS

[0054] In order to more clearly illustrate the technical solutions of the embodiments of the present application, the following will briefly introduce the drawings needed to be used in the embodiments description. Obviously, the drawings in the following description only some of the embodiments of the present application, and for those skilled in the art, without creative labor, can also obtain other drawings according to these drawings.

[0055] Figure 1 The overall flowchart of the accounting data intelligent processing method for enterprise financial audit provided by the first embodiment of the present application. DETAILED DESCRIPTION

[0056] In order to make the above-mentioned purposes, features and advantages of the present application more apparent and easy to understand, the specific embodiments of the present application will be described in detail below with reference to the drawings of the specification. Obviously, the described embodiments are part of the embodiments of the present application, rather than all the embodiments. Based on the embodiments in the present application, all other embodiments obtained by those skilled in the art without creative labor should be within the scope of protection of the present application.

[0057] Embodiment 1, refer to Figure 1 For an embodiment of the present application, an accounting data intelligent processing method for enterprise financial audit is provided, comprising:

[0058] S1: obtaining multi-modal enterprise financial data, and performing standardization preprocessing on the obtained data to form a preprocessed data set; the multi-modal enterprise financial data includes structured database transaction data and unstructured text and image data.

[0059] The multi-modal enterprise financial data includes structured database transaction data and unstructured text and image data.

[0060] The structured database transaction data includes accounting voucher data, total ledger data, detailed ledger data, subject balance table data and financial statement data.

[0061] The unstructured text and image data includes invoice image data, purchase and sale contract text data, bank document image data, business voucher scanning data and audit report text data.

[0062] The structured database transaction data is subjected to data cleaning, format unification, key field extraction and timestamp standardization.

[0063] The unstructured text and image data is subjected to optical character recognition, image sharpness enhancement, text encoding unification and unstructured data time information extraction and standardization.

[0064] It should be noted that in the multi-modal enterprise financial data, the structured database transaction data is derived from the enterprise resource planning (ERP) system or the financial software background database, and is extracted through the structured query language (SQL) interface or the application programming interface (API). Among them, the accounting voucher data contains the fields of debit and credit subject code, amount, transaction date, etc.; the total ledger data includes the total debit, total credit and balance at the end of the period of each subject; the detailed ledger data provides detailed records of each transaction under the subject; the subject balance table data reflects the balance information of each subject at a certain point in time; the financial statement data includes the balance sheet, profit and loss statement and cash flow statement, and the data is stored in the form of two-dimensional table, and the field name and data type comply with the enterprise accounting standards.

[0065] The preprocessing of structured data includes: in the data cleaning stage, missing values, outliers and duplicate records are identified and processed, for example, using the PauTa Criterion to remove abnormal amount records that deviate significantly from the mean; in the format unification stage, the date format in different data sources is unified to ISO 8601 standard (YYYY-MM-DD), and the amount unit is unified to yuan; in the key field extraction stage, fields related to financial risk analysis are selected, such as "customer number", "supplier number", "transaction amount", etc., to construct a feature vector; in the timestamp standardization stage, all transaction times are converted to timestamps in the same time zone, and time features such as year, month, day and week are extracted to form regular time series data.

[0066] Unstructured text and image data are obtained through enterprise document management systems or scanning devices. Invoice image data and bank document image data are converted into machine-readable text through optical character recognition (OCR) technology. Specifically, a recognition model based on convolutional neural network (CNN) and long short-term memory network (LSTM) is used, such as CRNN (Convolutional Recurrent Neural Network) architecture; image clarity enhancement uses histogram equalization and non-local mean denoising algorithm to improve the signal-to-noise ratio (SNR) of low-quality scanned images; text encoding unification stage converts the recognized text into UTF-8 encoding to avoid garbled code problems; the extraction of time information of unstructured data uses named entity recognition (NER) technology to identify date entities from contract texts or audit reports and standardizes them into a unified format.

[0067] The preprocessed data set is finally stored in the form of a feature matrix, where each row represents a sample (such as a transaction or a document), each column represents a feature variable (such as amount, date, transaction counterpart, etc.), and missing values are filled with interpolation or default values to ensure the integrity and consistency of the data set, providing high-quality input for subsequent financial risk analysis models.

[0068] S2: Multi-modal semantic understanding analysis is performed on the unstructured text and image data in the preprocessed data set to extract financial entities, relationship attributes, and key event information.

[0069] The text data in the preprocessed data set is analyzed, named entity recognition is performed based on a pre-trained natural language processing model in the financial field, and financial entities including company names, personnel, amounts, dates, and subjects are extracted.

[0070] The text data in the preprocessed data set is analyzed, relationship extraction is performed based on a pre-trained natural language processing model in the financial field, and the association relationships between the financial entities are extracted.

[0071] The image data in the preprocessed data set is analyzed, key information is located and extracted based on a convolutional neural network and optical character recognition technology, and entity attribute information including invoice code, invoice number, invoice date, amount, and buyer-seller information is identified.

[0072] The features of the financial entities, association relationships, and entity attribute information are fused using an attention mechanism to realize collaborative understanding and semantic alignment of multi-modal data in the same business scenario.

[0073] Based on a rule engine and a deep learning model, key event information including large amount of funds, abnormal transaction patterns, associated party transactions, and important contract clause change events is detected and extracted from the fused features.

[0074] In the embodiment of the present application, step S2 is used to convert the preprocessed unstructured text and image data into a structured result of "entity-relation attribute-key event" that can be directly called by the subsequent construction of the spatio-temporal knowledge graph. The text side uses a pre-trained natural language processing model in the financial field: the model is first pre-trained on general Chinese corpus, then performs domain adaptive training on desensitized financial contract text, audit draft text, invoice recognition text, account letter and financial report notes, and performs supervised fine-tuning on named entity recognition, relation extraction and event extraction respectively. The categories of named entity recognition cover company name, personnel, amount, date, subject, invoice code, invoice number, document number, tax number, and currency; the relationship types are limited to invoice correspondence, transaction counterpart, subject entry, payment, contract constraints, and bill references; the event types are limited to large amount of funds, abnormal transaction mode, related party transaction, and contract clause change, and the argument filling is performed on the trigger time, involved subject, involved amount, voucher number, and associated document number. To ensure the consistency of character interpretation and field range, the text side also performs anaphora resolution and term standardization, which unifies the buyer, purchaser, and party A to the subject role, and standardizes the amount and date according to the units and formats agreed in step S1. The model inference output is given in a structured record form, including category label, original text character start and end position, source paragraph position and confidence, which facilitates evidence tracing and manual extraction.

[0075] The image side first performs quality enhancement and geometric correction, including contrast enhancement, denoising, tilt correction and resolution resampling, to improve the stability of subsequent recognition; then a convolutional neural network is used for bill layout analysis and region positioning, and combined with optical character recognition to extract entity attribute information such as invoice code, invoice number, invoice date, amount, buyer name, seller name, tax number, two-dimensional code containing check string, bank return number, etc. in invoice image, bank document image and business voucher scan. Each field synchronously retains the page number and boundary box coordinates, and performs validity check according to the check digit rule, amount interval rule and date legality rule; when the entity attributes extracted by the text side (such as amount, date) conflict with the same attribute recognized by the image side, the system performs the following conflict resolution rules: first compare the confidence of the two, and prefer the data source with higher confidence; if the difference in confidence is less than 0.1, the corresponding record in the structured database is preferred; if it still cannot be decided, the target is marked as "high conflict risk", and is automatically included in the pending review list, while retaining the evidence sources and original values of both sides.

[0076] The cross-modal fusion adopts an attention mechanism to align the financial entities and relationships identified from the text side with the entity attributes from the image side under the same business fact. Business consistency constraints, including at least subject name consistency, amount consistency, and time proximity, are introduced in the fusion process to improve the reliability of the matching decision. When there is an inconsistency in the amount or date, the system does not discard it directly, but generates a consistency score and retains the conflict entry and its source location as an important input for subsequent audit clues. The cross-modal matching threshold and consistency threshold are calibrated through historical period playback or validation set, and if necessary, they are re-estimated according to the same group benchmark for each account set, thereby ensuring reproducibility and robustness under different enterprises and different data quality conditions.

[0077] The output after fusion is stored in an object-oriented structure oriented towards graph construction. Entity records contain unique identifiers, categories, standardized names, source channels (text or image), source locations, and confidence levels. Relationship records contain subjects, objects, relationship types, occurrence times, source channels, and confidence levels. Event records contain event types, argument sets, trigger times, involved amounts, evidence references, and consistency scores.

[0078] It should also be noted that the pre-trained financial domain natural language processing model, whose core architecture can be the FinBERT model based on Transformer, can use 12-layer hidden layers, 768-dimensional hidden states, and 12 attention heads. The learning rate for domain adaptation training can be set to 2e-5, the batch size is 32, and the maximum sequence length is 512. The named entity recognition and relationship extraction tasks are connected to linear classifiers in the output layer during fine-tuning, and the cross-entropy loss function is used for optimization.

[0079] The convolutional neural network used for image layout analysis can use the ResNet-50 architecture, with its weights pre-initialized on the ImageNet dataset. The optical character recognition task uses the CRNN model, where the CNN part uses a VGG16-like structure, the RNN part is a bidirectional LSTM (with 256 hidden units), and the Connectionist Temporal Classification (CTC) loss function is used for end-to-end training.

[0080] S3: Associate and fuse the extracted financial entities, relationship attributes, and key event information with the structured database transaction data in the preprocessed data set to construct an enterprise financial spatio-temporal knowledge graph containing time attributes.

[0081] Align the financial entities with the corresponding entities in the structured database transaction data in the preprocessed data set based on a unified identifier to obtain an aligned entity set;

[0082] The association relationship is associated and mapped with transaction records in the structured database transaction data to obtain a mapped association relationship set;

[0083] The entity attribute information is attribute fused with corresponding entities in the aligned entity set to obtain an attribute-rich entity set.

[0084] The key event information is associated with related entities and relationships in the attribute-rich entity set and the mapped association relationship set to obtain an event-entity-relationship association network.

[0085] Based on a graph database construction technology, the attribute-rich entity set is taken as a graph node, the mapped association relationship set and the association relationship contained in the event-entity-relationship association network are taken as graph edges, a knowledge graph basic framework is constructed, and a time attribute extracted from the structured database transaction data and the key event information is added to each node and edge.

[0086] The knowledge graph basic framework is associated and fused with the key event information and the preprocessed structured database transaction data to form an enterprise financial space-time knowledge graph with a time attribute.

[0087] In the embodiment of the application, step S3 is to associate and fuse the financial entity, relationship attribute and key event information obtained in step S2 with the preprocessed structured database transaction data to form an enterprise financial space-time knowledge graph with a time attribute. First, entity alignment is performed: a unified identifier system is established for each type of entity, the identifier is composed of enterprise master data coding, source system identifier, table name and original primary key, and the fields such as company name or unified social credit code, supplier or customer number, subject code, personnel number are combined for deduplication and merging; when different sources have name differences or coding inconsistencies for the same entity, mapping is completed through a master data mapping table and a string standardization rule, and conflict marks and source evidence are reserved for entries that are difficult to automatically merge. The result of entity alignment forms an aligned entity set, and the source channel, source time, alignment confidence and data bloodline are recorded for each entity to support subsequent tracing and checking.

[0088] In the relationship mapping stage, the relationship attributes output in step S2 are correspondingly associated with the transaction records in the structured database transaction data, and a set of "entity-entity" financial association relationships is established; the relationship types include at least invoice correspondence, transaction counterpart, subject entry, money receipt and payment, contract constraint, and bill reference. During mapping, multi-key matching is performed according to the voucher number, document number, contract number, invoice number, bank return slip number, and opposite main body code, and secondary verification is performed in combination with the amount consistency and the period consistency, the items that do not satisfy the consistency constraint are retained as low-trust relationships and the conflict reasons are added. Then, the entity attributes extracted from the image and text sides are fused with the aligned entities, and the attribute source priority can be set according to the business rules, and the typical method is to give priority to structured transaction data and supplement missing fields with document extraction results; when the same attribute comes from multiple channels, the confidence weighted or "main data priority, document verification" strategy is used to determine the final attribute value, and the replaced and retained values and their evidence positions are recorded to realize explainable attribute synthesis.

[0089] The key event information is associated with the related entities and the mapped relationships to form an association network of events-entities-relationships. The event record contains event type, trigger time, involved subject, involved amount, corresponding voucher and associated document, and the association between events and entities and relationships is explicitly assigned through event participation roles, so that the event can be used as evidence of relationship and also as a driving force to introduce new relationships. Based on the graph database construction technology, the entity set with rich attributes is used as the graph node, and the mapped financial association relationships and event association relationships are used as the graph edge, to establish a basic framework of knowledge graph. The modeling of time attribute adopts a multi-granularity coexistence strategy, and the node and the edge record the occurrence time, the accounting time and the effective period respectively; the snapshot sequence is maintained according to the accounting period on the time axis, and incremental update of types such as addition, modification and invalidation is supported, to realize history playback and point consistency verification. In order to ensure the query and training efficiency, the unified identifier, the voucher number, the document number and the time field are indexed at the graph database level, and the uniqueness constraint and the reference integrity constraint of the node and the edge are set.

[0090] Knowledge reasoning is used to complete potential correlation and improve the connectivity of the graph. The reasoning method can adopt one of rule-based reasoning and statistical learning-based reasoning or a combination of both: the former generates verifiable derived relationships according to accounting and business process constraints, such as the consistency of the same invoice number and voucher number within the period, the dependence of receipt and payment on invoicing, and the constraints of contract terms on revenue recognition; the latter proposes candidate edges to be verified according to the structure and attributes of the constructed graph to learn the possibility of the existence of relationships. All candidate relationships obtained by reasoning must pass four types of checks, including amount caliber consistency, period coincidence, subject matching, and evidence existence, before falling into the graph. Candidates that do not pass the checks are retained as a set of to-be-verified and do not enter the production graph. The final output is a spatio-temporal knowledge graph containing entity dimension, relationship dimension, event dimension, and time dimension, with each node and edge attached with source channel, time label, confidence, and evidence reference. The above processing fuses heterogeneous information across systems and modalities under a unified identifier and unified time axis, eliminating the alignment problem caused by coding differences and time mismatch, and providing stable structure, consistent caliber, and traceable input for subsequent spatio-temporal feature learning and anomaly propagation analysis.

[0091] S4: inputting the enterprise financial spatio-temporal knowledge graph into an anomaly analysis model, extracting spatial structure features of financial entities in a topological network using a graph convolution network model, and extracting dynamic features of financial relationships over time series using a time convolution model.

[0092] topological structure analysis of the enterprise financial spatio-temporal knowledge graph to obtain a node feature matrix and an adjacency matrix of the graph;

[0093] inputting the node feature matrix and the adjacency matrix into the graph convolution network model for spatial feature extraction, capturing spatial dependency relationships of financial entities within a multi-hop neighbor range through multi-layer graph convolution operations, and extracting spatial structure features of financial entities in a topological network;

[0094] time series slicing of the enterprise financial spatio-temporal knowledge graph, extracting feature change sequences of each entity and relationship according to the time dimension, and extracting time series feature data;

[0095] inputting the time series feature data into the time convolution model for dynamic feature extraction, capturing evolution laws of financial relationships at different time scales through dilated convolution operations, and extracting dynamic features of financial relationships over time series.

[0096] In the embodiment of the present application, step S4 takes the enterprise financial space-time knowledge graph obtained in step S3 as input, first constructs a graph data that can be directly consumed by the model. The graph is topologically analyzed to generate a node feature matrix and an adjacency matrix. The node feature vector is composed of two types of information: one is the standardized coding of entity attributes, including entity category coding, subject or principal subject data coding, currency identification, and amount range identification; the other is the quantitative features calculated in a unified time window according to the graph records, including the number of transactions during the period, the amount of debit, the amount of credit, the net amount during the period, the amount fluctuation range (determined by the dispersion index of the rolling window), the type and confidence of the latest key event, the average score of cross-modal consistency, the proportion of low-confidence fields, and the shortest path length to the labeled high-risk entity. The above quantitative features are all derived from the standardized and verified fields in steps S1 and S2, as well as the node, edge, and event records in step S3. The calculation range and time granularity are consistent with step S1 to ensure verifiability. The adjacency matrix is generated from the association in the graph, and the edge weight adopts a composite weight that integrates transaction frequency, amount scale, evidence confidence, and event intensity. After normalization, it is written into the matrix, and self-loops are retained to enhance the stability of aggregation; a type coding vector is also generated for the relationship type to distinguish the influence of different relationships during convolution. To avoid representation bias caused by high-connectivity nodes, their neighbor sets are sampled in batches and degree-normalized.

[0097] The node feature matrix and the adjacency matrix are input into a graph convolution network model for spatial feature extraction. The model obtains the structural representation within the multi-hop neighborhood through multiple layers of aggregation, and adds normalization and residual connection between layers to alleviate the over-smoothing phenomenon; the edge weight participates in the weighted aggregation, so that high-confidence, high-amount, and high-frequency relationships have a greater contribution to the representation; for known normal samples, structure reconstruction or link discrimination can be used as training signals, and for historically labeled abnormal samples, supervised signals can be used for contrast training. When there is a lack of labels, subgraph comparison or masked reconstruction can be used as self-supervised targets to ensure the implementability under different data availability conditions. This step can explicitly capture multi-hop dependencies and closed-loop structures across departments and accounts, identify short-term new relationships, rapid buy-sell, loop backflow, and other graph patterns, and provide spatial evidence for abnormal source localization.

[0098] The time dimension processing adopts time series slicing. Ordered snapshots are generated for the graph in accounting periods or daily granularity, and the feature change sequence is extracted for each entity and relationship along the time axis. The sequence at least includes the transaction count in the current period, the amount aggregation in the current period, the number of key event triggers, the cross-modal consistency score, and the rule hit mark; explicit missing indicators are set for missing segments, and adjacent period values are used to complete the length to avoid introducing false values. The obtained time series feature data is one-to-one corresponding to the entity and relationship index, and the timestamp is consistent with the standard in step S1, which is convenient for alignment with the spatial representation.

[0099] The time series feature data is input into a time convolution model for dynamic feature extraction. The model uses multi-scale convolution channels to cover three time spans of week, month and season, and only uses past information for representation through causal convolution or boundary constraint to avoid information leakage; in the presence of seasonality and account switching, the sequence is first segmented and normalized and the cross-period connection is processed to improve the sensitivity to structural jumps. The training target can be one of the next time point prediction, sequence reconstruction or deviation minimization from the historical steady-state baseline, and the output reflects the dynamic representation of short-term fluctuations, long-term trends and periodic characteristics.

[0100] The spatial structure features and dynamic features are aligned in entity and relationship indexes and time indexes, and are output with source time range and feature generation time, retaining missing indication and numerical range standardization information to ensure that the threshold of the subsequent risk assessment layer is not affected by scale bias. Compared with the processing method relying on single-period statistical threshold, this step simultaneously uses multi-hop spatial dependence and multi-scale time patterns under the constraint of unified identification and unified time axis, and can provide interpretable abnormal basis through structural reconstruction deviation and time deviation signal under the condition of label scarcity, providing stable, consistent and traceable model input for abnormal probability calculation, propagation weight measurement and abnormal source identification in step S5.

[0101] It should also be noted that the graph convolution network model can use a two-layer GraphSAGE structure, with an output dimension of 128 for each layer, using a ReLU activation function and mean aggregation for aggregation. During training, negative sampling and cross-entropy loss are used for self-supervised learning of the link prediction task.

[0102] The time convolution model can use a 4-layer dilated causal convolution structure with a hidden layer dimension of 64, a dilation coefficient sequence of [1, 2, 4, 8], and a convolution kernel size of 3. This structure ensures that the model's receptive field grows exponentially with the number of layers, while avoiding future information leakage. The training target is the prediction of the next time step feature, and the mean square error (MSE) is used as the loss function.

[0103] S5: Based on the obtained spatial structure features and dynamic features, the abnormal probability of the node and the propagation weight of the edge are calculated through the attention mechanism and the risk assessment layer, the abnormal source is identified, the systemic risk value is evaluated, and the abnormal propagation path is generated.

[0104] The spatial structure features and dynamic features are fused at the feature level to obtain spatio-temporal fusion features;

[0105] The spatio-temporal fusion features are input into the attention mechanism to calculate the attention weight of each node and the propagation weight of each edge in the graph, obtaining a node attention weight matrix and an edge propagation weight matrix;

[0106] input the node attention weight matrix and the edge propagation weight matrix into a risk assessment layer, calculate an abnormal probability of each node and a risk propagation intensity of each edge through a multi-layer neural network, and obtain a node abnormal probability distribution and an edge risk propagation intensity distribution;

[0107] based on the node abnormal probability distribution, identify a node with an abnormal probability exceeding a preset threshold as an abnormal source;

[0108] based on the edge risk propagation intensity distribution and the node abnormal probability distribution, calculate a systemic risk value through a risk propagation model, and evaluate an overall risk level;

[0109] based on the edge risk propagation intensity distribution and the node abnormal probability distribution, generate an abnormal propagation path starting from the abnormal source through a path search algorithm;

[0110] output a risk analysis result containing an abnormal source identifier, a systemic risk value and an abnormal propagation path.

[0111] In the embodiment of the application, step S5 completes risk calculation and propagation analysis on the basis of the spatial structure features and dynamic features output in step S4. First, feature-level fusion is performed. The spatial structure features and dynamic features of the same node and its associated edges in the same time window are aligned according to a unified identifier, and are spliced or weighted and merged in a fixed order, while the source identifier, time range and missing indication are retained, to form spatio-temporal fusion features. The fusion strategy is determined through the validation set on the training set, aiming to maintain the time sensitivity while not weakening the distinguishing power of multi-hop structure information. Then, the spatio-temporal fusion features are input into an attention mechanism to calculate the contribution of the neighborhood of the node and the contribution of the edge to risk diffusion. The attention score is determined not only by the feature similarity, but also by introducing business consistency constraints as prior signals, including at least three items of subject name consistency, amount consistency and time proximity. The weight of a low-consistency sample is lowered during training to suppress the influence of mis-matching caused by source noise. The attention output is given in two forms of weights: the node attention weight is used to explain the influence intensity of each neighbor on the representation of the target node, and the edge propagation weight is used to explain the accessibility of each relationship in risk diffusion. Both of them retain the source index and time range for audit tracing.

[0112] In the risk assessment layer, the node side and the edge side are scored by multi-layer neural networks respectively, outputting node anomaly probability distribution and edge risk propagation intensity distribution. Node anomaly probability is used to describe the possibility of a single entity being abnormal in the current period, and the training signal can come from historical verified anomalies, semi-supervised labels or pseudo-labels based on structural and sequence reconstruction bias; edge risk propagation intensity is used to describe the carrying capacity of the relationship when the risk spreads along the graph, and the edge weight, event intensity and cross-modal consistency score are considered simultaneously during training. To ensure the usability of the output, the risk assessment layer is calibrated afterwards to make the probability consistent with the actual hit frequency. The calibration method is selected through historical period playback and cross-validation, and is re-calibrated with the same group benchmark in different account sets, so as to maintain a stable threshold under the influence of industry differences and seasonality. The identification of abnormal sources is based on the node anomaly probability distribution and the business set threshold, and the threshold is set by maximizing the comprehensive index on the validation data, and is re-evaluated in a rolling window after going online; the nodes judged as abnormal sources output unique identification, time range, main evidence field and attention explanation vector, which is convenient for audit review.

[0113] The evaluation of systemic risk value is based on the joint completion of edge risk propagation intensity distribution and node anomaly probability distribution. The risk propagation model regards the graph as a network with direction and weight, simulates the spread of risk on the relationship in chronological order, aggregates the risk volume in the whole graph within a given time window and normalizes it to obtain a comparable overall risk level. This value reflects the potential impact range and cumulative intensity of anomalies in the organizational structure, which can be compared with the historical stable baseline to trigger key audits at the group level or business unit level. The generation of abnormal propagation path is based on the joint scoring of edge propagation weight and node anomaly probability, and through path search algorithm, the highest risk accumulation value is selected from the candidate path set, and the path length and time span are limited to avoid misjudgment of low-value long links as key propagation chains. The output path is presented in the form of node sequence and edge sequence, accompanied by timestamp, amount range, evidence reference and attention explanation component of each link to ensure checkability.

[0114] To improve robustness, step S5 performs weight reduction processing on low-trust inputs, retains explicit masks for missing features and includes mask vectors in the evaluation layer to avoid false signals caused by filling; enables a penalty factor for high-connectivity nodes to prevent disproportionate amplification in attention aggregation; sets version numbers and effective periods for threshold values and calibration parameters to facilitate backtracking and comparison when regulations or data distribution change. The final output risk analysis result at least includes abnormal source identification, systemic risk value, abnormal propagation path and its evidence list, and records model version, training batch and time range. Compared with schemes based only on single-period statistics or only on local rules, this step uses spatiotemporal fusion features and interpretable attention weights to make abnormality judgments cover both multi-hop structures across departments and long-term and short-term evolution patterns, and to convert "point-like anomalies" into "link evidence" through risk propagation and path search, providing executable decision basis for subsequent audit sampling and resource arrangement.

[0115] It should also be noted that the risk assessment layer can be a three-layer fully connected neural network with an input dimension of spatiotemporal fusion feature dimension (e.g., 256 dimensions), hidden layer dimensions of 128 and 64, respectively, and an output layer using a Sigmoid activation function to output node anomaly probability (between 0 and 1). The calculation of edge risk propagation intensity shares the first two layers of the same network, and finally outputs through an independent linear layer.

[0116] The preset threshold of node anomaly probability is determined by the maximum F1 score on the validation set, and is usually set in the range of 0.7 to 0.9 (e.g., 0.85). The grade division threshold of the system risk value is dynamically calibrated according to the distribution of historical data in the same industry, for example: low risk [0, 0.3), medium risk [0.3, 0.6), high risk [0.6, 1.0].

[0117] S6: Based on the abnormal source, the systemic risk value and the abnormal propagation path, a final audit report is integrated and generated.

[0118] Based on the abnormal source identification, the corresponding abnormal entity information and associated transaction records are extracted to generate detailed audit abnormal clues;

[0119] Based on the systemic risk value, the risk level is determined through a risk level division model to generate a risk level evaluation result;

[0120] Based on the abnormal propagation path, the abnormal propagation path graph is constructed through a visualization engine to generate a visualized propagation path;

[0121] The audit abnormal clues, the risk level evaluation result and the visualized propagation path are integrated to generate a structured audit report;

[0122] The final audit report is formed by adding a timestamp, an audit scope identifier, and model version information to the structured audit report.

[0123] In the embodiment of the present application, step S6 takes the abnormal source, the systemic risk value, and the abnormal propagation path output by step S5 as input to complete the structured integration and solidification of the audit results. First, based on the abnormal source identifier, the information and associated transaction records of the corresponding entity are extracted from the enterprise financial spatiotemporal knowledge graph and the structured database transaction data. The identifier system and timestamp standard established in step S1 are uniformly adopted to gather entity master data, account or subject information, occurrence and balance during the period, corresponding vouchers and document numbers, cross-modal consistency scores, low-trust field markers, and triggered key event records. To avoid duplication and inconsistent standards, de-duplication and standard checking are performed according to the voucher number, document number, opposite party, and period. For entries with conflicts, the conflict reasons and source locations are retained and listed in the evidence list of the audit abnormal clues.

[0124] The systemic risk value is used to generate a risk level assessment result. A risk level classification model determines thresholds based on historical period playback and peer benchmark calibration, maps the systemic risk value to a level interval, and outputs the basis for the formation of the level, including the benchmark period used, the sample size, the industry and size grouping standards, the threshold version, and the effective period. To enhance interpretability, the risk value and baseline value, the change rate of the last three periods, and the path and node set with the largest contribution are given in the report, along with the corresponding attention explanation elements and edge propagation weight sources, to facilitate auditors' understanding of the triggering reasons and impact scope.

[0125] The presentation of the abnormal propagation path relies on a visualization engine to generate a path graph and corresponding data objects. The path graph uses a hierarchical layout of nodes and edges, preferentially displaying links with higher propagation weights, and imposes constraints on path length and time span to ensure readability. Each node and edge is attached with a unique identifier, time range, amount standard, evidence reference, and consistency score. The path graph and its data objects can be restored to each other, supporting both graphical viewing and subsequent machine consumption by automated audit programs. To serve subsequent sampling and review, the system simultaneously generates executable audit action recommendations, including transaction sampling ratios for high-risk nodes, document types and fields that need to be supplemented and verified, conflict pair lists for priority verification, and suggested serial and parallel operation sequences.

[0126] The structured audit report is organized in a unified data structure and at least includes a set of audit anomaly clues, risk level assessment results, anomaly propagation path data objects, a list of evidence, a description of the scope and threshold, data sources and time coverage. To ensure traceability and tamper resistance, the report embeds model version, training batch identification, feature engineering version, threshold and benchmark version, rule base version, uniform identifier mapping table version, and generation timestamp and audit range identification; a digital fingerprint hash value is generated for the report subject and the list of evidence, and the storage location and access permission policy are recorded. The output provides both machine-readable format and human-readable version, the former for interfacing with the audit management system and the work order system, and the latter for review and archiving.

[0127] The technical effect of the above integration process is that: through consistent identification and time scope with steps S1 to S5, the point-like identification results are solidified into linkable and verifiable audit products; through the calibration information of level division, path explanation elements and evidence coordinates, the explainability and reviewability of audit conclusions are improved; through action suggestions and structured output, the results can directly drive the subsequent audit sampling and review process, shorten the closed-loop cycle from identification to execution, and reduce the landing friction caused by heterogeneous data sources and differences in scope.

[0128] Embodiment 2, which is different from the previous embodiment, is a second embodiment of the present application.

[0129] If the function is realized in the form of a software function unit and sold or used as an independent product, it can be stored in a computer-readable storage medium. Based on this understanding, the technical solutions of the present application essentially or the parts that contribute to the prior art or parts of the current technical solutions can be embodied in the form of a software product, and the current computer software product is stored in a storage medium, including a number of instructions to make a computer device (which can be a personal computer, server, or network device, etc.) execute all or part of the steps of the method described in the embodiments of the present application. The aforementioned storage medium includes: U disk, mobile hard disk, read-only memory (ROM, Read-Only Memory), random access memory (RAM, Random Access Memory), magnetic disk or optical disk, and various program code storage media.

[0130] The logic and / or steps represented in flow diagrams or otherwise described herein, for example, can be considered as a sequence of executable instructions, and can be embodied in any computer-readable medium for use by or in connection with an instruction execution system, apparatus, or device, such as a computer-based system, processor-containing system, or other system that can fetch the instructions from the instruction execution system, apparatus, or device and execute the instructions. For purposes of this specification, a "computer-readable medium" can be any apparatus that can contain, store, communicate, propagate, or transport the program for use by or in connection with the instruction execution system, apparatus, or device. The computer-readable medium can be, for example but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device. More specific examples (a non-exhaustive list) of the computer-readable medium include the following: an electrical connection (electronic) having one or more wires, a portable computer diskette (magnetic), a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), an optical fiber (optical), and a portable compact disc read-only memory (CDROM). Additionally, the computer-readable medium can even be paper or another suitable medium upon which the program is printed, as the program can be electronically captured, for example via an optical scanner, then compiled, interpreted, or otherwise processed, and stored in a computer memory in a form that can be later executed by a computer. In this context, a "computer-readable medium" can be any means that can store the program for use by or in connection with the instruction execution system, apparatus, or device.

[0131] More specific examples (a non-exhaustive list) of the computer-readable medium include the following: an electrical connection (electronic) having one or more wires, a portable computer diskette (magnetic), a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), an optical fiber (optical), and a portable compact disc read-only memory (CDROM). Additionally, the computer-readable medium can even be paper or another suitable medium upon which the program is printed, as the program can be electronically captured, for example via an optical scanner, then compiled, interpreted, or otherwise processed, and stored in a computer memory in a form that can be later executed by a computer.

[0132] Embodiment 3, as an embodiment of the present application, provides an accounting data intelligent processing system for enterprise financial audit, comprising a multi-modal acquisition and cleaning module, a semantic analysis and extraction module, a space-time graph construction module, a space-time feature extraction module, a risk propagation analysis module and an audit report generation module.

[0133] The multi-modal acquisition and cleaning module: acquires multi-modal enterprise financial data, and performs standardized preprocessing on the acquired data to form a preprocessed data set; the multi-modal enterprise financial data includes structured database transaction data and unstructured text and image data;

[0134] The semantic analysis and extraction module: performs multi-modal semantic understanding and analysis on the unstructured text and image data in the preprocessed data set, and extracts financial entities, relationship attributes and key event information therefrom;

[0135] The space-time graph construction module: associates and fuses the extracted financial entities, relationship attributes and key event information with the structured database transaction data in the preprocessed data set, and constructs an enterprise financial space-time knowledge graph containing time attributes;

[0136] The space-time feature extraction module: input the enterprise financial space-time knowledge graph into the anomaly analysis model, use the graph convolution network model to extract the spatial structure features of the financial entity in the topological network, and use the time convolution model to extract the dynamic features of the evolution of the financial relationship along the time sequence;

[0137] The risk propagation analysis module: based on the obtained spatial structure features and dynamic features, the abnormal probability of the risk evaluation layer calculation node and the propagation weight of the edge are calculated through the attention mechanism, the abnormal source is identified, the systematic risk value is evaluated, and the abnormal propagation path is generated;

[0138] The audit report generation module: based on the abnormal source, the systematic risk value and the abnormal propagation path, the final audit report is integrated and generated.

[0139] Embodiment 4, as an embodiment of the present application, provides an accounting data intelligent processing method for enterprise financial audit. In order to verify the beneficial effects of the present application, economic benefit calculation and simulation / contrast experiment are carried out for scientific demonstration.

[0140] This embodiment selects two sets of real business process account data similar to manufacturing and retailing, corresponding to the fourth quarter of 2024 and the first quarter of 2025 respectively. In the S1 stage, structured and unstructured data are synchronously extracted from enterprise resource planning systems and document management systems. For the structured side, data cleaning, uniformity of caliber, key field extraction and timestamp standardization are completed. For the unstructured side, image quality enhancement, optical character recognition and text encoding uniformity are completed, and time information is standardized from contracts and invoices. In the S2 stage, the pre-trained financial field natural language processing model is used to analyze the named entities and relationships in the text side. Combining convolutional neural networks and optical character recognition, the invoice code, number, invoice date, amount, and purchase and sale subjects are located and extracted. Then, based on the attention mechanism, the text and image evidence under the same business fact are aligned for consistency, and the traceable results containing entities, relationship attributes and key events are output. In the S3 stage, the entities and structured transaction records are aligned according to the uniform identifier system, the relationships are mapped and the attributes are fused, the events and related entities and relationships are associated into an event-entity-relationship network, and a basic framework containing nodes, edges and time labels is constructed in a graph database. The potential relationships are completed by rule reasoning and statistical inference, and the enterprise financial spatio-temporal knowledge graph is formed. In the S4 stage, the graph is topologically analyzed to generate node feature matrix and adjacency matrix, and time series features are formed by slicing according to the accounting period. The spatial side learns multi-hop dependence through graph convolutional network, and the temporal side learns multi-scale evolution features through time convolution model, and the aligned spatial structure features and dynamic features are output. In the S5 stage, the two types of features are fused according to the uniform identifier, the attention mechanism is introduced to obtain node attention weight and edge propagation weight, and the node anomaly probability and edge risk propagation intensity are output through the risk evaluation layer. Based on the threshold, the abnormal source is identified, the systemic risk value is calculated by the propagation model, and the key abnormal propagation link is generated by path search. In the S6 stage, around the abnormal source, systemic risk value and propagation path, evidence is extracted from the graph and transaction library to form audit anomaly clues, risk level evaluation and path data objects, which are solidified into structured audit reports with time stamp, range identifier and model version.

[0141] To demonstrate the advantages of the method, two types of controls are set: control 1 is a traditional scheme relying only on structured threshold and rules, and control 2 is a single modal OCR+rule document-driven scheme; the three are compared and evaluated on the same account and the same caliber data.

[0142] The experimental reference data is shown in Table 1.

[0143] Table 1 Experimental data records

[0144]

[0145] Compared with Control 1 and Control 2, the method of the present application has stable advantages on the two sets of accounts. First, the entity alignment accuracy reaches 96.2% and 95.1% respectively, which is 14.7-15.3 percentage points higher than Control 1 and 12.1-12.0 percentage points higher than Control 2. This difference is due to the linkage of S2 cross-evidence alignment and S3 unified identifier system, reducing the mismatch caused by name variation, ticket missing characters and master data differences. Second, the F1 of relationship extraction is 92.4% and 90.3% respectively in the two sets of accounts, which is 18.5-19.1 percentage points higher than Control 1 and 14.3-13.9 percentage points higher than Control 2, indicating that the multi-modal fusion of relationship evidence and S3 event-entity-relation connection significantly enhances the determinability of edge level. The key event detection rate under the present application reaches 88.6% and 85.2%, which is 26.8-26.5 percentage points higher than Control 1 and 19.2-19.1 percentage points higher than Control 2; this shows that the joint discrimination of S2 and the fusion of S5 spatio-temporal features can still maintain a high recall under the condition of sparse documents or poor scanning quality. The abnormality recognition AUC is 0.94 and 0.93 respectively, which is higher than 0.79 and 0.77 of Control 1 and 0.85 and 0.84 of Control 2, proving that the multi-hop spatial dependence of S4 graph convolution and the multi-scale dynamic representation of time convolution form a complement in risk discrimination, which is better than the threshold or single modal evidence mode. The systematic risk assessment bias (MAPE) is significantly reduced to 7.8% and 8.6%, which is about 10-12 percentage points lower than Control 1 and about 6-7 percentage points lower than Control 2, reflecting the more accurate estimation of S5 propagation weight and path search on the overall risk volume. In terms of precision, the precision of the audit abnormal clues of the present application reaches 89.1% and 87.3%, which is 15.5-15.4 percentage points higher than Control 1 and 7.9-8.3 percentage points higher than Control 2, directly reducing the interference of false positives to subsequent manual review. In terms of efficiency, the audit manual review workload is reduced to 42 and 38 hours, Control 1 is 128 and 114 hours, and Control 2 is 96 and 88 hours; the average report generation time is shortened to 16.4 and 18.1 minutes, which is significantly lower than 31.2 and 28.4 minutes of Control 1 and 26.5 and 24.7 minutes of Control 2, indicating that the structured integration and evidence solidification of S6 can directly drive the report output and reduce the manual assembly time.

[0146] It should be noted that the above embodiments are only used to illustrate the technical solutions of the present application and not to limit it. Although the present application has been described in detail with reference to the preferred embodiments, it should be understood by those skilled in the art that the technical solutions of the present application can be modified or replaced equivalently without departing from the spirit and scope of the present application, which should be covered in the scope of the claims of the present application.

Claims

1. An accounting data intelligent processing method for enterprise financial audit, characterized by, The method comprises the following steps: acquiring multi-modal enterprise financial data and performing standardized preprocessing on the acquired data to form a preprocessed data set; the multi-modal enterprise financial data includes structured database transaction data and unstructured text and image data; performing multi-modal semantic understanding analysis on the unstructured text and image data in the preprocessed data set to extract financial entities, relationship attributes and key event information; associating and fusing the extracted financial entities, relationship attributes and key event information with the structured database transaction data in the preprocessed data set to construct an enterprise financial spatio-temporal knowledge graph containing time attributes; inputting the enterprise financial spatio-temporal knowledge graph into an anomaly analysis model, extracting spatial structure features of financial entities in a topological network using a graph convolution network model, and extracting dynamic features of financial relationships evolving over time using a time convolution model; based on the obtained spatial structure features and dynamic features, calculating the abnormal probability of the risk assessment layer calculation node and the propagation weight of the edge through the attention mechanism, identifying the abnormal source, evaluating the systemic risk value and generating the abnormal propagation path; the identification of the abnormal source, the evaluation of the systemic risk value and the generation of the abnormal propagation path include feature-level fusion of the spatial structure features and the dynamic features to obtain spatio-temporal fusion features; inputting the spatio-temporal fusion features into the attention mechanism to calculate the attention weight of each node and the propagation weight of each edge in the graph, and obtaining the node attention weight matrix and the edge propagation weight matrix; inputting the node attention weight matrix and the edge propagation weight matrix into the risk assessment layer, calculating the abnormal probability of each node and the risk propagation intensity of each edge through a multi-layer neural network, and obtaining the node abnormal probability distribution and the edge risk propagation intensity distribution; based on the node abnormal probability distribution, identifying the node with an abnormal probability exceeding a preset threshold as an abnormal source; based on the edge risk propagation intensity distribution and the node abnormal probability distribution, calculating the systemic risk value through a risk propagation model to evaluate the overall risk level; according to the edge risk propagation intensity distribution and the node abnormal probability distribution, generating an abnormal propagation path starting from the abnormal source by using a path search algorithm; outputting the risk analysis result including the abnormal source identification, the systemic risk value and the abnormal propagation path; based on the abnormal source, the systemic risk value and the abnormal propagation path, integrating to generate a final audit report.

2. The accounting data intelligent processing method for enterprise financial audit of claim 1, wherein, The multi-modal enterprise financial data includes structured database transaction data and unstructured text and image data; the structured database transaction data includes accounting voucher data, general ledger data, detailed ledger data, subject balance sheet data and financial statement data; the unstructured text and image data includes invoice image data, purchase and sale contract text data, bank document image data, business voucher scan data and audit report text data.

3. The accounting data intelligent processing method for enterprise financial audit of claim 2, wherein, the standardized preprocessing of the acquired data includes data cleaning, format unification, key field extraction and timestamp standardization on the structured database transaction data; Optical character recognition, image sharpness enhancement, text encoding unification, and time information extraction and standardization of unstructured data are performed on the unstructured text and image data.

4. The accounting data intelligent processing method for enterprise financial audit of claim 3, wherein, The multi-modal semantic understanding analysis includes analyzing the text data in the preprocessed data set, performing named entity recognition based on a pre-trained natural language processing model in the financial field, and extracting financial entities including company names, personnel, amounts, dates, and subjects; The text data in the preprocessed data set is analyzed, and relationship extraction is performed based on a pre-trained natural language processing model in the financial field, and the association between the financial entities is extracted. The image data in the preprocessed data set is analyzed, and key information is located and extracted based on a convolutional neural network and optical character recognition technology, and entity attribute information including invoice code, invoice number, invoice date, amount, and buyer-seller information is identified. The features of the financial entities, association, and entity attribute information are fused using an attention mechanism to realize collaborative understanding and semantic alignment of multi-modal data in the same business scenario. Based on a rule engine and a deep learning model, key event information is detected and extracted from the fused features, including large amount of funds, abnormal transaction patterns, associated party transactions, and important contract clause change events.

5. The accounting data intelligent processing method for enterprise financial audit of claim 4, wherein, The construction of the enterprise financial spatio-temporal knowledge graph containing time attributes includes entity alignment based on a unified identifier between the financial entities and corresponding entities in the structured database transaction data in the preprocessed data set, obtaining an aligned entity set; The association is associated with the transaction records in the structured database transaction data, and the mapped association set is obtained. The entity attribute information is associated with the corresponding entities in the aligned entity set to obtain an attribute-rich entity set. The key event information is associated with the related entities and relationships in the attribute-rich entity set and the mapped association set to obtain an event-entity-relationship association network. Based on graph database construction technology, the attribute-rich entity set is used as the graph node, the mapped association set and the association in the event-entity-relationship association network are used as the graph edge, the knowledge graph basic framework is constructed, and time attributes extracted from the structured database transaction data and the key event information are added to each node and edge. The knowledge graph basic framework is completed by a knowledge reasoning algorithm to generate an enterprise financial spatio-temporal knowledge graph containing entity dimension, relationship dimension, event dimension, and time dimension.

6. The accounting data intelligent processing method for enterprise financial audit of claim 5, wherein, The spatial structure features of the financial entities in the topological network are extracted using a graph convolution network model, and the dynamic features of the financial relationship evolution over time are extracted using a time convolution model, which includes topological structure analysis of the enterprise financial spatio-temporal knowledge graph to obtain the node feature matrix and adjacency matrix of the graph. The node feature matrix and the adjacency matrix are input into the graph convolution network model for spatial feature extraction, the spatial dependence relationship of the financial entity in the multi-hop neighbor range is captured through multi-layer graph convolution operation, and spatial structure features of the financial entity in the topological network are extracted; The enterprise financial spatio-temporal knowledge graph is time series sliced, the feature change sequence of each entity and relationship is extracted in the time dimension, and time series feature data is extracted; The time series feature data is input into the time convolution model for dynamic feature extraction, the evolution law of the financial relationship in different time scales is captured through dilated convolution operation, and the dynamic features of the financial relationship evolution along the time sequence are extracted.

7. The accounting data intelligent processing method for enterprise financial audit of claim 6, wherein, The integration generates a final audit report, which includes extracting corresponding abnormal entity information and associated transaction records based on the abnormal source identification, and generating detailed audit abnormal clues; Based on the systematic risk value, the risk level is determined through a risk level division model, and a risk level evaluation result is generated; Based on the abnormal propagation path, an abnormal propagation path graph is constructed through a visualization engine, and a visualized propagation path is generated; The audit abnormal clues, the risk level evaluation result and the visualized propagation path are integrated to generate a structured audit report; A timestamp, an audit range identifier and a model version information are added to the structured audit report to form a final audit report.

8. An accounting data intelligent processing system for business financial audit, for implementing the accounting data intelligent processing method for business financial audit according to any one of claims 1 to 7, characterized in that, It includes: A multi-modal acquisition and cleaning module: acquires multi-modal enterprise financial data, and standardizes and pre-processes the acquired data to form a pre-processed data set; The multi-modal enterprise financial data includes structured database transaction data and unstructured text and image data; A semantic analysis and extraction module: performs multi-modal semantic understanding and analysis on the unstructured text and image data in the pre-processed data set, and extracts financial entities, relationship attributes and key event information therefrom; A spatio-temporal graph construction module: associates and fuses the extracted financial entities, relationship attributes and key event information with the structured database transaction data in the pre-processed data set, and constructs an enterprise financial spatio-temporal knowledge graph containing time attributes; A spatio-temporal feature extraction module: inputs the enterprise financial spatio-temporal knowledge graph into an anomaly analysis model, extracts spatial structure features of financial entities in a topological network using a graph convolution network model, and extracts dynamic features of financial relationship evolution along a time sequence using a time convolution model; A risk propagation analysis module: based on the obtained spatial structure features and dynamic features, calculates the abnormal probability of a node and the propagation weight of an edge through an attention mechanism and a risk evaluation layer, identifies an abnormal source, evaluates a systematic risk value, and generates an abnormal propagation path; The identification of the abnormal source, the evaluation of the systematic risk value and the generation of the abnormal propagation path include feature-level fusion of the spatial structure features and the dynamic features to obtain spatio-temporal fusion features; The spatio-temporal fusion features are input into an attention mechanism to calculate the attention weight of each node and the propagation weight of each edge in the graph, and a node attention weight matrix and an edge propagation weight matrix are obtained. input the node attention weight matrix and the edge propagation weight matrix into a risk assessment layer, calculate the abnormal probability of each node and the risk propagation intensity of each edge through a multi-layer neural network, and obtain a node abnormal probability distribution and an edge risk propagation intensity distribution; based on the node abnormal probability distribution, identify a node with an abnormal probability exceeding a preset threshold as an abnormal source; based on the edge risk propagation intensity distribution and the node abnormal probability distribution, calculate a systemic risk value through a risk propagation model to evaluate an overall risk level; based on the edge risk propagation intensity distribution and the node abnormal probability distribution, generate an abnormal propagation path starting from the abnormal source by using a path search algorithm; output a risk analysis result containing an abnormal source identifier, a systemic risk value, and an abnormal propagation path; an audit report generation module: based on the abnormal source, the systemic risk value, and the abnormal propagation path, integrate and generate a final audit report.

Citation Information

Patent Citations

  • Financial data identification and accounting method based on artificial intelligence

    CN120125370A

  • Financial data risk analysis method and system based on large model

    CN120509982A