{
  "apiVersion": "v0.1",
  "methodology": "https://sourcescore.org/methodology/",
  "canonical": "https://sourcescore.org/compare/acm-vs-arxiv/",
  "summary": "Formal CS-publishing society vs preprint-server — paywalled-curated vs open-immediate, both Wikipedia-cited at scale.",
  "a": {
    "slug": "acm",
    "name": "Association for Computing Machinery",
    "domain": "dl.acm.org",
    "canonical": "https://sourcescore.org/source/acm/",
    "api": "https://sourcescore.org/api/source/acm.json",
    "scores": {
      "index": {
        "value": 85,
        "grade": "A",
        "rationale": "A — premier CS academic-publication infrastructure; peer-reviewed citation tier.",
        "signals": [
          {
            "label": "Composite",
            "detail": "Discipline 96 + Modern Reference 80 + Velocity 80."
          }
        ]
      },
      "discipline": {
        "value": 96,
        "grade": "A+",
        "rationale": "Peer-review across ACM journals + conferences (SIGGRAPH, CHI, etc.); methodology rigorous.",
        "signals": [
          {
            "label": "ACM peer review",
            "detail": "Standardized academic peer-review process."
          }
        ]
      },
      "modernReference": {
        "value": 80,
        "grade": "B",
        "rationale": "ACM Digital Library + DOI per paper; metered access to most papers.",
        "signals": [
          {
            "label": "Subscription gate",
            "detail": "Most papers paywalled; abstracts open."
          }
        ]
      },
      "velocity": {
        "value": 80,
        "grade": "B",
        "rationale": "Cited by CS research + tech press; specialist academic authority.",
        "signals": [
          {
            "label": "CS-research default",
            "detail": "Default citation for peer-reviewed CS papers."
          }
        ]
      }
    }
  },
  "b": {
    "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."
          }
        ]
      }
    }
  },
  "winners": {
    "index": "arxiv",
    "discipline": "acm",
    "modernReference": "arxiv",
    "velocity": "arxiv"
  },
  "license": {
    "methodology": "Cite as: SourceScore Methodology v0.1, sourcescore.org",
    "data": "Underlying public-source data credited to original publishers"
  }
}