Time sequence knowledge graph federal collaborative optimization method, system and device and storage medium

By introducing causal inference mechanisms and federated collaborative optimization strategies, multi-domain heterogeneous data streams can be processed in real time and aligned in time and space to generate knowledge units with causal labels. This solves the conflict handling and update efficiency issues of temporal knowledge graphs in dynamic scenarios, achieves efficient and explainable knowledge management and counterfactual reasoning, and improves the quality of intelligent decision-making.

CN120611070AActive Publication Date: 2025-09-09XIAMEN YUANTING INFORMATION TECH CO LTD

Patent Information

Application Number
CN202511121310.3
Authority / Receiving Office
CN · China
Patent Type
Applications(China)
Current Assignee / Owner
Filing Date
2025-08-12
Publication Date
2025-09-09
Estimated Expiration
2045-08-12

AI Technical Summary

Technical Problem

Existing temporal knowledge graph systems are too rough when dealing with dynamically changing knowledge conflicts and lack effective causal inference mechanisms, resulting in low quality of knowledge updates and inefficient model updates. They lack federated collaborative optimization mechanisms, making it difficult to balance local knowledge characteristics with global model consistency and lacking deep interpretability, especially in counterfactual reasoning.

Method used

By introducing a causal inference mechanism, real-time access to heterogeneous data streams in multiple fields and spatiotemporal alignment, causal features are extracted, and enhanced knowledge units with causal tags are generated. Based on multi-dimensional causal analysis, conflict scores between new and old knowledge are calculated. A decision tree mechanism is used to implement conflict resolution and version management. A temporal knowledge graph with historical traceability is output, and node weights are dynamically allocated among distributed nodes. Hierarchical aggregation strategies are updated, and natural language queries are parsed for counterfactual impact reporting.

Benefits of technology

It achieves improved quality of intelligent decision-making in dynamic scenarios, solves the roughness of traditional knowledge graphs in handling temporal conflicts, improves model updating efficiency, provides explainable causal reasoning capabilities, supports counterfactual reasoning, and meets the predictive decision-making needs in high-risk areas.

✦ Generated by Eureka AI based on patent content.

Smart Images

  • Figure SMS_6
    Figure SMS_6
  • Figure SMS_7
    Figure SMS_7
  • Figure SMS_8
    Figure SMS_8
Patent Text Reader

Abstract

The invention provides a time sequence knowledge graph federation collaborative optimization method, system and device based on causal inference and a storage medium, and relates to the technical field of artificial intelligence, and the method comprises the steps: generating an enhanced knowledge unit with a causal mark through the real-time access of a multi-field heterogeneous data stream and the execution of a space-time alignment operation; by calculating new and old knowledge conflict scores, conflict resolution and version management are realized through a decision tree mechanism, and a time sequence knowledge graph with history tracing is output; node weights are dynamically distributed among distributed nodes based on knowledge entropy, a hierarchical aggregation strategy is adopted to update an entity embedding layer and a relation prediction layer, and a global optimization model is output; the method comprises the following steps: analyzing a natural language query containing an anti-fact condition, extracting a factor sub-graph from a time sequence knowledge graph, executing intervention calculation, and generating an anti-fact influence report, thereby solving the technical problems of a traditional time sequence knowledge graph in the aspects of multi-source heterogeneous data fusion, knowledge conflict resolution and privacy protection; and the accuracy and the interpretability of the knowledge graph are improved.
Need to check novelty before this filing date? Find Prior Art

Description

Technical Field

[0001] The present invention relates to the field of knowledge graph technology, and specifically to a time-series knowledge graph federated collaborative optimization method, a time-series knowledge graph federated collaborative optimization system, a computer device, and a computer-readable storage medium. Background Art

[0002] With the advent of the big data era, knowledge graphs, as a structured knowledge representation method, have been widely used in fields such as intelligent decision-making, information retrieval, and knowledge management. In particular, temporal knowledge graphs, by introducing the time dimension, can better represent dynamically evolving knowledge systems, providing intelligent systems with richer semantic understanding capabilities.

[0003] Existing methods for building decision models in big data environments typically use a multi-source heterogeneous data fusion approach, including sensor time series data, expert rule bases, and prior knowledge of device causal relationships. This approach constructs a standardized training dataset, uses causal discovery algorithms to extract explicit causal relationships from historical data, and combines this with prior knowledge from device manuals to generate an interpretable knowledge graph. This approach improves the accuracy and interpretability of decision models to a certain extent.

[0004] However, existing temporal knowledge graph systems are still insufficient in handling dynamically changing knowledge conflicts. Specifically, the following key issues still exist in dynamic scenarios: First, existing systems are too crude when handling temporal conflicts, relying primarily on simple substitutions of chronological order and failing to effectively handle complex causal relationships. In particular, when new and old knowledge conflict, the lack of intelligent decision-making mechanisms based on causal inference leads to low-quality knowledge updates and may even introduce erroneous information.

[0005] Secondly, traditional knowledge graph models suffer from inefficient updates. Existing incremental learning methods typically require full data transmission to a central server, which not only incurs significant communication overhead but also potentially raises data privacy concerns. This is particularly true in environments with multi-source, heterogeneous data, where the lack of an effective federated collaborative optimization mechanism makes it difficult to balance local knowledge characteristics with global model consistency.

[0006] Finally, existing knowledge graph reasoning systems lack deep explainability, especially when answering counterfactual questions such as "What would have happened if event X hadn't occurred?" These types of questions require the system to be able to perform causal inference rather than simple correlation analysis, but existing technologies still have limited support in this area.

[0007] In summary, there is an urgent need for a temporal knowledge graph optimization method that can effectively resolve temporal conflicts, improve model updating efficiency and support counterfactual reasoning to meet the needs of intelligent decision-making in a dynamic knowledge environment. Summary of the Invention

[0008] In view of this, in order to solve the technical problems of existing knowledge graph systems in dynamic scenarios, such as rough temporal conflict resolution, low model update efficiency and lack of explainability of reasoning, the purpose of the present invention is to propose a temporal knowledge graph federated collaborative optimization method based on causal inference, aiming to enhance dynamic adaptability and thus improve the quality of intelligent decision-making in dynamic knowledge environments.

[0009] Based on the above objectives, in a first aspect, the present invention provides a method for federated collaborative optimization of a temporal knowledge graph based on causal inference, which comprises the following steps: Access multi-domain heterogeneous data streams in real time and perform spatiotemporal alignment operations on the heterogeneous data streams; Extracting causal features from the heterogeneous data stream to generate enhanced knowledge units with causal tags; Calculate the conflict scores between new and old knowledge based on multi-dimensional causal analysis, implement conflict resolution and version management through a decision tree mechanism, and output a time-series knowledge graph with historical traceability; Among distributed nodes, node weights are dynamically allocated based on knowledge entropy, and a hierarchical aggregation strategy is used to update the entity embedding layer and relationship prediction layer to output a global optimization model. Parse natural language queries containing counterfactual conditions, extract causal subgraphs from temporal knowledge graphs, perform intervention calculations, and generate counterfactual impact reports.

[0010] Preferably, the spatiotemporal alignment operation includes: Normalize heterogeneous timestamps to UTC format according to ISO 8601 standard; Resolve geographic location into latitude and longitude and geographic entity ID through GIS service; When spatiotemporal logic conflicts are detected, dynamic calibration is performed based on the data source credibility weights and causal characteristics.

[0011] Preferably, the extraction of the causal features includes: Perform Granger causality test on time series relationships to screen significant associations; For the relationship pairs that pass the test, the Do operator intervention effect quantification is performed; The Granger correlation coefficient and the Do intervention effect value were combined to obtain the causal confidence score Sc; The causal strength and transmission chain are marked based on the causal confidence score Sc.

[0012] Preferably, the enhanced knowledge unit with causal labeling is a quadruple<e, r, o, [t, causality_flag]> , the timestamp t and the causality flag causality_flag are encapsulated together in a single array slot; where: e, r, o, are standard knowledge graph triple elements; t is the timestamp in ISO 8601 format; causality_flag is a structured dictionary containing the following fields: strength: strength classification based on causal confidence score Sc; confidence: causal confidence score Sc; chain: compressed causal propagation chain list.

[0013] Preferably, the conflict resolution based on multi-dimensional causal analysis includes: The time series correlation of the change in the old-new relationship is calculated by Granger test; The Do operator intervention effect is used to quantify the difference in causal impact of the new and old relationships on the target object; The fusion is configured according to the domain weights to generate the causal confidence score Sc; Intelligent diversion is achieved based on a dynamic threshold θ: when Sc>θ, old knowledge is automatically replaced and the causal chain is marked, while retaining historical snapshots to support retrospective auditing; when Sc≤θ, the original valid knowledge is retained and manual review is triggered; The version management includes: Convert the replaced knowledge into historical snapshots, storing the causal chain and expiration time; Add a version identifier to the time series knowledge graph, where the version identifier includes update time information and the number of causal conflict resolutions; Provides a timestamp-based historical status rollback interface.

[0014] Preferably, the hierarchical aggregation strategy includes: The entity embedding layer is aggregated using the FedAvg algorithm; The relationship prediction layer uses a causal-sensitive learning rate to perform local gradient updates and globally aggregates the encrypted relationship prediction layer gradients. The entity embedding layer gradient is transmitted in plain text, the relationship prediction layer gradient is transmitted after homomorphic encryption, and the global optimization model is output.

[0015] Preferably, the generation of the counterfactual impact report includes: Parse natural language queries and extract entities, target relations, and counterfactual conditions; Backtrack the propagation path from the causal tag field of the temporal knowledge graph; Construct a minimum causal diagram containing intervention variable X, target variable Y and confounding variable Z; Calculate the intervention probability P(Y|do(X)) of the baseline scenario based on historical data regression; Generate intervention probability P(Y|do(¬X)) of counterfactual scenarios through virtual environment simulation; Calculate the causal influence Delta Y = P(Y|do(X)) - P(Y|do(¬X)) and append the confidence interval; The counterfactual impact report includes: quantitative indicators and data traceability of the baseline scenario and counterfactual scenario, statistical significance identification of causal impact, and a visual causal evidence chain decision tree; The causal subgraph extraction includes: Traverse the causality_flag.chain field backward from the target variable Y to locate the complete causal path; Determine the intervention variable X based on the counterfactual condition and screen the confounding variable Z connecting X and Y; Remove the edges with confidence Sc≤θ to generate a minimum causal graph with time series labels; Outputs a structured subgraph, including intervention variables, target variables, confounding variables, and confidence of the evidence chain.

[0016] On the other hand, the present invention also provides a temporal knowledge graph federated collaborative optimization system based on causal inference, which includes: A dynamic data source module is used to access multi-domain heterogeneous data streams in real time, perform spatiotemporal alignment operations on the heterogeneous data streams, extract causal features from the heterogeneous data streams, and generate enhanced knowledge units with causal tags; The causal-driven incremental update module calculates the conflict score between new and old knowledge based on multi-dimensional causal analysis, implements conflict resolution and version management through a decision tree mechanism, and outputs a time-series knowledge graph with historical traceability; The federated collaborative fine-tuning module is used to dynamically allocate node weights among distributed nodes based on knowledge entropy, update the entity embedding layer and relationship prediction layer using a hierarchical aggregation strategy, and output a global optimization model; The counterfactual reasoning engine is used to parse natural language queries containing counterfactual conditions, extract causal subgraphs from the temporal knowledge graph, perform intervention calculations, and generate counterfactual impact reports.

[0017] In another aspect of the present invention, a computer device is provided, comprising a memory and a processor, wherein a computer program is stored in the memory, and when the computer program is executed by the processor, any of the above-mentioned methods for federated collaborative optimization of temporal knowledge graphs based on causal inference is executed.

[0018] In another aspect of the present invention, a computer-readable storage medium is provided, which stores computer program instructions, and when the computer program instructions are executed, the method for federated collaborative optimization of temporal knowledge graphs based on causal inference described above is implemented.

[0019] Compared with the existing technology, the present invention significantly improves the application effect of temporal knowledge graphs in dynamic scenarios by introducing causal inference mechanism and federal collaborative optimization strategy.

[0020] Specifically, the time series knowledge graph federation collaborative optimization method and system of the present invention have the following beneficial effects: (1) This invention constructs an enhanced knowledge unit with temporal association and causal semantics through real-time data access, spatiotemporal alignment, and causal feature tagging, solving the problems of delayed updates and thin semantics in traditional knowledge graphs in dynamic scenarios. Based on the conflict decision-making mechanism of multi-dimensional causal analysis and federated optimization weighted by knowledge entropy, it achieves accurate integration and efficient update of key knowledge while protecting data privacy, overcoming the pain points of knowledge fragmentation and inefficient update in distributed environments. Through the counterfactual reasoning engine, natural language queries are converted into computable causal intervention models, generating decision reports with interpretable evidence chains, enabling the system to not only answer "what happened" but also deduce "what would happen if it did not happen", providing intelligent support with both timeliness, accuracy, and interpretability for predictive decision-making in high-risk fields such as finance and healthcare. The entire technical solution forms a closed loop from dynamic knowledge acquisition, collaborative optimization to causal reasoning, realizing a qualitative change in the knowledge management system from passive response to active cognition.

[0021] (2) Real-time access and spatiotemporal alignment break through the hysteresis of traditional batch processing, enabling the standardized integration of dynamic data such as financial policies and medical guidelines within seconds, eliminating logical conflicts caused by time zone / regional differences, and supporting minute-level responses in scenarios such as risk warnings; through the ISO 8601 standard, the mandatory unified time expression eliminates the time ambiguity caused by time zone or format differences in multi-source data such as financial transactions and medical records, and builds a reliable time benchmark for subsequent causal analysis; through dynamic verification of data source credibility weights (such as central bank data weight > social media) and causal characteristics (such as policies must precede market reactions), spatiotemporal logical contradictions are automatically identified and corrected (such as the time of event occurrence is earlier than the monitoring time), ensuring the rigor of spatiotemporal deduction of knowledge graphs in scenarios such as financial supervision.

[0022] (3) Causal feature extraction converts raw data into enhanced knowledge units with strength tags and propagation chains, solving the defect of traditional knowledge graphs that only record static associations, providing explainable causal basis for incremental updates, and avoiding the accidental deletion of historical valid knowledge; screening statistically significant associations from the time series dimension through Granger causality test, effectively filtering out the pseudo-correlations generated by noise data, and providing high-quality candidate causal pairs for subsequent analysis; using the Do operator to intervene and calculate the true causal effect between quantitative variables, breaking through the limitation of traditional statistical methods that cannot distinguish between correlation and causality, ensuring the analytical reliability of high-risk scenarios such as medical side effect inference and financial policy impact assessment; integrating time series statistical intensity and intervention effect values ​​to derive a comprehensive causal confidence score, and marking the causal strength level (strong / weak / none) and propagation path accordingly, so that the knowledge unit not only records "whether it is related" but also reveals "how it is causally related", providing explainable and quantifiable causal semantic support for counterfactual reasoning and incremental updates.

[0023] (4) Structured causal labels directly support the counterfactual reasoning engine to construct a minimal causal subgraph, enabling the system to answer the decision-making question of "what if event X did not occur", achieving a transition from passive response to active cognition.

[0024] (5) Based on the multi-dimensional causal scoring of Granger temporal correlation and Do operator intervention effect, the essential causes of knowledge conflicts can be scientifically distinguished (such as true conflicts caused by policy iterations vs. pseudo conflicts caused by data noise), avoiding the accidental deletion of effective historical knowledge by traditional time coverage mechanisms, and ensuring the integrity of core knowledge in scenarios such as financial risk control and medical diagnosis.

[0025] (6) The decision tree mechanism realizes automatic diversion through dynamic thresholds. Strong causal conflicts are updated immediately and weak conflicts are transferred to manual review, which greatly reduces the frequency of manual intervention and achieves a balance between automatic updating of strong causal knowledge and manual review of edge cases. It avoids the efficiency bottleneck of traditional full manual review and prevents the automatic deletion of key historical solutions.

[0026] (7) The replaced knowledge is stored as a historical snapshot containing a causal chain and time stamp, forming a complete chain of evidence of knowledge change, making key decision-making processes such as financial policy adjustments or medical plan iterations auditable; precise version control of the knowledge graph state is achieved through version identification (update time t + conflict resolution times c), supporting the rapid positioning of the knowledge state at a specific point in time; the timestamp-based rollback interface allows the system to trace back any historical version and verify the knowledge evolution logic, which not only meets the regulatory compliance requirements for process traceability, but also provides technical support for knowledge error correction and case review, and builds a full-cycle management system for knowledge from generation, update to elimination, providing a transparent and reliable knowledge evolution framework for decision-making processes in high-risk areas.

[0027] (8) The timestamp and causal tag are encapsulated into a compact array structure design, which achieves lossless embedding of temporal information and causal semantics while retaining the compatibility of traditional knowledge graph triples, so that dynamic data such as financial transactions and medical records can be traced in time series and deduced along the causal chain; the strength classification (such as strong / weak causality) and confidence score (Sc) in the causal tag dictionary form a double verification mechanism, providing a quantitative basis for knowledge update decisions and avoiding the interference of low-confidence causal relationships on risk control models or diagnostic systems.

[0028] (9) Based on the dynamic allocation of weights based on knowledge entropy, the updates of nodes with high information entropy are aggregated first, breaking through the limitation of traditional federated learning that aggregates data equally according to the amount of data, and improving the model's accuracy in capturing dynamics in key areas.

[0029] (10) The hierarchical aggregation strategy uses the standard FedAvg to maintain stability in the entity embedding layer and applies a causal-sensitive learning rate to the relationship prediction layer, so that high-value causal chains obtain higher training weights, strengthen the weight update of high-confidence causal chains, achieve rapid convergence of hot knowledge, and improve the model's accuracy in capturing key relationships; through the hierarchical security strategy of gradient homomorphic encryption at the relationship layer and plaintext transmission at the entity layer, the optimal balance between privacy protection and computational efficiency is achieved.

[0030] (11) Through natural language parsing and causal subgraph extraction, fuzzy hypothetical problems are transformed into computable causal intervention models, enabling the system to quantitatively assess the impact of events that have not occurred (such as the potential consequences of policy adjustments or medical interventions); based on causal labeling and intervention calculations of the time-series knowledge graph, a structured report containing baseline values, counterfactual values ​​and impact is generated, breaking through the limitations of the traditional black box model's lack of interpretability and providing a transparent and traceable chain of evidence for decision-making; through virtual environment simulation and confounding variable control, the scientific nature and reliability of counterfactual reasoning are ensured, meeting the high requirements for decision-making rigor and auditability in fields such as financial risk control and medical diagnosis. DETAILED DESCRIPTION

[0031] The technical solutions of the present invention will be described clearly and completely below with reference to specific embodiments. Obviously, the embodiments described are only some of the embodiments of the present invention, not all of them. All other embodiments derived by persons of ordinary skill in the art based on the embodiments of the present invention without inventive effort are also within the scope of protection of the present invention.

[0032] Example 1 This embodiment provides a method for federated collaborative optimization of a temporal knowledge graph based on causal inference. The specific implementation steps are as follows: First, it connects to heterogeneous data streams from multiple domains in real time and performs spatiotemporal alignment on them. This spatiotemporal alignment consists of three sub-steps: normalizing heterogeneous timestamps to UTC format according to the ISO 8601 standard; parsing geographic locations into latitude and longitude and geographic entity IDs using GIS services; and, when spatiotemporal logical conflicts are detected, dynamically aligning them based on the data source credibility weights and causal characteristics. For example, when the timestamps of the same event from different data sources deviate, the system assigns different weights based on the historical accuracy of each data source and, combined with causal chain analysis of the event, automatically adjusts the timestamp to the most reasonable value.

[0033] Secondly, causal features are extracted from heterogeneous data streams to generate enhanced knowledge units with causal labels. The extraction of causal features includes: performing Granger causality test on time series relationship pairs to screen significant associations; performing Do operator intervention effect quantification on relationship pairs that pass the test; fusing Granger correlation coefficient and Do intervention effect value to obtain causal confidence score Sc; marking causal strength and propagation chain based on causal confidence score Sc. The generated enhanced knowledge unit with causal label is a four-tuple<e, r, o, [t, causality_flag]> , where the timestamp t and the causality flag causality_flag are encapsulated in a single array slot. e, r, and o are standard knowledge graph triples; t is a timestamp in ISO 8601 format; causality_flag is a structured dictionary containing the following fields: strength is a strength rating based on the causal confidence score Sc; confidence is the causal confidence score Sc; and chain is a compressed list of causal propagation chains.

[0034] The third step is to calculate the conflict score between new and old knowledge based on multi-dimensional causal analysis. Conflict resolution and version management are implemented through a decision tree mechanism, resulting in a time-series knowledge graph with historical traceability. Conflict resolution in multi-dimensional causal analysis includes: calculating the temporal correlation of changes in new and old relationships through the Granger test; quantifying the causal impact differences between new and old relationships on the target object through the Do operator intervention effect; generating a causal confidence score Sc by configuring and fusion based on domain weights; and implementing intelligent diversion based on a dynamic threshold θ: when Sc>θ, old knowledge is automatically replaced and the causal chain is marked, while retaining historical snapshots to support retrospective auditing. When Sc≤θ, the original valid knowledge is retained and manual review is triggered. Version management includes converting replaced knowledge into historical snapshots, storing the causal chain and expiration time; adding a version identifier to the time-series knowledge graph, which includes update time information and the number of causal conflict resolutions; and providing a timestamp-based historical state rollback interface.

[0035] In the fourth step, node weights are dynamically assigned across distributed nodes based on knowledge entropy. A hierarchical aggregation strategy is used to update the entity embedding layer and the relationship prediction layer, outputting a global optimization model. This strategy includes: using the FedAvg algorithm for aggregation in the entity embedding layer; using a causal-sensitive learning rate for local gradient updates in the relationship prediction layer; and globally aggregating the encrypted relationship prediction layer gradients. The entity embedding layer gradients are transmitted in plaintext, while the relationship prediction layer gradients are transmitted after homomorphic encryption, and the global optimization model is output.

[0036] Finally, the natural language query containing counterfactual conditions is parsed, and the causal subgraph is extracted from the temporal knowledge graph. Intervention calculations are performed to generate a counterfactual impact report. The generation of the counterfactual impact report involves parsing the natural language query to extract entities, target relationships, and counterfactual conditions; tracing the propagation path from the causal tag fields in the temporal knowledge graph; constructing a minimal causal graph containing the intervention variable X, the target variable Y, and the confounding variable Z; calculating the intervention probability P(Y|do(X)) for the baseline scenario based on historical data regression; generating the intervention probability P(Y|do(¬X)) for the counterfactual scenario through virtual environment simulation; and calculating the causal impact Delta Y = P(Y|do(X)) - P(Y|do(¬X)) with confidence intervals. The counterfactual impact report includes quantitative metrics and data provenance for the baseline and counterfactual scenarios, statistical significance indicators for the causal impact, and a visualization of the causal evidence chain decision tree.

[0037] The causal subgraph extraction includes: Traverse the causality_flag.chain field backward from the target variable Y to locate the complete causal path; Determine the intervention variable X based on the counterfactual condition and screen the confounding variable Z connecting X and Y; Remove the edges with confidence Sc≤θ to generate a minimum causal graph with time series labels; Outputs a structured subgraph, including intervention variables, target variables, confounding variables, and confidence of the evidence chain.

[0038] In a preferred embodiment, the system processes data streams from both the financial and social media sectors. Financial data includes transaction timestamps and geographic locations, while social media data includes posting times and IP addresses. The system first converts financial transaction times from different time zones to UTC format and resolves social media IP addresses into geographic coordinates using a GIS service. When a spatiotemporal conflict is detected between a financial transaction and a related social media post, the system dynamically adjusts the social media data timestamp based on a 0.9 credibility weight for the financial data source and a 0.7 credibility weight for the social media data, taking into account the causal relationship between the two, to ensure spatiotemporal consistency.

[0039] During the causal feature extraction phase, the system performed a Granger causality test on the temporal relationship between "stock price fluctuations" and "social media sentiment," resulting in a p-value of 0.03 and a significance level of 0.05, confirming a significant correlation between the two. Subsequently, the intervention effect was quantified using the Do operator, resulting in an intervention effect value of 0.65. Combining the Granger correlation coefficient of 0.72 with the intervention effect value of 0.65 yields a causal confidence score (Sc) of 0.68. Based on this score, the system labels the causal strength as "medium" and records the transmission chain from "social media sentiment" to "stock price fluctuations."

[0040] An example of an enhanced knowledge unit generated by the system is <"Tesla Stock", "Price Change", "+5%", ["2023-06-15T14:30:00Z", {"strength": "Medium Strength", "confidence": 0.68, "chain": ["Positive Social Media Sentiment", "Increased Investor Confidence"]}]>.

[0041] When the system detects a conflict between new and old knowledge, such as a discrepancy in Tesla's stock price forecast, it calculates the temporal correlation of the change in the new and old relationships using the Granger test, which is 0.75. It also quantifies the difference in the causal impact of the new and old relationships on the stock price forecast using the Do operator, which is 0.22. Using a weighting of 0.8 for the financial domain and 0.2 for the social media domain, the resulting fusion generates a causal confidence score Sc of 0.73. Because the Sc value exceeds the preset dynamic threshold θ = 0.7, the system automatically replaces the old stock price forecast knowledge while retaining historical snapshots to support retrospective auditing. The system converts the replaced old prediction into a historical snapshot, storing the causal chain for "social media sentiment change" and the expiration time of 2023-06-15T14:30:00Z. It also adds the version identifier "V2.3-20230615-CF12" to the temporal knowledge graph, indicating that this is version 2.3, dated June 15, 2023, and that 12 causal conflicts have been resolved.

