菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-17
📄 Abstract - JourneyFormer: Encoding Airbnb Guest Journey with Sequence Modeling

Sequence modeling has become increasingly popular in recommendation and ranking algorithms, owing to its capacity to model users' historical behaviors and infer user intentions. Despite its theoretical simplicity, the practical deployment of a sequence model in production is non-trivial due to complexity of the sequence and sparse labels. For example, in Airbnb, guest sequences are often long, exploratory and complex, and we focus on booking labels, which are sparse. As such, we are often required to make various design decisions regarding data and modeling to strike a balance between effectiveness and scalability. This work delved into these production challenges and deployed JourneyFormer, a sequence modeling solution for search ranking at Airbnb. We detail crucial design considerations, covering aspects such as guest event selection, ID embeddings, model architecture, and label attribution. Additionally, we describe several tailored strategies to accelerate model training and inference. JourneyFormer has been successfully deployed within Airbnb's production, where its effectiveness and impact have been evidenced not only by improved offline ranking metrics but also by significant gains in key business metrics through online A/B testing across 2 production surfaces.

顶级标签: machine learning systems
详细标签: sequence modeling recommendation ranking production deployment user behavior 或 搜索:

JourneyFormer:用序列建模编码Airbnb客旅行程 / JourneyFormer: Encoding Airbnb Guest Journey with Sequence Modeling


1️⃣ 一句话总结

本文介绍了JourneyFormer,一个专为Airbnb搜索排序设计的序列建模系统,通过巧妙处理长序列、稀疏标签和模型效率等实际部署挑战,在离线指标和线上A/B测试中均取得了显著业务提升。

源自 arXiv: 2606.19108