How AI text generation models are reshaping customer support at Airbnb
Scaling AI for Airbnb's customer support was difficult due to long-tail corner cases, the high cost of human data labeling, and the limitations of traditional classifiers that could not scale to exhaustive intent taxonomy design.
The content recommendation ranker previously used XLMRoBERTa, which was replaced by a generative model. The initial paraphrase model generated bland, generic replies regardless of the specific user input.
Airbnb's generative AI models significantly improved content recommendation ranking performance, drove large engagement rate improvements for CS ambassadors using the agent assistant, and significantly improved chatbot engagement rates through paraphrasing.
Show all 5 reported metrics
Frequently asked questions
What did this team achieve with this AI workflow?
Airbnb's generative AI models significantly improved content recommendation ranking performance, drove large engagement rate improvements for CS ambassadors using the agent assistant, and significantly improved chatbo…
What tools did this team use?
MT5, XLMRoBERTa, DeepSpeed, t5-base, Narrativa, T5, BART, PEGASUS, GPT2, Sentence-Transformers.
What results were reported?
Support document ranking performance: significant improvements in the key performance metric for support document ranking; Document relevance vs. classification baseline: significantly higher relevance; CS ambassador engagement rate: large engagement rate improvement; Chatbot engagement rate: significantly improved (source-reported, not independently verified).
What failed first in this deployment?
The content recommendation ranker previously used XLMRoBERTa, which was replaced by a generative model.
How is this customer support AI workflow structured?
User issue submitted to ranker → MT5 generative model scores relevance → Ranked documents delivered to Help Center → Agent conversation captured → QA model detects user intent → Templates recommended to agent → Chatbot paraphrase model → Training data filtered for quality.