Skip to content

Add MethodsX companion reproducibility scripts#4

Open
viberesearch wants to merge 2 commits into
mainfrom
feature/methodsx-companion-scripts
Open

Add MethodsX companion reproducibility scripts#4
viberesearch wants to merge 2 commits into
mainfrom
feature/methodsx-companion-scripts

Conversation

@viberesearch

Copy link
Copy Markdown
Contributor

Adds the two deterministic companion scripts referenced by the sbt-framework MethodsX method article (revision MEX-D-26-00630), so the in-article reproducibility URLs resolve.

  • scripts/canonical_validation_tables.py — pairwise Aitchison matrix for the five canonical brands, Fisher-Rao cohort distances, a worked alignment-gap example, and an error-injection case, all from the toolkit's fixed constants + validator API (no randomness). Reproduces article Section 3.
  • scripts/cross_llm_consistency.py — runs the Module 1 prompt across Claude/GPT/Gemini at temperature 0 and reports cross-model agreement (Spearman on strength ranks; Fisher-Rao on signature distributions). Reproduces article Section 2.6. API keys read from environment; no secrets in the script.

🤖 Generated with Claude Code

viberesearch and others added 2 commits June 11, 2026 23:28
Two deterministic companion scripts referenced by the sbt-framework MethodsX method article
(Sections 2.6 and 3):
- canonical_validation_tables.py: pairwise Aitchison matrix for the five canonical brands,
  Fisher-Rao cohort distances, a worked alignment-gap example, and an error-injection case,
  all from the toolkit's fixed constants and validator API (no randomness).
- cross_llm_consistency.py: runs the Module 1 prompt across Claude/GPT/Gemini at temperature 0
  and reports cross-model agreement (Spearman on strength ranks; Fisher-Rao on signature). API
  keys read from environment; no secrets in the script.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant