OntologerMed Models
A coordinated suite of domain-specific models for medical device regulatory routing and clinical trial intelligence. Built on Bio_ClinicalBERT, PubMedBERT, and scikit-learn — served on CPU at api.ontologer.com/models.
Regulatory Routing
Classifies what the user is asking for — commercialization plan, pathway routing, predicate search, etc.
OntologerMed-CommercializationIntent-ClassifierChecks whether the user provided enough device detail to give a useful answer.
OntologerMed-DetailSufficiency-ClassifierDetermines which FDA regulatory pathway this device likely needs: 510(k), PMA, or De Novo.
OntologerMed-PathwayTriage-ClassifierRoutes to one of 20 FDA medical specialty advisory panels.
OntologerMed-FDAPanel-ClassifierMaps to the applicable Code of Federal Regulations part (Title 21).
OntologerMed-CFR-ClassifierIdentifies which FDA product code family this device belongs to (23 families).
OntologerMed-ProductCodeFamily-ClassifierRuns all 6 classifiers on the same input text: intent → sufficiency → pathway → panel → CFR → product code.
Full Regulatory Routing PipelineTrial Prediction
Population-shaped 256-dim embedding from eligibility criteria. Trials enrolling similar patients cluster together.
PACT-ClinicalTrials-Pop-256Mechanism-of-action 256-dim embedding. Trials targeting the same biological pathway cluster together.
MOAt-ClinicalTrials-MoA-256Outcome-shaped 256-dim embedding. Trials with similar success/failure patterns cluster together.
FATE-ClinicalTrials-Outcome-256Calibrated probability of clinical trial success. Combines PACT + MOAt + FATE into a 768-dim vector → gradient-boosted ensemble + Platt calibration.
ORACLE-ClinicalTrials-SuccessProb-v1Embeds trial text through PACT + MOAt + FATE, concatenates to 768-dim, runs ORACLE ensemble for calibrated success probability.
Trial Success Prediction PipelineKOL Intelligence
Generative Intelligence
Domain-adapted 0.8B LM trained on 551K ClinicalTrials.gov records. Extraction, summarisation, PICO, phase classification, outcome scoring.
OntologerMed-ClinicalTrials-InstructDomain-adapted 0.8B LM for commercial intelligence, market analysis, and healthcare commercialization.
OntologerMed-Commercializer-Instruct