CORTEXA
← Browse
openalexMathematics2026-07-24Cited by 0

Task Decomposition Method for a Multi-Agent Collaborative Decision-Making System in Coal Mines

Ruiyuan Zhang, Y Wu, Xiangang Cao, Hongwei Ma, Mian Mu

Task decomposition is a fundamental challenge in multi-agent collaborative maintenance systems, where unstructured natural language instructions must be precisely translated into logically coherent, executable sub-task sequences. This paper formulates task decomposition as a constrained optimal path search problem on a heterogeneous knowledge graph that encodes coal mine equipment topology, fault causality, and maintenance procedures. We construct a composite cost function that systematically integrates semantic similarity from graph neural network embeddings, relation-type weights, and structural path length, transforming instruction parsing into a mathematically tractable combinatorial optimization. The cost function is derived from the principles of shortest-path reasoning in knowledge graphs: the relational weights capture domain-specific association strengths, the semantic similarity term promotes contextually coherent chains, and the path-length penalty prevents unnecessarily long derivations. A multi-hop reasoning algorithm coupling heterogeneous graph convolution with beam search is developed to solve this problem efficiently, achieving high-quality approximate solutions while ensuring computational tractability. The reasoning process is inherently interpretable, as the optimal path directly maps to a traceable atomic task sequence with explicit dependency relations. A formal complexity analysis shows the algorithm scales as O(b·K·dmax), where b is the beam width and dmax is the maximum node degree. Several theoretical properties of the proposed framework are further derived: the cost function is non-negative and strictly monotonic, optimal paths satisfy the optimal substructure property, cycle-free optimal paths always exist, and beam search can yield globally optimal solutions given a sufficiently large beam width. These theoretical conclusions establish mathematical guarantees for the presented decomposition framework. Experiments on 200 composite maintenance instructions with gold-standard annotations (inter-annotator agreement Cohen’s κ=0.88) demonstrate that the proposed method achieves 94.3% task sequence accuracy (95% CI: 91.2–96.8%) and 96.4% dependency accuracy (95% CI: 93.5–98.1%), substantially outperforming both a rule-augmented baseline (58.6%, 62.1%) and a GPT-4o few-shot chain-of-thought baseline (73.2%, 70.5%); McNemar’s test yields p < 0.001 for both comparisons. The average inference time is 29.7 ms (SD 2.1 ms), meeting stringent industrial real-time constraints. Ablation studies quantify the contribution of each cost function component and confirm the robustness of the chosen beam width and hyperparameters. When integrated into a full multi-agent system, the framework delivers end-to-end response time within 3 s (P50: 1.87 s, P95: 2.83 s) and maintains an 86.7% task success rate even under dual agent failures, validating the robustness of the proposed mathematical formulation. This work establishes a rigorous graph-theoretic foundation for instruction decomposition in multi-agent systems, with direct applicability to safety-critical industrial environments.

View free PDFSource page

Related papers

crossrefMathematics2024-08-09Cited by 4

Graph Neural Network Based Asynchronous Federated Learning for Digital Twin-Driven Distributed Multi-Agent Dynamical Systems

Xuanzhu Sheng, Yang Zhou, Xiaolong Cui

The rapid development of artificial intelligence (AI) and 5G paradigm brings infinite possibilities for data annotation for new applications in the industrial Internet of Things (IIoT). However, the problem of data annotation consistency under distributed architectures and growin…

View free PDFSource page
crossrefMathematics2024-05-21Cited by 17

Distributed Drive Autonomous Vehicle Trajectory Tracking Control Based on Multi-Agent Deep Reinforcement Learning

Yalei Liu, Weiping Ding, Mingliang Yang, Honglin Zhu, Liyuan Liu, Tianshi Jin

In order to enhance the trajectory tracking accuracy of distributed-driven intelligent vehicles, this paper formulates the tasks of torque output control for longitudinal dynamics and steering angle output control for lateral dynamics as Markov decision processes. To dissect the…

View free PDFSource page
crossrefMathematics2026-03-13

Machine Learning-Based Data Generative Techniques for Credit Card Fraud-Detection Systems

Xiaomei Feng, Song-Kyoo Kim

This study investigates the pressing issue of credit card fraud in the context of evolving e-commerce platforms and the necessity for improved fraud detection mechanisms. Since the advent of credit cards, the surge in their usage has led to a corresponding increase in fraud rates…

View free PDFSource page
crossrefMathematics2025-05-22Cited by 1

Design and Performance Verification of Deep Learning-Based River Flood Prediction System Design and Digital Twin-Based Its Application

Heesang Eom, Younghun Kim, Jongho Paik

This paper presents a digital twin-based river management and flood prediction system designed for hydrological environments, including volcanic geology. To address the problems of rapid runoff and complex terrain, a deep learning-based hybrid model is proposed that integrates a…

View free PDFSource page
crossrefMathematics2026-07-24

Nonlinear Effects of Machine Learning-Assisted Investment Decisions on Investor Behavior and Asset Pricing Efficiency

Ziheng Xu, Wan Liu

Machine learning technologies are increasingly embedded in financial decision-making processes, yet their influence on investor behavior and market efficiency remains insufficiently understood. This study investigates how machine learning-assisted investment decisions affect inve…

View free PDFSource page
crossrefMathematics2023-08-03Cited by 39

Differentiating Chat Generative Pretrained Transformer from Humans: Detecting ChatGPT-Generated Text and Human Text Using Machine Learning

Iyad Katib, Fatmah Y. Assiri, Hesham A. Abdushkour, Diaa Hamed, Mahmoud Ragab

Recently, the identification of human text and ChatGPT-generated text has become a hot research topic. The current study presents a Tunicate Swarm Algorithm with Long Short-Term Memory Recurrent Neural Network (TSA-LSTMRNN) model to detect both human as well as ChatGPT-generated…

View free PDFSource page