Financial data intelligent quality inspection method and system

By combining a dynamic rule engine and a multimodal LLM verification framework with a financial knowledge graph, we have solved the real-time, semantic-level vulnerabilities, and cross-system silo issues of the financial data quality inspection system, achieved rapid identification and adaptive optimization of financial transactions, and improved the accuracy of risk warnings and the system's self-evolution capabilities.

CN120672192APending Publication Date: 2025-09-19AACAT TECHNOLOGY LTD

Patent Information

Application Number
CN202510731142.3
Authority / Receiving Office
CN · China
Patent Type
Applications(China)
Current Assignee / Owner
Filing Date
2025-06-03
Publication Date
2025-09-19

AI Technical Summary

Technical Problem

Existing financial data quality inspection systems have shortcomings in real-time performance, semantic-level vulnerabilities, and cross-system silos, resulting in delays, high missed detection rates, and fragmented risk warnings. Traditional rule engines are unable to adapt to real-time changing transaction patterns, and the lack of multimodal collaboration and inefficient knowledge transfer hinder rapid deployment.

Method used

A dynamic rule engine is combined with Bayesian networks and reinforcement learning models, and joint semantic analysis is performed through a multimodal LLM verification framework. The financial knowledge graph is used to identify cross-entity risk paths, and a closed-loop iterative system is formed to dynamically adjust rule weights to adapt to real-time changing risk patterns.

Benefits of technology

It achieves rapid identification and adaptation of financial transactions, improves the accuracy of risk warnings and the system's self-evolution capability, reduces false alarm and missed detection rates, and improves the efficiency of cross-modal risk identification and the system's self-optimization capability.

✦ Generated by Eureka AI based on patent content.

Smart Images

  • Figure CN120672192A_ABST
    Figure CN120672192A_ABST
Patent Text Reader

Abstract

The invention provides a financial data intelligent quality inspection method and system, and the method comprises the steps: S1, accessing a real-time transaction data flow through a dynamic rule engine, and enabling the dynamic rule engine to dynamically adjust the rule weight through a Bayesian network and reinforcement learning hybrid model; s2, calling a multi-modal LLM verification framework, performing joint semantic analysis on the text, the image and the time series data, and generating a risk early warning signal; s3, identifying a cross-entity risk path based on the financial knowledge graph, and converting the identified risk path into a structured risk report; and S4, a closed loop iteration system is formed according to the weight of the early warning feedback optimization rule. According to the method, full-life-cycle quality management and control of financial transactions can be realized through technical collaboration of real-time data stream processing, multi-dimensional semantic verification and cross-entity risk tracking.
Need to check novelty before this filing date? Find Prior Art

Description

Technical Field

[0001] The present invention relates to the field of artificial intelligence-driven financial data governance technology, and specifically to an intelligent quality inspection method for financial transaction data based on a dynamic rule engine and a multimodal large language model (LLM) semantic verification framework, and more particularly to an intelligent quality inspection method and system for financial data. Background Art

[0002] 1. Technical pain points of financial data quality inspection:

[0003] The financial industry currently faces three major data governance challenges:

[0004] Real-time performance issues: Traditional rule engines, such as the rule-based data quality governance system and method disclosed in Publication No. CN113762735A, use a static rule base, which can lead to significant latency when dealing with high-frequency trading scenarios. For example, a test conducted by the Bank for International Settlements (BIS) showed that when processing a transaction flow of 100,000 transactions per second, the existing system experienced rule update delays of 6-12 hours.

[0005] Semantic-level vulnerabilities: Single-modal detection solutions, such as an automatic quality inspection method for labeled data disclosed in publication number CN111444166A, are unable to identify cross-modal inconsistencies, such as inconsistencies between the payee information in the bill image and the text notes, resulting in a financial fraud missed detection rate of up to 37% (SWIFT 2024 Fraud Report).

[0006] Cross-system silos: Financial institutions' internal risk control, anti-money laundering, and credit assessment systems use independent rule bases, resulting in fragmented risk warnings. An audit of a commercial bank found that false positives resulting from conflicting rules between systems amounted to $2.3 million per year.

[0007] 2. Limitations of existing technologies:

[0008] Rigid rule engines: Mainstream solutions (such as Drools and IBM ODM) rely on manual maintenance of rule weights and are unable to adapt to real-time changes in trading patterns. Tests show that when market volatility exceeds 5%, the anomaly capture rate of traditional engines drops to 68%.

[0009] Lack of multimodal collaboration: Patents for time series data analysis, such as a sensor data quality monitoring method disclosed with publication number CN110134676A, do not cover unstructured data such as text and images, and the accuracy rate in bill fraud detection is less than 75%.

[0010] Inefficient knowledge transfer: Building a cross-industry knowledge graph requires more than 200 man-days per field (Gartner 2024), hindering the rapid deployment of technology in scenarios such as banking, securities, and insurance. Summary of the Invention

[0011] In view of the deficiencies in the prior art, the present invention provides a method and system for intelligent quality inspection of financial data.

[0012] According to the present invention, a method and system for intelligent quality inspection of financial data are provided, and the scheme is as follows:

[0013] In a first aspect, a method for intelligent quality inspection of financial data is provided, the method comprising:

[0014] Step S1: accessing real-time transaction data streams through a dynamic rule engine, which dynamically adjusts rule weights using a hybrid model of Bayesian networks and reinforcement learning;

[0015] Step S2: Call the multimodal LLM verification framework to perform joint semantic analysis on text, image, and time series data to generate risk warning signals;

[0016] Step S3: Identify cross-entity risk paths based on the financial knowledge graph and convert the identified risk paths into a structured risk report;

[0017] Step S4: Optimize the rule weights according to the early warning feedback to form a closed-loop iterative system.

[0018] Preferably, the step S1 includes: initializing and optimizing the dynamic rule engine;

[0019] Step S1.1: Establish a basic rule base;

[0020] Step S1.2: Collect and process data, construct network topology, and calculate the Bayesian network posterior probability;

[0021] Step S1.3: After calculating the posterior probability, perform reinforcement learning dynamic adjustment optimization.

[0022] Preferably, in step S1.2, a network topology is constructed, risk factors are set as parent nodes, rule triggering events are set as child nodes, and conditional dependency relationships are established;

[0023] When a new transaction data stream is detected, the posterior probability is calculated using the Bayesian formula:

[0024] P(Ri|E)=[P(E|Ri)×P(Ri)] / P(E)

[0025] Where Ri indicates that rule i is triggered, E represents the observed risk event, P(Ri) is the prior probability of rule i, and P(E|Ri) is the likelihood probability.

[0026] Preferably, step S2 includes:

[0027] Step S2.1: Initialize model components;

[0028] Step S2.2: receiving data and performing preprocessing;

[0029] Step S2.3: Perform independent modality encoding on the preprocessed data;

[0030] Step S2.4: Implement semantic space alignment and deploy a bidirectional semantic guidance mechanism to achieve contextual semantic transfer between different modalities;

[0031] Step S2.5: Construct a self-attention matrix, execute a cross-modal attention mechanism, and focus on risk signals based on attention weights;

[0032] Step S2.6: Perform causal reasoning and risk assessment based on risk signals and generate a structured verification report;

[0033] Step S2.7: Continuous learning and closed-loop optimization, monitoring the contribution indicators of different modes, and dynamically adjusting the weight of each mode in the joint analysis.

[0034] Preferably, step S3 includes:

[0035] Step S3.1: Receive risk signals, identify risk entity nodes, and perform entity labeling and initialization;

[0036] Step S3.2: perform path search and risk propagation calculation;

[0037] Step S3.3: Evaluate path importance;

[0038] Step S3.4: Identify complex risk patterns based on path importance;

[0039] Step S3.5: Summarize risk paths and rank them;

[0040] Step S3.6: Convert the identified risk pathways into a structured risk report output.

[0041] Preferably, the step S4 includes:

[0042] Step S4.1: The system collects and records all warning information that triggers the rules;

[0043] Step S4.2: Clean the early warning feedback data to remove invalid samples and outliers;

[0044] Step S4.3: Apply the dynamic response function to calculate the weight adjustment amount;

[0045] Step S4.4: Perform multi-dimensional weighted optimization based on the weight adjustment amount and generate rule weight update instructions;

[0046] Step S4.5: Adjust the optimization frequency according to the rule weight update instruction;

[0047] Step S4.6: Calculate and record the effect benefits of each optimization.

[0048] In a second aspect, a financial data intelligent quality inspection system is provided, the system comprising:

[0049] Module M1: Accesses real-time transaction data streams through a dynamic rule engine that dynamically adjusts rule weights using a hybrid Bayesian network and reinforcement learning model;

[0050] Module M2: Calls the multimodal LLM verification framework to perform joint semantic analysis on text, image, and time series data to generate risk warning signals;

[0051] Module M3: Identify cross-entity risk paths based on the financial knowledge graph and convert the identified risk paths into structured risk reports;

[0052] Module M4: Optimize rule weights based on early warning feedback to form a closed-loop iterative system.

[0053] Preferably, the module M1 includes: initializing and optimizing the dynamic rule engine;

[0054] Module M1.1: Establish a basic rule base;

[0055] Module M1.2: Collect and process data, build network topology, and calculate the posterior probability of the Bayesian network;

[0056] Among them, a network topology is constructed, risk factors are set as parent nodes, rule trigger events are set as child nodes, and conditional dependencies are established;

[0057] When a new transaction data stream is detected, the posterior probability is calculated using the Bayesian formula:

[0058] P(Ri|E)=[P(E|Ri)×P(Ri)] / P(E)

[0059] Where Ri represents the triggering of rule i, E represents the observed risk event, P(Ri) is the prior probability of rule i, and P(E|Ri) is the likelihood probability;

[0060] Module M1.3: After calculating the posterior probability, perform reinforcement learning dynamic adjustment and optimization.

[0061] Preferably, the module M2 includes:

[0062] Module M2.1: Initialize model components;

[0063] Module M2.2: Receive data and perform preprocessing;

[0064] Module M2.3: Perform independent modality encoding on preprocessed data;

[0065] Module M2.4: Implement semantic space alignment and deploy a bidirectional semantic guidance mechanism to achieve contextual semantic transfer between different modalities;

[0066] Module M2.5: Construct a self-attention matrix, implement a cross-modal attention mechanism, and focus on risk signals based on attention weights;

[0067] Module M2.6: Conduct causal reasoning and risk assessment based on risk signals and generate a structured verification report;

[0068] Module M2.7: Continuous learning and closed-loop optimization, monitoring the contribution indicators of different modes, and dynamically adjusting the weight of each mode in the joint analysis.

[0069] Preferably, the module M3 includes:

[0070] Module M3.1: Receive risk signals, identify risk entity nodes, and perform entity labeling and initialization;

[0071] Module M3.2: Perform path search and risk propagation calculations;

[0072] Module M3.3: Evaluate path importance;

[0073] Module M3.4: Identify complex risk patterns based on path importance;

[0074] Module M3.5: Summarize and rank risk pathways;

[0075] Module M3.6: Convert identified risk pathways into structured risk reporting outputs;

[0076] The module M4 includes:

[0077] Module M4.1: The system collects and records all warning information that triggers the rules;

[0078] Module M4.2: Perform early warning feedback data cleaning to eliminate invalid samples and outliers;

[0079] Module M4.3: Apply dynamic response functions to calculate weight adjustments;

[0080] Module M4.4: Perform multi-dimensional weighted optimization based on weight adjustment and generate rule weight update instructions;

[0081] Module M4.5: Adjust optimization frequency according to rule weight update instructions;

[0082] Module M4.6: Calculate and record the benefits of each optimization.

[0083] Compared with the prior art, the present invention has the following beneficial effects:

[0084] 1. Through the deep integration of Bayesian networks and reinforcement learning, this system can quickly identify and adjust responses to abnormal patterns in real-time transaction flows, forming a "self-learning, self-optimizing" intelligent rules engine that effectively responds to the ever-changing risk patterns in financial transactions;

[0085] 2. This invention can organically integrate information from different modalities to achieve three-dimensional identification of complex risk patterns, far exceeding the effect of single-modality analysis;

[0086] 3. The present invention can quickly identify non-directly related risk transmission paths in complex financial networks;

[0087] 4. This invention not only realizes automated weight adjustment, but also ensures that the system can continuously adapt to the ever-changing financial risk patterns through multi-dimensional effect evaluation and differentiated optimization strategies, forming a truly self-evolving intelligent quality inspection system.

[0088] Other beneficial effects of the present invention will be explained through the introduction of specific technical features and technical solutions in the specific implementation methods. Those skilled in the art should be able to understand the beneficial technical effects brought about by the introduction of these technical features and technical solutions. BRIEF DESCRIPTION OF THE DRAWINGS

[0089] Other features, objects and advantages of the present invention will become more apparent upon reading the detailed description of non-limiting embodiments with reference to the following drawings:

[0090] Figure 1 It is a schematic diagram of the overall process;

[0091] Figure 2 This is a schematic diagram of semantic contradiction detection;

[0092] Figure 3 This is a schematic diagram of the system framework;

[0093] Figure 4 It is a flow chart of dynamic rule engine;

[0094] Figure 5 Flowchart of the multimodal LLM validation framework;

[0095] Figure 6 Identify detailed flow charts for multimodal risks;

[0096] Figure 7 A risk tracking flowchart for the financial knowledge graph;

[0097] Figure 8 This is a flowchart for closed-loop optimization and rule iteration. DETAILED DESCRIPTION

[0098] The present invention will be described in detail below with reference to specific embodiments. The following examples will help those skilled in the art to further understand the present invention, but are not intended to limit the present invention in any form. It should be noted that, for those skilled in the art, several changes and improvements can be made without departing from the scope of the present invention. These all fall within the scope of protection of the present invention.

[0099] The embodiment of the present invention provides a method for intelligent quality inspection of financial data, referring to Figure 1 As shown, the method specifically includes the following contents:

[0100] Step S1: accessing real-time transaction data streams through a dynamic rule engine, which uses a hybrid model of Bayesian network and reinforcement learning to dynamically adjust rule weights.

[0101] Wherein, the step S1 includes: initializing and optimizing the dynamic rule engine;

[0102] Step S1.1: Establish a basic rule base;

[0103] Step S1.2: Collect and process data, construct a network topology, and calculate the Bayesian network posterior probability; wherein, in constructing the network topology, the risk factor is set as the parent node, the rule trigger event is set as the child node, and a conditional dependency relationship is established;

[0104] When a new transaction data stream is detected, the posterior probability is calculated using the Bayesian formula:

[0105] P(Ri|E)=[P(E|Ri)×P(Ri)] / P(E)

[0106] Where Ri indicates that rule i is triggered, E represents the observed risk event, P(Ri) is the prior probability of rule i, and P(E|Ri) is the likelihood probability.

[0107] Step S1.3: After calculating the posterior probability, perform reinforcement learning dynamic adjustment optimization.

[0108] Step S2: Call the multimodal LLM verification framework to perform joint semantic analysis on text, image, and time series data to generate risk warning signals;

[0109] This step S2 includes:

[0110] Step S2.1: Initialize model components;

[0111] Step S2.2: receiving data and performing preprocessing;

[0112] Step S2.3: Perform independent modality encoding on the preprocessed data;

[0113] Step S2.4: Implement semantic space alignment and deploy a bidirectional semantic guidance mechanism to achieve contextual semantic transfer between different modalities;

[0114] Step S2.5: Construct a self-attention matrix, execute a cross-modal attention mechanism, and focus on risk signals based on attention weights;

[0115] Step S2.6: Perform causal reasoning and risk assessment based on risk signals and generate a structured verification report;

[0116] Step S2.7: Continuous learning and closed-loop optimization, monitoring the contribution indicators of different modes, and dynamically adjusting the weight of each mode in the joint analysis.

[0117] Step S3: Identify cross-entity risk paths based on the financial knowledge graph and convert the identified risk paths into a structured risk report;

[0118] The step S3 specifically includes:

[0119] Step S3.1: Receive risk signals, identify risk entity nodes, and perform entity labeling and initialization;

[0120] Step S3.2: perform path search and risk propagation calculation;

[0121] Step S3.3: Evaluate path importance;

[0122] Step S3.4: Identify complex risk patterns based on path importance;

[0123] Step S3.5: Summarize risk paths and rank them;

[0124] Step S3.6: Convert the identified risk pathways into a structured risk report output.

[0125] Step S4: Optimize the rule weights according to the early warning feedback to form a closed-loop iterative system.

[0126] This step S4 includes:

[0127] Step S4.1: The system collects and records all warning information that triggers the rules;

[0128] Step S4.2: Clean the early warning feedback data to remove invalid samples and outliers;

[0129] Step S4.3: Apply the dynamic response function to calculate the weight adjustment amount;

[0130] Step S4.4: Perform multi-dimensional weighted optimization based on the weight adjustment amount and generate rule weight update instructions;

[0131] Step S4.5: Adjust the optimization frequency according to the rule weight update instruction;

[0132] Step S4.6: Calculate and record the effect benefits of each optimization.

[0133] The present invention also provides a financial data intelligent quality inspection system. The financial data intelligent quality inspection system can be implemented by executing the process steps of the financial data intelligent quality inspection method. That is, those skilled in the art can understand the financial data intelligent quality inspection method as a preferred embodiment of the financial data intelligent quality inspection system. The system specifically includes the following:

[0134] Module M1: Accesses real-time transaction data streams through a dynamic rule engine that uses a hybrid model of Bayesian networks and reinforcement learning to dynamically adjust rule weights.

[0135] Among them, the module M1 includes: initializing and optimizing the dynamic rule engine;

[0136] Module M1.1: Establish a basic rule base;

[0137] Module M1.2: Collect and process data, construct network topology, and calculate Bayesian network posterior probability. Specifically, in constructing the network topology, risk factors are set as parent nodes, rule trigger events are set as child nodes, and conditional dependencies are established.

[0138] When a new transaction data stream is detected, the posterior probability is calculated using the Bayesian formula:

[0139] P(Ri|E)=[P(E|Ri)×P(Ri)] / P(E)

[0140] Where Ri indicates that rule i is triggered, E represents the observed risk event, P(Ri) is the prior probability of rule i, and P(E|Ri) is the likelihood probability.

[0141] Module M1.3: After calculating the posterior probability, perform reinforcement learning dynamic adjustment and optimization.

[0142] Module M2: Calls the multimodal LLM verification framework to perform joint semantic analysis on text, image, and time series data to generate risk warning signals;

[0143] The module M2 includes:

[0144] Module M2.1: Initialize model components;

[0145] Module M2.2: Receive data and perform preprocessing;

[0146] Module M2.3: Perform independent modality encoding on preprocessed data;

[0147] Module M2.4: Implement semantic space alignment and deploy a bidirectional semantic guidance mechanism to achieve contextual semantic transfer between different modalities;

[0148] Module M2.5: Construct a self-attention matrix, implement a cross-modal attention mechanism, and focus on risk signals based on attention weights;

[0149] Module M2.6: Conduct causal reasoning and risk assessment based on risk signals and generate a structured verification report;

[0150] Module M2.7: Continuous learning and closed-loop optimization, monitoring the contribution indicators of different modes, and dynamically adjusting the weight of each mode in the joint analysis.

[0151] Module M3: Identify cross-entity risk paths based on the financial knowledge graph and convert the identified risk paths into structured risk reports;

[0152] The module M3 specifically includes:

[0153] Module M3.1: Receive risk signals, identify risk entity nodes, and perform entity labeling and initialization;

[0154] Module M3.2: Perform path search and risk propagation calculations;

[0155] Module M3.3: Evaluate path importance;

[0156] Module M3.4: Identify complex risk patterns based on path importance;

[0157] Module M3.5: Summarize and rank risk pathways;

[0158] Module M3.6: Convert identified risk pathways into structured risk reporting outputs.

[0159] Module M4: Optimize rule weights based on early warning feedback to form a closed-loop iterative system.

[0160] The M4 module includes:

[0161] Module M4.1: The system collects and records all warning information that triggers the rules;

[0162] Module M4.2: Perform early warning feedback data cleaning to eliminate invalid samples and outliers;

[0163] Module M4.3: Apply dynamic response functions to calculate weight adjustments;

[0164] Module M4.4: Perform multi-dimensional weighted optimization based on weight adjustment and generate rule weight update instructions;

[0165] Module M4.5: Adjust optimization frequency according to rule weight update instructions;

[0166] Module M4.6: Calculate and record the benefits of each optimization.

[0167] Next, the present invention will be described in more detail.

[0168] The intelligent quality inspection method for financial data constructed by this invention is centered around three core modules: dynamic rule engine, multimodal LLM verification framework, and financial knowledge graph, forming a closed-loop optimized quality inspection system. Figure 1 This method achieves quality control over the entire life cycle of financial transactions through the technical collaboration of real-time data stream processing, multi-dimensional semantic verification, and cross-entity risk tracking. Figure 2 and Figure 3 As shown, typical application scenarios:

[0169] Scenario 1: Real-time risk control for high-frequency trading

[0170] Technical requirements: Real-time detection of abnormal trading patterns in Nasdaq Level 2 market data stream (>500,000 transactions / second);

[0171] Application of the present invention:

[0172] 1. Dynamic rule engine: Using a reinforcement learning model, the weight of the "price deviation-trading volume" association rule is updated every 10 seconds;

[0173] 2. Multimodal Verification:

[0174] Text analysis: Analyze semantic risks in order notes (e.g., suspicious expressions such as "test transaction");

[0175] Image recognition: Scanning for unusual interface elements in screenshots of trading terminals;

[0176] 3. Knowledge graph linkage: Build a "trader-account-device" entity network to identify distributed collaborative manipulation behaviors;

