Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
AWS ML Blog · 2026/7/30 16:40:36
How Yahoo enhances search retargeting using Amazon Bedrock

How Yahoo enhances search retargeting using Amazon Bedrock

AI 中文解读
Yahoo用上了亚马逊的AI大模型,让广告投放变得更聪明了。过去广告商靠关键词匹配用户搜索意图,但词汇总跟不上时代,还经常误解用户真实想法。现在Yahoo借助亚马逊Bedrock服务,把AI大模型引入广告系统,不仅能看懂用户搜了什么,还能理解搜索背后的深层需求。比如你搜“周末去哪玩”,系统可能不再只推旅游广告,而是根据你的历史行为推荐合适的本地活动或电影票。这项技术对普通人的最直接影响就是:广告变得不那么烦人了。你会看到更多符合当下需求的广告,而不是被旧词汇反复打扰。对广告主来说,投放效果也大幅提升,能更精准触达潜在客户。Yahoo这套方案把搜索、视频、原生广告都打通了,意味着未来你刷网页、看视频时遇到的广告,可能会更贴近你当下在想什么。
<p>Connecting user search intent with relevant ad experiences across channels is a longstanding challenge in digital advertising. Advertisers need sophisticated ways to reach audiences based on their demonstrated interests and behaviors, particularly their search activity, which is one of the strongest signals of user intent. Traditional keyword expansion approaches often struggle with outdated vocabulary, limited semantic understanding, and inability to capture the nuanced meaning behind search queries.</p> <p>The <a href="https://www.yahooinc.com/" target="_blank" rel="noopener">Yahoo</a> omnichannel Demand-Side Platform (DSP) addresses these challenges by providing advertisers with advanced technology, premium supply access, vast scale, and trusted consumer relationships. A DSP lets advertisers purchase ad inventory across multiple exchanges and channels through a single interface. Yahoo DSP enhances this capability with sophisticated audience targeting powered by advertiser-defined rules, machine learning (ML), and generative AI.</p> <p>At the heart of this targeting is the concept of an audience segment: a group of users who share specific interests, demographics, or behaviors and can be targeted collectively in advertising campaigns. These segments are passed to targeting systems for ad serving, making sure that users are matched with the most relevant advertiser campaigns.</p> <p>In this post, we demonstrate how Yahoo implemented <a href="https://aws.amazon.com/bedrock/" target="_blank" rel="noopener">Amazon Bedrock</a> to enhance their Search Retargeting (SRT) capabilities in the Yahoo DSP ad tech suite. SRT is a core audience targeting solution that helps advertisers reach users based on their historical search behavior, bridging search intent with display, video, and native advertising. Beyond targeting keywords entered on Yahoo Search, SRT uses AI to identify and engage users who demonstrate intent through search activity both on Yahoo and across integrated partner systems.</p> <h2>Business challenges</h2> <p>Previously, the Yahoo SRT architecture used the Word2Vec embedding model combined with locality-sensitive hashing (LSH) to expand advertiser keywords. This multi-step process involved canonicalizing keywords, generating embeddings, indexing them, performing LSH searches, filtering sensitive terms, and ranking the results.</p> <p>However, the Word2Vec + LSH approach had several limitations:</p> <ul> <li><strong>Outdated vocabulary</strong>: It didn’t always reflect current terms.</li> <li><strong>Phrase-based searches</strong>: It focused on phrases rather than specific entities.</li> <li><strong>Syntactic similarity</strong>: Expansion relied on syntactic rather than semantic meaning.</li> <li><strong>Zero expansion</strong>: In some cases, it failed to generate any new keywords.</li> </ul> <p>We addressed these challenges by deploying generative AI–powered SRT keyword expansion using Amazon Bedrock and large language models (LLMs). This enhancement generates more relevant, semantically rich keyword expansions, helping advertisers reach larger and more precise audiences.</p> <h2>Solution overview</h2> <p>Before introducing the solution, it’s useful to review the legacy SRT workflow, illustrated in the following diagram. Advertisers begin by defining each segment through a set of target keywords. This metadata is stored in a SQL database. The backend system then performs keyword expansion, generating semantically related terms to increase audience reach and improve advertiser outcomes. Both the original and expanded keyword sets are persisted in an <a href="https://aws.amazon.com/opensearch-service/" target="_blank" rel="noopener">Amazon OpenSearch Service</a> cluster. Another workflow called Batch Scoring evaluates Yahoo users’ search histories against this segment metadata to determine segment membership.</p> <p><img src="https://d2908q01vomqb2.cloudfront.net/f1f836cb4ea6efb2a0b1b99f41ad8b1
分享
阅读原文