Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

remove_circle_outline
remove_circle_outline
remove_circle_outline

Article Types

Countries / Regions

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Search Results (595)

Search Parameters:
Keywords = knowledge graph construction

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
18 pages, 3371 KB  
Article
Fusing Geoscience Large Language Models and Lightweight RAG for Enhanced Geological Question Answering
by Bo Zhou and Ke Li
Geosciences 2025, 15(10), 382; https://doi.org/10.3390/geosciences15100382 - 2 Oct 2025
Abstract
Mineral prospecting from vast geological text corpora is impeded by challenges in domain-specific semantic interpretation and knowledge synthesis. General-purpose Large Language Models (LLMs) struggle to parse the complex lexicon and relational semantics of geological texts, limiting their utility for constructing precise knowledge graphs [...] Read more.
Mineral prospecting from vast geological text corpora is impeded by challenges in domain-specific semantic interpretation and knowledge synthesis. General-purpose Large Language Models (LLMs) struggle to parse the complex lexicon and relational semantics of geological texts, limiting their utility for constructing precise knowledge graphs (KGs). Our novel framework addresses this gap by integrating a domain-specific LLM, GeoGPT, with a lightweight retrieval-augmented generation architecture, LightRAG. Within this framework, GeoGPT automates the construction of a high-quality mineral-prospecting KG by performing ontology definition, entity recognition, and relation extraction. The LightRAG component then leverages this KG to power a specialized geological question-answering (Q&A) system featuring a dual-layer retrieval mechanism for enhanced precision and an incremental update capability for dynamic knowledge incorporation. The results indicate that the proposed method achieves a mean F1-score of 0.835 for entity extraction, representing a 17% to 25% performance improvement over general-purpose large models using generic prompts. Furthermore, the geological Q&A model, built upon the LightRAG framework with GeoGPT as its core, demonstrates a superior win rate against the DeepSeek-V3 and Qwen2.5-72B general-purpose large models by 8–29% in the geochemistry domain and 53–78% in the remote sensing geology domain. This study establishes an effective and scalable methodology for intelligent geological text analysis, enabling lightweight, high-performance Q&A systems that accelerate knowledge discovery in mineral exploration. Full article
Show Figures

Figure 1

18 pages, 4146 KB  
Article
A Method for LLM-Based Construction of a Materials Property Knowledge Graph: A Case Study
by Michiko Yoshitake and Takahiro Nagata
Appl. Sci. 2025, 15(19), 10511; https://doi.org/10.3390/app151910511 - 28 Sep 2025
Abstract
In the field of materials science, experimental data or simulation results on material properties are often unevenly distributed. In addition to the vast unexplored material space, properties of lesser interest have not been measured even for well-studied materials, as exemplified by the discovery [...] Read more.
In the field of materials science, experimental data or simulation results on material properties are often unevenly distributed. In addition to the vast unexplored material space, properties of lesser interest have not been measured even for well-studied materials, as exemplified by the discovery of the superconductivity of the long-known MgB2. To overcome such challenges, utilizing relationships among material properties based on scientific principles can be beneficial. We have been constructing a knowledge graph of material property relationships using natural language-processing techniques for years. Now, with the surprising development of large language models, constructing a knowledge graph has become much easier. This article explains what a knowledge graph of material property relationships is, presents several types of applications for the knowledge graph, and describes how the constructed knowledge graph can be implemented in machine learning for predicting material property values. We also demonstrate the construction of a knowledge graph of material property relationships and a search system using ChatGPT, without any programming, which will be made publicly available. Full article
(This article belongs to the Special Issue Applications of Natural Language Processing to Data Science)
Show Figures

Figure 1

