paper-with-me

홈 › Papers

GateFormer: Speeding Up News Feed Recommendation with Input Gated Transformers

2022-01-12 · Peitian Zhang, Zheng Liu

News feed recommendation is an important web service. In recent years, pre-trained language models (PLMs) have been intensively applied to improve the recommendation quality. However, the utilization of these deep models is limited in many aspects, such as lack of explainability and being incompatible with the existing inverted index systems. Above all, the PLMs based recommenders are inefficient, as the encoding of user-side information will take huge computation costs. Although the computation can be accelerated with efficient transformers or distilled PLMs, it is still not enough to make timely recommendations for the active users, who are associated with super long news browsing histories. In this work, we tackle the efficient news recommendation problem from a distinctive perspective. Instead of relying on the entire input (i.e., the collection of news articles a user ever browsed), we argue that the user's interest can be fully captured merely with those representative keywords. Motivated by this, we propose GateFormer, where the input data is gated before feeding into transformers. The gating module is made personalized, lightweight and end-to-end learnable, such that it may perform accurate and efficient filtering of informative user input. GateFormer achieves highly impressive performances in experiments, where it notably outperforms the existing acceleration approaches in both accuracy and efficiency. We also surprisingly find that even with over 10-fold compression of the original input, GateFormer is still able to maintain on-par performances with the SOTA methods.

📄 PDF Abstract BibTeX arXiv:2201.04406

Code (0)

등록된 구현이 없습니다.

Tasks

ArticlesNews Recommendation

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음

Similar Papers 제목 키워드 기반

Denoising Neural Network for News Recommendation with Positive and Negative Implicit Feedback

2022-04-09 · Findings (NAACL) 2022 7 · Yunfan Hu, Zhaopeng Qiu, Xian Wu

News recommendation is different from movie or e-commercial recommendation as people usually do not grade the news. Therefore, user feedback for news is always implicit (click behavior, reading time, etc). Inevitably, th…

DenoisingNews Recommendation

FeedRec: News Feed Recommendation with Various User Feedbacks

2021-02-09 · Chuhan Wu, Fangzhao Wu, Tao Qi, Yongfeng Huang

Accurate user interest modeling is important for news recommendation. Most existing methods for news recommendation rely on implicit feedbacks like click for inferring user interests and model training. However, click be…

News Recommendation

Neural News Recommendation with Negative Feedback

2021-01-12 · Chuhan Wu, Fangzhao Wu, Yongfeng Huang, Xing Xie

News recommendation is important for online news services. Precise user interest modeling is critical for personalized news recommendation. Existing news recommendation methods usually rely on the implicit feedback of us…

News Recommendation

Positive, Negative and Neutral: Modeling Implicit Feedback in Session-based News Recommendation

2022-05-12 · Shansan Gong, Kenny Q. Zhu

News recommendation for anonymous readers is a useful but challenging task for many news portals, where interactions between readers and articles are limited within a temporary login session. Previous works tend to formu…

ArticlesNews RecommendationSession-Based Recommendations

Two-Stage Neural Contextual Bandits for Personalised News Recommendation

2022-06-26 · Mengyan Zhang, Thanh Nguyen-Tang, Fangzhao Wu, Zhenyu He 외

We consider the problem of personalised news recommendation where each user consumes news in a sequential fashion. Existing personalised news recommendation methods focus on exploiting user interests and ignores explorat…

Computational EfficiencyMulti-Armed BanditsNews RecommendationVocal Bursts Valence Prediction