[0177] Effect comparison:

[0178] Comparison Table

[0179] index Traditional solutions The present invention Capture Delay 8.2 seconds 0.3 seconds False positive rate 4.70% 0.90%

[0180] Scenario 2: Cross-border payment fraud prevention

[0181] Technical requirements: Identify new complex fraud patterns involving "trade background fraud + multi-account fund pooling";

[0182] Application of the present invention:

[0183] 1. Multimodal verification:

[0184] BERT analyzes the semantic consistency of contract text;

[0185] ViT verifies the matching degree between the bill of lading image and the customs declaration;

[0186] LSTM detects abnormal timing of fund flows;

[0187] 2. Dynamic rule optimization: When an increase in fraud rates is detected in a certain region, the weight of the "Geographic Risk - Industry Type" rule is automatically strengthened to 0.91;

[0188] 3. Knowledge graph mining: Construct the risk transmission path of "overseas company-domestic related party-bank account" and identify shell company networks;

[0189] Implementation Cases:

[0190] After deployment, a multinational bank intercepted 23 trade finance fraud cases involving $48 million and reduced false positives by 82% (compared to the SAS anti-fraud solution).

[0191] Scenario 3: Wealth Management Compliance Quality Inspection

[0192] Technical requirements: ensuring that investment proposals meet “suitability management” requirements (e.g., risk level mismatch);

[0193] Application of the present invention:

[0194] 1. Cross-document analysis:

[0195] Extract risk preferences (R3 level) from the customer risk assessment form;

[0196] Verify the risk level (R5) marked in the product manual;

[0197] 2.Reference Figure 2 As shown, semantic contradiction detection is performed;

[0198] 3. Knowledge graph assistance: linking regulatory penalty case database, warning of historical violation product recommendation models;

[0199] Improved compliance: After using the system, a brokerage firm saw a 93% reduction in regulatory penalties and a 67% drop in customer complaints.

[0200] Specifically, the overall process of the present invention is as follows:

[0201] Step 1: Initialize and optimize the dynamic rule engine, refer to Figure 4 shown.

[0202] When launching a financial data intelligent quality inspection system, the initialization and optimization of the dynamic rule engine is the core first step of the entire process. This process is not a static rule setting, but rather an intelligent system that continuously adjusts itself.

[0203] Initialization phase:

[0204] Establish a basic rule base. This is an organic rule ecosystem:

[0205] 1. Based on the actual business needs of financial institutions, 30 core rules are pre-set, such as "cross-border transfers exceed 5 times a day" and "abnormal transaction amounts during the early morning hours".

[0206] 2. Each rule has an initial weight value, which determines the influence of the rule when it is triggered. For example, the initial weight of "binding multiple accounts to the same device within 24 hours" may be set to 0.75.

[0207] 3. The system also establishes a rule metadata database, which includes attributes such as rule ID, description, trigger conditions, and associated risk factors, to prepare for subsequent dynamic adjustments.

[0208] Bayesian network posterior probability calculation:

[0209] When the system starts running and transaction data flows in real time, the Bayesian network part starts working:

[0210] 1. Data collection and processing: The system extracts 10 million pieces of anomaly-labeled data from the historical transaction database of financial institutions and identifies 30 key risk factors (such as transaction frequency, device fingerprints, account attributes, etc.).

[0211] 2. Build a network topology: Set the risk factor as the parent node (such as N1: abnormal transaction frequency, N2: device fingerprint conflict), set the rule trigger event as the child node (R1-R30), and establish a conditional dependency relationship.

[0212] 3. Real-time posterior probability calculation: When a new transaction data stream is detected, the system uses the Bayesian formula to calculate the posterior probability:

[0213] P(Ri|E)=[P(E|Ri)×P(Ri)] / P(E)

[0214] Where Ri indicates that rule i is triggered, E represents the observed risk event, P(Ri) is the prior probability of rule i, and P(E|Ri) is the likelihood probability.

[0215] Example: For example, when the system detects the behavior of "five cross-border transfers initiated by the same device," it immediately calculates the posterior probability of rule R15. Assuming the prior P(R15) = 0.5, the likelihood P(E|R15) = 0.85, and the event edge probability P(E) = 0.45, the posterior probability P(R15|E) ≈ 0.93.

[0216] Reinforcement learning dynamic adjustment:

[0217] After the Bayesian network calculates the posterior probabilities, the system does not directly use these probabilities as the final rule weights, but instead inputs them into the reinforcement learning module for further optimization:

[0218] 1. State space definition: The system uses the weight vector of all current rules as the state representation, for example, s = [w1, w2, ..., w30].

[0219] 2. Action space design: The action is defined as the adjustment amplitude of the rule weight, for example, a = [Δw1, Δw2, ..., Δw30].

[0220] 3. Reward function construction: The system designs the reward function based on the actual effect of the adjusted rules:

[0221] R = α × recall rate - β × false alarm rate - γ × Δw

[0222] Among them, α = 0.6, β = 0.3, and γ = 0.1, which balance the accuracy, false alarm rate, and variation range respectively.

[0223] 4. Q-learning update: Use the Q-learning algorithm to update the value function:

[0224] Q(s,a)←Q(s,a)+α[r+γ·max_a'Q(s',a')-Q(s,a)]

[0225] The learning rate α is set to 0.85 and the discount factor γ is set to 0.9.

[0226] The synergistic mechanism of Bayesian network and reinforcement learning:

[0227] These two modules do not operate in isolation, but form a closed-loop optimization system:

[0228] 1. Information flow path: The posterior probability P(Ri|E) calculated by the Bayesian network directly affects the state representation of the reinforcement learning module and becomes the basic information for weight adjustment.

[0229] 2. Two-tier decision-making mechanism:

[0230] The Bayesian layer is responsible for “judging the possibility of risk existence” (probabilistic reasoning);

[0231] The reinforcement learning layer is responsible for “deciding how much to respond to this risk” (decision learning).

[0232] 3. Real-time adjustment process:

[0233] As transaction data flows in, the Bayesian network quickly calculates the posterior probability (typically less than 50ms);

[0234] The reinforcement learning module calculates the optimal weight adjustment plan based on historical adjustment effects and comprehensive consideration of the posterior probability;

[0235] The system applies the new weights to the rule engine, affecting subsequent transaction detection.

[0236] 4. Specific scenario example: When the system detects an abnormal transaction pattern in a specific area, it first calculates the posterior probability through a Bayesian network (for example, from 0.75 to 0.93). Then, based on historical data analysis, the reinforcement learning module finds that this type of anomaly is often highly correlated with fraud. It then further increases the weight of the relevant rule to 0.94, achieving real-time prevention and control within 300ms, which is much faster than the 6-12 hour delay of traditional systems.

[0237] Step 2: Multimodal LLM semantic verification framework, refer to Figure 5 and Figure 6 shown.

[0238] In order to build a multimodal verification system with financial semantic understanding capabilities, the present invention loads the following key modules during the system initialization phase:

[0239] Multimodal LLM Base Model: This paper uses a variant of Llama-3.2-70B as the foundational large language model, with a scalable multimodal input interface. This model supports a plug-in component loading mechanism, allowing for separate encoding and unified integration of visual, textual, and temporal modalities.

[0240] The modules are composed as follows (the present invention is loaded during system initialization): Text encoder (BERT-large): used to extract semantic embeddings in natural languages ​​such as transaction descriptions and merchant information, with a dimension of 768.

[0241] Visual Encoder (ViT-L / 14): Responsible for dividing image data such as ID card images and screenshots into patches, extracting visual features, and generating a 1024-dimensional representation.

[0242] Time Series Encoder (HiTime): processes the historical transaction sequence of an account and generates a 512-dimensional time series vector to capture changes in behavioral patterns.

[0243] Semantic alignment module: Contains the Q-Former mechanism and contrastive learning module, responsible for mapping different modal embeddings into a unified semantic space.

[0244] Cross-modal attention mechanism: A multi-head attention structure (number of heads = 8) is used to perform inter-modal association modeling in the aligned semantic space.

[0245] Design Basis and Source: The above modules are derived from publicly available, reusable mainstream model architectures, customized to meet the needs of this invention. The model framework is based on open source architectures published by Meta AI, Google Research, and other institutions (such as LLaVA, BLIP-2, and HiTime), and is fine-tuned and adapted for financial data.

[0246] Specifically, step S2 includes:

[0247] Framework initialization and data reception:

[0248] 1. Initialize model components

[0249] Start the pre-trained multimodal LLM base model (using the Llama-3.2-70B variant);

[0250] Loading specialized encoder modules: text encoder (BERT-large), visual encoder (ViT-L / 14), and temporal encoder (HiTime);

[0251] Initialize the semantic alignment module and cross-modal attention mechanism, and configure the batch size to 128.

[0252] 2. Multi-source data reception and preprocessing

[0253] Receive raw transaction data streams (5,000+ transactions per second) from the dynamic rule engine;

[0254] Perform word segmentation and standardization on text data (transaction descriptions, merchant information, etc.);

[0255] Crop image data (ID card photos, transaction screenshots, etc.) to 224×224 resolution and normalize;

[0256] A sliding window technique is applied to time series data (historical transactions of an account), with the window size set to 48 hours.

[0257] Multimodal encoding aligned with semantic space:

[0258] 3. Independent modality encoding

[0259] The text encoder processes the transaction description and outputs a 768-dimensional text embedding vector;

[0260] The visual encoder divides the image into 16×16 patches and generates 1024-dimensional visual features;

[0261] The time series encoder converts the account transaction history into a 512-dimensional time series representation through hierarchical feature extraction.

[0262] 4. Semantic Space Alignment Implementation

[0263] 4.1. Deploy a bidirectional semantic guidance mechanism to achieve contextual semantic transfer between different modalities;

[0264] Specifically, in the multimodal semantic verification framework of the present invention, the deployment of the bidirectional semantic guidance mechanism is divided into the following technical steps to ensure contextual interaction and alignment between text, image, and temporal modalities:

[0265] 1. Module calling location:

[0266] This mechanism is deployed between the encoder output layer and the semantic alignment module (Q-Former) as a bridge module before cross-modal alignment.

[0267] 2. Core structure composition:

[0268] The implementation is based on a dual-channel Transformer architecture, which constructs a Transformer branch for each modality and introduces a cross-attention module in each attention layer.

[0269] Modality A (such as text) receives embedded information from modality B (such as image) through the Cross-Attention mechanism, and vice versa, realizing bidirectional information flow.

[0270] 3. Deployment process:

[0271] For each pair of modal inputs (text-image, text-time sequence, image-time sequence), a cross-attention layer is added after its independent Transformer layer to map the features of the other modality as context.

[0272] Using the shared trainable attention matrix W_cross, attention is calculated for the query Q_i (modality i) and the key values ​​K_j, V_j (modality j):

[0273] Attention(Qi,Kj,Vj)=softmax(Qi·Kj^T / √d)·Vj;

[0274] Bidirectional supervision signals are introduced, that is, through training objectives, each modality is required to not only optimize its own representation, but also correctly predict the semantic labels embedded in other modalities to achieve deep alignment.

[0275] 4. Deployment environment and resource requirements:

[0276] Supports deep learning platform implementation based on PyTorch / Transformers, deployed on a CUDA-enabled GPU cluster. At least 24GB of video memory is recommended to support a batch size of 128.

[0277] 4.2. Perform Q-Former projection to map the feature vectors of the three modalities into a unified 1024-dimensional semantic space;

[0278] Definition and implementation of the Q-Former projection mechanism:

[0279] In the multimodal semantic fusion module of this invention, the Q-Former projection mechanism is used to uniformly map the embedded feature vectors from different modalities (text, image, time series) into the same semantic space, thereby achieving cross-modal information alignment and joint analysis. This mechanism is based on a Transformer structure with a learnable query vector (i.e., Query-Transformer), and uses an attention mechanism to guide the fusion of features from each modality.

[0280] Specifically, the Q-Former mechanism includes the following steps:

[0281] First, linearly map the original embedding vectors of text, image, and time series modalities to unify their dimensions to 1024. Let the original embeddings be: text embedding E_text∈R n ×768, image embedding E_img∈R n ×1024, time series embedding E_time∈R n ×512, and uniformly projected into E_modality∈R×1024 by mapping matrices W_text, W_img and W_time.

[0282] Secondly, the system initializes a set of learnable query vectors (Query Embeddings) of length 32, each with a dimension of 1024, which are used as query units for cross-modal feature retrieval. For each type of modality embedding, Q-Former performs the following Cross-Attention operation:

[0283] Attention(Q,K,V)=softmax(Q·K T / √d)·V;

[0284] Among them, Q is the query embedding, K and V are the feature vector sets of the corresponding modalities respectively.

[0285] Ultimately, the system concatenates and fuses query outputs from each modality to form a unified semantic representation, which is then used for subsequent contrastive learning loss calculation, risk causal reasoning, and verification report generation. This mechanism offers advantages such as lightweight structure, high fusion efficiency, and strong semantic interpretation, making it particularly suitable for cross-modal consistency detection tasks in complex financial scenarios.

[0286] 4.3. Run the contrastive learning module to calculate the similarity between different modal representations using the InfoNCE loss function;

[0287] 4.4. Apply the semantic fusion matrix M = [mijl], where mijl represents the association strength between feature j of modality i and modality l.

[0288] In order to improve the consistency and discriminability of multimodal semantic fusion, the present invention introduces a contrastive learning module after the Q-Former output, and supervises the similarity between different modal representations through the InfoNCE (Noise Contrastive Estimation) loss function, thereby enhancing the robustness of cross-modal feature alignment.

[0289] The specific calculation process is as follows:

[0290] 1) Modal pair representation definition

[0291] Assume that the system input contains N sets of cross-modal samples, each consisting of three modalities (text, image, and time series). After Q-Former processing, each set of samples generates an embedding vector z_i^text, z_i^image, and z_i^time of uniform dimensions, where i represents the sample number and the vector dimension is 1024.

[0292] 2) Construction of positive and negative sample pairs

[0293] For any positive sample pair (such as z_i^text and z_i^image), the remaining N-1 groups of non-matching sample pairs are regarded as negative sample pairs (such as z_i^text and z_j^image, j≠i).

[0294] 3) Similarity measurement method

[0295] Use the cosine similarity function to calculate the similarity between any two modality embedding vectors:

[0296] sim(u,v)=(u·v) / (||u||×||v||)

[0297] 4) InfoNCE loss calculation

[0298] For each set of positive sample pairs, the loss function is calculated as follows:

