agentsclimarketplace

Recsys artifact evaluation

Skill brycewang-stanford/Awesome-Journal-Skills/RecSys-Skills/skills/recsys-artifact-evaluation

Use when packaging ACM RecSys code, datasets, splits, trained models, propensity logs, and seeds as an anonymous in-paper repository during review or a public archive after acceptance, even though RecSys has no separate artifact badge — covering what recommender reviewers open first and how to make a top-N ranking table regenerable end to end.From its SKILL.md

Install
npx -y skills add brycewang-stanford/Awesome-Journal-Skills --skill recsys-artifact-evaluation

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

4.1 KB, 790 tokens by cl100k_base, as published. Nobody here has run it

RecSys Artifact Evaluation

Use this for evidence packaging around RecSys. The venue does not run a separate artifact-badge process; instead the Call for Contributions expects a link to an anonymous repository inside the paper, and reproducibility-minded reviewers judge the paper partly by whether that repository makes the ranking claims regenerable.

Artifact plan

  • Decide what a reviewer needs to trust the claim: the exact dataset version, the split script, baseline configurations, tuning grids, trained-model checkpoints, exposure/propensity logs for off-policy claims, seeds, and the evaluation code.
  • Keep decision-critical evidence in the paper or appendix; optional run files live in the repository, because RecSys reviewers are not obliged to open it.
  • Anonymize repository history, commit authors, cluster paths, license headers, and any platform or organization names.
  • Include a one-minute reproduction map: environment, dependencies, dataset download or identifier, commands, expected ranking numbers, runtime, seeds, and known nondeterminism.
  • For proprietary interaction data, give enough provenance and preprocessing detail for credible reproduction on a public dataset without violating data-use terms.
  • After acceptance, swap the anonymous mirror for a public, licensed, citable archive.

What RecSys evidence reviewers open first

Claim typeFirst artifact inspectedCommon failure caught
Top-N ranking gainSplit script + baseline configsRandom split leaking the future; baselines under-tuned
Off-policy / counterfactual resultLogged propensities + estimator codePropensities missing, so the IPS/DR estimate cannot be recomputed
Sequential/session modelData ordering + leave-one-last splitTest interactions seen during training
Reported metric valuesThe scorer and its cutoffSampled metrics presented as full-ranking numbers

Because RecSys reviewers can and do re-run a small offline pipeline, make the headline ranking table regenerable with one command before polishing anything else.

Worked vignette: packaging an off-policy study

A hypothetical submission proposes an exposure-corrected ranker validated offline and in a semi-synthetic simulator.

  • Ship the logging policy's propensities alongside the interactions, not just the clicks, so the inverse-propensity estimate can be recomputed.
  • Provide the simulator as one parameterized script so a reviewer can vary exposure strength and reward, rather than trusting a single frozen curve.
  • Emit every ranking and reward table directly from logged results so the PDF numbers and the repository numbers cannot drift apart.
  • State which regime the simulator satisfies the positivity assumption in and where it breaks it, since that mapping is what reproducibility-minded reviewers grade.

Calibration anchors

repo/
  README.md            # one-minute orientation: env, data id, one command per table
  environment.yml      # pinned versions of the recommender framework and deps
  data/PREP.md         # dataset version, split protocol (temporal), checksums
  configs/             # per-model + per-baseline configs with tuning grids
  run_tables.sh        # regenerates Table 1..N from seeds
  • Assume only the README and one entry script get opened; design for that.
  • Repository size limits and accepted hosting change by cycle; verify against the current submission instructions rather than a past year.

Output format

[Artifact role] anonymous in-paper repo / camera-ready public archive
[Contents] <data/splits/configs/checkpoints/propensities/seeds>
[Anonymity risks] <paths / commit authors / platform names / URLs>
[Reproduction level] turnkey / scripted / descriptive / weak
[Fixes before upload] <ordered list>

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.