Only Encode Once: Making Content-based News Recommender Greener
Large pretrained language models (PLM) have become de facto news encoders in modern news recommender systems, due to their strong ability in comprehending textual content. These huge Transformer-based architectures, when finetuned on recommendation tasks, can greatly improve news recommendation performance. However, the PLM-based pretrain-finetune framework incurs high computational cost and energy consumption, primarily due to the extensive redundant processing of news encoding during each training epoch. In this paper, we propose the ``Only Encode Once'' framework for news recommendation (OLEO), by decoupling news representation learning from downstream recommendation task learning. The decoupled design makes content-based news recommender as green and efficient as id-based ones, leading to great reduction in computational cost and training resources. Extensive experiments show that our OLEO framework can reduce carbon emissions by up to 13 times compared with the state-of-the-art pretrain-finetune framework and maintain a competitive or even superior performance level. The source code is released for reproducibility.
Code (0)
등록된 구현이 없습니다.
Tasks
News RecommendationRecommendation SystemsRepresentation LearningSimilar Papers 제목 키워드 기반
GAMC: An Unsupervised Method for Fake News Detection using Graph Autoencoder with Masking
With the rise of social media, the spread of fake news has become a significant concern, potentially misleading public perceptions and impacting social stability. Although deep learning methods like CNNs, RNNs, and Trans…
Contrastive LearningDecoderFake News DetectionSelf-Supervised LearningPP-Rec: News Recommendation with Personalized User Interest and Time-aware News Popularity
Personalized news recommendation methods are widely used in online news services. These methods usually recommend news based on the matching between news content and user interest inferred from historical behaviors. Howe…
DiversityNews RecommendationA comparative analysis of Graph Neural Networks and commonly used machine learning algorithms on fake news detection
Fake news on social media is increasingly regarded as one of the most concerning issues. Low cost, simple accessibility via social platforms, and a plethora of low-budget online news sources are some of the factors that …
Fake News DetectionGraph Neural NetworkEchoes of Automation: The Increasing Use of LLMs in Newsmaking
The rapid rise of Generative AI (GenAI), particularly LLMs, poses concerns for journalistic integrity and authorship. This study examines AI-generated content across over 40,000 news articles from major, local, and colle…
Neural News Recommendation with Event Extraction
A key challenge of online news recommendation is to help users find articles they are interested in. Traditional news recommendation methods usually use single news information, which is insufficient to encode news and u…
ArticlesEvent ExtractionNews Recommendation