LGJun 17

JourneyFormer: Encoding Airbnb Guest Journey with Sequence Modeling

arXiv:2606.191084.4
Predicted impact top 84% in LG · last 90 daysOriginality Synthesis-oriented
AI Analysis

This work provides a practical deployment framework for sequence models in large-scale search ranking, addressing production challenges for industry practitioners.

Airbnb deployed JourneyFormer, a sequence modeling solution for search ranking, addressing challenges of long, exploratory guest sequences and sparse booking labels. It achieved significant gains in key business metrics through online A/B testing across 2 production surfaces.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes