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

dataset-datasheet

Document a dataset so others know what it is, how it was made, and when not to use it. Use when asked to write a datasheet for a dataset, document t…

不碰外部(只输出文字)无严重或高危命中mohitagw15856/pm-claude-skills

它会碰到什么

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

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

技能内容

Dataset Datasheet Skill

Models inherit the flaws of their data, and most data debt is invisible because nobody wrote down where

the data came from. A datasheet is that record: how the dataset was collected, what's in it, what's

missing, and what it should not be used for. It's the difference between a reusable asset and a liability.

Required Inputs

Ask for these only if they aren't already provided:

  • Dataset name, version, owner and what it's used for today.
  • Motivation — why it was created and for what task.
  • Composition — what an instance is, how many, fields/labels, and time range.
  • Collection — sources, method (scraped, logged, purchased, annotated), and consent/licensing basis.
  • Known issues — gaps, imbalances, label noise, sensitive attributes, duplicates.

Output Format

Datasheet: [dataset] v[version]

Owner: [team] · Created: [date] · License: [license]

1. Motivation — why this dataset exists, the task it serves, and who funded/created it.

2. Composition

  • What a single instance represents; total count; the schema (fields, label definitions).
  • Class/label balance and key distributions (and notable skews).
  • Sensitive attributes present (directly or by proxy), and whether individuals are identifiable.
  • Known missing data, duplicates, or noise.

3. Collection process — sources, mechanism (scrape/log/survey/annotation), time window, sampling strategy, and the legal/consent basis (license, ToS, opt-in).

4. Preprocessing / labelling — cleaning, dedup, filtering, and how labels were produced (who annotated, guidelines, inter-annotator agreement).

5. Recommended uses & limits

  • Appropriate uses: tasks this data supports well.
  • Do not use for: tasks where its biases/gaps would cause harm or invalid results.

6. Distribution & access — who can use it, how it's shared, and tenancy/PII handling.

7. Maintenance — owner, update cadence, versioning, and how errors get reported and fixed.

Quality Checks

  • [ ] The collection method and legal/consent basis are stated — not assumed
  • [ ] Class balance and key distribution skews are quantified, not hand-waved
  • [ ] Sensitive attributes (and proxies for them) are identified explicitly
  • [ ] "Do not use for" lists concrete tasks where the data would mislead
  • [ ] Label provenance is documented (who labelled, with what guidelines, and agreement level)
  • [ ] An owner and update/error-reporting process are named

Anti-Patterns

  • [ ] Do not describe only the happy-path contents — the gaps, skews, and noise are what cause model failures
  • [ ] Do not omit the consent/licensing basis — "we scraped it" is a legal and ethical liability if undocumented
  • [ ] Do not ignore proxy variables — removing race/gender columns doesn't remove the bias if zip code or name encodes it
  • [ ] Do not present label quality as perfect — state who labelled it and the agreement rate, or note it's unmeasured
  • [ ] Do not leave the dataset ownerless — an unmaintained dataset silently rots as the world changes

Based On

Datasheets for Datasets (Gebru et al., 2018) and data-documentation practice in responsible-AI reviews.

想直接用这个技能?

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

同名技能的其他版本

有 3 个不同仓库或目录里都有叫 dataset-datasheet 的技能。它们内容并不相同,别混用: