Signal YCurated AI News
更新于 8/20 09:5261 个信源

Yahoo 如何使用 Amazon Bedrock 增强搜索重定向

企业 AI7/31 00:40AWS 机器学习博客查看原文 ↗
摘要

Yahoo 在其需求侧平台(DSP)中采用 Amazon Bedrock 和 Claude 3.5 Sonnet v2 升级搜索重定向(SRT)功能,通过生成式AI进行关键词扩展,显著提升扩展比和语义相关性。

核心要点
  • 传统SRT架构使用Word2Vec+LSH,存在词汇过时、无法捕捉语义等缺陷。
  • Yahoo使用Amazon Bedrock提供的Claude 3.5 Sonnet v2进行生成式AI关键词扩展。
  • 引入验证步骤:将扩展关键词转为嵌入并与原始集比较,低于相似度阈值则过滤。
  • 相比LSH,Claude 3.5 Sonnet v2的广域扩展比中位数提升5倍,最大扩展比翻倍。
  • 生成式AI扩展生成了数百甚至数千个关键词,而LSH在某些情况下零扩展。
原文佐证
  • Ultimately, Anthropic’s Claude 3.5 Sonnet v2 was selected as the most effective model for search keyword expansion, balancing both expansion ratio and semantic similarity.
  • The median broad expansion ratio improved fivefold, and the maximum expansion ratio doubled, even under strict similarity thresholds.
  • generating hundreds or even thousands of keywords in cases where LSH produced none.
AI 洞察
Yahoo 的案例表明,生成式AI在广告科技中的落地不仅是模型替换,更需结合验证机制解决幻觉问题。这种基于语义的关键词扩展方式将推动重定向广告从关键词匹配走向意图理解,未来可能重塑整个程序化广告的受众定位策略。