19 pages, 912 KB  
Article
Large Language Model and Knowledge Graph-Driven AJCC Staging of Prostate Cancer Using Pathology Reports
by Eunbeen Jo, Tae Il Noh and Hyung Joon Joo
Diagnostics 2025, 15(19), 2474; https://doi.org/10.3390/diagnostics15192474 - 27 Sep 2025
Abstract
Background/Objectives: To develop an automated American Joint Committee on Cancer (AJCC) staging system for radical prostatectomy pathology reports using large language model-based information extraction and knowledge graph validation. Methods: Pathology reports from 152 radical prostatectomy patients were used. Five additional parameters [...] Read more.
Background/Objectives: To develop an automated American Joint Committee on Cancer (AJCC) staging system for radical prostatectomy pathology reports using large language model-based information extraction and knowledge graph validation. Methods: Pathology reports from 152 radical prostatectomy patients were used. Five additional parameters (Prostate-specific antigen (PSA) level, metastasis stage (M-stage), extraprostatic extension, seminal vesicle invasion, and perineural invasion) were extracted using GPT-4.1 with zero-shot prompting. A knowledge graph was constructed to model pathological relationships and implement rule-based AJCC staging with consistency validation. Information extraction performance was evaluated using a local open-source large language model (LLM) (Mistral-Small-3.2-24B-Instruct) across 16 parameters. The LLM-extracted information was integrated into the knowledge graph for automated AJCC staging classification and data consistency validation. The developed system was further validated using pathology reports from 88 radical prostatectomy patients in The Cancer Genome Atlas (TCGA) dataset. Results: Information extraction achieved an accuracy of 0.973 and an F1-score of 0.986 on the internal dataset, and 0.938 and 0.968, respectively, on external validation. AJCC staging classification showed macro-averaged F1-scores of 0.930 and 0.833 for the internal and external datasets, respectively. Knowledge graph-based validation detected data inconsistencies in 5 of 150 cases (3.3%). Conclusions: This study demonstrates the feasibility of automated AJCC staging through the integration of large language model information extraction and knowledge graph-based validation. The resulting system enables privacy-protected clinical decision support for cancer staging applications with extensibility to broader oncologic domains. Full article
(This article belongs to the Section Machine Learning and Artificial Intelligence in Diagnostics)
Show Figures

Figure 1

14 pages, 1646 KB  
Article
Arabic WikiTableQA: Benchmarking Question Answering over Arabic Tables Using Large Language Models
by Fawaz Alsolami and Asmaa Alrayzah
Electronics 2025, 14(19), 3829; https://doi.org/10.3390/electronics14193829 - 27 Sep 2025
Abstract
Table-based question answering (TableQA) has made significant progress in recent years; however, most advancements have focused on English datasets and SQL-based techniques, leaving Arabic TableQA largely unexplored. This gap is especially critical given the widespread use of structured Arabic content in domains such [...] Read more.
Table-based question answering (TableQA) has made significant progress in recent years; however, most advancements have focused on English datasets and SQL-based techniques, leaving Arabic TableQA largely unexplored. This gap is especially critical given the widespread use of structured Arabic content in domains such as government, education, and media. The main challenge lies in the absence of benchmark datasets and the difficulty that large language models (LLMs) face when reasoning over long, complex tables in Arabic, due to token limitations and morphological complexity. To address this, we introduce Arabic WikiTableQA, the first large-scale dataset for non-SQL Arabic TableQA, constructed from the WikiTableQuestions dataset and enriched with natural questions and gold-standard answers. We developed three methods to evaluate this dataset: a direct input approach, a sub-table selection strategy using SQL-like filtering, and a knowledge-guided framework that filters the table using semantic graphs. Experimental results with an LLM show that the graph-guided approach outperforms the others, achieving 74% accuracy, compared to 64% for sub-table selection and 45% for direct input, demonstrating its effectiveness in handling long and complex Arabic tables. Full article
(This article belongs to the Special Issue Deep Learning Approaches for Natural Language Processing)
Show Figures

Figure 1

26 pages, 2038 KB  
Article
Document-Level Future Event Prediction Integrating Event Knowledge Graph and LLM Temporal Reasoning
by Shaonian Huang, Huanran Wang, Peilin Li and Zhixin Chen
Electronics 2025, 14(19), 3827; https://doi.org/10.3390/electronics14193827 - 26 Sep 2025
Abstract
Predicting future events is crucial for temporal reasoning, providing valuable insights for decision-making across diverse domains. However, the intricate global interactions and temporal–causal relationships at the document level event present significant challenges. This study introduces a novel document-level future event prediction method that [...] Read more.
Predicting future events is crucial for temporal reasoning, providing valuable insights for decision-making across diverse domains. However, the intricate global interactions and temporal–causal relationships at the document level event present significant challenges. This study introduces a novel document-level future event prediction method that integrates an event knowledge graph and a large language model (LLM) reasoning framework based on metacognitive theory. Initially, an event knowledge graph is constructed by extracting event chains from the original document-level event texts. An LLM-based approach is then used to generate diverse and rational positive and negative training samples. Subsequently, a future event reasoning framework based on metacognitive theory is introduced. This framework enhances the model’s reasoning capabilities through a cyclic process of task understanding, reasoning strategy planning, strategy execution, and strategy reflection. Experimental results demonstrate that the proposed approach outperforms baseline models. Notably, the incorporation of the event knowledge graph significantly enhances the performance of different reasoning methods, while the proposed reasoning framework achieves superior performance in document-level future event prediction tasks. Furthermore, the interpretability analysis of the prediction results validates the effectiveness of the proposed method. This study advances research on document-level future event prediction, highlighting the critical role of event knowledge graphs and large language models in temporal reasoning. It offers a more sophisticated future event prediction framework for government management departments, facilitating the enhancement of government safety management strategies. Full article
(This article belongs to the Special Issue Digital Intelligence Technology and Applications)
Show Figures

Figure 1

19 pages, 2073 KB  
Article
Precision Design Method for Superplastic Forming Process Parameters Based on an Improved Back Propagation Neural Network
by Xiaoke Guo, Wanran Yang, Qian Zhang, Junchen Pan, Chengyue Xiong and Le Wu
Processes 2025, 13(10), 3070; https://doi.org/10.3390/pr13103070 - 25 Sep 2025
Abstract
A significant contradiction exists between the demand for standardized processes and the need for precise process parameter design in the rapid design of superplastic forming (SPF). To address this, an SPF process parameter design method integrating a knowledge graph and artificial intelligence is [...] Read more.
A significant contradiction exists between the demand for standardized processes and the need for precise process parameter design in the rapid design of superplastic forming (SPF). To address this, an SPF process parameter design method integrating a knowledge graph and artificial intelligence is proposed. Firstly, based on process data analysis, the entity labels, relationship categories, and attributes are determined. On this basis, the knowledge graph for the SPF process is constructed, comprising the pattern layer and the data layer, which provides structured knowledge support for process generation. Secondly, the process parameter prediction model based on small samples and an improved back propagation (BP) neural network is constructed, with model convergence ensured through an adaptive maximum iteration strategy. Experimental results show that the improved BP model significantly outperforms support vector regression (SVR), random forest (RF), extreme gradient boosting (XGBoost), and standard BP models in prediction accuracy. Compared to the standard BP model, the improved model reduces the mean squared error (MSE), mean absolute error (MAE), and root mean squared error (RMSE) by 82.1% (to 0.0005), 46% (to 0.0188), and 57.1% (to 0.0229), respectively. Finally, the effectiveness, feasibility, and superiority of the method in the SPF process parameter design are verified by taking typical hemispherical parts as an example. Full article
(This article belongs to the Section Manufacturing Processes and Systems)
Show Figures

Figure 1

23 pages, 6010 KB  
Review
A Review and Design of Semantic-Level Feature Spatial Representation and Resource Spatiotemporal Mapping for Socialized Service Resources in Rural Characteristic Industries
by Yuansheng Wang, Huarui Wu, Cheng Chen and Gongming Wang
Sustainability 2025, 17(19), 8534; https://doi.org/10.3390/su17198534 - 23 Sep 2025
Viewed by 195
Abstract
Socialized services for rural characteristic industries are becoming a key support for promoting rural industries’ transformation and upgrading. They are permeating the development process of modern agricultural service technologies, achieving significant progress in specialized fields such as mechanized operations and plant-protection services. However, [...] Read more.
Socialized services for rural characteristic industries are becoming a key support for promoting rural industries’ transformation and upgrading. They are permeating the development process of modern agricultural service technologies, achieving significant progress in specialized fields such as mechanized operations and plant-protection services. However, challenges remain, including low efficiency in matching service resources and limited spatiotemporal coordination capabilities. With the deep integration of spatiotemporal information technology and knowledge graph technology, the enormous potential of semantic-level feature spatial representation in intelligent scheduling of service resources has been fully demonstrated, providing a new technical pathway to solve the above problem. This paper systematically analyzes the technological evolution trends of socialized services for rural characteristic industries and proposes a collaborative scheduling framework based on semantic feature space and spatiotemporal maps for characteristic industry service resources. At the technical architecture level, the paper aims to construct a spatiotemporal graph model integrating geographic knowledge graphs and temporal tree technology to achieve semantic-level feature matching between service demand and supply. Regarding implementation pathways, the model significantly improves the spatiotemporal allocation efficiency of service resources through cloud service platforms that integrate spatial semantic matching algorithms and dynamic optimization technologies. This paper conducts in-depth discussions and analyses on technical details such as agricultural semantic feature extraction, dynamic updates of rural service resources, and the collaboration of semantic matching and spatio-temporal matching of supply and demand relationships. It also presents relevant implementation methods to enhance technical integrity and logic, which is conducive to the engineering implementation of the proposed methods. The effectiveness of the proposed collaborative scheduling framework for service resources is proved by the synthesis of principal analysis, logical deduction and case comparison. We have proposed a practical “three-step” implementation path conducive to realizing the proposed method. Regarding application paradigms, this technical system will promote the transformation of rural industry services from traditional mechanical operations to an intelligent service model of “demand perception–intelligent matching–precise scheduling”. In the field of socialized services for rural characteristic industries, it is suggested that relevant institutions promote this technical framework and pay attention to the development trends of new technologies such as knowledge services, spatio-temporal services, the Internet of Things, and unmanned farms so as to promote the sustainable development of rural characteristic industries. Full article
Show Figures

Figure 1

27 pages, 8197 KB  
Article
Knowledge Graph-Enabled Prediction of the Elderly’s Activity Types at Metro Trip Destinations
by Jingqi Yang, Yang Zhang, Fei Song, Qifeng Tang, Tao Wang, Xiao Li, Pei Yin and Yi Zhang
Systems 2025, 13(10), 834; https://doi.org/10.3390/systems13100834 - 23 Sep 2025
Viewed by 146
Abstract
Providing age-friendly metro service substantially enhances the elderly’s mobility and well-being. Despite recent progress in user profiling and mobility prediction, the prediction of the elderly’s metro travel patterns remains limited. To fill this gap, this study proposes a framework integrating user profiling and [...] Read more.
Providing age-friendly metro service substantially enhances the elderly’s mobility and well-being. Despite recent progress in user profiling and mobility prediction, the prediction of the elderly’s metro travel patterns remains limited. To fill this gap, this study proposes a framework integrating user profiling and knowledge graph embedding to predict the elderly’s activity types at metro trip destinations, utilizing 180,143 smart card records and 885,072 points of interest (POI) records from Chongqing, China in 2019. First, an elderly metro travel profile (EMTP) tag system is developed to capture the elderly’s spatiotemporal metro travel behaviors and preferences. Subsequently, an elderly metro travel knowledge graph (EMTKG) is constructed to support semantic reasoning, transforming the activity types prediction problem into a knowledge graph completion problem. To solve the completion problem, the Temporal and Non-Temporal ComplEx (TNTComplEx) model is introduced to embed entities and relations into a complex vector space and distinguish between time-sensitive and time-insensitive behavioral patterns. Fact plausibility within the graph is evaluated by a scoring function. Numerical experiments validate that the proposed model outperforms the best-performing baselines by 13.37% higher Accuracy@1 and 52.40% faster training time per epoch, and ablation studies further confirm component effectiveness. This study provides an enlightening and scalable approach for enhancing age-friendly metro system service. Full article
(This article belongs to the Special Issue Data-Driven Urban Mobility Modeling)
Show Figures

Figure 1

