paper-with-me

홈 › Papers

Tiny-NewsRec: Effective and Efficient PLM-based News Recommendation

2021-12-02 · Yang Yu, Fangzhao Wu, Chuhan Wu, Jingwei Yi, Qi Liu

News recommendation is a widely adopted technique to provide personalized news feeds for the user. Recently, pre-trained language models (PLMs) have demonstrated the great capability of natural language understanding and benefited news recommendation via improving news modeling. However, most existing works simply finetune the PLM with the news recommendation task, which may suffer from the known domain shift problem between the pre-training corpus and downstream news texts. Moreover, PLMs usually contain a large volume of parameters and have high computational overhead, which imposes a great burden on low-latency online services. In this paper, we propose Tiny-NewsRec, which can improve both the effectiveness and the efficiency of PLM-based news recommendation. We first design a self-supervised domain-specific post-training method to better adapt the general PLM to the news domain with a contrastive matching task between news titles and news bodies. We further propose a two-stage knowledge distillation method to improve the efficiency of the large PLM-based news recommendation model while maintaining its performance. Multiple teacher models originated from different time steps of our post-training procedure are used to transfer comprehensive knowledge to the student in both its post-training and finetuning stage. Extensive experiments on two real-world datasets validate the effectiveness and efficiency of our method.

📄 PDF Abstract BibTeX arXiv:2112.00944

Code (1)

yflyl613/tiny-newsrec 공식 구현 pytorch

Tasks

Knowledge DistillationNatural Language UnderstandingNews Recommendation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

NewsRecLib: A PyTorch-Lightning Library for Neural News Recommendation

2023-10-02 · Andreea Iana, Goran Glavaš, Heiko Paulheim

NewsRecLib is an open-source library based on Pytorch-Lightning and Hydra developed for training and evaluating neural news recommendation models. The foremost goals of NewsRecLib are to promote reproducible research and…

BenchmarkingNews RecommendationRecommendation Systems

Transformers4NewsRec: A Transformer-based News Recommendation Framework

2024-10-17 · Dairui Liu, Honghui Du, Boming Yang, Neil Hurley 외

Pre-trained transformer models have shown great promise in various natural language processing tasks, including personalized news recommendations. To harness the power of these models, we introduce Transformers4NewsRec, …

Model SelectionNews Recommendation

NewsRECON: News article REtrieval for image CONtextualization

2026-01-20 · Jonathan Tonglet, Iryna Gurevych, Tinne Tuytelaars, Marie-Francine Moens arxiv

Identifying when and where a news image was taken is crucial for journalists and forensic experts to produce credible stories and debunk misinformation. While many existing methods rely on reverse image search (RIS) engi…

Recommenders with a mission: assessing diversity in newsrecommendations

2020-12-18 · Sanne Vrijenhoek, Mesut Kaya, Nadia Metoui, Judith Möller 외

News recommenders help users to find relevant online content and have the potential to fulfill a crucial role in a democratic society, directing the scarce attention of citizens towards the information that is most impor…

DiversityMisinformationRecommendation Systems

Quality-aware News Recommendation

2022-02-28 · Chuhan Wu, Fangzhao Wu, Tao Qi, Yongfeng Huang

News recommendation is a core technique used by many online news platforms. Recommending high-quality news to users is important for keeping good user experiences and news platforms' reputations. However, existing news r…

News Recommendation