paper-with-me

Papers

Universal Reusability in Recommender Systems: The Case for Dataset- and Task-Independent Frameworks

2025-06-03 · Tri Kurniawan Wijaya, Xinyang Shao, Gonzalo Fiz Pontiveros, Edoardo D'Amico

Recommender systems are pivotal in delivering personalized experiences across industries, yet their adoption and scalability remain hindered by the need for extensive dataset- and task-specific configurations. Existing systems often require significant manual intervention, domain expertise, and engineering effort to adapt to new datasets or tasks, creating barriers to entry and limiting reusability. In contrast, recent advancements in large language models (LLMs) have demonstrated the transformative potential of reusable systems, where a single model can handle diverse tasks without significant reconfiguration. Inspired by this paradigm, we propose the Dataset- and Task-Independent Recommender System (DTIRS), a framework aimed at maximizing the reusability of recommender systems while minimizing barriers to entry. Unlike LLMs, which achieve task generalization directly, DTIRS focuses on eliminating the need to rebuild or reconfigure recommendation pipelines for every new dataset or task, even though models may still need retraining on new data. By leveraging the novel Dataset Description Language (DsDL), DTIRS enables standardized dataset descriptions and explicit task definitions, allowing autonomous feature engineering, model selection, and optimization. This paper introduces the concept of DTIRS and establishes a roadmap for transitioning from Level-1 automation (dataset-agnostic but task-specific systems) to Level-2 automation (fully dataset- and task-independent systems). Achieving this paradigm would maximize code reusability and lower barriers to adoption. We discuss key challenges, including the trade-offs between generalization and specialization, computational overhead, and scalability, while presenting DsDL as a foundational tool for this vision.

📄 PDF Abstract BibTeX arXiv:2506.03391

Code (0)

등록된 구현이 없습니다.

Tasks

Feature EngineeringModel SelectionRecommendation Systems

Similar Papers 제목 키워드 기반

On the reusability of samples in active learning

2022-06-13 · Gijs van Tulder, Marco Loog

An interesting but not extensively studied question in active learning is that of sample reusability: to what extent can samples selected for one learner be reused by another? This paper explains why sample reusability i…

Active Learning

Dataset-Agnostic Recommender Systems

2025-01-13 · Tri Kurniawan Wijaya, Edoardo D'Amico, Xinyang Shao

Recommender systems have become a cornerstone of personalized user experiences, yet their development typically involves significant manual intervention, including dataset-specific feature engineering, hyperparameter tun…

Feature Engineeringfeature selectionHyperparameter OptimizationImputation+2

Recommender Systems for Sustainability: Overview and Research Issues

2024-12-04 · Alexander Felfernig, Manfred Wundara, Thi Ngoc Trang Tran, Seda Polat-Erdeniz 외

Sustainability development goals (SDGs) are regarded as a universal call to action with the overall objectives of planet protection, ending of poverty, and ensuring peace and prosperity for all people. In order to achiev…

Recommendation Systems

Large Language Model as Universal Retriever in Industrial-Scale Recommender System

2025-02-05 · Junguang Jiang, Yanwen Huang, Bin Liu, Xiaoyu Kong 외

In real-world recommender systems, different retrieval objectives are typically addressed using task-specific datasets with carefully designed model architectures. We demonstrate that Large Language Models (LLMs) can fun…

Language ModelingLanguage ModellingLarge Language ModelPrompt Engineering+2

Graph4Rec: A Universal Toolkit with Graph Neural Networks for Recommender Systems

2021-12-02 · Weibin Li, Mingkai He, Zhengjie Huang, Xianming Wang 외

In recent years, owing to the outstanding performance in graph representation learning, graph neural network (GNN) techniques have gained considerable interests in many real-world scenarios, such as recommender systems a…

graph constructionGraph Neural NetworkGraph Representation LearningRecommendation Systems+1