🤖 AI Summary
Existing LLM-based retrieval methods suffer from low semantic efficiency and poor scalability due to sparse one-to-few mappings between document IDs and content, coupled with costly content extraction. This paper proposes RARE, a real-time advertising retrieval framework that introduces generative “Commercial Intent” (CI) text as a lightweight semantic intermediary—replacing both DocIDs and raw content. RARE employs a domain-customized LLM infused with commercial knowledge to generate CIs and constructs a many-to-many CI–ad index, enabling efficient, scalable, low-latency recall. Deployed in production, RARE supports over one million queries per second (QPS), processing hundreds of millions of requests daily. Online A/B tests demonstrate statistically significant improvements: +5.04% in consumption, +6.37% in GMV, +1.28% in CTR, and +5.29% in shallow conversion rate. Offline evaluations show RARE outperforms ten state-of-the-art baseline models.
📝 Abstract
The integration of Large Language Models (LLMs) with retrieval systems has shown promising potential in retrieving documents (docs) or advertisements (ads) for a given query. Existing LLM-based retrieval methods generate numeric or content-based DocIDs to retrieve docs/ads. However, the one-to-few mapping between numeric IDs and docs, along with the time-consuming content extraction, leads to semantic inefficiency and limits scalability in large-scale corpora. In this paper, we propose the Real-time Ad REtrieval (RARE) framework, which leverages LLM-generated text called Commercial Intentions (CIs) as an intermediate semantic representation to directly retrieve ads for queries in real-time. These CIs are generated by a customized LLM injected with commercial knowledge, enhancing its domain relevance. Each CI corresponds to multiple ads, yielding a lightweight and scalable set of CIs. RARE has been implemented in a real-world online system, handling daily search volumes in the hundreds of millions. The online implementation has yielded significant benefits: a 5.04% increase in consumption, a 6.37% rise in Gross Merchandise Volume (GMV), a 1.28% enhancement in click-through rate (CTR) and a 5.29% increase in shallow conversions. Extensive offline experiments show RARE's superiority over ten competitive baselines in four major categories.