35 pages, 8407 KB  
Article
Urban Mobility and Socio-Environmental Aspects in David, Panama: A Bayesian-Network Analysis
by Jorge Quijada-Alarcón, Anshell Maylin, Roberto Rodríguez-Rodríguez, Analissa Icaza, Angelino Harris and Nicoletta González-Cancelas
Urban Sci. 2025, 9(9), 387; https://doi.org/10.3390/urbansci9090387 - 22 Sep 2025
Viewed by 319
Abstract
Given that urban mobility arises from the interaction between social and environmental conditions, this study constructs a Bayesian network to represent these relationships in David, Panama, using 500 georeferenced household surveys that recorded variables related to demographics, travel behavior, infrastructure, mobility patterns and [...] Read more.
Given that urban mobility arises from the interaction between social and environmental conditions, this study constructs a Bayesian network to represent these relationships in David, Panama, using 500 georeferenced household surveys that recorded variables related to demographics, travel behavior, infrastructure, mobility patterns and perceptions of risk, safety, and vulnerability. The Bayesian network was built and validated through a consensus-driven hybrid procedure combining structural learning and expert knowledge, resulting in a directed acyclic graph (DAG) with 127 nodes and 189 arcs; and conditional probability tables (CPTs) were learned from data. The topology of the network was analyzed with Louvain community detection, revealing eleven subsystems that group household economy and mode choice, hydrometeorological mobility barriers, congestion, public-transport quality, and safety in school travel. The inferences show gender-based differences in the risk of harassment on public transport, higher perceived vulnerability on longer trips, and elevated stress among middle-aged drivers. The model highlights potential priority interventions such as reinforcing public-transport safety, promoting self-contained trips, and encouraging short-distance active mobility, based on population perceptions. The resulting DAG functions as both an analytical and communication tool for urban management, is visually understandable to all stakeholders, and provides unprecedented evidence for Panama in a little-studied context. Full article
(This article belongs to the Special Issue Social Evolution and Sustainability in the Urban Context)
Show Figures

Figure 1

29 pages, 3613 KB  
Article
CyberKG: Constructing a Cybersecurity Knowledge Graph Based on SecureBERT_Plus for CTI Reports
by Binyong Li, Qiaoxi Yang, Chuang Deng and Hua Pan
Informatics 2025, 12(3), 100; https://doi.org/10.3390/informatics12030100 - 22 Sep 2025
Viewed by 268
Abstract
Cyberattacks, especially Advanced Persistent Threats (APTs), have become more complex. These evolving threats challenge traditional defense systems, which struggle to counter long-lasting and covert attacks. Cybersecurity Knowledge Graphs (CKGs), enabled through the integration of multi-source CTI, introduce novel approaches for proactive defense. However, [...] Read more.
Cyberattacks, especially Advanced Persistent Threats (APTs), have become more complex. These evolving threats challenge traditional defense systems, which struggle to counter long-lasting and covert attacks. Cybersecurity Knowledge Graphs (CKGs), enabled through the integration of multi-source CTI, introduce novel approaches for proactive defense. However, building CKGs faces challenges such as unclear terminology, overlapping entity relationships in attack chains, and differences in CTI across sources. To tackle these challenges, we propose the CyberKG framework, which improves entity recognition and relation extraction using a SecureBERT_Plus-BiLSTM-Attention-CRF joint architecture. Semantic features are captured using a domain-adapted SecureBERT_Plus model, while temporal dependencies are modeled through BiLSTM. Attention mechanisms highlight key cross-sentence relationships, while CRF incorporates ATT&CK rule constraints. Hierarchical clustering (HAC), based on contextual embeddings, facilitates dynamic entity disambiguation and semantic fusion. Experimental evaluations on the DNRTI and MalwareDB datasets demonstrate strong performance in extraction accuracy, entity normalization, and the resolution of overlapping relations. The constructed knowledge graph supports APT tracking, attack-chain provenance, proactive defense prediction. Full article
Show Figures

Figure 1

37 pages, 8081 KB  
Article
Visualizing ESG Performance in an Integrated GIS–BIM–IoT Platform for Strategic Urban Planning
by Zhuoqian Wu, Shareeful Islam and Llewellyn Tang
Buildings 2025, 15(18), 3394; https://doi.org/10.3390/buildings15183394 - 19 Sep 2025
Viewed by 341
Abstract
As cities confront intensifying environmental challenges and increasing expectations for sustainable governance, extending Environmental, Social, and Governance (ESG) evaluation frameworks to the urban scale has become a pressing need. However, existing ESG systems are typically designed for corporate contexts, lacking city-specific indicators, integrated [...] Read more.
As cities confront intensifying environmental challenges and increasing expectations for sustainable governance, extending Environmental, Social, and Governance (ESG) evaluation frameworks to the urban scale has become a pressing need. However, existing ESG systems are typically designed for corporate contexts, lacking city-specific indicators, integrated data representations, and reliable ESG information with high spatial and temporal resolution for informed decision-making. This study proposes a comprehensive ESG evaluation framework tailored to green cities, which consists of three core components: (1) The construction of a green-oriented ESG indicator system with an expert-informed weighting system; (2) the design of a GIS-BIM-IoT integrated ontology that semantically aligns spatial, infrastructure, and observational data with ESG dimensions; and (3) the implementation of a web-based data integration and visualization platform that dynamically aggregates and visualizes ESG insights. A case study involving a primary school and an air quality monitoring station in Hong Kong demonstrates the system’s capability to infer material recycling rates and pollution concentration scores using ontology-driven reasoning and RDF-based knowledge graphs. The results are rendered in an interactive 3D urban interface, supporting real-time, multi-scale ESG evaluation. This framework transforms ESG assessment from a static reporting tool into a strategic asset for transparent, adaptive, and evidence-based urban sustainability governance. Full article
(This article belongs to the Special Issue Towards More Practical BIM/GIS Integration)
Show Figures

