hri-artifact-evaluation

GitHub

指导用户为ACM/IEEE HRI论文打包代码、数据及研究材料以支持开放性与可复现性。涵盖形式化评估流程检查、去标识化处理、分析代码封装及伦理约束,强调诚实界定人机实验复现的局限性。

HRI-Skills/skills/hri-artifact-evaluation/SKILL.md brycewang-stanford/Awesome-Journal-Skills

Trigger Scenarios

HRI论文提交后的开源材料准备 申请ACM Artifact Badge 整理机器人交互实验的去标识化数据

Install

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill hri-artifact-evaluation -g -y
More Options

Non-standard path

npx skills add https://github.com/brycewang-stanford/Awesome-Journal-Skills/tree/main/HRI-Skills/skills/hri-artifact-evaluation -g -y

Use without installing

npx skills use brycewang-stanford/Awesome-Journal-Skills@hri-artifact-evaluation

指定 Agent (Claude Code)

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill hri-artifact-evaluation -a claude-code -g -y

安装 repo 全部 skill

npx skills add brycewang-stanford/Awesome-Journal-Skills --all -g -y

预览 repo 内 skill

npx skills add brycewang-stanford/Awesome-Journal-Skills --list

SKILL.md

Frontmatter
{
    "name": "hri-artifact-evaluation",
    "description": "Use when packaging the artifacts of an accepted ACM\/IEEE HRI paper — code, robot behaviors, de-identified data, and study materials — for openness and any ACM badges the edition offers, while being honest about the limits of reproducing an embodied human-subjects study."
}

HRI Artifact Evaluation

HRI's artifact and reproducibility culture is less formalized than software-engineering venues': there is not a long-standing, uniformly enforced ACM artifact-badge track at every HRI edition, and whether a given year runs a formal reproducibility/artifact evaluation is 待核实 per cycle. So treat artifact work at HRI as a credibility and openness move first, and follow a formal badge process only if this edition offers one. Either way, the artifact of an HRI paper is unusual: it is the study, not a runnable system that reproduces a number. This skill packages it honestly. It builds on hri-reproducibility and the shared kit in ../../resources/code/README.md.

First: does this edition run a formal evaluation?

  • Check the current call for a reproducibility/artifact track, its badges, and its own deadline (待核实). If it exists, follow its instructions exactly.
  • If ACM badges are offered, they follow the ACM scheme (Artifacts Available / Evaluated - Functional / Reusable / Results Reproduced). Map your package to whichever the edition supports.
  • If no formal track runs, still release an open, well-documented artifact — reviewers and readers reward it, and it is the community norm even without a badge.

What an HRI artifact actually contains

Because the core evidence is a human study of an embodied robot, the artifact is rarely a one-command reproduction. Assemble:

  • Study materials — questionnaires (items + scoring), interview guides, task scripts, consent-form summary, and coding schemes.
  • Robot-behavior specification — the conditions/behaviors the robot exhibited: for autonomous behavior, the software version and parameters; for Wizard-of-Oz, the wizard's action space, protocol, and error rates (see hri-experiments).
  • De-identified data — participant-level data with identifiers removed, plus a codebook.
  • Analysis code — scripts that regenerate every reported statistic, figure, and table from the shared data, with pinned dependencies and fixed seeds.
  • Pre-registration pointer and any deviation notes.

Make it reusable, within honest limits

  • Reproducible = re-analyzable + re-runnable-as-a-method. An evaluator should be able to regenerate your results from the shared data and to understand the procedure well enough to run the study again — not to recreate your exact human responses. State this scope plainly.
  • Document the environment. For analysis code, a README with dependency versions and a single entry point; a container helps if the toolchain is heavy.
  • License it (an OSI-approved code license; a documented data-use/consent basis for the data).
  • Archive with a DOI (OSF, Zenodo, figshare, or Software Heritage) rather than a personal homepage, so the link is permanent and citable.

Human-subjects constraints on the artifact

An HRI artifact contains people, which limits what can be shared:

  • Share only data/media the participants consented to share for that use; if consent for public data or video was not obtained, share what you can and explain the gap honestly.
  • De-identify thoroughly — free-text responses and video are the usual re-identification risks.
  • Vulnerable-population studies (children, older adults, clinical) may permit little sharing; say so rather than force an unethical release.
  • A partial, honest artifact with a clear rationale beats an over-shared one that breaches consent.

Camera-ready badge mechanics (if applicable)

  • Badges, when a paper earns them, are displayed on the published version — coordinate with hri-camera-ready so any badge and the archive DOI appear correctly.
  • Keep the anonymized review-time archive and the de-anonymized public archive separate; the public one carries author names, the review one must not.

Anti-patterns

  • Overclaiming a "reproducible" human study as if it re-runs like a benchmark.
  • "Data available on request" — treated as unavailable.
  • Unlogged Wizard-of-Oz — the stimulus cannot be reproduced.
  • Identifiable data or video released without consent for that use.
  • Chasing a badge that does not exist this cycle instead of simply releasing a good artifact.

Output format

[Formal track?] does this edition run artifact/reproducibility evaluation + badges? (verify)
[Artifact contents] materials · robot-behavior spec (incl. WoZ) · de-identified data + codebook · analysis code
[Reproducibility scope] re-analysis + method replication; human responses framed as not re-runnable
[Openness] DOI archive · license · honest statement of consent-limited gaps
[Human-subjects] de-identified · shared only what consent allows
[Badge readiness] (if offered) which ACM badge(s) targeted · public vs review archive separated
[Fix queue] <ordered>

Version History

  • 9f86f09 Current 2026-07-19 15:50

Same Skill Collection

AAAI-Skills/skills/aaai-artifact-evaluation/SKILL.md
AAAI-Skills/skills/aaai-author-response/SKILL.md
AAAI-Skills/skills/aaai-camera-ready/SKILL.md
AAAI-Skills/skills/aaai-experiments/SKILL.md
AAAI-Skills/skills/aaai-related-work/SKILL.md
AAAI-Skills/skills/aaai-reproducibility/SKILL.md
AAAI-Skills/skills/aaai-review-process/SKILL.md
AAAI-Skills/skills/aaai-submission/SKILL.md
AAAI-Skills/skills/aaai-supplementary/SKILL.md
AAAI-Skills/skills/aaai-topic-selection/SKILL.md
AAAI-Skills/skills/aaai-workflow/SKILL.md
AAAI-Skills/skills/aaai-writing-style/SKILL.md
AAMAS-Skills/skills/aamas-artifact-evaluation/SKILL.md
AAMAS-Skills/skills/aamas-author-response/SKILL.md
AAMAS-Skills/skills/aamas-camera-ready/SKILL.md
AAMAS-Skills/skills/aamas-experiments/SKILL.md
AAMAS-Skills/skills/aamas-related-work/SKILL.md
AAMAS-Skills/skills/aamas-reproducibility/SKILL.md
AAMAS-Skills/skills/aamas-review-process/SKILL.md
AAMAS-Skills/skills/aamas-submission/SKILL.md
AAMAS-Skills/skills/aamas-supplementary/SKILL.md
AAMAS-Skills/skills/aamas-topic-selection/SKILL.md
AAMAS-Skills/skills/aamas-workflow/SKILL.md
AAMAS-Skills/skills/aamas-writing-style/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-editor-strategy/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-evidence-standards/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-literature-synthesis/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-organizing-framework/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-proposal-framing/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-review-process/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-revision/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-submission/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-tables-figures/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-topic-selection/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-workflow/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-writing-style/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-contribution-framing/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-data-analysis/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-literature-positioning/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-methods/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-rebuttal/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-review-process/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-submission/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-tables-figures/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-theory-development/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-topic-selection/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-workflow/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-writing-style/SKILL.md
Academy-of-Management-Review-Skills/skills/amr-contribution-framing/SKILL.md
Academy-of-Management-Review-Skills/skills/amr-data-analysis/SKILL.md

Metadata

Files
0
Version
9f86f09
Hash
e3f66307
Indexed
2026-07-19 15:50

Accueil - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-30 14:30
浙ICP备14020137号-1 $Carte des visiteurs$