Supplier Recommendation in Online Procurement

Victor Coscrato,Derek Bridge
2024-03-03
Abstract:Supply chain optimization is key to a healthy and profitable business. Many companies use online procurement systems to agree contracts with suppliers. It is vital that the most competitive suppliers are invited to bid for such contracts. In this work, we propose a recommender system to assist with supplier discovery in road freight online procurement. Our system is able to provide personalized supplier recommendations, taking into account customer needs and preferences. This is a novel application of recommender systems, calling for design choices that fit the unique requirements of online procurement. Our preliminary results, using real-world data, are promising.
Information Retrieval,Machine Learning
What problem does this paper attempt to address?
This paper proposes a solution to the supplier recommendation problem in online procurement. In supply chain management, selecting suitable suppliers is crucial for the health and profitability of enterprises. Many companies use online procurement systems to invite the most competitive suppliers to participate in bidding for contract signing. Therefore, this paper proposes a supplier discovery method based on a recommendation system, which can provide personalized supplier recommendations based on the needs and preferences of customers. Recommendation systems, based on considering both interaction data (such as participation records of suppliers and buyers in historical events) and metadata (such as event location, product type, etc.), are particularly suitable for the cold start problem in the online procurement environment, i.e., providing recommendations for newly created procurement events. The paper adopts the Factorization Machine as the recommendation algorithm because it can utilize interaction data and metadata, and has performed well in multiple recommendation tasks. The experiment used actual road freight event data, and the results showed that the proposed recommendation system outperformed non-personalized recommendations (such as popular supplier recommendations) and a simplified version of the Factorization Machine model based only on supplier and buyer identities in various evaluation metrics (such as precision, recall, and NDCG). The paper discusses possible future directions, including more comprehensive collection of supplier and event features to support more detailed experiments and algorithm comparisons, as well as considering more factors such as geographical restrictions, service levels, and business rules in the candidate generation and final recommendation selection stages of the recommendation process. In summary, this paper aims to solve the supplier selection problem in online procurement using a recommendation system, and initial results indicate that this approach has great potential.