online learning to rank with features
play

Online Learning to Rank with Features Authors: Shuai Li, Tor - PowerPoint PPT Presentation

Online Learning to Rank with Features Authors: Shuai Li, Tor Lattimore, Csaba Szepesvri The Chinese University of Hong Kong DeepMind University of Alberta Learning to Rank Amazon, YouTube, Facebook, Netflix, Taobao 1 Online Learning to


  1. Online Learning to Rank with Features Authors: Shuai Li, Tor Lattimore, Csaba Szepesvári The Chinese University of Hong Kong DeepMind University of Alberta

  2. Learning to Rank Amazon, YouTube, Facebook, Netflix, Taobao 1

  3. Online Learning to Rank • Show the user the list C tk K • Objective: Maximize the expected number of clicks 2 • There are L items and K ≤ L positions • At each time t = 1 , 2 , . . . , • Choose an ordered list A t = ( a t 1 , . . . , a t K ) • Receive click feedback C t 1 , . . . , C tK ∈ { 0 , 1 } , per position [ T ] ∑ ∑ E t = 1 k = 1

  4. Click Models • Position-Based Model (PBM) click model • Make as few assumptions as possible about the • Generic model and position bias position k can be factored into item attractiveness • Click models describe how users interact with item • Assumes the user click probability on an item a of after click • Further assumes there is a satisfaction probability • Dependent Click Model (DCM) stops position K , clicks at the first satisfying item and • Assumes the user checks the list from position 1 to • Cascade Model (CM) lists 3 ✗ ✓ ✗ ✓ ✗

  5. RecurRank the examination probability, which satisfies reasonable assumptions • Use first position for exploration • Use remaining positions for exploitation, rank best items first • Split items and positions when the phase ends • Recursively call the algorithm with increased phase 4 • Each item a is represented by a feature vector x a ∈ R d • The attractiveness of item a is α ( a ) = θ ⊤ x a • Click probability factors: P t ( C ti = 1 ) = α ( a t i ) χ ( A t , i ) where χ is • RecurRank (Recursive Ranking) • For each phase ℓ

  6. Example 4 Instance 2 Instance 3 t 1 1 3 3 a 1 a 2 a 3 Instance 4 t 2 3 5 a 8 a 4 a 5 3 6 8 a 6 a 7 a 8 a 12 Instance 5 Instance 6 t 3 a 25 a 4 1 1 8 a 1 a 8 8 t Instance 1 a 50 1 a 3 4 2 3 5 a 2 a 1 2 A || ℓ = 1 ���� · · · · · · ����

  7. Example t 2 1 a 8 a 25 Instance 2 Instance 3 t 1 1 3 3 a 1 a 2 a 3 Instance 4 3 4 4 5 a 4 a 5 3 6 8 a 6 a 7 a 8 a 12 Instance 5 Instance 6 t 3 8 a 4 5 a 2 8 a 1 a 8 a 50 t Instance 1 1 3 a 1 1 a 3 A || ℓ = 2 ���� A || ℓ = 1 ���� ���� · · A · || ℓ = 2 ���� · · · · · · ���� · · · ����

  8. Example t 2 a 4 1 a 8 a 25 Instance 2 Instance 3 t 1 1 3 a 1 a 2 a 3 Instance 4 3 4 4 5 a 4 a 5 3 6 8 a 6 a 7 a 8 a 12 Instance 5 Instance 6 t 3 8 5 3 a 2 t Instance 1 1 1 a 8 a 1 a 50 a 1 a 3 8 A A || || ℓ = 2 ℓ = 3 ���� ���� A || ℓ = 1 ���� ���� ���� · · A · || ℓ = 2 ���� · · · · · · ���� · · · ����

  9. Example t 2 a 4 a 8 1 Instance 2 Instance 3 t 1 1 3 a 1 a 2 a 3 Instance 4 4 4 5 a 4 a 5 6 8 a 6 a 7 a 8 a 12 Instance 5 Instance 6 t 3 8 a 25 5 a 1 a 50 t Instance 1 1 1 3 a 1 a 8 a 3 8 a 2 A A || || ℓ = 2 ℓ = 3 ���� ���� A || ℓ = 1 ���� ���� ���� A || ℓ = 3 ���� · · A · || ℓ = 2 ���� ���� A · || · · ℓ = 3 ���� · · · ���� · · · · · · ���� ����

  10. Example Instance 4 a 4 a 8 a 25 1 Instance 2 Instance 3 t 1 1 3 a 1 a 2 a 3 t 2 4 4 5 a 4 a 5 6 8 a 6 a 7 a 8 a 12 Instance 5 Instance 6 t 3 8 5 a 8 a 50 t Instance 1 a 3 8 1 a 2 1 a 1 a 1 3 A A || || ℓ = 2 ℓ = 3 ���� ���� · · · A || ℓ = 1 ���� ���� ���� A || ℓ = 3 ���� · · · · · A · || ℓ = 2 ���� ���� A · || · · ℓ = 3 ���� · · · ���� · · · · · · · · · ���� ����

  11. (a) CM (b) PBM 10 2 700k 10 1 600k 10 0 500k Regret Regret 400k 10 −1 300k 10 −2 200k 10 −3 100k 10 −4 0 0 50k 100k 150k 200k 0 500k 1m 1.5m 2m Time t Time t —CascadeLinUCB —RecurRank —TopRank Results • Regret bound • Improves over existing bound O 6 √ R ( T ) = O ( K dT log( LT )) (√ ) K 3 LT log( T )

  12. Results • Regret bound —TopRank —CascadeLinUCB —RecurRank 6 • Improves over existing bound O √ R ( T ) = O ( K dT log( LT )) (√ ) K 3 LT log( T ) (a) CM (b) PBM 10 2 700k 10 1 600k 10 0 500k Regret Regret 400k 10 −1 300k 10 −2 200k 10 −3 100k 10 −4 0 0 50k 100k 150k 200k 0 500k 1m 1.5m 2m Time t Time t

  13. Thank you! 6

  14. References i Sumeet Katariya, Branislav Kveton, Csaba Szepesvari, and Zheng Wen. Dcm bandits: Learning to rank with multiple clicks. In International Conference on Machine Learning , pages 1215–1224, 2016. Branislav Kveton, Csaba Szepesvari, Zheng Wen, and Azin Ashkan. Cascading bandits: Learning to rank in the cascade model. In International Conference on Machine Learning , pages 767–776, 2015. Paul Lagrée, Claire Vernade, and Olivier Cappe. Multiple-play bandits in the position-based model. In Advances in Neural Information Processing Systems , pages 1597–1605, 2016. 7

  15. References ii Tor Lattimore, Branislav Kveton, Shuai Li, and Csaba Szepesvari. Toprank: A practical algorithm for online stochastic ranking. In The Conference on Neural Information Processing Systems , 2018. Shuai Li, Tor Lattimore, and Csaba Szepesvári. Online learning to rank with features. arXiv preprint arXiv:1810.02567 , 2018. Shuai Li, Baoxiang Wang, Shengyu Zhang, and Wei Chen. Contextual combinatorial cascading bandits. In International Conference on Machine Learning , pages 1245–1253, 2016. Shuai Li and Shengyu Zhang. Online clustering of contextual cascading bandits. In The AAAI Conference on Artificial Intelligence , 2018. 8

  16. References iii Weiwen Liu, Shuai Li, and Shengyu Zhang. Contextual dependent click bandit algorithm for web recommendation. In International Computing and Combinatorics Conference , pages 39–50. Springer, 2018. Masrour Zoghi, Tomas Tunys, Mohammad Ghavamzadeh, Branislav Kveton, Csaba Szepesvari, and Zheng Wen. Online learning to rank in stochastic click models. In International Conference on Machine Learning , pages 4199–4208, 2017. 9

  17. References iv Shi Zong, Hao Ni, Kenny Sung, Nan Rosemary Ke, Zheng Wen, and Branislav Kveton. Cascading bandits for large-scale recommendation problems. In Proceedings of the Thirty-Second Conference on Uncertainty in Artificial Intelligence , pages 835–844. AUAI Press, 2016. 10

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend