AgentLTV: An Agent-Based Unified Search-and-Evolution Framework for Automated Lifetime Value Prediction

📅 2026-02-25
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the challenge of lifecycle value (LTV) prediction, which typically relies on costly and non-transferable custom modeling pipelines tailored to specific decision scenarios. To overcome this limitation, the authors propose a unified automated machine learning (AutoML) framework powered by large language model (LLM) agents. The approach encodes candidate solutions as executable pipeline programs and employs a two-stage optimization strategy combining Monte Carlo tree search with island-based evolutionary algorithms. It further incorporates Pareto-aware multi-objective evaluation and bucket-level calibration validation. As the first study to integrate LLM agents with two-stage AutoML for LTV prediction, the method demonstrates significant improvements in ranking performance and calibration accuracy on both private large-scale datasets and public benchmarks, with particularly strong results for high-value and negative-LTV user segments, and has been successfully deployed in production.

Technology Category

Application Category

📝 Abstract
Lifetime Value (LTV) prediction is critical in advertising, recommender systems, and e-commerce. In practice, LTV data patterns vary across decision scenarios. As a result, practitioners often build complex, scenario-specific pipelines and iterate over feature processing, objective design, and tuning. This process is expensive and hard to transfer. We propose AgentLTV, an agent-based unified search-and-evolution framework for automated LTV modeling. AgentLTV treats each candidate solution as an {executable pipeline program}. LLM-driven agents generate code, run and repair pipelines, and analyze execution feedback. Two decision agents coordinate a two-stage search. The Monte Carlo Tree Search (MCTS) stage explores a broad space of modeling choices under a fixed budget, guided by the Polynomial Upper Confidence bounds for Trees criterion and a Pareto-aware multi-metric value function. The Evolutionary Algorithm (EA) stage refines the best MCTS program via island-based evolution with crossover, mutation, and migration. Experiments on a large-scale proprietary dataset and a public benchmark show that AgentLTV consistently discovers strong models across ranking and error metrics. Online bucket-level analysis further indicates improved ranking consistency and value calibration, especially for high-value and negative-LTV segments. We summarize practitioner-oriented takeaways: use MCTS for rapid adaptation to new data patterns, use EA for stable refinement, and validate deployment readiness with bucket-level ranking and calibration diagnostics. The proposed AgentLTV has been successfully deployed online.
Problem

Research questions and friction points this paper is trying to address.

Lifetime Value Prediction
Scenario-specific Modeling
Pipeline Automation
Model Transferability
LTV Data Patterns
Innovation

Methods, ideas, or system contributions that make the work stand out.

Agent-based framework
Automated LTV prediction
Monte Carlo Tree Search
Evolutionary Algorithm
Executable pipeline program
🔎 Similar Papers
No similar papers found.
C
Chaowei Wu
Sichuan University
H
Huazhu Chen
Harbin Institute of Technology
C
Congde Yuan
Sun Yat-sen University
Qirui Yang
Qirui Yang
Tianjin University
Computational photographyAI ISP
G
Guoqing Song
VIVO
Y
Yue Gao
Xiangtan University
L
Li Luo
Sichuan University
F
Frank Youhua Chen
City University of Hong Kong
Mengzhuo Guo
Mengzhuo Guo
Business School, Sichuan University
Machine LearningData MiningMultiple Criteria Decision Making