跳到主要内容
知仓学习社ZHICANG

recsys-experiments

Use when designing or auditing ACM RecSys experiments centered on offline-versus-online evaluation — temporal splits, equal-budget baseline tuning, …

不碰外部(只输出文字)无严重或高危命中brycewang-stanford/Awesome-Journal-Skills

它会碰到什么

扫了多少1 个文本文件,4 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

RecSys Experiments

Use this before submission when the empirical story is not yet locked. At RecSys the experiment

section is where papers are won or lost, because the community's reproducibility culture makes

reviewers read evaluation choices as a proxy for whether the gains are real.

Experiment audit

  • Map each recommendation claim to a table, figure, ablation, off-policy estimate, or A/B result.
  • Tune every baseline under an equal search budget; an under-tuned baseline is the fastest

route to a low score at this venue.

  • Use a leakage-aware split: temporal or leave-one-last for sequential/session data, never a

random split that lets future interactions into training.

  • Rank over the full item catalog or state clearly that a sampled candidate set was used and

why — sampled metrics can reorder methods.

  • Report uncertainty: multiple seeds, mean ± sd, and a significance test on close results.
  • Report the split, filtering, metrics and cutoffs, tuning grid and selection metric, seeds,

hardware, and runtime.

  • Add ablations that isolate the mechanism, not cosmetic variants.

Offline vs online: the RecSys distinctive

Offline metrics are cheap but only a proxy for deployed behavior. RecSys rewards papers that are

honest about the gap and, where possible, bridge it.

| Evaluation mode | What it establishes | What it cannot establish |

|---|---|---|

| Offline top-N on logged data | Ranking quality against past behavior | That live users engage more |

| Off-policy estimate (IPS / SNIPS / DR) | Estimated online reward under exposure correction | Anything, if propensities are missing or positivity fails |

| Simulator / semi-synthetic | Behavior under a controlled, known reward | Real-world generalization |

| A/B test | Actual deployed effect | Reproducibility without the platform |

The strongest design triad: a tuned offline study, an off-policy or simulator bridge showing the

offline gain tracks a deployment quantity, and — where available — an A/B result.

Claim-to-evidence design table

| Recommendation claim | Matching experiment | Reject pattern avoided |

|---|---|---|

| "Ranks better than baselines" | Full-ranking metrics, equal-budget tuning, variance | "Beat only untuned defaults" |

| "Gain transfers to deployment" | Off-policy estimate or A/B result | "Offline nDCG assumed to imply engagement" |

| "Handles the exposure/popularity bias" | Debiased metric or propensity-corrected estimate | "Popularity bias reported but not corrected" |

| "Mechanism M drives the gain" | Ablation removing only M | "Improvement unattributed to any component" |

Vignette: an off-policy ranking study

Suppose the paper claims an exposure-corrected ranker improves engagement. The matching plan: a

temporal split with full-ranking metrics and equal-budget baselines; a self-normalized IPS

estimate of reward with the positivity assumption stated; a semi-synthetic simulator sweeping

exposure strength to show the offline estimate and the known online reward move together; and an

ablation removing the exposure correction to isolate it — every panel tied to a numbered claim.

Statistical reporting floor

- Seeds and replication count for every stochastic table; captions name what the bars are.
- Split protocol and metric cutoff stated once, in the body.
- Tuning grid + selection metric per system, symmetric across baselines.
- Compute actually consumed, not vague feasibility language.

Output format

[Experiment readiness] strong / adequate / weak
[Claim -> evidence map] <claim: table / off-policy / A-B / simulator>
[Evaluation-validity risks] <baseline tuning / split leakage / sampled metrics>
[Offline-online bridge] present / missing / scoped-to-offline
[Decision-critical next run] <one experiment>

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。