[论文] Profiling What Matters: Context-Aware Item Profiles from Large-Scale Metadata for LLM Recommenders
来源:arXiv AI 论文收录:2026/8/24
✦ AI 解读
本文提出CAIRO框架,针对LLM推荐系统中物品侧信息利用不足的问题,通过结构化元数据和评论,生成用户上下文感知的物品画像,以提升重排序效果。该框架能捕捉决策相关信号,适应不同用户和物品的上下文依赖性,实现个性化细粒度理解,为LLM推荐系统提供新思路。
While Large Language Models (LLMs) have significantly advanced reranking in recommendation, effectively leveraging item-side information remains challenging. Real-world items are described by vast, heterogeneous, and unstructured metadata, where decision-relevant signals are often implicit, noisy, or buried in long descriptions. Moreover, feature salience is highly context-dependent, varying not only across items but also across users. Existing methods often rely on item titles, fixed attributes, or static item summaries, which limit personalized and fine-grained item understanding. To bridge this gap, we propose CAIRO, a user context-aware item profiling framework for LLM-based reranking. CAIRO first structures raw metadata and reviews into objective features and subjective traits, and em
相关推荐
Risk of transmission of amyloid β pathology via transfused blood products
✦ AI 摘要该研究探讨了通过输血传播淀粉样β病理的风险,发表于《柳叶刀》。研究可能涉及朊病毒样传播机制,对血液制品安全性和阿尔茨海默病预防有重要启示。内容来自顶级医学期刊,但属于医学领域,与AI从业者直接关联较低。
NanoGPT Speedrun Frontier
✦ AI 摘要Prime Intellect发布NanoGPT Speedrun Frontier,展示在单台GPU上以极低成本训练GPT-2级别模型的优化技术。文章详细介绍了训练速度提升的多种策略,包括数据加载、混合精度、内核优化等,并提供了可复现的代码。该研究对资源有限的AI开发者具有重要参考价值,引发社区广泛讨论。
[论文] TurboBias 2.0: Streaming Context-Biasing for Production-Efficient ASR Systems
✦ AI 摘要TurboBias 2.0 是一个面向生产环境的 ASR 系统上下文偏置框架,旨在解决流式推理、批量解码、用户特定上下文列表和低运行时开销等实际需求。它扩展了 GPU 加速的 TurboBias,引入不区分大小写的提升图和每流批量解码,使批次中的每个话语都能使用独立的上下文配置,从而实现个性化上下文处理,提升识别准确率并保持高效。