Papers › On the Generalizability and Predictability of Recommender Systems

On the Generalizability and Predictability of Recommender Systems

23 Jun 2022arXiv:2206.11886archive 2025-07-28

Duncan McElfresh, Sujay Khandagale, Jonathan Valverde, John P. Dickerson, Colin White

While other areas of machine learning have seen more and more automation, designing a high-performing recommender system still requires a high level of human effort. Furthermore, recent work has shown that modern recommender system algorithms do not always improve over well-tuned baselines. A natural follow-up question is, "how do we choose the right algorithm for a new dataset and performance metric?" In this work, we start by giving the first large-scale study of recommender system approaches by comparing 18 algorithms and 100 sets of hyperparameters across 85 datasets and 315 metrics. We find that the best algorithms and hyperparameters are highly dependent on the dataset and performance metric, however, there are also strong correlations between the performance of each algorithm and various meta-features of the datasets. Motivated by these findings, we create RecZilla, a meta-learning approach to recommender systems that uses a model to predict the best algorithm and hyperparameters for new, unseen datasets. By using far more meta-training data than prior work, RecZilla is able to substantially reduce the level of human involvement when faced with a new recommender system application. We not only release our code and pretrained RecZilla models, but also all of our raw experimental results, so that practitioners can train a RecZilla model for their desired performance metric: https://github.com/naszilla/reczilla.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2206.11886")

Code

Syntology Ran 9 of 13 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 2 ran · honoured contract; 1 ran · our draft was wrong; 6 ran with no contract checked.

By repository: official repository: 13 samples from 1 repository, 9 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

naszilla/reczilla officialmentioned in papermentioned on GitHub report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

13 samples harvested; 9 ran; 2 honoured the contract we drafted; 4 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · honoured contract
1ran · our draft was wrong
6ran
4unverified

Licence: 0 of the 13 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from naszilla/reczilla. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

compute_feature_corrs naszilla/reczilla/RecSys2019_DeepLearning_Evaluation/ReczillaClassifier/run_reczilla.py official repository ran Apache-2.0 (permissive) · 203f2961b800f53b · report
dataset_family_lookup naszilla/reczilla/RecSys2019_DeepLearning_Evaluation/ReczillaClassifier/run_reczilla.py official repository ran fingerprinted Apache-2.0 (permissive) · f95d2eb37f3c4bdd · report
filter_for_cunha naszilla/reczilla/RecSys2019_DeepLearning_Evaluation/ReczillaClassifier/run_reczilla.py official repository ran Apache-2.0 (permissive) · 404f06fb48571615 · report
get_metafeats naszilla/reczilla/RecSys2019_DeepLearning_Evaluation/ReczillaClassifier/run_reczilla.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 36ab817c64f4674d · report
is_time_metric naszilla/reczilla/RecSys2019_DeepLearning_Evaluation/ReczillaClassifier/run_reczilla.py official repository ran Apache-2.0 (permissive) · 69d8d93b52b4825f · report
run_metalearner naszilla/reczilla/RecSys2019_DeepLearning_Evaluation/ReczillaClassifier/run_reczilla.py official repository ran Apache-2.0 (permissive) · 2aea19c0e6e97c49 · report
select_features naszilla/reczilla/RecSys2019_DeepLearning_Evaluation/ReczillaClassifier/run_reczilla.py official repository ran Apache-2.0 (permissive) · 25df574617c68a5b · report
w_cov naszilla/reczilla/RecSys2019_DeepLearning_Evaluation/ReczillaClassifier/run_reczilla.py official repository ran · honoured contract fingerprinted Apache-2.0 (permissive) · e77042e64036e265 · report
weighted_corr naszilla/reczilla/RecSys2019_DeepLearning_Evaluation/ReczillaClassifier/run_reczilla.py official repository ran · honoured contract fingerprinted Apache-2.0 (permissive) · affdef6e712df04e · report
alg_feature_selection_featurized naszilla/reczilla/RecSys2019_DeepLearning_Evaluation/ReczillaClassifier/run_reczilla.py official repository unverified Apache-2.0 (permissive) · 520f5c5a2bc9a05c · report
my_print naszilla/reczilla/RecSys2019_DeepLearning_Evaluation/ReczillaClassifier/run_reczilla.py official repository unverified Apache-2.0 (permissive) · 449d6c338ab3dd80 · report
reczilla_train naszilla/reczilla/RecSys2019_DeepLearning_Evaluation/ReczillaClassifier/run_reczilla.py official repository unverified Apache-2.0 (permissive) · 0dcb984da98265e6 · report
select_algs naszilla/reczilla/RecSys2019_DeepLearning_Evaluation/ReczillaClassifier/run_reczilla.py official repository unverified Apache-2.0 (permissive) · f7c30d0cf631977f · report

Tasks

Meta-LearningRecommendation Systems

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections