paper-with-me

홈 › 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 rigorous experimental evaluation by (i) providing a unified and highly configurable framework for exhaustive experimental studies and (ii) enabling a thorough analysis of the performance contribution of different model architecture components and training regimes. NewsRecLib is highly modular, allows specifying experiments in a single configuration file, and includes extensive logging facilities. Moreover, NewsRecLib provides out-of-the-box implementations of several prominent neural models, training methods, standard evaluation benchmarks, and evaluation metrics for news recommendation.

📄 PDF Abstract BibTeX arXiv:2310.01146

Code (1)

andreeaiana/newsreclib 공식 구현 pytorch

Tasks

BenchmarkingNews RecommendationRecommendation Systems

Methods 이 논문이 사용한 방법론

Library 설명 없음
Hydra 설명 없음

Similar Papers 제목 키워드 기반

PyTorchVideo: A Deep Learning Library for Video Understanding

2021-11-18 · Haoqi Fan, Tullie Murrell, Heng Wang, Kalyan Vasudev Alwala 외

We introduce PyTorchVideo, an open-source deep-learning library that provides a rich set of modular, efficient, and reproducible components for a variety of video understanding tasks, including classification, detection,…

Deep LearningSelf-Supervised LearningVideo Understanding

PyTorch Tabular: A Framework for Deep Learning with Tabular Data

2021-04-28 · Manu Joseph

In spite of showing unreasonable effectiveness in modalities like Text and Image, Deep Learning has always lagged Gradient Boosting in tabular data - both in popularity and performance. But recently there have been newer…

Deep Learning

Solo-learn: A Library of Self-supervised Methods for Visual Representation Learning

2021-08-03 · Victor G. Turrisi da Costa, Enrico Fini, Moin Nabi, Nicu Sebe 외

This paper presents solo-learn, a library of self-supervised methods for visual representation learning. Implemented in Python, using Pytorch and Pytorch lightning, the library fits both research and industry needs by fe…

Linear evaluationRepresentation LearningSelf-Supervised Learning

FasterAI: A Lightweight Library for Creating Sparse Neural Networks

2022-07-03 · Nathan Hubens

FasterAI is a PyTorch-based library, aiming to facilitate the utilization of deep neural networks compression techniques such as sparsification, pruning, knowledge distillation, or regularization. The library is built wi…

Knowledge Distillation

NewsTorch: A PyTorch-based Toolkit for Learner-oriented News Recommendation

2026-04-16 · Rongyao Wang, Veronica Liesaputra, Zhiyi Huang arxiv

News recommender systems are devised to alleviate the information overload, attracting more and more researchers' attention in recent years. The lack of a dedicated learner-oriented news recommendation toolkit hinders th…