PigeonsAI Docs
  • 🏠Overview
  • 🔌Data Connectors
    • 🐘PostgreSQL / MySQL
      • Creating a Connection
      • Creating Training Datasets
    • 🍃MongoDB
      • Creating a Connection
      • Creating Training Datasets
    • 📃CSV File Upload
  • 🎯Recommender Models
    • ⭐Context Aware Transformer
      • Training
      • Inference (Usage)
      • Building an ANN Index
  • 💢Anomaly Detection
  • 📙How To Guides
    • Frequently bought together/Complimentary in cart
    • Browser Session Based Recommendation
Powered by GitBook
On this page
  1. Recommender Models

Context Aware Transformer

PreviousRecommender ModelsNextTraining

Last updated 1 year ago

Context-Aware Transformer is a recommendation model that learns sequential user behavior from user-item interactions, timestamps, ratings, and text descriptions.

Text descriptions are ran through language models to get a latent space representation which will be used as more context for the model, this leads to a level if knowledge distillation from the Language Models into the final context aware model,

By incorporating these contextual features, the model achieves state of the art prediction accuracy, enabling personalized recommendations that improve user satisfaction and retention at large scale.

🎯
⭐