Enhancing Supply Chain Visibility with Knowledge Graphs and Large Language Models

Sara AlMahri,Liming Xu,Alexandra Brintrup
2024-08-06
Abstract:In today's globalized economy, comprehensive supply chain visibility is crucial for effective risk management. Achieving visibility remains a significant challenge due to limited information sharing among supply chain partners. This paper presents a novel framework leveraging Knowledge Graphs (KGs) and Large Language Models (LLMs) to enhance supply chain visibility without relying on direct stakeholder information sharing. Our zero-shot, LLM-driven approach automates the extraction of supply chain information from diverse public sources and constructs KGs to capture complex interdependencies between supply chain entities. We employ zero-shot prompting for Named Entity Recognition (NER) and Relation Extraction (RE) tasks, eliminating the need for extensive domain-specific training. We validate the framework with a case study on electric vehicle supply chains, focusing on tracking critical minerals for battery manufacturing. Results show significant improvements in supply chain mapping, extending visibility beyond tier-2 suppliers. The framework reveals critical dependencies and alternative sourcing options, enhancing risk management and strategic planning. With high accuracy in NER and RE tasks, it provides an effective tool for understanding complex, multi-tiered supply networks. This research offers a scalable, flexible method for constructing domain-specific supply chain KGs, addressing longstanding challenges in visibility and paving the way for advancements in digital supply chain surveillance.
Information Retrieval,Artificial Intelligence,Computation and Language
What problem does this paper attempt to address?
The main problem that this paper attempts to solve is to improve the visibility of the supply chain. Specifically, the author focuses on how to enhance the visibility of the supply chain through Knowledge Graphs (KGs) and Large Language Models (LLMs) in the globalized economy without relying on direct stakeholder information sharing. ### Background and Problem Description 1. **Challenges of Supply Chain Visibility**: - **Insufficient Information Sharing**: Limited information sharing in the supply chain makes it difficult to fully understand all links in the supply chain. - **Trust Issues**: There is a lack of trust between companies. They are worried that information sharing will expose their own weaknesses or give advantages to competitors. - **Impact of Global Events**: Global events such as the COVID - 19 pandemic have exposed the serious operational and financial impacts of supply chain disruptions. - **Ethics and Sustainability**: Consumers require products to be not only of good quality but also transparent in terms of ethics and sustainability. 2. **Limitations of Existing Methods**: - **Manual Construction of Knowledge Graphs**: It is time - consuming and difficult to scale. - **Requirement for a Large Amount of Labeled Data**: Traditional Natural Language Processing (NLP) methods usually require a large amount of labeled data for training, which is difficult to achieve in specific domains. - **Handling of Complex Relationships**: Supply chain relationships are complex, and existing methods have difficulties in handling domain - specific terms and relationships. ### The Method Proposed in the Paper To overcome the above challenges, the author proposes an LLM - driven framework based on Zero - Shot Learning, combined with knowledge graph technology to enhance the visibility of the supply chain. The specific steps are as follows: 1. **Data Collection and Pre - processing**: - Systematically identify and aggregate data from various unstructured web sources (such as news articles, company websites, social media, etc.). - Ensure the relevance, accuracy, and reliability of data sources. 2. **Named Entity Recognition (NER)**: - Use the zero - shot learning method. Through carefully designed prompts, guide the LLM to identify and extract key entities (such as company names, locations, products, etc.). - Provide entity definitions, output formats, and data processing instructions to ensure the accuracy of extraction. 3. **Relation Extraction (RE)**: - Continue to use the same prompts to guide the LLM to identify and classify the relationships between entities (such as "produces", "is located in", "supplies to", etc.). - Ensure the consistency and readability of relationship labels. 4. **Entity Disambiguation**: - Through detailed prompts, guide the LLM to solve the problem of inconsistent entity naming and ensure that each node in the knowledge graph is unique. - Use semantic understanding and entity recognition techniques to merge semantically equivalent entities. ### Case Study To verify the effectiveness of the framework, the author selected a case study, focusing on the electric vehicle supply chain. The specific objectives are: - **Track Key Minerals**: Identify and track the sources of key minerals used in battery manufacturing. - **Reveal Complex Relationships**: Demonstrate the complex relationships in the multi - level supply chain and improve visibility. - **Risk Management and Strategic Planning**: Provide key dependencies and alternative procurement options to support better risk management and strategic decision - making. ### Main Contributions 1. **Developed a Scalable Method**: Construct a domain - specific supply chain knowledge graph from diverse public data sources. 2. **Utilized Zero - Shot LLM**: Extract and contextualize complex supply chain relationships, expanding visibility beyond second - tier suppliers. 3. **Verified through Case Study**: Demonstrated the application of the framework in electric vehicle manufacturers, revealing key dependencies and alternative procurement options. Through these methods, the paper provides a flexible and scalable solution, effectively solving the long - term challenges in supply chain visibility.