[0299] L_i=-log[exp(sim(z_i^text,z_i^image) / τ) / Σ_j exp(sim(z_i^text,z_j^image) / τ)]

[0300] Among them, τ is the temperature parameter (usually set to 0.07), which is used to control the smoothness of the distribution; the denominator is the sum of the normalized similarity exponents of all negative sample pairs.

[0301] 5) Cross-modal total loss summary

[0302] The system constructs InfoNCE losses for all modality pairs (text-image, text-time sequence, image-time sequence) and combines the total losses in a weighted manner:

[0303] L_total=λ1·L_text-image+λ2·L_text-time+λ3·L_image-time

[0304] Where λ is the weight coefficient of each loss, which is set to 1 / 3 by default.

[0305] Through this calculation, the system can strengthen semantically consistent embeddings across modalities, drawing them closer together and moving semantically inconsistent embeddings further apart, achieving contextual consistency learning across modalities. Experiments have shown that this mechanism significantly improves the ability to capture cross-modal risk factors, increasing recognition accuracy by over 78%.

[0306] Conjoint Analysis and Risk Reasoning

[0307] 5. Cross-modal attention mechanism execution

[0308] Construct a self-attention matrix to calculate the correlation between tokens of different modalities;

[0309] Construction of cross-modal self-attention matrix and correlation calculation:

[0310] In our multimodal semantic verification framework, cross-modal attention is a key technical approach for modeling semantic interactions and contextual associations between modalities. By constructing a cross-modal self-attention matrix, the system explicitly captures token-level semantic dependencies between text, images, and temporal modalities, enabling information fusion and focusing on anomaly signals.

[0311] 1. Self-Attention Matrix Construction Process

[0312] 1) Input preparation

[0313] The system concatenates the multimodal token sequences output by the Q-Former to form a unified input sequence:

[0314] Z=[z1^text,...,z t ^text,z1^img,...,z t ^img,z1^time,...,zt ^time]∈R^{3T×d}

[0315] Where T is the number of tokens per modality (e.g., T = 32), and d is the feature dimension (1024).

[0316] 2) Positional Encoding Fusion

[0317] To prevent the loss of position information between modalities, the system introduces distinguishable modality position encoding (Modality-aware Positional Embedding) for different modalities to assist the Transformer in perceiving modal boundaries.

[0318] 3) Attention weight calculation

[0319] Using the standard multi-head attention mechanism, calculate the attention weight matrix A between tokens:

[0320] A=softmax(Q·K T / √d), where Q,K∈R^{3T×d}

[0321] Each element A ij Indicates the degree of attention of Token i to Token j. A higher value indicates a more relevant semantics.

[0322] 4) Cross-modal mapping extraction

[0323] To specifically extract cross-modal connections, the system extracts the following submatrix from A as the cross-modal attention map:

[0324] A_text→image, A_image→text

[0325] A_text→time, A_time→text

[0326] A_image→time, A_time→image

[0327] Each sub-matrix has a dimension of T×T and is used to represent the token-level semantic interaction strength between two specific modalities.

[0328] 2. Functions and Application Scenarios

[0329] Multimodal semantic fusion:

[0330] The self-attention matrix provides cross-modal contextual guidance capabilities, enabling the system to focus on relevant text descriptions based on the identity information appearing in the image, or use abnormal temporal patterns to indicate text semantic deviations.

[0331] Capturing key risk signals:

[0332] The high-weight areas in the attention map can be used to automatically mark potential risk sources and generate "high-risk token focus areas" to assist the subsequent risk scoring module in locating core abnormal fragments.

[0333] Enhanced interpretability:

[0334] The system can visualize the A matrix as a heat map and attach it to the quality inspection report to form a cross-modal semantic association evidence chain, thereby improving the trust and traceability efficiency of risk control auditors.

[0335] Perform cross-modal attention computation:

[0336] Based on the attention weight, it automatically focuses on key risk signals (such as abnormal timing patterns that do not match the ID card photo).

[0337] 6. Hierarchical Reasoning and Risk Assessment

[0338] Multimodal LLM performs comprehensive reasoning based on the aligned representations, identifying complex patterns that may be overlooked by a single modality.

[0339] Generate multi-level risk scores covering both local risk (single modality) and global risk (cross-modality associations).

[0340] Perform causal reasoning to identify dependencies between risk factors, such as “device anomaly → identity mismatch → high-risk transaction pattern.”

[0341] Result feedback and continuous optimization

[0342] 7. Verification result generation and delivery

[0343] Generate structured validation reports containing risk scores, anomaly markers, and associated evidence;

[0344] Push verification results to the rule engine through the API gateway, with an average latency of <200ms;

[0345] Provides cross-modal evidence chains, including visualization of key risk factors and heat maps of inter-modal correlation strength.

[0346] 8. Continuous learning and closed-loop optimization

[0347] Record verification results and manual review feedback, and build annotated datasets;

[0348] Perform model fine-tuning every 24 hours to update semantic alignment parameters and attention weights;

[0349] Monitor the contribution indicators of different modes and dynamically adjust the weight of each mode in the joint analysis.

[0350] Step 3: Financial knowledge graph construction and risk tracking, refer to Figure 7 shown.

[0351] First, the system operates based on a pre-built financial knowledge graph. This graph contains multiple entities, such as bank customers, transactions, and merchants, and their relationships. It typically consists of approximately 2 million nodes and 15 million edges. The relationships between entities in the graph are standardized into 30 financial relationship types, such as "investment," "holding," and "guarantee."

[0352] 3.1 Risk Entity Labeling and Initialization

[0353] Receive risk signals from the rule engine and identify initial risk entity nodes;

[0354] Assign an initial risk weight (0-1 range) to each risk entity, such as a fraudulent merchant with an initial weight of 0.9;

[0355] Construct a priority queue and sort the initial set of entities in descending order of risk weight;

[0356] 3.2 Path Search and Risk Propagation Calculation

[0357] Deploy an improved bidirectional breadth-first search (Bi-BFS) algorithm and set the maximum search depth to 5 hops;

[0358] For each risk starting point entity, perform path expansion:

[0359] For each entity E in the queue:

[0360] Retrieve all relationship edges R of E

[0361] Calculate the risk propagation coefficient P(R) = basic weight × relationship type weight × time attenuation factor Risk propagation value = source entity risk value × P(R)

[0362] Apply the risk attenuation function: V(d) = V0 × e^(-λd), where d is the path distance and λ is a configurable attenuation parameter (default 0.3); V0 is the initial risk value and e^ is the natural exponent used to model the risk propagation attenuation function V(d) = V0·e^(-λd).

[0363] 3.3 Path Importance Assessment

[0364] Calculate the path risk score: S(path) = Σ(node ​​risk value) × Π(edge ​​association strength) × L^-α;

[0365] Where L is the path length, α is the length penalty coefficient (set to 0.8);

[0366] Apply a multidimensional evaluation matrix to the discovered paths:

[0367] Relationship density: the sum of the weights of the relationship edges in the path divided by the path length;

[0368] Temporal correlation: the degree of temporal clustering of events in a path;

[0369] Risk pattern matching: similarity with known risk patterns;

[0370] 3.4 Identification of Complex Risk Patterns

[0371] Deploy a subgraph pattern matching engine based on 55 predefined financial risk pattern templates;

[0372] Perform isomorphic subgraph searches to identify paths that match known patterns of cash-outs, money laundering, and fraudulent transactions;

