Papers › Unbiased Recommender Learning from Missing-Not-At-Random Implicit Feedback

Unbiased Recommender Learning from Missing-Not-At-Random Implicit Feedback

9 Sep 2019arXiv:1909.03601archive 2025-07-28

Yuta Saito, Suguru Yaginuma, Yuta Nishino, Hayato Sakata, Kazuhide Nakata

Recommender systems widely use implicit feedback such as click data because of its general availability. Although the presence of clicks signals the users' preference to some extent, the lack of such clicks does not necessarily indicate a negative response from the users, as it is possible that the users were not exposed to the items (positive-unlabeled problem). This leads to a difficulty in predicting the users' preferences from implicit feedback. Previous studies addressed the positive-unlabeled problem by uniformly upweighting the loss for the positive feedback data or estimating the confidence of each data having relevance information via the EM-algorithm. However, these methods failed to address the missing-not-at-random problem in which popular or frequently recommended items are more likely to be clicked than other items even if a user does not have a considerable interest in them. To overcome these limitations, we first define an ideal loss function to be optimized to realize recommendations that maximize the relevance and propose an unbiased estimator for the ideal loss. Subsequently, we analyze the variance of the proposed unbiased estimator and further propose a clipped estimator that includes the unbiased estimator as a special case. We demonstrate that the clipped estimator is expected to improve the performance of the recommender system, by considering the bias-variance trade-off. We conduct semi-synthetic and real-world experiments and demonstrate that the proposed method largely outperforms the baselines. In particular, the proposed method works better for rare items that are less frequently observed in the training data. The findings indicate that the proposed method can better achieve the objective of recommending items with the highest relevance.

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="1909.03601")

Code

Syntology Ran 0 of 13 code samples harvested from 2 repositories linked to this paper; 13 have no recorded run.

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

usaito/unbiased-implicit-rec officialmentioned in papertfApache-2.0 report
usaito/unbiased-implicit-rec-real officialmentioned in papertfApache-2.0 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; 0 ran; 0 honoured the contract we drafted; 13 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.

13unverified

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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

a_row_batch usaito/unbiased-implicit-rec-real/src/models/expomf.py official repository unverified Apache-2.0 (permissive) · 7975cad450f46fde · report
average_precision_at_k usaito/unbiased-implicit-rec/src/utils/metrics.py official repository unverified Apache-2.0 (permissive) · e91e3631a47d3246 · report
average_precision_at_k usaito/unbiased-implicit-rec-real/src/evaluate/metrics.py official repository unverified Apache-2.0 (permissive) · d45b396101abb598 · report
dcg_at_k usaito/unbiased-implicit-rec/src/utils/metrics.py official repository unverified Apache-2.0 (permissive) · d7a1c19d49666f27 · report
dcg_at_k usaito/unbiased-implicit-rec-real/src/evaluate/metrics.py official repository unverified Apache-2.0 (permissive) · 5c67f0bf32203ff5 · report
generate_sys_data usaito/unbiased-implicit-rec/src/utils/data_generator.py official repository unverified Apache-2.0 (permissive) · 9be5e439e2a3c849 · report
get_row usaito/unbiased-implicit-rec-real/src/models/expomf.py official repository unverified Apache-2.0 (permissive) · 6119496ab503be16 · report
load_movielens usaito/unbiased-implicit-rec/src/utils/data_generator.py official repository unverified Apache-2.0 (permissive) · bd43d52fb94a700e · report
precision_at_k usaito/unbiased-implicit-rec/src/utils/metrics.py official repository unverified Apache-2.0 (permissive) · 67693b649c55a340 · report
recall_at_k usaito/unbiased-implicit-rec-real/src/evaluate/metrics.py official repository unverified Apache-2.0 (permissive) · e58bf635478c876d · report
recompute_factors usaito/unbiased-implicit-rec-real/src/models/expomf.py official repository unverified Apache-2.0 (permissive) · 1ec2f637ffe2951a · report
sigmoid usaito/unbiased-implicit-rec/src/utils/data_generator.py official repository unverified Apache-2.0 (permissive) · ebaf172fd8f34860 · report
tocsr usaito/unbiased-implicit-rec-real/src/trainer.py official repository unverified Apache-2.0 (permissive) · 193158bf5121b5b3 · report

Tasks

Causal InferenceRecommendation 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