Table of Contents
Fetching ...

InteraSSort: Interactive Assortment Planning Using Large Language Models

Saketh Reddy Karra, Theja Tulabandhula

TL;DR

InteraSSort tackles interactive assortment planning by combining Large Language Models with optimization tools to support store planners who lack deep optimization expertise. It enables users to express objectives in natural language and receive optimized solutions through an interactive dialogue, using a three-stage workflow: prompt design, prompt decomposition via function calls, and tool execution with validation. The approach is demonstrated on the Ta-Feng dataset with a Multinomial Logit model, illustrating how prompts are parsed into parameterized optimization tasks and solved with appropriate solvers, then translated back into user-friendly outputs. The framework offers dynamic, constraint-aware decision support and holds promise for extending to other operations-management challenges in marketing and retail analytics.

Abstract

Assortment planning, integral to multiple commercial offerings, is a key problem studied in e-commerce and retail settings. Numerous variants of the problem along with their integration into business solutions have been thoroughly investigated in the existing literature. However, the nuanced complexities of in-store planning and a lack of optimization proficiency among store planners with strong domain expertise remain largely overlooked. These challenges frequently necessitate collaborative efforts with multiple stakeholders which often lead to prolonged decision-making processes and significant delays. To mitigate these challenges and capitalize on the advancements of Large Language Models (LLMs), we propose an interactive assortment planning framework, InteraSSort that augments LLMs with optimization tools to assist store planners in making decisions through interactive conversations. Specifically, we develop a solution featuring a user-friendly interface that enables users to express their optimization objectives as input text prompts to InteraSSort and receive tailored optimized solutions as output. Our framework extends beyond basic functionality by enabling the inclusion of additional constraints through interactive conversation, facilitating precise and highly customized decision-making. Extensive experiments demonstrate the effectiveness of our framework and potential extensions to a broad range of operations management challenges.

InteraSSort: Interactive Assortment Planning Using Large Language Models

TL;DR

InteraSSort tackles interactive assortment planning by combining Large Language Models with optimization tools to support store planners who lack deep optimization expertise. It enables users to express objectives in natural language and receive optimized solutions through an interactive dialogue, using a three-stage workflow: prompt design, prompt decomposition via function calls, and tool execution with validation. The approach is demonstrated on the Ta-Feng dataset with a Multinomial Logit model, illustrating how prompts are parsed into parameterized optimization tasks and solved with appropriate solvers, then translated back into user-friendly outputs. The framework offers dynamic, constraint-aware decision support and holds promise for extending to other operations-management challenges in marketing and retail analytics.

Abstract

Assortment planning, integral to multiple commercial offerings, is a key problem studied in e-commerce and retail settings. Numerous variants of the problem along with their integration into business solutions have been thoroughly investigated in the existing literature. However, the nuanced complexities of in-store planning and a lack of optimization proficiency among store planners with strong domain expertise remain largely overlooked. These challenges frequently necessitate collaborative efforts with multiple stakeholders which often lead to prolonged decision-making processes and significant delays. To mitigate these challenges and capitalize on the advancements of Large Language Models (LLMs), we propose an interactive assortment planning framework, InteraSSort that augments LLMs with optimization tools to assist store planners in making decisions through interactive conversations. Specifically, we develop a solution featuring a user-friendly interface that enables users to express their optimization objectives as input text prompts to InteraSSort and receive tailored optimized solutions as output. Our framework extends beyond basic functionality by enabling the inclusion of additional constraints through interactive conversation, facilitating precise and highly customized decision-making. Extensive experiments demonstrate the effectiveness of our framework and potential extensions to a broad range of operations management challenges.
Paper Structure (17 sections, 4 figures)

This paper contains 17 sections, 4 figures.

Figures (4)

  • Figure 1: Incorporating LLM as an intelligent assistant to the existing framework.
  • Figure 2: Overview of InteraSSort framework.
  • Figure 3: Potential function configuration for prompt decomposition.
  • Figure 4: Illustrative example showing the interactions with InteraSSort framework.