TLDR: The research introduces ScalingEval, a multi-agent framework that uses 36 large language models (LLMs) as judges to evaluate complementary-item recommendations at scale, eliminating the need for human annotation. It systematically compares LLMs across various product categories, revealing that Claude-3.5-sonnet offers the highest confidence, Gemini-1.5-pro provides the best overall performance, GPT-4o has the most favorable latency-accuracy-cost trade-off, and GPT-OSS-20B leads among open-source models. The framework provides a reproducible and scalable method for trustworthy evaluation of recommender systems.
A groundbreaking study introduces ScalingEval, a novel framework that empowers large language models (LLMs) to act as judges for evaluating complementary-item recommendations at an unprecedented scale, all without human intervention. This research addresses the critical need for scalable and reliable evaluation pipelines for LLMs, especially in high-stakes applications like e-commerce.
The traditional methods for evaluating complementary-item recommendations, such as those suggesting a phone case for a smartphone, often rely on simple heuristics like category overlap or co-purchase data. While efficient, these methods struggle with nuanced contextual cues and fail to adapt to evolving product trends, leading to inaccuracies. The rise of LLMs, with their advanced contextual reasoning and linguistic sensitivity, offers a promising solution, but challenges remain in terms of cost and understanding how different LLM families perform.
Introducing ScalingEval: A Multi-Agent Framework
ScalingEval tackles these challenges by deploying a multi-agent benchmarking framework. It orchestrates various specialized audit agents to systematically evaluate item pairs, identify common issues, and resolve disagreements through a consensus mechanism. This process automates both the generation of ground-truth labels and the comparison of multiple LLM models, making large-scale, low-cost, and reproducible assessments possible without human annotators.
The framework operates by breaking down the evaluation task into several steps. First, a CI (Complementary Item) Pattern Audit agent identifies if a recommended item fits predefined complementary patterns (e.g., accessory, replenishment, functional synergy). Simultaneously, a Recommendation Issue Audit agent flags potential problems using a set of issue codes (e.g., accessory for a different product, too similar to anchor, wrong age/gender targeting). Finally, a Report Generation agent compiles these audits into a comprehensive summary.
To ensure reliability, ScalingEval employs a scalable majority-vote ground truth synthesis. Multiple LLMs, including models from GPT, Gemini, Claude, and Llama families, independently evaluate each anchor-recommendation pair. Their individual judgments are then aggregated, and any conflicts are resolved through majority voting, with a strict prioritization policy to ensure conservative decisions. This collective reasoning helps reduce systematic biases from any single LLM and enhances the stability of the evaluation.
Key Findings from the Benchmark Study
The study applied ScalingEval to a vast dataset of complementary-item recommendations from a major e-commerce platform, covering seven product categories. The benchmark systematically compared 36 LLMs and revealed several significant insights:
- Anthropic Claude-3.5-sonnet demonstrated the highest decision confidence, consistently achieving around 99% confidence on definitive judgments.
- Gemini-1.5-pro emerged as the top performer overall, excelling in accuracy, coverage, and latency across most product categories.
- GPT-4o offered the most favorable trade-off between latency, accuracy, and cost, making it a balanced choice for practical applications.
- Among open-source models, GPT-OSS-20B led the pack, providing performance comparable to mid-tier closed-source models at a lower cost.
Category-level analysis further highlighted interesting patterns. Structured domains like Electronics and Sports & Outdoors showed strong consensus among models, indicating clearer recommendation criteria. In contrast, lifestyle categories such as Clothing & Shoes and Food & Beverages exhibited more disagreement, underscoring the need for domain-sensitive evaluation protocols in these areas.
Also Read:
- Optimizing LLM Collaboration: A Graph-Based Approach to Test-Time Scaling
- Unpacking AI’s Thought Process: A New Framework for Evaluating LLM Reasoning
Implications for the Future of Recommendation Systems
The ScalingEval framework represents a significant step forward in the evaluation of recommender systems. By leveraging LLMs as reliable, no-human-in-the-loop judges, it provides a reproducible methodology and actionable insights into scaling, reliability, and model family trade-offs. This approach complements existing evaluation practices by offering scalable, semantics-aware assessments that can adapt to the dynamic nature of product trends and user preferences.
The findings from this research, detailed in the paper available at arXiv:2511.03051, pave the way for more trustworthy and efficient development of recommender systems, ultimately enhancing user experience and business outcomes in e-commerce and beyond. The framework’s ability to mitigate known judge biases through multi-model aggregation and category-level analysis positions it as a valuable tool for the entire lifecycle evaluation of LLMs.


