用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/yogsoth-ai/de-anthropocentric-research-engine --skill artifact-detection命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Strategy: Dialectic engine retuned for truth-seeking, not survival. A defender steelmans a claim into its MOST falsifiable form, a critic attacks to refute it, a judge classifies the exchange into BROKEN/CORROBORATED/UNFALSIFIABLE — the judge does NOT pick a winner or score persuasiveness. Methods: Irving debate (repurposed), Toulmin argumentation, Mayo severe testing.
Campaign: Logical extreme and boundary testing via reductio ad absurdum and edge-case analysis. Core question: Does this artifact collapse under logical limits and boundary conditions? Methods: Lakatos 1976, Dutilh Novaes 2016, BVA, Flyvbjerg Critical Case, Popper.
Campaign for mapping argument structures — extract claims, link evidence, assess strength, synthesize positions. Produces argument graphs in the wiki vault.
基于 SOC 职业分类
正在显示 SKILL.md
| name | artifact-detection |
| description | Detect annotation artifacts and shortcuts in benchmarks |
| execution | tactic |
Systematically probe benchmarks for annotation artifacts, dataset shortcuts, and spurious correlations that allow models to achieve high scores without the intended capability.
Search literature for evidence that partial-input baselines achieve unexpectedly high performance:
Search queries: "[benchmark] annotation artifacts", "[benchmark] hypothesis only", "[benchmark] spurious correlations", "[benchmark] dataset bias"
If published partial-input results exist, record performance gap between partial and full input. Gap < 10 points above random indicates severe artifacts.
Identify whether contrast sets or adversarial evaluations exist:
Record performance drops on contrast sets. Drops > 20 points indicate reliance on surface patterns.
Search for evidence of format sensitivity:
Record whether minor format changes cause disproportionate score changes.
Aggregate evidence into artifact severity assessment:
| Severity | Criteria |
|---|---|
| Critical | Partial-input baseline within 5 points of full model |
| High | Contrast set drop >20 points OR format sensitivity >10 points |
| Medium | Known artifacts documented but partial mitigations exist |
| Low | Minor artifacts, full-input still required for high performance |
| None | No evidence of artifacts (may indicate insufficient probing) |
artifact_report:
benchmark: string
overall_severity: critical|high|medium|low|none
partial_input_baselines:
- input_type: string # e.g., "hypothesis only"
performance: float
full_model_performance: float
gap: float
source: string
contrast_set_results:
- contrast_set: string
original_performance: float
contrast_performance: float
drop: float
source: string
format_sensitivity:
- manipulation: string
score_range: string
source: string
shortcuts_identified:
- shortcut: string
mechanism: string
exploitability: high|medium|low
evidence_completeness: thorough|partial|minimal
| Metric | Minimum |
|---|---|
| Literature sources checked | 5 |
| Artifact categories probed | 3 |
| Evidence items collected | 4 |
| Severity classification produced | 1 |