Upgrade to Pro — share decks privately, control downloads, hide ads and more …

猜你喜歡 – 打造高度擴展的個人化電商推薦

猜你喜歡 – 打造高度擴展的個人化電商推薦

Avatar for LINE Developers Taiwan

LINE Developers Taiwan PRO

August 28, 2025
Tweet

Transcript

  1. 01 02 03 04 Multi-Stage Recommender Retrieval Ranking Challenges in

    LINE SHOPPING CONTENT 05 Re-rank 06 Model Training
  2. Arthur Huang LINE Taiwan Machine Learning Engineer Work Experience •

    LINE Taiwan MLE (2021~Now) • SHOPLINE DE (2019~2021)
  3. Multi-Stage Recommender Item Corpus • Quickly retrieve users' interested items.

    Ranking Re-rank millions hundreds dozens dozens Recommended Items • Ranking based on user behavior in the module. Ranking by Diversity, Freshness Business Logic. Retrieval • Ranking by Diversity, Freshness, Business Logic millions hundreds dozens dozens
  4. Retrieval - Training Two-Tower Model • Learning User-Item Embeddings •

    Target • Positive:Clicked Items • Negative:In-batch negative sampling
  5. Feature Engineering Example : Spotify Million Playlist Dataset • Numeric

    Feature • Normalization • Power Transform • CTR • Categorical Feature • One-Hot Encoding • Label Encoding + Embedding Layer • e.g. User ID, Item ID • Feature Hashing • Ordinal Encoding • Frequency Encoding • Text Feature • Bert Encoding
  6. Ranking - Training Deep Ranking Network • Learning the probability

    of click event. • Target (Focus on Module Interaction) • Positive : Click • Negative : Impression but no click. Ranking based on user behavior in the module.
  7. Why can't we use items that were impression but not

    clicked as negative samples during retrieval? Item Corpus Ranking Re-rank millions hundreds dozens dozens Recommended Items Retrieval • Interest: Click • No Interest: Almost Item Corpus • Very Interest: Click • Interest: Impression but not Click
  8. Rerank Diversity Freshness • Do not show items form the

    same category in a sequence. • Promote fresher items. Business Logic • Promotion / Holiday Campagin • Product Profit