Figure 1

34 pages, 1982 KB  
Article
Knowledge Graphs and Artificial Intelligence for the Implementation of Cognitive Heritage Digital Twins
by Achille Felicetti, Aida Himmiche and Miriana Somenzi
Appl. Sci. 2025, 15(18), 10061; https://doi.org/10.3390/app151810061 - 15 Sep 2025
Viewed by 554
Abstract
This paper explores the integration of Artificial Intelligence and semantic technologies to support the creation of intelligent Heritage Digital Twins, digital constructs capable of representing, interpreting, and reasoning over cultural data. This study focuses on transforming the often fragmented and unstructured documentation produced [...] Read more.
This paper explores the integration of Artificial Intelligence and semantic technologies to support the creation of intelligent Heritage Digital Twins, digital constructs capable of representing, interpreting, and reasoning over cultural data. This study focuses on transforming the often fragmented and unstructured documentation produced in cultural heritage into coherent Knowledge Graphs aligned with internationally recognised standards and ontologies. Two complementary AI-assisted workflows are proposed: one for extracting and formalising structured knowledge from heritage science reports and another for enhancing AI models through the integration of curated ontological knowledge. The experiments demonstrate how this synergy facilitates both the retrieval and the reuse of complex information while ensuring interpretability and semantic consistency. Beyond technical efficacy, this paper also addresses the ethical implications of AI use in cultural heritage, with particular attention to transparency, bias mitigation, and meaningful representation of diverse narratives. The results highlight the importance of a reflexive and ethically grounded deployment of AI, where knowledge extraction and machine learning are guided by structured ontologies and human oversight, to ensure conceptual rigour and respect for cultural complexity. Full article
Show Figures

Figure 1

22 pages, 2537 KB  
Article
GraphRAG-Enhanced Dialogue Engine for Domain-Specific Question Answering: A Case Study on the Civil IoT Taiwan Platform
by Hui-Hung Yu, Wei-Tsun Lin, Chih-Wei Kuan, Chao-Chi Yang and Kuan-Min Liao
Future Internet 2025, 17(9), 414; https://doi.org/10.3390/fi17090414 - 10 Sep 2025
Viewed by 389
Abstract
The proliferation of sensor technology has led to an explosion in data volume, making the retrieval of specific information from large repositories increasingly challenging. While Retrieval-Augmented Generation (RAG) can enhance Large Language Models (LLMs), they often lack precision in specialized domains. Taking the [...] Read more.
The proliferation of sensor technology has led to an explosion in data volume, making the retrieval of specific information from large repositories increasingly challenging. While Retrieval-Augmented Generation (RAG) can enhance Large Language Models (LLMs), they often lack precision in specialized domains. Taking the Civil IoT Taiwan Data Service Platform as a case study, this study addresses this gap by developing a dialogue engine enhanced with a GraphRAG framework, aiming to provide accurate, context-aware responses to user queries. Our method involves constructing a domain-specific knowledge graph by extracting entities (e.g., ‘Dataset’, ‘Agency’) and their relationships from the platform’s documentation. For query processing, the system interprets natural language inputs, identifies corresponding paths within the knowledge graph, and employs a recursive self-reflection mechanism to ensure the final answer aligns with the user’s intent. The final answer transformed into natural language by utilizing the TAIDE (Trustworthy AI Dialogue Engine) model. The implemented framework successfully translates complex, multi-constraint questions into executable graph queries, moving beyond keyword matching to navigate semantic pathways. This results in highly accurate and verifiable answers grounded in the source data. In conclusion, this research validates that applying a GraphRAG-enhanced engine is a robust solution for building intelligent dialogue systems for specialized data platforms, significantly improving the precision and usability of information retrieval and offering a replicable model for other knowledge-intensive domains. Full article
Show Figures

