AIOct 4, 2025

OptAgent: Optimizing Query Rewriting for E-commerce via Multi-Agent Simulation

arXiv:2510.03771v12 citationsh-index: 5
Originality Incremental advance
AI Analysis

This work addresses the problem of reliable evaluation for LLM-based systems in subjective tasks like e-commerce query rewriting, offering a novel optimization method that is incremental in its approach.

The paper tackles the challenge of evaluating and optimizing query rewriting for e-commerce, where user intent is subjective and hard to assess algorithmically, by introducing OptAgent, a framework that uses multi-agent simulations and genetic algorithms to improve queries, achieving an average 21.98% improvement over original queries and 3.36% over a baseline.

Deploying capable and user-aligned LLM-based systems necessitates reliable evaluation. While LLMs excel in verifiable tasks like coding and mathematics, where gold-standard solutions are available, adoption remains challenging for subjective tasks that lack a single correct answer. E-commerce Query Rewriting (QR) is one such problem where determining whether a rewritten query properly captures the user intent is extremely difficult to figure out algorithmically. In this work, we introduce OptAgent, a novel framework that combines multi-agent simulations with genetic algorithms to verify and optimize queries for QR. Instead of relying on a static reward model or a single LLM judge, our approach uses multiple LLM-based agents, each acting as a simulated shopping customer, as a dynamic reward signal. The average of these agent-derived scores serves as an effective fitness function for an evolutionary algorithm that iteratively refines the user's initial query. We evaluate OptAgent on a dataset of 1000 real-world e-commerce queries in five different categories, and we observe an average improvement of 21.98% over the original user query and 3.36% over a Best-of-N LLM rewriting baseline.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes