paper-with-me

Papers

LogitMat : Zeroshot Learning Algorithm for Recommender Systems without Transfer Learning or Pretrained Models

2023-07-06 · Hao Wang

Recommender system is adored in the internet industry as one of the most profitable technologies. Unlike other sectors such as fraud detection in the Fintech industry, recommender system is both deep and broad. In recent years, many researchers start to focus on the cold-start problem of recommender systems. In spite of the large volume of research literature, the majority of the research utilizes transfer learning / meta learning and pretrained model to solve the problem. Although the researchers claim the effectiveness of the approaches, everyone of them does rely on extra input data from other sources. In 2021 and 2022, several zeroshot learning algorithm for recommender system such as ZeroMat, DotMat, PoissonMat and PowerMat were invented. They are the first batch of the algorithms that rely on no transfer learning or pretrained models to tackle the problem. In this paper, we follow this line and invent a new zeroshot learning algorithm named LogitMat. We take advantage of the Zipf Law property of the user item rating values and logistic regression model to tackle the cold-start problem and generate competitive results with other competing techniques. We prove in experiments that our algorithm is fast, robust and effective.

📄 PDF Abstract BibTeX arXiv:2307.05680

Code (0)

등록된 구현이 없습니다.

Tasks

Fraud DetectionMeta-LearningRecommendation SystemsTransfer Learning

Methods 이 논문이 사용한 방법론

Focus 설명 없음
Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

Strategies for Span Labeling with Large Language Models

2026-01-23 · Danil Semin, Ondřej Dušek, Zdeněk Kasner arxiv

Large language models (LLMs) are increasingly used for text analysis tasks, such as named entity recognition or error detection. Unlike encoder-based models, however, generative architectures lack an explicit mechanism t…

Building Efficient Universal Classifiers with Natural Language Inference

2023-12-29 · Moritz Laurer, Wouter van Atteveldt, Andreu Casas, Kasper Welbers

Generative Large Language Models (LLMs) have become the mainstream choice for fewshot and zeroshot learning thanks to the universality of text generation. Many users, however, do not need the broad capabilities of genera…

ClassificationNatural Language Inferencetext-classificationText Classification+1

Overhead-free User-side Recommender Systems

2024-11-12 · Ryoma Sato

Traditionally, recommendation algorithms have been designed for service developers. But recently, a new paradigm called user-side recommender systems has been proposed. User-side recommender systems are built and used by…

Recommendation Systems

PowerMat: context-aware recommender system without user item rating values that solves the cold-start problem

2023-03-11 · Hao Wang

Recommender systems serves as an important technical asset in many modern companies. With the increasing demand for higher precision of the technology, more and more research and investment has been allocated to the fiel…

Recommendation Systems

Zeroshot Listwise Learning to Rank Algorithm for Recommendation

2024-09-05 · Hao Wang

Learning to rank is a rare technology compared with other techniques such as deep neural networks. The number of experts in the field is roughly 1/6 of the number of professionals in deep learning. Being an effective ran…

Information RetrievalLearning-To-RankRetrieval