Haojie Wang, Jiuyun Jiang, L. Jeff Hong, Guangxin Jiang
5 min
Supply chain management (SCM) is a complex, data-intensive field characterized by multi-agent interactions, information asymmetry, and dynamic decision-making. As large language models (LLMs) continue to advance, their potential to assist in strategic SCM tasks has become a significant area of interest. This paper introduces a domain-specialized SCM LLM built on a retrieval-augmented generation (RAG) framework, designed to integrate professional knowledge and simulate strategic behaviors in both horizontal and vertical supply chain networks.
The researchers constructed a specialized SCM knowledge base by integrating textbooks and training materials for professional certifications like SCMP and CPIM. This knowledge base powers a RAG system that dynamically retrieves relevant information during inference, allowing the LLM to provide context-aware, expert-level responses. To evaluate the model, the authors conducted two types of assessments:
The study demonstrates that RAG-augmented LLMs can achieve expert-level competence in SCM, outperforming base models on professional exams. In game-theoretic simulations, the LLM agents successfully reproduced classical SCM phenomena, such as the bullwhip effect. Furthermore, the experiments revealed that information sharing significantly mitigates the bullwhip effect for risk-averse and risk-neutral agents, whereas the impact of such transparency is more variable for risk-seeking agents. These results suggest that LLMs are capable of modeling complex, multi-agent supply chain dynamics and can offer actionable insights into how different risk profiles and information policies affect overall supply chain stability.
This research provides a new paradigm for applying AI to management science. By moving beyond simple text generation to complex, multi-agent strategic simulation, the authors show that LLMs can serve as powerful tools for decision support and policy analysis in supply chain networks. The ability to simulate how different agents react to market conditions and information sharing policies offers a scalable way to test supply chain strategies before real-world implementation.
The development of large language models (LLMs) has provided new tools for research in supply chain management (SCM). In this paper, we introduce a retrieval-augmented generation (RAG) framework that dynamically integrates external knowledge into the inference process, and develop a domain-specialized SCM LLM, which demonstrates expert-level competence by passing standardized SCM examinations and beer game tests. We further employ the use of LLMs to conduct horizontal and vertical supply chain games, in order to analyze competition and cooperation within supply chains. Our experiments show that RAG significantly improves performance on SCM tasks. Moreover, game-theoretic analysis reveals that the LLM can reproduce insights from the classical SCM literature, while also uncovering novel behaviors and offering fresh perspectives on phenomena such as the bullwhip effect. This paper opens the door for exploring cooperation and competition for complex supply chain network through the lens of LLMs.
Alex: Which is actually a harder thing to demonstrate than hitting a performance benchmark. You're showing the model has internalized the causal structure of the domain, not just its surface statistics.
Sam: That's the claim — and it's also where a careful referee would push back. The simulations are stylized. Real supply chains have contractual constraints, information asymmetries, and disruption events that don't map cleanly onto these game-theoretic setups. The authors don't test against those messier conditions, so the generalization question is genuinely open.
Alex: There's also a question about what the baseline really is. If the comparison is a general-purpose LLM with no domain grounding, that's a low bar. The more demanding comparison would be against a purpose-built optimization model, or a human expert operating under the same information constraints.
Sam: Fair point, and the paper doesn't fully address it. The certification exam result is suggestive, but exam performance and in-context strategic reasoning are different competencies. What the paper does establish clearly is the proof-of-concept: RAG grounding can lift a general model into the range of domain-expert behavior on structured tasks, and that grounded model can then exhibit rational strategic behavior in multi-agent settings. Whether it scales to operational deployment is a separate question.
Alex: So the architecture is credible, the grounding mechanism is validated, but the simulation environments are still a long way from the complexity of a live supply chain.
Sam: That's a fair read. The contribution is methodological as much as empirical — showing that the RAG-plus-game-theoretic-evaluation pipeline is a viable research framework for this problem class. The specific numbers matter less than the fact that the approach produces coherent, interpretable agent behavior that tracks theoretical predictions. And the risk-preference finding in particular seems worth following up. If you can parameterize an agent's risk attitude and observe how that propagates through a chain, you have a tool for stress-testing supply chain designs before committing to them operationally — even if the current simulations are simplified.
Alex: That's a concrete research direction, and it's the kind of thing that rewards reading past the abstract on this one. Thanks for listening to ResearchPod.