From clawbio
Computes semantic similarity indices for disease research literature using PubMedBERT embeddings to measure research isolation and knowledge transfer potential.
How this skill is triggered — by the user, by Claude, or both
Slash command
/clawbio:claw-semantic-simThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Measure how isolated or connected disease research is across the global biomedical literature, using PubMedBERT embeddings on PubMed abstracts spanning 175 GBD diseases.
Measure how isolated or connected disease research is across the global biomedical literature, using PubMedBERT embeddings on PubMed abstracts spanning 175 GBD diseases.
If you ask ChatGPT to "measure research neglect for diseases," it will:
This skill encodes the correct methodological decisions:
Neglected tropical diseases (NTDs) are significantly more semantically isolated than other conditions (P < 0.001, Cohen's d = 0.8+). They exist in knowledge silos with limited cross-disciplinary research bridges. The 25 most isolated diseases are disproportionately Global South priority conditions.
05-00-heim-sem-setup.py # Validate environment, create directories
05-01-heim-sem-fetch.py # Retrieve PubMed abstracts (checkpointed)
05-02-heim-sem-embed.py # Generate PubMedBERT embeddings (MPS/CPU)
05-03-heim-sem-compute.py # Compute SII, KTP, RCC, temporal drift
05-04-heim-sem-figures.py # Generate publication figures
05-05-heim-sem-integrate.py # Merge with biobank + clinical trial dimensions
python semantic_sim.py --demo --output demo_report
The demo uses pre-computed embeddings and metrics for 175 GBD diseases and generates the full 4-panel figure instantly.
Semantic Similarity Index
=========================
Diseases analysed: 175
Total PubMed abstracts: 13,100,000
Embedding model: PubMedBERT (768-dim)
Metric Ranges:
SII: 0.0412 - 0.1893
KTP: 0.6234 - 0.9187
RCC: 0.0891 - 0.3421
Key Finding:
NTDs show +38% higher semantic isolation
P < 0.0001, Cohen's d = 0.84
14/25 most isolated diseases are Global South priority
Figures saved to: demo_report/
Fig5_Semantic_Structure.png (300 dpi)
Fig5_Semantic_Structure.pdf (vector)
Reproducibility:
commands.sh | environment.yml | checksums.sha256
If you use this skill in a publication, please cite:
npx claudepluginhub 5hy7xz92nd-oss/clawbio7plugins reuse this skill
First indexed Jun 3, 2026
Showing the 6 earliest of 7 plugins
Computes semantic similarity indices for disease research literature using PubMedBERT embeddings to measure research isolation and knowledge transfer potential.
Deep literature review across PubMed, EuropePMC, and bioRxiv with disambiguation, evidence grading, and structured reports. Useful for systematic reviews, meta-analysis, and citation-backed answers.
Conducts deep literature reviews across PubMed, EuropePMC, and bioRxiv with query disambiguation, evidence grading T1-T4, and structured reports for systematic review and meta-analysis.