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

openalexMathematics2026-07-24

A Multi-Head Attention-Enhanced Fusion Model for Cross-Domain Short-Term Time Series Forecasting

Zhenyu Song, Yunuo Zhang, Zenan Lu, Lixing Tan, Chengfei Cai, Cheng Tang

With the rapid advancement of artificial intelligence technologies in the era of big data, time series forecasting has become indispensable in critical fields such as environmental monitoring and financial market analysis. However, the existing forecasting models often encounter…

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
openalexMathematics2026-07-23

Semi-Closed-Form Pricing of Vulnerable Geometric Asian Options Under a Three-Factor Stochastic Volatility Jump-Diffusion Model with Stochastic Interest Rates

Libin Wang, Ruonan Zhang

This paper develops a semi-closed-form pricing framework for vulnerable geometric Asian options under a three-factor stochastic volatility jump-diffusion model with stochastic interest rates. To the best of our knowledge, this is the new framework to simultaneously accommodate co…

View free PDFSource page
openalexMathematics2026-07-23

Applied Bayesian Networks Rely on Expert Knowledge and Scarce Data Sharing

Liam Coorssen, Hamid Kalantari, Parham Afsharnia, Pouria Ramazi

In this descriptive scoping review, we assessed how Bayesian network structures are built and learned in applied work by screening 5993 recent papers (2020–2025) whose abstracts mention “Bayesian (belief) network” and deeming 3661 relevant. Among these relevant papers, expert kno…

View free PDFSource page
crossrefMathematics2026-06-19

Beyond Neural Solvers: A Critical Review of Machine Learning for Combinatorial Optimization

Mostafa E. A. Ibrahim, Alaa E. S. Ahmed, Yassine Daadaa

Combinatorial optimization is a key component in critical decision problems such as routing, scheduling, network design, and graph optimization. Although combinatorial optimization methods, including exact algorithms, approximation methods, constraint programming, mixed integer p…

View free PDFSource page
crossrefMathematics2026-06-11

A Unified Review of Statistical, Machine Learning, and Deep Learning Methods for Longitudinal Data Analysis

Oyebayo Ridwan Olaniran, Saheed Ajibade Kunle, Ali Rashash R. Alzahrani, Mohammed H. Alharbi, Nada MohammedSaeed Alharbi, Asma Ahmad Alzahrani

Longitudinal data, characterized by repeated measurements on the same subjects over time, are ubiquitous in biomedical sciences, economics, social sciences, and engineering. Analyzing such data presents unique statistical and computational challenges, including within-subject cor…

View free PDFSource page