Alphabet
Jump to navigation
Jump to search
Alphabet is the parent company of Google and many of its (former) subsidiaries, for example YouTube and DeepMind.
Tutorials
Papers
- ๐ฉ Data Management Principles, book chapter in Reliable Machine Learning: Applying SRE Principles to ML in Production, 2022
- ๐ง Scale Calibration of Deep Ranking Models, KDD 2022
- Bootstrapping Recommendations at Chrome Web Store, KDD 2021
- ๐ฉ โEveryone wants to do the model work, not the data workโ: Data Cascades in High-Stakes AI, CHI 2021
- ๐๐ง Are Neural Rankers Still Outperformed By Gradient Boosted Decision Trees?, ICLR 2021
- ๐ Measuring Recommendation Explanation Quality: The Conflicting Goals of Explanations, RecSys 2021
- Item Recommendation from Implicit Feedback, 2021-01-21 โ write-up on item recommendation from positive-only feedback with a focus on algorithms; no experiments, no dealing with bias
- Practical Compositional Fairness: Understanding Fairness in Multi-Component Recommender Systems
- ๐ฐ [Bandits Revisited], NeurIPS 2020
- Rankmax: An Adaptive Projection Alternative to the Softmax Function, NeurIPS 2020
- ๐ MAP Inference for Customized Determinantal Point Processes via Maximum Inner Product Search, AISTATS 2020
- ๐ Interpretable Learning-to-Rank with Generalized Additive Models, 2020
- Off-policy Learning in Two-stage Recommender Systems, WWW 2020
- ๐ง Mixed Negative Sampling for Learning Two-tower Neural Networks in Recommendations, WWW 2020; Google Play
- ๐ค Attribute-based Propensity for Unbiased Learning in Recommender Systems: Algorithm and Case Studies, KDD 2020
- ๐ง Neural Collaborative Filtering vs. Matrix Factorization Revisited, RecSys 2020
- Zero-Shot Heterogeneous Transfer Learning from Recommender Systems to Cold-Start Search Retrieval, CIKM 2020
- ๐ DCN V2: Improved Deep & Cross Network and Practical Lessons for Web-scale Learning to Rank Systems, 2020
- Template:Runtime Accelerating Large-Scale Inference with Anisotropic Vector Quantization, 2019
- Reinforcement Learning for Slate-based Recommender Systems: A Tractable Decomposition and Practical Methodology, 2019
- Seq2Slate: Re-ranking and Slate Optimization with RNNs, 2019
- ๐ง Revisiting Approximate Metric Optimization in the Age of Deep Neural Networks, SIGIR 2019 (short paper)
- ๐ง Towards Neural Mixture Recommender for Long Range Dependent User Sequences, WWW 2019
- Top-K Off-Policy Correction for a REINFORCE Recommender System, WSDM 2019
- ๐ง Towards neural mixture recommender for long range dependent user sequences, WWW 2019
- ๐ Recommending what video to watch next: A multitask ranking system, RecSys 2019
- ๐ค Sampling-Bias-Corrected Neural Modeling for Large Corpus Item Recommendations, RecSys 2019
- Efficient Training on Very Large Corpora via Gramian Estimation, ICLR 2019
- ๐ง Latent Cross: Making Use of Context in Recurrent Recommender Systems, WSDM 2018
- Q&R: A two-stage approach toward interactive recommendation, KDD 2018
- Categorical-Attributes-Based Multi-Level Classification for Recommender Systems, RecSys 2018
- ๐ง ๐ฐ Deep Bayesian Bandits Showdown: an Empirical Comparison of Bayesian Deep Networks for Thompson Sampling, ICLR 2018
- ๐ The LambdaLoss Framework for Ranking Metric Optimization, CIKM 2018
- ๐ด๐ฌ Practical Diversified Recommendations on YouTube with Determinantal Point Processes, CIKM 2018
- Recommendations for All: Solving Thousands of Recommendation Problems Daily, ICDE 2018 (also describe user context representation by the actions taken)
- A Generic Coordinate Descent Framework for Learning from Implicit Feedback, WWW 2017
- ๐ง Deep & Cross Network for Ad Click Predictions, 2017
- ๐ด Deep neural networks for YouTube recommendations, RecSys 2016; video
- ๐ด๐ง Wide & Deep Learning for Recommender Systems, DLRS 2016 (workshop on deep learning for recommender systems) โ used for Google Play
- Q&R: A two-stage approach toward interactive recommendation, KDD 2018 (Google)
- Towards Conversational Recommender Systems, KDD 2016
- ๐ต Focusing on the Long-term: Itโs Good for Users and Business, KDD 2015
- ๐ต Ad Click Prediction: a View from the Trenches, KDD 2013
- ๐ด The YouTube video recommendation system, RecSys 2010
- Google news personalization: scalable online collaborative filtering, WWW 2007
Talks
Blog posts
- Building Large Scale Recommenders using Cloud TPUs, 2022-10-07
- Advances in TF-Ranking, 2021-07-21
- Scholar Recommendations Reloaded! Fresher, More Relevant, Easier, 2021-02-12
- Announcing ScaNN: Efficient Vector Similarity Search, 2020-07-28
- Advanced machine learning helps Play Store users discover personalised apps, 2019-11-18
Software
- Trax: end-to-end DL library with focus on clear code and speed; used for transformer models, successor to tensor2tensor.
- rax, learning-to-rank framework for JAX, paper
- RecSim blog post
- ScaNN (Scalable Nearest Neighbors)
- TensorFlow Recommenders see also TF Recommenders SIG and TF recommender add-ons
- TensorFlow Ranking
External link
- https://abc.xyz/
- Wikipedia article about Alphabet
- GitHub repositories:
- Google Research -- Google Research has a mono-repo with most of their projects.
- DeepMind
- YouTube