[0042] In federated learning, the system dynamically assigns weights based on the knowledge entropy of each node, with financial nodes receiving a weight of 0.6 and social media nodes receiving a weight of 0.4. The entity embedding layer uses the FedAvg algorithm to aggregate the embedding vectors of the two nodes. The relationship prediction layer uses a causal-sensitive learning rate for local gradient updates, with the learning rate dynamically adjusted based on causal confidence. The entity embedding layer gradients for financial nodes are transmitted in plaintext, while the relationship prediction layer gradients are transmitted homomorphically encrypted, ensuring the security of sensitive financial relationship prediction models.

[0043] Finally, when a user submits a counterfactual query, "What would have happened to Tesla's stock price if it hadn't released a positive quarterly earnings report?", the system parses the entity "Tesla," the target relation "stock price change," and the counterfactual condition "no positive quarterly earnings report." The system then traces the propagation path from the causal tag fields in the time series knowledge graph and constructs a minimum causal graph consisting of the intervention variable X="quarterly earnings report release," the target variable Y="stock price change," and the confounding variable Z="overall market trend." Based on historical data regression, the baseline scenario's intervention probability, P(Y|do(X)), is calculated to be 0.85, indicating an 85% probability of a stock price increase after a positive earnings report. A virtual environment simulation generates a counterfactual scenario's intervention probability, P(Y|do(¬X)), of 0.35, indicating a 35% probability of a stock price increase if a positive earnings report is not released. The calculated causal influence Delta Y = 0.85 - 0.35 = 0.5, with a confidence interval of [0.42, 0.58], indicates that the positive financial report had a 50% causal impact on the stock price increase. The system-generated counterfactual impact report includes quantitative metrics and data traceability for the baseline and counterfactual scenarios, a statistical significance indicator for the causal influence (p<0.01), and a visual causal evidence chain decision tree, clearly demonstrating the complete causal path from the financial report release to the stock price change.

[0044] Example 2 This embodiment provides a causal inference time series knowledge graph federated collaborative optimization system, including: A dynamic data source module is used to access multi-domain heterogeneous data streams in real time, perform spatiotemporal alignment operations on the heterogeneous data streams, extract causal features from the heterogeneous data streams, and generate enhanced knowledge units with causal tags; The causal-driven incremental update module calculates the conflict score between new and old knowledge based on multi-dimensional causal analysis, implements conflict resolution and version management through a decision tree mechanism, and outputs a time-series knowledge graph with historical traceability; The federated collaborative fine-tuning module is used to dynamically allocate node weights among distributed nodes based on knowledge entropy, update the entity embedding layer and relationship prediction layer using a hierarchical aggregation strategy, and output a global optimization model; The counterfactual reasoning engine is used to parse natural language queries containing counterfactual conditions, extract causal subgraphs from the temporal knowledge graph, perform intervention calculations, and generate counterfactual impact reports.

[0045] The system achieves accurate modeling and inference of complex causal relationships through multi-level data processing and knowledge fusion: the dynamic data source module breaks through the hysteresis of traditional batch processing, captures multi-domain data streams in real time (such as financial policies or medical guideline updates), and actively marks causal chains (such as "policy release → market fluctuations") to provide predictive support for the system; the causal-driven incremental update module replaces mechanical time coverage with a causal decision tree (Granger test + Do calculus), intelligently distinguishes true / false conflicts, retains historical valid knowledge (such as old medical plans as reference versions), and avoids accidental deletion of key information; the federated collaborative fine-tuning module realizes privacy and security collaboration of distributed nodes (hospitals / banks) through a knowledge entropy weighting mechanism, while ensuring domain characteristics and eliminating the resource black hole and compliance risks of centralized training; the counterfactual reasoning engine breaks through the limitations of the decision-making black box, builds a virtual sandbox to perform intervention calculations, and generates auditable prediction reports.

[0046] The dynamic data source module is used to access heterogeneous data streams in multiple fields in real time, including social media data streams, IoT sensor data, financial transaction records, medical health records, and meteorological and environmental monitoring data. The dynamic data source module is equipped with an adaptive sampling mechanism that can dynamically adjust the sampling frequency according to the importance of the data and give priority to high-value information. It achieves high throughput processing of 100,000+ / second through a distributed message queue (Kafka), and has a built-in spatiotemporal alignment engine (ISO 8601 timestamp normalization algorithm) and a causal feature extractor (based on the Transformer causal relationship detection model), outputting enhanced quadruple<e, r, o, [t, causality_flag]> Serves as a basis for downstream processing.

[0047] Incoming heterogeneous data streams are processed by the spatiotemporal alignment engine. This unit employs a multi-level time normalization algorithm to convert timestamps from different time zones and sampling frequencies to UTC standard time, and applies sliding window technology to segment the data. For spatial alignment, the system uses Geographic Information System (GIS) mapping technology to convert spatial information from different coordinate systems into a unified geographic reference framework, enabling precise spatial positioning and association of data.

[0048] In a preferred embodiment, the spatiotemporal alignment engine also integrates an anomaly detection mechanism that automatically identifies and corrects spatiotemporal tagging anomalies through statistical models to ensure data quality. This mechanism, using a locality-sensitive hashing algorithm, can verify spatiotemporal consistency on large-scale data sets within millisecond response times.

[0049] The causal feature extractor is responsible for extracting causal features from aligned heterogeneous data streams. This module first applies natural language processing techniques to identify causal keywords and semantic patterns from text data. These include explicit causal tags such as "lead to," "cause," and "due to," as well as semantic structures that imply implicit causal relationships. For time series data, the module employs Granger causality tests and dynamic Bayesian network analysis to identify temporal dependencies between variables. For image and video data, the system uses deep learning models to extract visual causal cues, such as object interactions and sequences of state changes.

[0050] The extracted causal features are used to generate enhanced knowledge units with causal labels. Each knowledge unit contains multidimensional attributes such as entity information, relationship type, spatiotemporal labeling, causal direction, causal strength, and uncertainty measures. The system assigns a globally unique identifier to each knowledge unit and establishes a reverse link to the original data source to ensure traceability.

