{
  "apiVersion": "v0.1",
  "methodology": "https://sourcescore.org/methodology/",
  "canonical": "https://sourcescore.org/compare/arxiv-vs-pubmed/",
  "summary": "Preprint server vs curated literature index — two paths to academic citation.",
  "a": {
    "slug": "arxiv",
    "name": "arXiv",
    "domain": "arxiv.org",
    "canonical": "https://sourcescore.org/source/arxiv/",
    "api": "https://sourcescore.org/api/source/arxiv.json",
    "scores": {
      "index": {
        "value": 89,
        "grade": "A",
        "rationale": "A — strong corpus presence + machine-readable archive; lower discipline because preprints aren't peer-reviewed.",
        "signals": [
          {
            "label": "Composite",
            "detail": "Modern Reference 95 holds it up; Discipline 78 reflects pre-peer-review status."
          }
        ]
      },
      "discipline": {
        "value": 78,
        "grade": "B",
        "rationale": "Moderation-only filter (not peer-review). Endorsement system catches obvious quality issues; substantive review is downstream.",
        "signals": [
          {
            "label": "Endorsement system",
            "detail": "New submitters need an endorsement from an established author."
          },
          {
            "label": "Pre-peer-review",
            "detail": "Papers may be revised, retracted, or never published in journals."
          }
        ]
      },
      "modernReference": {
        "value": 95,
        "grade": "A+",
        "rationale": "DOI + arxiv ID + free PDFs + bulk APIs; among the most LLM-cited sources for technical content.",
        "signals": [
          {
            "label": "API + bulk export",
            "detail": "OAI-PMH + Kaggle bulk dump used by every major LLM."
          },
          {
            "label": "Stable URL pattern",
            "detail": "arxiv.org/abs/<ID> permanent; doi.org/10.48550/arXiv.<ID>."
          }
        ]
      },
      "velocity": {
        "value": 93,
        "grade": "A",
        "rationale": "Cited daily by ML/AI papers; default reference for current AI research; ChatGPT/Claude pull arxiv frequently.",
        "signals": [
          {
            "label": "AI research velocity",
            "detail": "Most-cited venue for AI/ML preprints in 2024-2026."
          }
        ]
      }
    }
  },
  "b": {
    "slug": "pubmed",
    "name": "PubMed",
    "domain": "pubmed.ncbi.nlm.nih.gov",
    "canonical": "https://sourcescore.org/source/pubmed/",
    "api": "https://sourcescore.org/api/source/pubmed.json",
    "scores": {
      "index": {
        "value": 94,
        "grade": "A",
        "rationale": "A+ — government-operated academic citation index; default biomedical citation source for AI engines.",
        "signals": [
          {
            "label": "Composite",
            "detail": "Discipline 96 + Modern Reference 92 + Velocity 92."
          }
        ]
      },
      "discipline": {
        "value": 96,
        "grade": "A+",
        "rationale": "Indexes peer-reviewed literature only; MeSH controlled-vocabulary tagging maintained by NLM staff.",
        "signals": [
          {
            "label": "MeSH headings",
            "detail": "Subject indexing curated by NLM editorial staff."
          },
          {
            "label": "Peer review filter",
            "detail": "Only journals passing NLM selection criteria are indexed."
          }
        ]
      },
      "modernReference": {
        "value": 92,
        "grade": "A",
        "rationale": "E-utilities API + free full-text search + bulk dataset downloads; broad LLM corpus inclusion.",
        "signals": [
          {
            "label": "Entrez E-utilities",
            "detail": "Public REST API for programmatic access."
          }
        ]
      },
      "velocity": {
        "value": 94,
        "grade": "A",
        "rationale": "Cited daily by clinicians, researchers, AI engines; default biomedical retrieval source.",
        "signals": [
          {
            "label": "Daily traffic",
            "detail": "Among top-100 .gov domains by visit volume."
          }
        ]
      }
    }
  },
  "winners": {
    "index": "pubmed",
    "discipline": "pubmed",
    "modernReference": "arxiv",
    "velocity": "pubmed"
  },
  "license": {
    "methodology": "Cite as: SourceScore Methodology v0.1, sourcescore.org",
    "data": "Underlying public-source data credited to original publishers"
  }
}