Inside Target’s LLM-Based System for Semantic Matching in Marketing Forecast Pipelines

· Source: InfoQ · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Intermediate, quick

Summary

Target has developed a generative AI-based system to enhance marketing campaign forecasting by identifying and ranking similar historical campaigns before new ones launch. This internal system, utilized by Target's marketing and analytics teams, aims to reduce manual effort, improve forecasting consistency, and scale decision-making amidst increasing campaign diversity. Evaluated using a time-separated train-test methodology, the model achieved 75% coverage with a single top recommendation, expanding to 100% coverage when considering the top three matches, significantly reducing manual search. The architecture replaces prior rule-driven logic with a retrieval-augmented approach, converting historical campaign data into semantic embeddings for similarity search. A large language model then ranks retrieved candidates, providing explanations. The system also incorporates a feedback mechanism to refine embeddings over time.

Key takeaway

For Directors of AI/ML evaluating legacy rule-based systems for marketing or operational forecasting, Target's success demonstrates the value of migrating to retrieval-augmented LLM architectures. You should consider implementing semantic embedding and LLM-based ranking pipelines to reduce manual maintenance, improve generalization across diverse data, and enhance interpretability through model-generated explanations. This approach can significantly scale decision-making and improve coverage for "long tail" scenarios.

Key insights

Target's system utilizes LLMs and semantic embeddings to automate and improve marketing campaign forecasting by matching historical data.

Principles

Method

Generate embeddings from historical campaign metadata, store in an index, retrieve candidates for new campaigns, then use an LLM for ranking and explanation based on structured constraints and contextual signals.

In practice

Topics

Best for: Executive, AI Architect, NLP Engineer, AI Engineer, Machine Learning Engineer, Director of AI/ML

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by InfoQ.