[0051] In a preferred embodiment, the enhanced knowledge unit also includes semantic level tags, which enables the system to express and reason about causal relationships at different levels of abstraction, from specific event causality to abstract concept causality.

[0052] The system's incremental update module calculates conflict scores between new and old knowledge based on multi-dimensional causal analysis. This module first constructs a feature vector, encompassing dimensions such as temporal consistency, spatial correlation, semantic similarity, data source reliability, and causal strength. It then applies a weighted cosine similarity algorithm to calculate the degree of conflict between knowledge units, generating a conflict score between 0 and 1, where 0 indicates complete compatibility and 1 indicates severe conflict.

[0053] Conflict resolution and version management are implemented through a decision tree mechanism. Based on conflict scores and pre-set rules, the system automatically selects a handling strategy, including merging, overwriting, preserving parallel versions, or manual intervention. For each knowledge update, the system maintains a complete modification history, recording the change content, timestamp, data source, and processing basis, forming a time-series knowledge graph with historical traceability. This graph not only represents the current state of knowledge but also preserves the knowledge evolution path, supporting point-in-time queries on historical knowledge states.

[0054] The federated collaborative fine-tuning module includes the following federated architecture: The federated architecture of the federated collaborative fine-tuning module consists of a parameter aggregation server and distributed edge nodes, which achieve dynamic optimization through layered collaboration and security protocols; the parameter aggregation server dynamically calculates node weights based on knowledge entropy, and the edge nodes perform local processing and calculate gradient updates. Specifically: The parameter aggregation server further includes: Knowledge entropy calculation engine: receives the local knowledge graph update uploaded by each node and calculates the node weight; Hierarchical aggregator: Entity embedding layer performs FedAvg aggregation, relation prediction layer: decrypts encrypted gradients and then performs weighted aggregation; Version controller: records the global model version number and metadata contributed by participating nodes.

[0055] The distributed edge nodes further include: Causal Feature Extractor: extracts relational causal strength from local knowledge graph update data; Layered trainer: The entity embedding layer performs regular backpropagation (plaintext gradients), and the relation prediction layer applies a causal-sensitive learning rate to calculate the gradients; Secure communication agent: homomorphically encrypt the relational layer gradients and transmit the entity layer gradients in plain text.

[0056] In a distributed environment, the federated collaborative fine-tuning module uses a dynamic weighting mechanism based on knowledge entropy. Each distributed node calculates its node weight based on metrics such as the information entropy of its stored knowledge, update frequency, and query hit rate. Nodes with higher information entropy, more active updates, and higher query hit rates receive greater weights and play a more important role in global knowledge fusion.

[0057] The system's hierarchical aggregation strategy consists of two phases: updating the entity embedding layer and the relationship prediction layer. The entity embedding layer employs an incremental learning approach, computing embeddings only for newly added or changed entities and integrating them with existing embeddings through an attention mechanism. The relationship prediction layer utilizes a graph neural network model to capture high-order connectivity patterns between entities and continuously optimizes relationship prediction accuracy through reinforcement learning. The results of these two updates are then jointly optimized to produce a globally optimized model.

[0058] In a preferred embodiment, the global optimization model also includes an adaptive learning rate adjustment mechanism, which dynamically adjusts the learning parameters according to the rate of change of the knowledge graph, increases the learning rate during periods of rapid knowledge change, and reduces the learning rate during stable periods to avoid overfitting.

[0059] The system's counterfactual reasoning engine parses natural language queries containing counterfactual conditions. This module first uses a semantic parser to convert natural language into structured query expressions, identifying entities, relations, time ranges, and counterfactual conditions in the query. It then extracts the causal subgraph relevant to the query from the temporal knowledge graph, including direct causal relationships and indirect causal paths.

[0060] The system then performs intervention calculations on the extracted causal subgraphs, simulating system state changes under counterfactual conditions. Based on a structural causal model, the calculations modify specific variable values ​​through do-calculus operations and assess the propagation of the intervention effects through the causal network through probabilistic reasoning. Finally, the system generates a counterfactual impact report, including the scope and intensity of the impact, uncertainty assessment, and visualization results.

[0061] In a preferred embodiment, the counterfactual impact report also includes a multi-scenario comparative analysis, which assists decision makers in understanding various possibilities and their consequences by displaying the differences in results under different intervention strategies side by side.

[0062] Through the collaborative work of the above components and processes, the system achieves accurate modeling, dynamic updating and intelligent inference of complex causal relationships, providing a powerful tool for decision support and knowledge discovery in multiple fields.

[0063] This embodiment is described in detail using the risk control deduction of the Federal Reserve's interest rate hike policy as an example: Event: In March 2025, the Federal Reserve announced a 0.5% interest rate hike. An international bank needed to update its risk control model in real time and predict the potential impact.

[0064] Data source: 1. Policy data: Federal Reserve announcements (structured API interface); 2. Market data: Wind financial terminal real-time quotes (100,000 items / minute); 3. Corporate data: S&P Global Corporate Balance Sheets (encrypted database).

[0065] The detailed process includes: (1) Dynamic data source module Real-time capture: # Input example: <Federal Reserve, interest rate hike, 0.5%, 2025-03-01T14:30:00Z> raw_data = fetch_fed_announcement() # Delay < 50ms Causal Markers: Historical relationship detected: <Federal Reserve, maintain interest rate, 0.25%, 2024-12-01> Causal Extractor Output: { "causality_flag": "Strong Causality", "Causal chain": ["interest rate hike → dollar appreciation → capital outflow from emerging markets"]} (2) Incremental update module Causal Rating:

[0066] Decision execution: >θ (financial threshold 0.7) → replace the old relationship Output a new graph with causal labels: 2025-03-01: <Federal Reserve, interest rate hike, 0.5%> → Alternative → 2024-12-01: <Federal Reserve, maintains interest rate, 0.25%> → Impact → <Emerging Markets, Capital Outflow, High Risk> (3) Federal Collaborative Fine-tuning Module Knowledge entropy weight distribution:

[0067] Layered training: Physical layer: FedAvg aggregation basic rules; Relational layer: causal-sensitive learning rate =0.0189.

[0068] Update effect: The online hot update of the risk control model takes 8 minutes (traditional centralized training takes 6 hours) (see the description in the case verification results for details).

[0069] (4) Counterfactual Reasoning Engine User input: "If there is no interest rate hike in 2025, how will Bank A's non-performing loan ratio in Southeast Asia change?" Baseline bad debt rate: P(Y|do(X))=7.2% Counterfactual bad debt rate: P(Y|do(¬X))=5.9% Counterfactual calculation of impact: )=7.2%-5.9%=1.3% Calculation basis: do(interest rate hike): historical data regression analysis; do(¬interest rate hike): Build a virtual market environment (US dollar index -3%, corporate financing costs↓12%).