[0373] Use path semantic enhancement for non-exact matching, tolerating 30% structural variation.

[0374] 3.5 Risk Path Summary and Ranking

[0375] Merge overlapping paths and remove redundant information;

[0376] Rank the paths based on their combined risk scores;

[0377] Generate a TOP-K risk path list (default K = 20), including the entity chain, relationship chain and cumulative risk score of each path.

[0378] 3.6 Result Output and Application

[0379] Convert identified risk pathways into structured risk reports;

[0380] Generate visual representations of each risk path, highlighting key risk nodes and relationships;

[0381] The results are pushed to the risk control decision center via API, with an average processing delay of <500ms.

[0382] Step 4: Closed-loop optimization and rule iteration, refer to Figure 8 shown.

[0383] Feedback data collection and preprocessing:

[0384] 4.1. Early warning result collection

[0385] The system automatically records warning information for all triggered rules, including rule ID, trigger time, transaction feature vector, and risk score;

[0386] Track the processing results of each warning and create a labeled data set {warning ID, rule ID, whether the risk is confirmed (0 / 1)};

[0387] Collect the reviewer's processing decisions and additional annotations in real time, such as "false positive", "suspicious" or "confirmed risk".

[0388] 4.2 Data Quality Processing

[0389] Perform early warning feedback data cleaning to eliminate invalid samples and outliers;

[0390] Aggregate feedback data by rule ID and calculate the core indicators of each rule:

[0391] Accuracy rate = number of confirmed risk warnings / total number of warnings

[0392] False alarm rate = number of false alarm warnings / total number of warnings

[0393] Effectiveness score = 0.7 accuracy - 0.3 false positive rate

[0394] Rule weight adjustment algorithm execution:

[0395] 4.3 Basic Weight Adjustment

[0396] Apply the dynamic response function to calculate the weight adjustment:

[0397] Δw = α (accuracy - false alarm rate β) current weight;

[0398] Where α is the adjustment step size (default 0.05), β is the false alarm penalty coefficient (default 1.5);

[0399] Set fluctuation limits on weight changes:

[0400] If |Δw|>threshold (default 0.1), then Δw=sign(Δw)threshold.

[0401] 4.4 Multidimensional Weighted Optimization

[0402] By introducing a time decay factor, recent feedback is given more weight than historical feedback:

[0403] Time weight = e^(-λ(current time - feedback time) / day), where λ is set to 0.1 to ensure that the feedback weight drops to about 50% a week ago.

[0404] Perform hierarchical weighted calculations:

[0405] Final adjustment amount = Σ(Δw_i time weight_i) / Σ(time weight_i)

[0406] 4.5 Differentiation Optimization Strategy

[0407] Improved sensitivity for rules with high accuracy (>85%) but low trigger rate (<0.1%):

[0408] Weight increase = basic adjustment amount (1 + improvement coefficient);

[0409] The boost factor is set to 0.3 by default;

[0410] Implement a conservative tuning strategy for rules with high false positive rates (>50%):

[0411] Weight reduction = basic adjustment amount (1 + penalty coefficient)

[0412] Among them, the penalty coefficient is set to 0.5.

[0413] Closed-loop system implementation and continuous optimization:

[0414] 4.6 Weight Update and Verification

[0415] Generate rule weight update instructions:

[0416] The weight of this rule has been increased from the original 0.75 to 0.83. The reason for the adjustment is that the rule has recently demonstrated high accuracy (effectively identifying real risks) and low false alarm rate (fewer erroneous interceptions of normal transactions). The system confirmed the effectiveness of this adjustment with a confidence level of 92%.

[0417] Perform A / B testing to verify:

[0418] Import 10% of transaction flows into the new weighted rule engine;

[0419] 90% of transaction flows maintain the old weights;

[0420] Compare the performance indicators of the two sets of rules to confirm the effectiveness of the optimization.

[0421] 4.7. Intelligent frequency adjustment control

[0422] Dynamically adjust optimization frequency based on rule stability:

[0423] Rules with high volatility (weight change > 15%) are optimized daily;

[0424] Rules with medium volatility (weight changes of 5%-15%) are optimized weekly;

[0425] Rules with low volatility (weight change < 5%) are optimized monthly.

[0426] 4.8 Feedback Strengthens Execution

[0427] Calculate and record the effect benefits of each optimization:

[0428] Optimization benefit = (accuracy after optimization - accuracy before optimization) / accuracy before optimization

[0429] Adjust future optimization strategies based on optimization gains:

[0430] High-yield paths (yield > 10%) receive higher priority;

[0431] Reduce the optimization frequency for low-yield paths (yield < 2%);

[0432] The negative return path rolls back to the previous weight configuration;

[0433] In summary, through the deep integration of Bayesian networks and reinforcement learning in step S1, the system can quickly identify and adjust its response to abnormal patterns in real-time transaction flows, forming a "self-learning, self-optimizing" intelligent rule engine that effectively responds to the ever-changing risk patterns in financial transactions.

[0434] Compared with traditional static rule engines, this dynamic adjustment mechanism has been tested at an international bank and has increased the anomaly detection rate from 82.1% to 99.3%, reduced the false alarm rate from 1.1% to 0.3%, and more importantly, shortened the rule update delay from hours to seconds, providing real-time protection for financial security.

[0435] Through the complete process in step S2, the system organically integrates information from different modalities, achieving three-dimensional recognition of complex risk patterns, far exceeding the effectiveness of single-modal analysis. For example, the system can simultaneously capture the combined pattern of text description anomalies, ID photo discrepancies, and sudden changes in account transaction history within 300ms, achieving a 99.5% cross-modal risk detection rate, a 78% improvement in recognition accuracy compared to single-modal analysis.

[0436] Through this process in step S3, the system can quickly identify indirect risk transmission paths within complex financial networks. For example, when account A is marked as risky, the system can detect that it is mitigating risk through the hidden path of "control company B → guaranteed loan C → fund transfer → associated account D." In practical applications, this method has increased the accuracy of cross-entity risk identification from 76.3% of traditional methods to 95.7%, and shortened the average identification time from minutes to sub-seconds. This process is particularly suitable for identifying complex financial crime networks, such as risk patterns such as circular guarantees, false trade, and multi-layered cash-outs, and effectively identifies deep-seated risks that are difficult to detect with traditional isolated risk control systems.

[0437] Through a comprehensive feedback optimization process in step S4, the system forms a truly adaptive closed-loop mechanism. Field tests have shown that this optimization process can improve rule accuracy by an average of 31.5% while reducing the false alarm rate by 47.2%, significantly enhancing risk control effectiveness. For example, in the "cross-border, small, frequent transfer" scenario, the optimized rule weights increased the detection rate from 76.4% to 94.8%, while reducing the false alarm rate from 43.2% to 18.7%, improving processing efficiency by over 60%.

[0438] Those skilled in the art will appreciate that, in addition to implementing the system and its various devices, modules, and units provided by the present invention in purely computer-readable program code, it is entirely possible to implement the same functions of the system and its various devices, modules, and units provided by the present invention in the form of logic gates, switches, application-specific integrated circuits, programmable logic controllers, and embedded microcontrollers by logically programming the method steps. Therefore, the system and its various devices, modules, and units provided by the present invention can be considered a hardware component, and the devices, modules, and units included therein for implementing various functions can also be considered as structures within the hardware component; the devices, modules, and units for implementing various functions can also be considered as both software modules implementing the method and structures within the hardware component.

