An AI-based automated multi-source analysis and integrated processing system
By using an AI-based multi-source analysis and integrated processing system, the problems of complex operation and low efficiency in processing multi-source heterogeneous data are solved. It achieves end-to-end automated closed loop, improves the system's adaptability and security, and reduces maintenance costs.
Patent Information
- Application Number
- CN202511724508.0
- Authority / Receiving Office
- CN · China
- Patent Type
- Patents(China)
- Current Assignee / Owner
- Filing Date
- 2025-11-24
- Publication Date
- 2026-03-06
- Estimated Expiration
- 2045-11-24
AI Technical Summary
Existing technologies suffer from complex operations, low efficiency, high maintenance costs, and difficulty in supporting the automation needs of complex business scenarios in multi-source heterogeneous data processing. Especially when the combination of parameters increases exponentially, traditional methods result in fragile and difficult-to-maintain automation links, and are prone to overlooking key business constraints and implicit dependencies.
An AI-based multi-source analysis and integrated processing system is adopted, including a multi-source input unit, a unified semantic modeling unit, an automated analysis unit, an automated preprocessing unit, and an automated collaborative execution unit. Combined with a security authentication mechanism, it realizes an end-to-end automated closed loop from demand understanding to autonomous analysis and processing. Through multi-layer semantic parsing, deep understanding, intelligent reconstruction, and cross-platform collaborative execution, the system's security and consistency are ensured.
It achieves an end-to-end automated closed loop from understanding requirements to execution, enabling precise responses to complex project business scenarios, improving system adaptability and maintenance efficiency, ensuring safe and controllable operations and intent alignment, and reducing the need for manual intervention.
Smart Images

Figure CN121187549B_ABST
Abstract
Description
Technical Field
[0001] This invention relates to the field of software automation, and more specifically to an automated multi-source analysis and integrated processing system based on artificial intelligence. Background Technology
[0002] In the field of software automation, traditional methods typically rely on specialized artificial intelligence models to complete the input and output of single tasks in isolation. For example, they might use generative AI to construct simulated data and execute calls based solely on interface documentation. Similarly, commercially available RPA (Robotic Process Automation) tools rely on manual coding or artificial intelligence natural language processing models to generate scripts that have been interpreted and understood. Both approaches suffer from operational complexity, requiring extensive manual coding and specific prompts. Human intervention is needed to understand the context, manually arrange the order of interface calls, manually pre-configure basic database data, and even maintain parameter mappings and state transfers item by item. This not only makes the automation chain fragile and difficult to maintain but also prone to overlooking implicit dependencies such as key business constraints, aggregate parameters, and boundary conditions. Especially in scenarios where business complexity increases and parameter combinations grow exponentially, traditional methods will expose serious efficiency bottlenecks when collaborative coding is required, involving multiple heterogeneous project materials such as requirements documents, design specifications, and data models. Maintenance costs will skyrocket, coverage scenarios will become fragmented, and human oversights will become frequent, ultimately reducing automation to "semi-automation" and failing to support the needs of large-scale, high-fidelity, and adaptive engineering practices. When faced with real-world, complex business scenarios in a project, and needing to combine the business logic, data dependencies, and process relationships in the requirements document to achieve automated connection of multiple interfaces, parameter linkage, and closed-loop execution, existing conditions are often inefficient and have limited effectiveness.
[0003] Therefore, how to provide an automated multi-source analysis and integrated processing system based on artificial intelligence is a problem that urgently needs to be solved by those skilled in the art. Summary of the Invention
[0004] In view of this, the present invention provides an automated multi-source analysis and integrated processing system based on artificial intelligence, which realizes an end-to-end automated closed loop from demand understanding to autonomous analysis and processing path to execution and implementation, accurately responds to the key demands in complex project business scenarios, and solves the technical problems existing in the above-mentioned prior art.
[0005] To achieve the above objectives, the present invention adopts the following technical solution:
[0006] An automated multi-source analysis and integrated processing system based on artificial intelligence, comprising:
[0007] The multi-source input unit is used to receive multi-source heterogeneous data documents uploaded by users, as well as input natural language (including but not limited to requirement descriptions or problem statements), and to perform format recognition and pre-validation of uploaded multi-source heterogeneous files by extracting file content information.
[0008] A unified semantic modeling unit, connected to the multi-source input unit, is used to perform semantic decoupling, intelligent reconstruction and standardized modeling of the multi-source content after file recognition and extraction, and automatic archiving into the database;
[0009] The automated analysis unit, connected to the unified semantic modeling unit, performs intent parsing on the natural language requirements or question statements input by the user, along with the reconstructed multi-source file content output by the previous unit, and outputs a structured execution intent path.
[0010] An automated preprocessing unit, connected to the automated analysis unit, intelligently generates an expected execution plan that meets the user's initial goals based on the structured execution intent path output by the previous unit.
[0011] An automated collaborative execution unit is connected to the automated preprocessing unit. After the user confirms that there are no errors according to the expected execution plan, this unit starts to execute. During the execution process, transactions involving various platforms are committed (including but not limited to database-triggered add, delete, and modify transactions, interface platform-triggered interface change transactions, and prototype document content revision transactions).
[0012] The security authentication mechanism includes initial security authentication and secondary security authentication. The initial security authentication is embedded between the multi-source input unit and the unified semantic modeling unit to perform security filtering on the original materials uploaded by the user. The secondary security authentication is embedded between the automated preprocessing unit and the automated collaborative execution unit to perform security verification on the pre-generated execution plan, so as to achieve full-process security control and intent alignment.
[0013] Furthermore, the multi-source input unit specifically includes: automatically identifying the type of input source, performing lightweight pre-validation on multimodal data to filter invalid or corrupted inputs, and uniformly aggregating the user's input requirements or problem descriptions along with metadata into a buffer pool.
[0014] Furthermore, the unified semantic modeling unit specifically includes the following processes:
[0015] Preprocess multi-source heterogeneous files, remove format differences, and restore them to a unified intermediate representation;
[0016] Deep semantic understanding is performed based on domain ontology to extract key entities, relationships between entities, operational intentions, contextual constraints, and implicit logical rules.
[0017] Perform semantic decoupling, restoring the original expression to atomic semantic units of subject-action-goal-constraint;
[0018] Intelligent completion and logical reconstruction are performed. Through pattern recognition, potential functional module divisions, data flow paths or dependencies are obtained, and standardized expressions that conform to preset semantic paradigms are generated.
[0019] The reconstructed semantic units are encoded and hierarchically categorized to form a set of structured semantic objects with rich meta-semantic tags.
[0020] Furthermore, the automated analysis unit specifically includes the following processes:
[0021] By deconstructing the intent elements of user input through a multi-layer semantic parsing engine, the user's behavioral goals, target objects, constraints, and implicit subtasks can be identified.
[0022] Construct a dynamic semantic association graph to link project documents, framework assets, and user history information to bridge the semantic gap;
[0023] Intelligent pathfinding is performed based on semantic integrity, and the supported query dimensions, input parameter formats, return structure paradigms, and business rules and format constraints that must be followed when injecting data are derived.
[0024] By leveraging a rule-based reasoning engine, domain knowledge graph, and semantic probability model, the inference results are validated for feasibility and optimized for structure, outputting a complete structured execution intent path.
[0025] Furthermore, the automated preprocessing unit specifically includes the following processes:
[0026] Based on structured execution intentions, multiple execution paths that can achieve the goal are automatically derived;
[0027] Each execution path is independently simulated to generate a request example, simulated response structure, estimated execution time, and status of dependent services.
[0028] The application uses a rules engine and permission policies to conduct compliance and risk assessments on each path;
[0029] All pre-planning schemes are presented to users in a structured, comparative, and interactive manner;
[0030] Based on the user's selections, output a complete, traceable, and revisable expected execution plan.
[0031] Furthermore, the automated collaborative execution unit specifically includes the following processes:
[0032] Parse the structured execution plan after user confirmation, and extract the task sequence, dependent resources, target framework, parameter contract and execution constraints;
[0033] The executable instruction stream is automatically generated based on the execution intent path output by the automated analysis unit, and the adapter is dynamically matched according to the target carrier type.
[0034] Intelligent orchestration and scheduling based on task dependencies enables collaborative execution across multiple platforms or tools;
[0035] Real-time monitoring of the status, time consumption, and anomalies of each subtask; construction of a visual execution trajectory map; and self-recovery processing based on preset strategies.
[0036] After the task is completed, the outputs of each stage are collected, structured and packaged into an execution result package, and then archived.
[0037] Furthermore, the initial security authentication process specifically includes:
[0038] Verify the legality of the source of original materials uploaded by users, and identify and block unauthorized formats and malicious files;
[0039] The compliance semantic model is used to identify sensitive words, detect illegal intent, and assess contextual risks in text, image OCR results, and structured field descriptions.
[0040] By combining user identity, project permissions, and organizational policies, it can be determined whether the input content exceeds the scope of the user's role.
[0041] Identified risky content is isolated and a risk alert is generated to immediately notify the user. Only content that passes the verification is allowed to proceed to the next stage of processing.
[0042] Furthermore, the secondary security authentication process specifically includes:
[0043] Compare the pre-generated execution plan with the user's original intent to detect semantic deviations, over-inferences, or missing constraints;
[0044] Perform syntax security verification, data compliance checks, and behavior legality determination on instructions to be executed.
[0045] If a risk is detected, the execution flow will be automatically intercepted and the user will be provided with details of the risk and suggestions for modification.
[0046] The automated collaborative execution unit is only authorized to initiate actual operations after the user's final confirmation.
[0047] As can be seen from the above technical solutions, compared with the prior art, the present invention discloses an automated multi-source analysis and integrated processing system based on artificial intelligence. Through multi-source input units, unified semantic modeling units, automated analysis units, automated preprocessing units, automated collaborative execution units, and security authentication mechanisms, it realizes an end-to-end automated closed loop from demand understanding to autonomous analysis and processing path to execution implementation, accurately responding to the key demands in complex project business scenarios. Attached Figure Description
[0048] To more clearly illustrate the technical solutions in the embodiments of the present invention or the prior art, the drawings used in the description of the embodiments or the prior art will be briefly introduced below. Obviously, the drawings described below are only embodiments of the present invention. For those skilled in the art, other drawings can be obtained based on the provided drawings without creative effort.
[0049] Figure 1 This is a schematic diagram of the overall execution architecture of the framework in an embodiment of the present invention.
[0050] Figure 2 This is a schematic diagram of the basic process of the multi-source input unit of the framework node of the present invention.
[0051] Figure 3 This is a schematic diagram illustrating the specific process of the unified semantic modeling unit for the framework nodes of this invention.
[0052] Figure 4 This is a schematic diagram illustrating the specific process of the automated analysis unit for the framework nodes of this invention.
[0053] Figure 5 This is a schematic diagram of the specific process of the automated preprocessing unit of the framework node of the present invention.
[0054] Figure 6 This is a schematic diagram illustrating the specific process of the automated collaborative execution unit of the framework nodes in this invention.
[0055] Figure 7 This is a schematic diagram illustrating the specific process of the first security authentication of the framework node in this invention.
[0056] Figure 8 This is a schematic diagram illustrating the specific process of secondary security authentication for nodes in the framework of this invention. Detailed Implementation
[0057] The technical solutions of the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings. Obviously, the described embodiments are only some embodiments of the present invention, and not all embodiments. Based on the embodiments of the present invention, all other embodiments obtained by those skilled in the art without creative effort are within the scope of protection of the present invention.
[0058] Example 1:
[0059] This invention discloses an automated multi-source analysis and integrated processing system based on artificial intelligence, comprising: a multi-source input unit for supporting user input and uploading of natural language requirements or problem statements, and aggregating diverse heterogeneous data (such as documents, images, structured / unstructured data, etc.); a unified semantic modeling unit for performing semantic decoupling, intelligent reconstruction, and standardized modeling of input data based on a standardized structural index of a preset framework, and automatically archiving it into a database; an automated analysis unit for dynamically identifying and deeply understanding the true intent and contextual relationships of user-input semantic content; and an automated preprocessing unit for intelligently generating data that conforms to the user's initial objectives after the analysis results are confirmed. The target's expected output scheme is provided for user review and confirmation. The automated collaborative execution unit automatically schedules and executes operations after the user confirms the feasibility of the preprocessing scheme, supporting integration with one or more third-party frameworks / platforms to complete closed-loop tasks. Among them, security authentication mechanisms are embedded between the multi-source input unit and the unified semantic modeling unit, and between the automated preprocessing unit and the automated collaborative execution unit: the first authentication is used to intercept and filter input sources containing illegal content, non-compliant semantics, or potential risks; the second authentication is used to verify whether the pre-generated results match the user's true intent and ensure that the output content is legal and compliant, without any overstepping or harmful behavior, achieving full-process security and controllability and intent alignment.
[0060] As a further aspect of this invention, the multi-source input unit specifically includes the following process: While uploading a multi-source file ontology, the user simultaneously inputs a natural language statement of purpose or other intent. The framework prioritizes automatically identifying the input source type (e.g., text input box, file drag-and-drop, speech transcription, image scanning, database integration, etc.) and performs preliminary format detection and metadata extraction on the raw data (e.g., file type, interface design, scene dimension, data structure, exception requirements, etc.). Subsequently, the multi-source input unit performs lightweight pre-validation on the multimodal data, filtering invalid, corrupted, or severely formatted inputs, and temporarily caching and uniquely identifying reasonable data. Simultaneously, the user's purposeful or other intent-driven description of needs or problems, along with metadata, is uniformly aggregated into a buffer pool, providing a standardized, traceable, and auditable raw data set for the subsequent unified semantic modeling unit, ensuring the integrity, parsability, and relevance of the source information.
[0061] As a further aspect of this invention, a unified semantic modeling unit is established. The specific process includes: constructing a cross-modal, cross-format semantic parsing system for the various types of heterogeneous documents currently uploaded (such as requirements specifications, interface design documents, database table structures, technical solutions, meeting minutes, etc.). The unit does not process the incoming natural language requirements descriptions or problem statements. The framework first preprocesses and extracts content from these original files, identifying their multimodal information such as text, tables, fields, and comments, stripping away document format differences, and restoring them to a unified intermediate representation.
[0062] Building upon this foundation, a semantic parsing engine powered by artificial intelligence performs deep semantic understanding based on domain ontology. It meticulously identifies metadata in each document, extracting core semantic elements, including key entities (such as "user," "order," and "payment interface"), relationships between entities (such as "call," "dependency," and "mapping"), operational intents (such as "create," "query," and "validate"), contextual constraints (such as "administrator only" and "timeout 30 seconds"), and implicit logical rules. Through a cross-document keyword semantic alignment mechanism (e.g., mapping "user ID," "userId," and "UID" to the same ontology node), it achieves automatic normalization and association matching of the same concepts from different sources.
[0063] Subsequently, the framework performs a "semantic decoupling" process, deconstructing and purifying the mixed expressions in the original document (such as colloquial descriptions, redundant embellishments, nested sentences, or non-standard terminology), stripping away surface expressions and restoring them to atomic semantic units. A typical structure is a quadruple: "subject-action-goal-constraint," ensuring that each semantic fragment is independent, unambiguous, composable, and reusable.
[0064] Furthermore, by leveraging knowledge enhancement and contextual reasoning capabilities, the system intelligently completes and logically reconstructs fragmented, ambiguous, or missing information (e.g., inferring business meaning from database field names or completing call scenarios by combining interface parameters); and through pattern recognition technology, it discovers potential functional module divisions, data flow paths, or dependencies, generating standardized expressions that conform to preset semantic paradigms.
[0065] Ultimately, the framework encodes and hierarchically categorizes the reconstructed semantic units based on a unified structured indexing system, forming a set of structured semantic objects with rich meta-semantic tags. These objects are stored in the project system map, maintaining a high degree of organization and traceability, awaiting dynamic matching, fusion, and reasoning with users' natural language input in the next stage.
[0066] As a further aspect of this invention, the automated analysis unit specifically includes the following process: The framework receives structured and standardized data objects from the unified semantic modeling unit, and decomposes the original input requirements or problem descriptions into intent elements through a multi-layer semantic parsing engine, identifying user behavior goals, target objects, constraints, and implicit subtasks. For example, when a user requests that "the requirements document describes certain data as belonging to a specific functional module, but the corresponding query interface is not found in the current framework; the interface definition needs to be supplemented, and simulated data needs to be injected into the underlying data storage according to its parameter specifications, and then the result is returned through the interface call," the framework will automatically extract the core intent chain: complete the missing interface → construct simulated data that conforms to the interface contract → execute the interface call and return the verification result. The framework embeds a context-aware mechanism that automatically associates user historical queries or operation trajectories, the current project document system (such as requirements specifications, interface definition drafts, data model descriptions), and existing framework assets (such as business routing lists, data table structure metadata) to construct a dynamic semantic association graph, which is used to bridge the semantic gap between document descriptions and framework implementation. For example, when a requirements document specifies that "a certain type of data should be queried under a certain module," but the framework lacks a corresponding interface, the framework will combine the document's description of the data's usage scenarios, the interaction patterns of related modules, and the field semantics of the data storage structure to deduce the query dimensions, input parameter formats, return structure paradigms, and business rules and format constraints that the interface should support during data injection. During the semantic completion and intent verification phase, the framework leverages artificial intelligence, a rule-based reasoning engine, a domain knowledge graph, and a semantic probability model to perform feasibility checks and structural optimization on the derived interface definition. For instance, if the document describes that certain data needs to support "filtering by time period and type," the framework will automatically supplement general pagination parameters, standardized time formats, and enumeration value constraints, ensuring that the generated simulated data covers boundary conditions and typical scenarios. Simultaneously, the framework assesses whether the operation poses risks of permission conflicts, environment mismatches, or structural incompatibility. If it detects that the target data table lacks write permissions or the interface path is already occupied, it will automatically generate risk warnings and alternative suggestions, such as "Direct writing is prohibited in the current environment; please confirm whether to switch to sandbox mode" or "It is recommended to add a version prefix to the interface path to avoid conflicts." Ultimately, the framework outputs a complete structured intent, including the main task objective, decomposed sub-steps, dependent resource references, execution constraints, semantic confidence scores, and recommended execution paths. It does not rely on specific field names or database syntax, but is encapsulated in a purely semantic and portable form of expression, such as: "Locate the function affiliation based on document chapters → Derive the input and output contracts of the missing interface → Generate simulated business data that conforms to the contract → Inject it into the specified data container → Call the newly generated interface and capture the structured response."This output serves as the input benchmark for subsequent modules, ensuring that the entire framework not only responds to user-defined instructions but also proactively bridges the semantic gaps between requirements, design, implementation, and verification, achieving an intelligent transformation from vague descriptions to executable, verifiable, and traceable engineering closed-loop systems.
[0067] As a further aspect of this invention: the automated preprocessing unit, specifically comprising the following steps: upon receiving the structured intent output by the automated analysis unit (e.g., "Section 3.7 of the requirements document requests the acquisition of a list of active users for the past 30 days for operational analysis"), firstly, based on the semantic context and the system asset library, automatically derives multiple execution paths that can achieve the goal: for example, path one is "calling a query interface for existing user activity," and path two is "directly querying the active user table in the database and executing a database statement"; subsequently, the system performs a complete pre-render for each path: for the interface call path, automatically generates a request example (including header information, parameters, and authentication methods), a simulated response structure (including field descriptions, data examples, and status codes), and estimates the execution time and dependent service status; for the database query path, generates a standard database statement and estimates the execution time and dependent service status. The system assesses the impact on the number of rows, whether index optimization is needed, and whether sensitive fields are involved, while also noting the execution environment (e.g., "Test database only"). Simultaneously, the system performs compliance and risk assessments for each path, such as "API path requires authentication; the current user has not configured a key" or "The query statement does not include pagination, which may return millions of data entries; pagination is recommended." Finally, all pre-demonstration solutions are presented in a structured, comparative, and interactive manner, allowing users to expand to view details, compare execution costs, assess risk levels, and choose to "confirm execution of a path," "merge optimized paths," or "return adjustment requests." For example, users might see: "Solution 1 (API call): Returns a string structure, including pagination; data is anonymized; estimated execution time in milliseconds; Solution 2 (database query): Returns the original fields, without pagination; requires manual processing of tens of thousands of rows, posing a performance risk," and displays confirmation information. To improve user decision-making efficiency, the framework automatically scores the semantic alignment of the pre-simulation plan with the original requirements document, similar historical tasks, and the current state of the framework, highlighting differences and items requiring confirmation. For example, "The requirements document requires support for 'filtering by role,' but the current plan does not include this parameter; should it be added?" or "The simulation data does not cover 'null value boundary scenarios'; should the generation strategy be expanded?" Finally, the framework outputs a complete, traceable, and revisable expected execution plan, including an execution blueprint, pre-simulation results, a risk list, adjustment suggestions, and a confirmation entry point, for final user review. Users can answer "confirm execution," "execute after partial adjustments," or "return for modification." All interactions are recorded and fed back to upstream modules, forming a closed-loop optimization mechanism. This process ensures that the framework reaches semantic, operational, and risk consensus with the user before actual execution, achieving intelligent prediction and human-machine collaborative confirmation mechanisms that ensure "execution is correct."
[0068] As a further aspect of this invention, an automated collaborative execution unit is defined as follows: After the user confirms the feasibility of the preprocessing scheme in the previous unit, the unit automatically schedules and executes the operation, supporting integration with single or multiple third-party frameworks / platforms to complete closed-loop tasks. The specific process is embodied in an intelligent scheduling framework that dynamically orchestrates, links across frameworks, monitors execution, and achieves a closed-loop result. Upon receiving the user's confirmation instruction, the framework first parses the structured execution scheme output by the preprocessing unit, extracting the task sequence, dependent resources, target framework, parameter contracts, and execution constraints. Then, it initiates the execution process, automatically generating an executable instruction stream based on the semantic path in the scheme, and dynamically matching an adapter according to the target carrier type. For example, if the requirements document describes "the need to generate data query logic based on user behavior statistics rules in the document and execute it," the framework will automatically and intelligently derive the corresponding structured query statement, encapsulate it into a standard database statement script, and securely inject it into the target data environment through a pre-configured database middleware channel (such as an execution proxy supporting a certain database protocol). Before execution, it automatically adds transaction control, resource isolation, and rollback flags to ensure operational atomicity and environmental security. If a task involves multi-framework collaboration, such as "generating an interface definition and then synchronously registering it to the interface gateway, triggering automatic verification by the test platform," the framework will schedule multiple executors in dependency order. First, it will call the interface management platform to create endpoints and write metadata, then trigger the test engine to construct request messages, initiate calls, capture responses, and compare expected results, all without manual intervention. During execution, the framework collects the status, time, logs, and exception information of each subtask in real time, constructing a visual execution trajectory graph. For example, if "interface registration fails and a conflicting path already exists, an automatic renaming strategy will be triggered." When an exception occurs, the framework will automatically retry, downgrade, or terminate according to preset strategies, while simultaneously pushing alarms and repair suggestions. After the task is completed, the framework automatically collects the outputs of each stage (such as execution logs, returned data, status reports, and performance metrics), and structurally encapsulates them into an execution result package. This package, along with version snapshots, operation audit records, and semantic traceability codes, is archived together, forming a complete closed loop from requirement description to framework implementation. The entire process does not rely on hard coding or manual configuration. All operations are completed based on semantic inference and dynamic adaptation. For example, when faced with a scenario where "the requirements document requires monthly aggregation of active users and writing to a report table", the framework can automatically parse the time dimension, aggregation logic, and target storage location, generate corresponding SQL statements, and execute them through middleware, achieving fully automatic, highly reliable, and cross-platform collaborative execution from document semantics to framework behavior.
[0069] As a further aspect of this invention: the initial security authentication process includes the following steps: After receiving the original materials uploaded by the user (such as requirement documents, interface specifications, screenshots, structured data tables, etc.), the framework first initiates source legitimacy verification to identify and block unauthorized formats, disguised files, script injection carriers, or known malicious file fingerprints. Subsequently, it enters semantic layer scanning, using an AI-based compliance semantic model to perform sensitive word recognition, violation intent detection, and contextual risk assessment on text, image OCR results, and structured field descriptions. For example, it detects whether there are any hints of unauthorized operation (such as "bypassing access control to obtain all user data"), illegal business requests (such as "forging transaction records"), prohibited content such as political / violent / pornographic content, or hidden high-risk content. Operational semantics (such as "clear database" and "delete logs") are not accompanied by approval context. At the same time, the system combines user identity, project permissions, and organizational policies to determine whether the input content exceeds the scope of the user's role. For example, if a regular developer uploads a request to modify the core financial table structure, the framework will automatically mark it as "permission exceeded and pending review". All identified risky content is isolated and a structured risk report is generated, which includes the risk type, semantic fragment, context location, and suggested handling methods (such as blocking, desensitization, and transfer to manual review). Only when the content passes all compliance checks or is released after manual review is it allowed to enter the unified semantic modeling unit for subsequent processing. This builds the first security barrier before semantic reconstruction, ensuring that the modeling source is pure, legal, and uncontaminated.
[0070] As a further aspect of this invention, secondary security authentication specifically includes the following process: After the user confirms the preprocessing scheme, the framework does not execute it immediately. Instead, it first compares whether the pre-generated scheme (such as generated database statements, interface definitions, data injection scripts, and call instruction sequences) truly reflects the user's original intent and whether there are semantic deviations, excessive deductions, or hidden side effects. For example, if the user only requests to "query data from the last seven days," but the database statement in the scheme does not have a limit on the number of records or does not declare time filtering, the framework will determine it as a "risk of exceeding the scope" and require correction. At the same time, it initiates a compliance review of the output content, performing syntax security verification on the instructions to be executed (such as whether the generated database statement contains deletion without conditions, whether the interface exposes internal fields, and whether the script calls unauthorized interfaces), and data... Compliance checks (such as whether the simulated data contains real ID numbers or mobile phone numbers that have not been anonymized) and behavior legality determination (such as whether it attempts to write to the production environment or violates the principle of data minimization); if any overstepping of boundaries, ambiguous authorization, or potentially harmful behavior is detected, the framework will automatically intercept the execution flow and proactively notify the user, while also providing modification suggestions or alternative safe paths (such as "suggest adding conditional limits", "enable pseudonym generator for simulated data", "switch to sandbox environment for execution"); only after the user confirms that it is acceptable will the automated collaborative execution unit be authorized to start the real operation, ensuring that every framework action is not only technically feasible, but also semantically correct, legally compliant, and risk-controllable, achieving a secure alignment and responsibility loop between "what the user wants to do" and "what the framework will do".
[0071] Example 2:
[0072] like Figure 1 As shown, this embodiment is a framework for an automated multi-source analysis and integrated processing system based on artificial intelligence. The diagram includes a multi-source input unit, a unified semantic modeling unit, an automated analysis unit, an automated preprocessing unit, and an automated collaborative execution unit. Security authentication processes are included between the multi-source input unit and the unified semantic modeling unit, and between the automated preprocessing unit and the automated collaborative execution unit, respectively, along with their interaction relationships. Wherein:
[0073] Multi-source input units such as Figure 2 As shown: Users upload heterogeneous files from multiple sources, for example:
[0074] [Requirements Specification] - "After a user submits an order, the system must initiate a payment request within 3 seconds and save the payment record. If a refund is generated, the order status must be modified."
[0075] [API Documentation] - Payment Interface: POST request / api / pay, body: userId, orderId;
[0076] [Database table structure] -table:t_order,fields:user_id,status,create_time;
[0077] [Meeting Minutes] - "Administrators can manually trigger the refund process";
[0078] [System Architecture Diagram] - in JPG format, showing the flow of business data from the system cache to the database. User-submitted request description: [As an administrator, please find Zhang San's payment record from yesterday afternoon, initiate a refund, and check if the refund was successful after completion.]
[0079] Unified semantic modeling unit such as Figure 3 As shown: by Figure 2The multi-source metadata of the final output, after initial security authentication, is input into this unit. For example, starting from the first stage of preprocessing and content extraction, format differences are eliminated, and a unified intermediate representation is established: text paragraph extraction: "Call payment interface"; table field identification: userId → user ID; annotation parsing: [status: 0 - pending payment, 1 - paid, 2 - refunded]; uniformly encoded as plain text + structured JSON fragments. This is then input into the second stage for deep semantic parsing to extract: entities: user, order, payment interface, administrator; relationships: user [creates] order, order [triggers] payment interface; intent: create, query, validate, refund; constraints: orders are limited to administrators and specified personnel only; implicit logic: refunds are possible when order status = 2. In the third stage, cross-document semantic alignment and normalization are performed, mapping synonyms to the same ontology node. For example: "User ID" ≡ "userId" ≡ "user_id" → ontology node: User.id; "Payment Interface" ≡ " / api / pay" → ontology node: PaymentService; "Refund" ≡ "Manual Refund" → operation type: RefundAction. In the fourth stage, semantic decoupling is performed, restoring the data to atomic quadruples: (Subject: User, Action: Create, Target: Order, Constraint: None); (Subject: System, Action: Call, Target: Payment Interface, Constraint: Within 3 seconds); (Subject: Administrator, Action: Trigger, Target: Refund, Constraint: Order Paid). In the fifth stage of input, intelligent completion and logical restructuring rely on the knowledge enhancement and contextual reasoning capabilities of artificial intelligence. For example: inference: orderId comes from the primary key of the t_order table; completion: call failure → log recording + alarm sending; pattern recognition: order placement → payment → callback → status update. In the sixth stage of input, structured encoding and classification are performed, and the data is tagged and stored according to the index system. For example: index path: subject domain = e-commerce > task type = order processing > priority = P0 > associated resources = payment gateway, t_order → output: a standardized semantic object collection (JSON Schema format). The data processed in the above units is stored in the project system graph, waiting for the next unit to match it with the natural language requirements submitted by the user.
[0080] Automated analysis units such as Figure 4 As shown: by Figure 3 The final project system diagram is described and input into this unit, for example:
[0081] The project system diagram includes:
[0082] Input 1:
[0083] [Requirements Specification] → "Save records after payment, and change order status upon refund";
[0084] [API Documentation] → POST / api / pay(userId,orderId);
[0085] [Database] → t_order(status: 0 pending payment / 1 paid / 2 refunded);
[0086] [Meeting Minutes] → "Administrators can manually trigger refunds";
[0087] [Architecture Diagram OCR Analysis] → Data Flow: System → Cache → DB.
[0088] Input 2:
[0089] The user submitted the following request: [As an administrator, please help me find Zhang San's payment record from yesterday afternoon, initiate a refund, and check if the refund was successful after completion.]
[0090] Step 1, Multi-layer semantic parsing: Deconstructing intent elements:
[0091] Role: Administrator;
[0092] Main tasks: Find payment records → Initiate a refund → Verify results;
[0093] • Time constraint: Yesterday afternoon;
[0094] • Subject: Zhang San (mapped to userId or user_id);
[0095] Implicit subtasks: identity recognition, data location, operation execution, and status verification.
[0096] Step 2, Dynamic Semantic Association Graph Construction: Linking historical trajectories, project documents, or framework assets:
[0097] • Match "Zhang San" → in the user table, name ≈ "Zhang San" → get userId;
[0098] • "Payment Records" → associated with the log system or payment transaction record (implicit but not explicitly defined);
[0099] • "Initiate Refund" → Matches meeting minutes "Administrators can manually issue refunds" → Infers that the refund API needs to be called or the order status needs to be updated;
[0100] • "Whether the query was successful" → can be obtained through the API response or by querying t_order.status.
[0101] Step 3, Dual-path intelligent route finding and generation: Feasible solutions are determined based on semantic integrity.
[0102] Path 1: Call via API (Recommended)
[0103] - It is deduced that a "refund interface" is missing → Combined with "modify order status" + "administrator privileges"
[0104] - Automatically generate interface contract suggestions:
[0105] POST / api / refund
[0106] body:{orderId,operatorRole:"admin",reason:"manual"}
[0107] - Execution chain:
[0108] 1. Query t_orderWHERE user_id=xxx AND create_time ∈[14-18 o'clock yesterday] ANDstatus=1
[0109] 2. Call the refund API to be completed (simulated execution)
[0110] 3. Check the order status again or call / api / order / {id} to get the latest status.
[0111] Path 2: Direct database operation (alternative)
[0112] -If the current environment allows administrative writes:
[0113] UPDATE t_order SET status=2 WHERE user_id=... AND status=1;
[0114] - Verification required: Does it violate business rules? Are there any audit log requirements?
[0115] Step 4, Semantic completion and feasibility verification: Integrating knowledge graph + rule engine + probabilistic model:
[0116] • Complete parameter specifications: Time format ISO8601, status enumeration value validation
[0117] • Simulated data injection covers the following scenarios: normal refunds, duplicate operations, and accidental refunds in non-payment states.
[0118] Risk detection:
[0119] - Target table lacks write permissions → Direct modification of the database is prohibited.
[0120] - Refund API not registered → Prompt: "It is recommended to add the API definition to the API gateway."
[0121] - Sandbox environment available → We recommend enabling simulation mode for execution.
[0122] Step 5: Output the structured intent model (for use by the preprocessing and execution units), as shown below:
[0123]
[0124] Automated preprocessing units such as Figure 5 As shown: by Figure 4 The structured intent model data representing the final output is input into this unit, for example:
[0125] Input: A structured intent model output by the automated analysis unit, including the main task, sub-steps, resource references, recommended paths, confidence levels, and constraints.
[0126] Step 1, Execution Path Deduction: Generate multiple solutions based on semantic context and system asset library (this step is consistent with the path deduction included in the automated analysis unit, but depends on whether the user requests interruption or regeneration; crucially, the paths generated in this step will be pre-rendered):
[0127] Path 1: Call the API (Recommended)
[0128] Action: Initiate a refund → Call POST / api / refund
[0129] -Conditions: User is an administrator, order status = paid
[0130] Path 2: Direct database update (alternative)
[0131] -Action: UPDATE t_order SET status=2 WHERE orderId=...
[0132] -Conditions: Test environment only, approval and authorization required.
[0133] Step 2, Independent pre-run of each path: Automatically generate execution details and simulation feedback:
[0134] Path 1 rehearsal (API call)
[0135] Request example:
[0136] POST / api / refund;
[0137] Headers: Authorization: Bearer <token>;
[0138] Body: {"orderId":"ODR20250405001", "operator": "admin"};
[0139] • Simulated response:
[0140] 200 OK;
[0141] { "result": "success", "refundId": "RF2025...", "amount": 99.9};
[0142] • Field descriptions: refundId is a unique identifier, and amount is rounded to two decimal places;
[0143] • Estimated time: <300ms, dependent on payment gateway service (currently healthy);
[0144] • Data masking: Sensitive fields have been masked;
[0145] Path Two Preview (Database Operations):
[0146] SQL statement:
[0147] UPDATE t_order SET status = 2, update_time = NOW()
[0148] WHERE user_id = 'U1003' AND status = 1;
[0149] • Estimated number of rows affected: 1 row;
[0150] • Index recommendation: A combined index of user_id and status exists;
[0151] • Sensitive fields: No plaintext password, but related to changes in transaction status;
[0152] • Execution environment restrictions: Execution is only permitted in a test environment;
[0153] Step 3, Compliance and Risk Assessment: Application rule engine and permission policy verification:
[0154] • Risks associated with Path 1:
[0155] - The current user has not configured an API key → Authentication credentials are missing;
[0156] - The interface is not registered to the gateway → You need to deploy or enable simulation mode first;
[0157] • Risks associated with Path Two:
[0158] Directly writing to the database in the production environment is prohibited → This is a violation of regulations;
[0159] - No transaction rollback mechanism → Risk of data inconsistency exists;
[0160] General recommendations:
[0161] - It is recommended to add pagination parameters to prevent full table scans;
[0162] -Add audit log entries to record the operator and timestamp;
[0163] Step 4, Structured Comparison Presentation: Supports interactive viewing, comparison, and selection.
[0164] Step 5: Generate a traceable execution plan, including blueprints, rehearsals, risks, recommendations, and entry points.
[0165] Step 6, User Confirmation and Closed-Loop Feedback: All selections are recorded and fed back to the upstream module:
[0166] User operation example:
[0167] Select: "Execute after partial adjustments":
[0168] →Add the role=admin parameter;
[0169] → Enable sandbox mode;
[0170] →The system automatically updates the execution plan and enters the collaborative execution unit;
[0171] Feedback mechanism:
[0172] - The user rejected path two → recorded the "Disable direct connection to DB" preference;
[0173] - Repeated reminders of incomplete parameters → triggering knowledge base optimization suggestions;
[0174] Automated collaborative execution units such as Figure 6 As shown: The path pre-simulation result output from step 5, after undergoing secondary security authentication, is input into this unit, for example:
[0175] Input: A structured execution plan after user security authentication and confirmation, including task sequence, path selection, parameter contract, target platform, risk marker, etc.
[0176] Step 1: Analyze the execution plan and define the task blueprint: The system receives the structured execution plan confirmed by the user and extracts the complete task sequence, target platform, parameter contract, and execution constraints. For example, for the requirement of "initiating a refund for Zhang San and verifying the result," the system identifies three core steps: ① query payment records; ② call the refund interface; ③ verify the refund status. Simultaneously, the system clarifies the target system (e.g., database, API gateway), execution environment (sandbox mode), and security requirements (authentication required, rollback support) for each step.
[0177] Step 2: Dynamically Generate Instructions and Match Execution Adapters: Based on the target type of each task, the system automatically selects the corresponding execution adapter and generates runnable instructions. For database operations, it generates compliant SQL statements and attaches transaction control and isolation flags; for API calls, it constructs HTTP requests containing authentication tokens and correctly formatted parameters to ensure compatibility with the target service. All instructions are generated based on semantic inference, requiring no manual coding or configuration.
[0178] Step 3: Intelligent orchestration and scheduling for cross-system collaboration: The system schedules tasks in an orderly manner according to dependencies and supports parallel linkage across multiple platforms. For example, while calling the refund interface, an asynchronous query to the database is initiated to verify whether the order status is updated synchronously. The service layer processing result is judged by the interface response code, and the consistency of the underlying data is confirmed by changes in database fields, forming a dual closed-loop verification mechanism of "interface + data".
[0179] Step 4: Real-time monitoring and automatic error recovery: During execution, the system continuously collects the status, time consumption, logs, and error information of each subtask. If issues such as interface timeouts or path conflicts occur, the system will automatically retry, rename, or switch to an alternative path according to preset strategies, and push alarm notifications. All error handling processes are traceable, ensuring execution stability and security.
[0180] Step 5: Collect output results and complete closed-loop archiving: After the task is completed, the system automatically summarizes the execution results, including returned data, log chains, performance indicators and audit records, and encapsulates them into a standardized execution result package, while associating the original requirement document chapters and semantic traceability codes.
[0181] Initial security certification, such as Figure 7 As shown: by Figure 2 Output input to Figure 3 The initial security certification performed before commencement includes the following specific certifications:
[0182] [Source legitimacy verification]:
[0183] 1. File format whitelist check (only .docx, .xlsx, .pdf, .png, .json and other authorized formats are allowed);
[0184] 2. Detection of file extension spoofing (e.g., .php spoofing as .png);
[0185] 3. Identification of script injection vectors (such as HTML embedded JS, malicious macros);
[0186] 4. Fingerprint comparison of known malicious files (based on hash / signature database);
[0187] 5. If the upload fails, proceed with the following steps: [Block Upload] + Log the message + Send Alarm.
[0188] 6. If approved → Proceed to the next stage with valid documents;
[0189] [Multimodal semantic layer scanning]:
[0190] 1. Text content: NLP compliance semantic model analysis;
[0191] 2. Image content: After OCR extracts the text, it is fed into the semantic model;
[0192] 3. Structured fields: Semantic parsing of field names / description text;
[0193] The following detections are performed in parallel:
[0194] ① Sensitive word matching (regular expression + dictionary + context understanding);
[0195] ② Identification of illegal intent (such as "forgery", "bypass", "clear");
[0196] ③ Semantic detection of high-risk operations (deletion / export / permission change without approval context);
[0197] ④ Filtering of political / violent / pornographic / illegal information;
[0198] ⑤ If a risk is identified → proceed to
Risk Isolation and Report Generation
[0199] (You can continue if there is no risk or low risk).
[0200] Secondary security authentication, such as Figure 8 As shown: The output from step 5 is passed to... Figure 6 The automated collaborative execution unit undergoes a secondary security authentication process before it begins. This authentication specifically includes:
[0201] [Semantic consistency comparison]:
[0202] Comparing "original user intent" vs. "pre-generated solution":
[0203] Use an AI semantic alignment model to check for the existence of:
[0204] 1. Semantic offset (e.g., the user says "search", but the system generates "delete");
[0205] 2. Over-extraction (e.g., "Daily active user statistics" → automatically generating full export);
[0206] 3. Hidden side effects (such as "update configuration" → restarting core services);
[0207] 4. Missing constraints (e.g., "data from the last seven days" without a time WHERE condition);
[0208] ↓
[0209] If a risk exists, mark it as "semantic out of bounds" or "scope missing".
[0210] [Output Content Compliance Review]:
[0211] Parallel three major checks:
[0212] (1) Syntax security verification:
[0213] 1.1 Does the SQL statement contain a DELETE statement but no WHERE clause?
[0214] 1.2 Does the interface return sensitive fields such as password / email?
[0215] 1.3 Does the script call the unauthorized interface of the / admin / deleteAll class?
[0216] 1.4 Does the command contain a shell injection pattern?
[0217] (2) Data compliance check:
[0218] 2.1 Does the simulated data include real ID card numbers and mobile phone numbers?
[0219] 2.2 Does it violate the minimum necessary principle of GDPR / Personal Information Protection Act?
[0220] 2.3. Have sensitive fields been de-identified (masked, pseudonymous, or generalized)?
[0221] (3) Determination of the legality of the behavior:
[0222] 3.1. Are you attempting to write to the production environment (while users are only requesting testing)?
[0223] 3.2. Is it possible to bypass the approval process and directly call high-risk APIs?
[0224] 3.3 Does it violate organizational policies (such as prohibiting batch operations at night)?
[0225] 3.4 Has the current authorization expired?
[0226] [Risk Aggregation and Interception Decision]:
[0227] Based on all test results, the decision-making logic is as follows:
[0228] No risk → Proceed to [Final User Confirmation];
[0229] Low risk detected → Warning + Optimization suggestion (can continue);
[0230] Medium to high risk exists → Automatically intercept execution flow;
[0231] Send user feedback: "Potential risk detected, please confirm or modify."
[0232] supply:
[0233] - Risk details (fragment location + explanation);
[0234] - Suggested modifications (e.g., "Add LIMIT 100");
[0235] - Alternative paths (such as "Switch to sandbox environment to run");
[0236] Users can choose:
[0237] → Modify the proposal and resubmit it;
[0238] → Forced approval (requires multiple approvals);
[0239] → Abandon execution;
[0240] [Final confirmation from user]:
[0241] Display notification:
[0242] 1. Summary of the original intent;
[0243] 2. The actual operations to be performed;
[0244] 3. Status of all identified risks and their handling;
[0245] 4. Requires explicit clicking: "I understand the risks, authorize execution";
[0246] ↓
[0247] (If not confirmed, it will not be executed);
[0248] [Authorized Automated Collaborative Execution Unit Started]:
[0249] 1. Perform real operations in a controlled environment;
[0250] 2. Record a complete audit log (who, when, what operation, and the basis);
[0251] 3. Monitor for anomalies during execution in real time;
[0252] 4. Upon completion, the structured results and compliance credentials will be returned.
[0253] The various embodiments in this specification are described in a progressive manner, with each embodiment focusing on its differences from other embodiments. Similar or identical parts between embodiments can be referred to interchangeably. For the apparatus disclosed in the embodiments, since they correspond to the methods disclosed in the embodiments, the description is relatively simple; relevant parts can be referred to the method section.
[0254] The above description of the disclosed embodiments enables those skilled in the art to make or use the invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the general principles defined herein may be implemented in other embodiments without departing from the spirit or scope of the invention. Therefore, the invention is not to be limited to the embodiments shown herein, but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.< / token>
Claims
1. An artificial intelligence-based automated multi-source analysis and integrated processing system, characterized in that, The application relates to a multi-source input unit for receiving user-uploaded multi-source heterogeneous data documents and input natural language, and simultaneously performing format identification on the uploaded multi-source heterogeneous files, extracting file content information and performing pre-checking. A unified semantic modeling unit is connected with the multi-source input unit, and is used for performing semantic decoupling on the multi-source content after file identification and extraction, intelligently reconstructing and normalizing modeling, and automatically archiving into a database. An automatic analysis unit is connected with the unified semantic modeling unit, and is used for performing intent analysis on user-input natural language requirements or problem statements together with the reconstructed multi-source file content output by the previous unit, and outputting a structured execution intent path. An automatic preprocessing unit is connected with the automatic analysis unit, and is used for intelligently generating an expected execution scheme in line with a user initial target based on the structured execution intent path output by the previous unit. An automatic collaborative execution unit is connected with the automatic preprocessing unit, and is used for starting execution after the user confirms the expected execution scheme, and submitting transactions related to multiple platforms during execution. A security authentication mechanism includes a first security authentication and a second security authentication. The first security authentication is embedded between the multi-source input unit and the unified semantic modeling unit, and is used for performing security filtering on the original materials uploaded by the user; the second security authentication is embedded between the automatic preprocessing unit and the automatic collaborative execution unit, and is used for performing security checking on the pre-generated execution scheme, so that the whole process is safe and controllable and intent alignment is realized. The automatic analysis unit specifically includes the following steps: The intent elements input by the user are disassembled through a multi-layer semantic analysis engine, and user behavior targets, action objects, constraint bases and implicit subtasks are identified. A dynamic semantic correlation graph is constructed to fill the semantic gap by correlating project documents, framework assets and user historical information. Based on semantic integrity, supported query dimensions, input parameter formats, return structure paradigms, business rules and format constraints to be followed during data injection are deduced. With the aid of a rule reasoning engine, a domain knowledge graph and a semantic probability model, the deduced results are checked for feasibility and optimized in structure, and a complete structured execution intent path is output. The automatic collaborative execution unit specifically includes the following steps: The structured execution scheme confirmed by the user is analyzed, and task sequences, dependent resources, target frameworks, parameter contracts and execution constraints are extracted. Executable instruction streams are automatically generated according to the execution intent path output by the automatic analysis unit, and adapters are dynamically matched according to target carrier types. Task dependency relationships are intelligently arranged and scheduled, and collaborative execution across multiple platforms or tools is realized. Real-time monitoring is performed on subtask states, time consumption and exceptions, a visual execution trajectory graph is constructed, and self-recovery processing is performed according to preset strategies. After task completion, the outputs of all links are collected, structured and packaged into an execution achievement package and are archived. The multi-source input unit specifically includes the following steps: automatically identifying input source types, performing lightweight pre-checking on multi-modal data to filter invalid or damaged inputs, and uniformly gathering user-input requirements or problem descriptions together with metadata into a buffer pool. 2.The artificial intelligence-based automated multi-source analysis and integration processing system according to claim 1, wherein, 3.The artificial intelligence-based automated multi-source analysis and integration processing system of claim 1, wherein, The unified semantic modeling unit, the specific process includes: Pretreatment of multi-source heterogeneous files, stripping format differences, and restoring to a unified intermediate representation form; Based on the domain ontology, deep semantic understanding is carried out to extract key entities, entity relationships, operation intentions, context constraints and implicit logical rules; Perform semantic decoupling to restore the original expression to the atomized semantic unit of subject-action-target-constraint; Intelligent completion and logic reconstruction are carried out to obtain potential functional module division, data flow path or dependency relationship through pattern recognition, and generate standardized expression conforming to the preset semantic paradigm; The reconstructed semantic unit is encoded and hierarchically classified to form a structured semantic object set with rich meta-semantic labels. 4.The artificial intelligence-based automated multi-source analysis and integration processing system of claim 1, wherein, The automatic preprocessing unit, the specific process includes: Based on the structured execution intention, automatically derive multiple executable paths to achieve the goal; Each execution path is independently pre-played to generate a request example, a simulated response structure, an estimated execution time and a dependent service state; Apply rule engine and permission policy to assess the compliance and risk of each path; Present all pre-played schemes to the user in a structured, comparative and interactive manner; According to the user's choice, output a complete, traceable and revisable expected execution plan. 5.The artificial intelligence-based automated multi-source analysis and integration processing system according to claim 1, wherein, The first security authentication, the specific process includes: Source legality verification is performed on the original materials uploaded by the user to identify and block unauthorized formats and malicious files; Through the compliance semantic model, sensitive word identification, rule violation intention detection and context risk assessment are performed on the text, image OCR result and structured field description; Combined with user identity, project permission and organization strategy, it is judged whether the input content is beyond the operable range of the role; The identified risk content is isolated and a risk warning is generated to immediately inform the user, and only the content that passes the verification can enter the subsequent processing. 6.The artificial intelligence-based automated multi-source analysis and integration processing system according to claim 1, wherein, The second security authentication, the specific process includes: Compare the pre-generated execution plan with the user's original intention to detect semantic deviation, over-deduction or missing constraints; Syntax security verification, data compliance check and behavior legality judgment are performed on the instructions to be executed; If risks are detected, the execution flow is automatically intercepted and the user is fed back with risk details and modification suggestions; Only after the user's final confirmation, the automatic collaborative execution unit is authorized to start the real operation.
Citation Information
Patent Citations
Cooperative BOM data analysis and verification system and method based on AI model
CN120509416A
Reservation and resource scheduling system based on cognitive intelligence and self-evolution rule engine
CN120977514A