[0070] (5) Case verification results Actual business impact

[0071] Verification Supplementary Notes: 1. Policy response delay measurement Traditional solution calculation logic: Data source: Bank B’s 2024 “Quantitative Risk Control Response White Paper” case library (50 policy response events).

[0072] Calculation process:

[0073] The calculation logic of the present invention is as follows: Dynamic data source: Kafka real-time access (latency < 50ms); Causal incremental update: Granger test + Do calculus parallel computing (took 120 seconds); Federal collaboration: knowledge entropy weight distribution (bank node weight 0.75).

[0074]

[0075] 2. Stress test time calculation Traditional solution calculation logic: Data source: Bank C's 2023 stress test report Time-consuming components:

[0076] The calculation logic of the present invention is as follows: The counterfactual engine calculates:

[0077] Here, k represents the hardware acceleration factor (NVIDIA A100 GPU).

[0078] Full process time calculation:

[0079] 3. Calculation of risk misjudgment rate Traditional solution calculation basis: Data sample: Bank D Global Corporate Default Database (2018-2023) Statistical methods:

[0080] Calculation results:

[0081] The calculation logic of the present invention is as follows: Causal incremental update gain:

[0082] Final misjudgment rate:

[0083] Verification data: There were only 38 actual cases of misjudgment by banks in Q1 2025 (from a total sample of 400 banks) 4. Calculation of regulatory compliance scores SEC 2024 Assessment Criteria: Compliance score = 0.3 × data traceability + 0.4 × model interpretability + 0.3 × response time Traditional solution score:

[0084] Score of the present invention:

[0085] Third embodiment An embodiment of the present invention further provides a computer device, including a memory and a processor, wherein a computer program is stored in the memory, and when the computer program is executed by the processor, the method of any one of the above embodiments is implemented.

[0086] The computer device includes a processor and a memory, and may also include an input system and an output system. The processor, memory, input system, and output system may be connected via a bus or other means. The input system may receive input digital or character information and generate signal inputs for the method of the present invention. The output system may include a display device such as a display screen.

[0087] As a non-volatile computer-readable storage medium, the memory can be used to store non-volatile software programs, non-volatile computer executable programs and modules, such as program instructions / modules corresponding to the embodiment method of the present application. The memory may include a program storage area and a data storage area, wherein the program storage area may store an operating system, an application required for at least one function; the data storage area may store data created by the use of the method of the present invention, etc. In addition, the memory may include a high-speed random access memory, and may also include a non-volatile memory, such as at least one disk storage device, a flash memory device, or other non-volatile solid-state storage device. In some embodiments, the memory may optionally include a memory remotely located relative to the processor, and these remote memories may be connected to the local module via a network. Examples of the above-mentioned network include, but are not limited to, the Internet, an intranet, a local area network, a mobile communication network, and a combination thereof.

[0088] In some embodiments, the processor may be a central processing unit (CPU), a controller, a microcontroller, a microprocessor, or other data processing chip. The processor is generally used to control the overall operation of the computer device. In this embodiment, the processor is used to run the program code stored in the memory or process data. The processors of the multiple computer devices of the computer device of this embodiment execute various functional applications and data processing of the server by running the non-volatile software programs, instructions and modules stored in the memory, that is, implementing the steps of the above-mentioned method embodiment.

[0089] Fourth embodiment An embodiment of the present invention further provides a computer-readable storage medium storing computer program instructions, which implement the method of any one of the above embodiments when executed.

[0090] It should be understood that, unless there is any conflict between them, all the embodiments, features and advantages described above for the method according to the present invention are also applicable to the system, device and storage medium of the present invention.

[0091] It will also be appreciated by those skilled in the art that the various exemplary logic blocks, modules, circuits and algorithmic steps described in conjunction with the disclosure herein can be implemented as electronic hardware, computer software or a combination of the two. In order to clearly illustrate this interchangeability of hardware and software, a general description has been given of the functions of various schematic components, blocks, modules, circuits and steps. Whether this function is implemented as software or hardware depends on specific applications and the design constraints imposed on the entire system. Those skilled in the art can implement the function in various ways for each specific application, but this implementation decision should not be interpreted as causing a departure from the disclosed scope of the embodiments of the present invention.

[0092] The above are exemplary embodiments disclosed in the present invention, but it should be noted that various changes and modifications may be made without departing from the scope of the embodiments disclosed in the claims. The functions, steps and / or actions of the method claims according to the disclosed embodiments described herein do not need to be performed in any particular order. In addition, although the elements disclosed in the embodiments of the present invention may be described or required in individual form, they may also be understood as multiple unless expressly limited to the singular.

[0093] It should be understood that, as used herein, the singular form "a" or "an" is intended to include the plural form as well, unless the context clearly supports an exception. It should also be understood that, as used herein, "and / or" refers to any and all possible combinations of one or more of the items listed in association. The serial numbers of the embodiments disclosed in the above embodiments of the present invention are for descriptive purposes only and do not represent the superiority or inferiority of the embodiments.

[0094] Those skilled in the art should understand that the discussion of any of the above embodiments is merely illustrative and is not intended to imply that the scope of the disclosure of the embodiments of the present invention is limited to these examples. Within the spirit of the embodiments of the present invention, the technical features of the above embodiments or different embodiments may be combined, and there are many other variations of different aspects of the above embodiments of the present invention, which are not provided in detail for the sake of simplicity. Therefore, any omissions, modifications, equivalent substitutions, improvements, etc. made within the spirit and principles of the embodiments of the present invention shall be included within the scope of protection of the embodiments of the present invention.

Claims

1. A method for federated collaborative optimization of temporal knowledge graphs based on causal inference, characterized by: The following steps are involved: Access multi-domain heterogeneous data streams in real time and perform spatiotemporal alignment operations on the heterogeneous data streams; Extracting causal features from the heterogeneous data stream to generate enhanced knowledge units with causal tags; Calculate the conflict scores between new and old knowledge based on multi-dimensional causal analysis, implement conflict resolution and version management through a decision tree mechanism, and output a time-series knowledge graph with historical traceability; Among distributed nodes, node weights are dynamically allocated based on knowledge entropy, and a hierarchical aggregation strategy is used to update the entity embedding layer and relationship prediction layer to output a global optimization model. Parse natural language queries containing counterfactual conditions, extract causal subgraphs from temporal knowledge graphs, perform intervention calculations, and generate counterfactual impact reports.

2. The method for federated collaborative optimization of temporal knowledge graphs based on causal inference according to claim 1 is characterized in that: The spatiotemporal alignment operation includes: Normalize heterogeneous timestamps to UTC format according to ISO 8601 standard; Resolve geographic location into latitude and longitude and geographic entity ID through GIS service; When spatiotemporal logic conflicts are detected, dynamic calibration is performed based on the data source credibility weights and causal characteristics.

3. The method for federated collaborative optimization of temporal knowledge graphs based on causal inference according to claim 1 is characterized in that: The extraction of the causal features includes: Perform Granger causality test on time series relationships to screen significant associations; For the relationship pairs that pass the test, the Do operator intervention effect quantification is performed; The Granger correlation coefficient and the Do intervention effect value were combined to obtain the causal confidence score Sc; The causal strength and transmission chain are marked based on the causal confidence score Sc.

4. The method for federated collaborative optimization of temporal knowledge graphs based on causal inference according to claim 1 is characterized in that: The enhanced knowledge unit with causal labeling is a quadruple<e, r, o, [t, causality_flag]> , the timestamp t and the causality flag causality_flag are encapsulated together in a single array slot; where: e, r, o, are standard knowledge graph triple elements; t is the timestamp in ISO 8601 format; causality_flag is a structured dictionary containing the following fields: strength: strength classification based on causal confidence score Sc; confidence: causal confidence score Sc; chain: compressed causal propagation chain list.

5. The method for federated collaborative optimization of temporal knowledge graphs based on causal inference according to claim 4 is characterized in that: The conflict resolution based on multi-dimensional causal analysis includes: The time series correlation of the change in the old-new relationship is calculated by Granger test; The Do operator intervention effect is used to quantify the difference in causal impact of the new and old relationships on the target object; The fusion is configured according to the domain weights to generate the causal confidence score Sc; Intelligent diversion is achieved based on a dynamic threshold θ: when Sc>θ, old knowledge is automatically replaced and the causal chain is marked, while retaining historical snapshots to support retrospective auditing; when Sc≤θ, the original valid knowledge is retained and manual review is triggered; The version management includes: Convert the replaced knowledge into historical snapshots, storing the causal chain and expiration time; Add a version identifier to the time series knowledge graph, where the version identifier includes update time information and the number of causal conflict resolutions; Provides a timestamp-based historical status rollback interface.

6. The method for federated collaborative optimization of temporal knowledge graphs based on causal inference according to claim 1 is characterized in that: The hierarchical aggregation strategy includes: The entity embedding layer is aggregated using the FedAvg algorithm; The relationship prediction layer uses a causal-sensitive learning rate to perform local gradient updates and globally aggregates the encrypted relationship prediction layer gradients. The gradient of the entity embedding layer is transmitted in plain text, the gradient of the relationship prediction layer is transmitted after homomorphic encryption, and the global optimization model is output.

7. The method for federated collaborative optimization of temporal knowledge graphs based on causal inference according to claim 1 is characterized in that: The generation of the counterfactual impact report includes: Parse natural language queries and extract entities, target relations, and counterfactual conditions; Backtrack the propagation path from the causal tag field of the temporal knowledge graph; Construct a minimum causal diagram containing intervention variable X, target variable Y and confounding variable Z; Calculate the intervention probability P(Y|do(X)) of the baseline scenario based on historical data regression; Generate intervention probability P(Y|do(¬X)) of counterfactual scenarios through virtual environment simulation; Calculate the causal influence Delta Y = P(Y|do(X)) - P(Y|do(¬X)) and append the confidence interval; The counterfactual impact report includes: quantitative indicators and data traceability of the baseline scenario and counterfactual scenario, statistical significance identification of causal impact, and a visual causal evidence chain decision tree; The causal subgraph extraction includes: Traverse the causality_flag.chain field backward from the target variable Y to locate the complete causal path; Determine the intervention variable X based on the counterfactual condition and screen the confounding variable Z connecting X and Y; Remove the edges with confidence Sc≤θ to generate a minimum causal graph with time series labels; Outputs a structured subgraph, including intervention variables, target variables, confounding variables, and confidence of the evidence chain.

8. A temporal knowledge graph federated collaborative optimization system based on causal inference, characterized by: include: A dynamic data source module is used to access heterogeneous data streams in multiple fields in real time and perform spatiotemporal alignment operations on the heterogeneous data streams; and extracting causal features from the heterogeneous data stream to generate enhanced knowledge units with causal tags; The causal-driven incremental update module calculates the conflict score between new and old knowledge based on multi-dimensional causal analysis, implements conflict resolution and version management through a decision tree mechanism, and outputs a time-series knowledge graph with historical traceability; The federated collaborative fine-tuning module is used to dynamically allocate node weights among distributed nodes based on knowledge entropy, update the entity embedding layer and relationship prediction layer using a hierarchical aggregation strategy, and output a global optimization model; The counterfactual reasoning engine is used to parse natural language queries containing counterfactual conditions, extract causal subgraphs from the temporal knowledge graph, perform intervention calculations, and generate counterfactual impact reports.

9. A computer device comprising a memory and a processor, wherein the memory stores a computer program, and when the computer program is executed by the processor, the method for federated collaborative optimization of temporal knowledge graphs based on causal inference according to any one of claims 1 to 7 is executed.

10. A computer-readable storage medium storing computer program instructions, which, when executed, implement the causal inference-based temporal knowledge graph federated collaborative optimization method described in any one of claims 1 to 7.

Citation Information

Patent Citations

  • Petrochemical production process anomaly diagnosis and optimization method and system integrated with knowledge graph

    CN119668245A

  • Event information enhancement and deduction prediction method combined with knowledge graph

    CN120197710A

  • Intelligent question and answer method based on knowledge graph

    CN120297415A

  • Systematic prognostic analysis with dynamic causal model

    WO2020046261A1

  • Risk prediction method and apparatus, and device and storage medium

    WO2023065545A1

Cited By

  • Multi-dimensional data-driven subscription service user loss risk and value combined prediction method

    CN120611840A

  • A multi-dimensional data-driven method for joint prediction of subscription service user churn risk and value

    CN120611840B

  • Multi-device cooperative control method and system

    CN120909253A

  • A multi-device cooperative control method and system

    CN120909253B

  • Method and system for dynamically identifying and predicting building fire load by using artificial intelligence

    CN120910726A