[0439] The above describes specific embodiments of the present invention. It should be understood that the present invention is not limited to the specific embodiments described above, and those skilled in the art may make various changes or modifications within the scope of the claims, which do not affect the essence of the present invention. The embodiments of this application and the features in the embodiments may be combined with each other in any manner unless there is a conflict.

Claims

1. A financial data intelligent quality inspection method, characterized in that: include: Step S1: accessing real-time transaction data streams through a dynamic rule engine, which dynamically adjusts rule weights using a hybrid model of Bayesian networks and reinforcement learning; Step S2: Call the multimodal LLM verification framework to perform joint semantic analysis on text, image, and time series data to generate risk warning signals; Step S3: Identify cross-entity risk paths based on the financial knowledge graph and convert the identified risk paths into a structured risk report; Step S4: Optimize the rule weights according to the early warning feedback to form a closed-loop iterative system.

2. The intelligent quality inspection method for financial data according to claim 1, characterized in that: The step S1 includes: initializing and optimizing the dynamic rule engine; Step S1.1: Establish a basic rule base; Step S1.2: Collect and process data, construct network topology, and calculate the Bayesian network posterior probability; Step S1.3: After calculating the posterior probability, perform reinforcement learning dynamic adjustment optimization.

3. The intelligent quality inspection method for financial data according to claim 2, characterized in that: In step S1.2, a network topology is constructed, risk factors are set as parent nodes, rule trigger events are set as child nodes, and conditional dependencies are established; When a new transaction data stream is detected, the posterior probability is calculated using the Bayesian formula: P(Ri|E)=[P(E|Ri)×P(Ri)] / P(E) Where Ri indicates that rule i is triggered, E represents the observed risk event, P(Ri) is the prior probability of rule i, and P(E|Ri) is the likelihood probability.

4. The intelligent quality inspection method for financial data according to claim 1, characterized in that: The step S2 comprises: Step S2.1: Initialize model components; Step S2.2: receiving data and performing preprocessing; Step S2.3: Perform independent modality encoding on the preprocessed data; Step S2.4: Implement semantic space alignment and deploy a bidirectional semantic guidance mechanism to achieve contextual semantic transfer between different modalities; Step S2.5: Construct a self-attention matrix, execute a cross-modal attention mechanism, and focus on risk signals based on attention weights; Step S2.6: Perform causal reasoning and risk assessment based on risk signals and generate a structured verification report; Step S2.7: Continuous learning and closed-loop optimization, monitoring the contribution indicators of different modes, and dynamically adjusting the weight of each mode in the joint analysis.

5. The intelligent quality inspection method for financial data according to claim 1, characterized in that: The step S3 comprises: Step S3.1: Receive risk signals, identify risk entity nodes, and perform entity labeling and initialization; Step S3.2: perform path search and risk propagation calculation; Step S3.3: Evaluate path importance; Step S3.4: Identify complex risk patterns based on path importance; Step S3.5: Summarize risk paths and rank them; Step S3.6: Convert the identified risk pathways into a structured risk report output.

6. The intelligent quality inspection method for financial data according to claim 1, characterized in that: The step S4 comprises: Step S4.1: The system collects and records all warning information that triggers the rules; Step S4.2: Clean the early warning feedback data to remove invalid samples and outliers; Step S4.3: Apply the dynamic response function to calculate the weight adjustment amount; Step S4.4: Perform multi-dimensional weighted optimization based on the weight adjustment amount and generate rule weight update instructions; Step S4.5: Adjust the optimization frequency according to the rule weight update instruction; Step S4.6: Calculate and record the effect benefits of each optimization.

7. A financial data intelligent quality inspection system, characterized by: include: Module M1: Accesses real-time transaction data streams through a dynamic rule engine that dynamically adjusts rule weights using a hybrid Bayesian network and reinforcement learning model; Module M2: Calls the multimodal LLM verification framework to perform joint semantic analysis on text, image, and time series data to generate risk warning signals; Module M3: Identify cross-entity risk paths based on the financial knowledge graph and convert the identified risk paths into structured risk reports; Module M4: Optimize rule weights based on early warning feedback to form a closed-loop iterative system.

8. The intelligent quality inspection system for financial data according to claim 7, characterized in that: The module M1 includes: initializing and optimizing the dynamic rule engine; Module M1.1: Establish a basic rule base; Module M1.2: Collect and process data, build network topology, and calculate the posterior probability of the Bayesian network; Among them, a network topology is constructed, risk factors are set as parent nodes, rule trigger events are set as child nodes, and conditional dependencies are established; When a new transaction data stream is detected, the posterior probability is calculated using the Bayesian formula: P(Ri|E)=[P(E|Ri)×P(Ri)] / P(E) Where Ri represents the triggering of rule i, E represents the observed risk event, P(Ri) is the prior probability of rule i, and P(E|Ri) is the likelihood probability; Module M1.3: After calculating the posterior probability, perform reinforcement learning dynamic adjustment and optimization.

9. The intelligent quality inspection system for financial data according to claim 7, characterized in that: The module M2 includes: Module M2.1: Initialize model components; Module M2.2: Receive data and perform preprocessing; Module M2.3: Perform independent modality encoding on preprocessed data; Module M2.4: Implement semantic space alignment and deploy a bidirectional semantic guidance mechanism to achieve contextual semantic transfer between different modalities; Module M2.5: Construct a self-attention matrix, implement a cross-modal attention mechanism, and focus on risk signals based on attention weights; Module M2.6: Conduct causal reasoning and risk assessment based on risk signals and generate a structured verification report; Module M2.7: Continuous learning and closed-loop optimization, monitoring the contribution indicators of different modes, and dynamically adjusting the weight of each mode in the joint analysis.

10. The intelligent quality inspection system for financial data according to claim 7, characterized in that: The module M3 includes: Module M3.1: Receive risk signals, identify risk entity nodes, and perform entity labeling and initialization; Module M3.2: Perform path search and risk propagation calculations; Module M3.3: Evaluate path importance; Module M3.4: Identify complex risk patterns based on path importance; Module M3.5: Summarize and rank risk pathways; Module M3.6: Convert identified risk pathways into structured risk reporting outputs; The module M4 includes: Module M4.1: The system collects and records all warning information that triggers the rules; Module M4.2: Perform early warning feedback data cleaning to eliminate invalid samples and outliers; Module M4.3: Apply dynamic response functions to calculate weight adjustments; Module M4.4: Perform multi-dimensional weighted optimization based on weight adjustment and generate rule weight update instructions; Module M4.5: Adjust optimization frequency according to rule weight update instructions; Module M4.6: Calculate and record the benefits of each optimization.

Citation Information

Patent Citations

  • Sensor data quality monitoring method

    CN110134676A

  • Automatic quality inspection method for labeled data

    CN111444166A

  • Data quality treatment system and method based on rule base

    CN113762735A

Cited By

  • AI knowledge service system and method based on financial intelligent context protocol

    CN121213242A

  • Real-time monitoring and protection method and system for security data of Internet of Things

    CN121309112A

  • Media content risk early warning method based on multi-modal data and dynamic entropy weight model

    CN121707336A

  • Risk identification method, device, equipment, medium and program product

    CN122365096A

  • Data lifecycle monitoring and early warning method and system based on risk analysis

    CN122366457A