Figure 1

31 pages, 4077 KB  
Article
Intelligent Generation of Construction Technology Disclosure Plans for Deep Foundation Pit Engineering Based on Multimodal Knowledge Graphs
by Ninghui Yang, Na Xu, Dongqing Zhong and Jin Guo
Buildings 2025, 15(18), 3264; https://doi.org/10.3390/buildings15183264 - 10 Sep 2025
Viewed by 262
Abstract
To address the challenges in multimodal information integration and the inefficiency of knowledge transfer in the construction technology disclosure of deep foundation pit projects, an intelligent generation method based on graph rule reasoning and template mapping was proposed. First, a multi-level domain knowledge [...] Read more.
To address the challenges in multimodal information integration and the inefficiency of knowledge transfer in the construction technology disclosure of deep foundation pit projects, an intelligent generation method based on graph rule reasoning and template mapping was proposed. First, a multi-level domain knowledge structure model was constructed by designing domain concepts and relationship types using the Work Breakdown Structure (WBS). Second, entity and attribute extraction was performed using regular expressions and the BERT-BiLSTM-CRF model, while relationship extraction was conducted based on text structure combined with the BERT-CNN model. For image and video data, cross-modal data chains were built by adding keyword tags and generating URLs, utilizing semantic association rules to form a multimodal knowledge graph of the domain. Finally, based on graph reasoning and template mapping technology, the intelligent generation of construction disclosure schemes was realized. The case verification results showed that the proposed method significantly improved the structural integrity, procedural logical consistency, parameter traceability, knowledge reuse rate, environmental compliance, and parameter compliance of the schemes. This method not only promoted the standardization and efficiency of construction technology disclosure activities for deep foundation pit projects but also enhanced the visualization and intelligence level of the schemes. Full article
(This article belongs to the Section Construction Management, and Computers & Digitization)
Show Figures

Figure 1

20 pages, 3728 KB  
Article
Research on Large Language Model-Based Automatic Knowledge Extraction for Coal Mine Equipment Safety
by Ziheng Zhang, Rijia Ding, Yinhang Liu and He Ma
Symmetry 2025, 17(9), 1490; https://doi.org/10.3390/sym17091490 - 9 Sep 2025
Viewed by 493
Abstract
Structured knowledge representation is of great significance for constructing a knowledge graph of coal mine equipment safety. However, traditional methods encounter substantial difficulties when handling the complex semantics and domain-specific terms in technical texts. To tackle this challenge, we propose a knowledge extraction [...] Read more.
Structured knowledge representation is of great significance for constructing a knowledge graph of coal mine equipment safety. However, traditional methods encounter substantial difficulties when handling the complex semantics and domain-specific terms in technical texts. To tackle this challenge, we propose a knowledge extraction framework that integrates large language models (LLMs) with prompt engineering to achieve the efficient joint extraction of information. This framework strengthens the traditional triple structure by introducing symmetric entity-type information encompassing the head entity type and the tail entity type. Furthermore, it enables simultaneous entity recognition and relation extraction within a unified model. Experimental results demonstrate that the proposed knowledge extraction framework significantly outperforms the traditional step-by-step approach of first extracting entities and then relations. To meet the requirements of actual industrial production, we verified the impacts of different prompt strategies, as well as small lightweight models and large complex models, on the extraction task. Through multiple sets of comparative experiments, we found that the Chain-of-Thought (CoT) prompting strategy can effectively improve performance across different models, and the choice of model architecture has a significant impact on task performance. Our research provides an accurate and scalable solution for knowledge graph construction in the coal mine equipment safety domain, and its symmetry-aware design exhibits great potential for cross-domain knowledge transfer. Full article
(This article belongs to the Special Issue Symmetry and Asymmetry in Natural Language Processing)
Show Figures

Figure 1

Back to TopTop