The Differential Reasoning Router: Operationalizing Cost-Aware LLM Annotation in E-commerce

2026-08-31Computation and Language

Computation and LanguageArtificial Intelligence
AI summary

The authors present a new system called the Differential Reasoning Router (DRR) to help large language models (LLMs) label product data more efficiently when only a few initial labels exist. Instead of relying on just one model, DRR predicts which model (a simpler one or a reasoning-based one) will perform better for each rule and sample, and it sends difficult or uncertain cases to humans. This approach helps save cost on complex reasoning while maintaining accurate labeling. Their results in an e-commerce setting show DRR matches top accuracy but uses significantly fewer expensive reasoning resources.

Large Language ModelsCold-Start ProblemAnnotationBusiness RulesModel SelectionHuman-in-the-LoopPrompt EngineeringFine-TuningReasoning CostE-commerce
Authors
Cheng Lyu, Jingyue Zhang, Vinny DeGenova, Mengwei Li, Yuanli Pei
Abstract
Large Language Models (LLMs) are increasingly used to annotate structured product data in e-commerce, but early deployment often begins as a cold-start problem: only limited pre-launch labels are available, the value of expensive reasoning is unknown, and human review is needed before the system can be trusted at scale. This challenge is especially common in rule-based annotation workflows, where each item must satisfy multiple business rules and both model errors and ambiguous rule boundaries affect final decisions. We introduce the Differential Reasoning Router (DRR), a cost-aware framework for cold-start LLM annotation that jointly optimizes model selection and human escalation. Rather than treating a reasoning model as a default fallback, DRR estimates separate success probabilities for a direct model and a reasoning model at both the sample and business-rule levels, enabling adaptive routing: easy cases are handled directly, reasoning is reserved for cases where it is expected to improve the decision, and likely double-failure or rule-disagreement cases are escalated to human annotators. The resulting labels provide targeted ground truth for prompt engineering, supervised fine-tuning, calibration, and rule refinement, enabling a gradual shift from human-heavy cold-start annotation toward high-confidence automated routing. In a production e-commerce workflow, DRR reaches accuracy parity with the strongest confidence-based router while achieving more than 60\% reasoning-token cost savings.