{
  "docId": "019dd923-5de0-76bd-a168-6159b949e2c2",
  "docSlug": "ff5d549e5027972a",
  "documentTitle": "GPT-3 and the actuarial landscape",
  "authorId": "OliverWyman",
  "authorName": "Oliver Wyman",
  "documentKindSlug": "consulting-deck",
  "documentKindLabel": "Consulting deck",
  "sourceTypeSlug": "strategy_consulting",
  "sourceTypeLabel": "Strategy consulting",
  "presentationDate": null,
  "orientation": "landscape",
  "aspectRatio": 1.778,
  "pageNumber": 12,
  "pageCount": 46,
  "prevPage": 11,
  "nextPage": 13,
  "slideType": "appendix_methodology",
  "function": "present_framework",
  "density": "dense",
  "nDataPoints": 0,
  "notes": "The slide explains the derivation of beta coefficients for a simple linear regression model.",
  "elementsJson": [
    "headline_text",
    "paragraph",
    "scatter_plot"
  ],
  "metadataConfidence": 1,
  "imagePath": null,
  "slideHref": "/slides/019dd923-5de0-76bd-a168-6159b949e2c2/12",
  "deckHref": "/decks/019dd923-5de0-76bd-a168-6159b949e2c2",
  "deckJsonHref": "/decks/019dd923-5de0-76bd-a168-6159b949e2c2.json",
  "deckAnchorHref": "/decks/019dd923-5de0-76bd-a168-6159b949e2c2#slide-12",
  "components": [
    {
      "bbox": {
        "h": 0.7,
        "w": 0.4,
        "x": 0.55,
        "y": 0.2
      },
      "kind": "chart",
      "text": "Scatter plot showing data points and a linear regression line with equation Y = 5.15 * X + 10.11 and Cost = 10.7476",
      "attrs": null,
      "subkind": "scatter",
      "toolName": null,
      "toolSlug": null,
      "confidence": null,
      "componentId": "2a0e18fe-b0e8-4d4a-b498-51ad706ce2eb",
      "frameworkName": null,
      "frameworkSlug": null
    },
    {
      "bbox": {
        "h": 0.1,
        "w": 0.48,
        "x": 0.037,
        "y": 0.275
      },
      "kind": "list",
      "text": "MODEL STRUCTURE: Y = β0 + β1 * X",
      "attrs": null,
      "subkind": "bullet",
      "toolName": null,
      "toolSlug": null,
      "confidence": null,
      "componentId": "0fb67319-c005-424b-b262-194defefe875",
      "frameworkName": null,
      "frameworkSlug": null
    },
    {
      "bbox": {
        "h": 0.1,
        "w": 0.48,
        "x": 0.037,
        "y": 0.44
      },
      "kind": "list",
      "text": "COST FUNCTION: Cost = Σ(predicted – actual)^2 = 10.7476",
      "attrs": null,
      "subkind": "bullet",
      "toolName": null,
      "toolSlug": null,
      "confidence": null,
      "componentId": "30b17311-8eda-4845-b588-d2a67f67c0aa",
      "frameworkName": null,
      "frameworkSlug": null
    },
    {
      "bbox": {
        "h": 0.1,
        "w": 0.48,
        "x": 0.037,
        "y": 0.825
      },
      "kind": "list",
      "text": "RESULTING MODEL: Y = 10.11 * X + 5.15",
      "attrs": null,
      "subkind": "bullet",
      "toolName": null,
      "toolSlug": null,
      "confidence": null,
      "componentId": "387ab37c-4d30-47d0-b5a9-45106344b73d",
      "frameworkName": null,
      "frameworkSlug": null
    },
    {
      "bbox": {
        "h": 0.15,
        "w": 0.48,
        "x": 0.037,
        "y": 0.615
      },
      "kind": "list",
      "text": "FORMULAS FOR β COEFFICIENTS: Slope β1 = (n * Σ(x*y) – Σ(x) * Σ(y)) / (n * Σ(x^2) – (Σ(x))^2) = 10.11; Intercept β0 = (Σ(y) – β1 * ΣX) / N = 5.15",
      "attrs": null,
      "subkind": "bullet",
      "toolName": null,
      "toolSlug": null,
      "confidence": null,
      "componentId": "95703873-c52d-4764-82c3-7e425a722591",
      "frameworkName": null,
      "frameworkSlug": null
    },
    {
      "bbox": null,
      "kind": "metric",
      "text": "Cost: 10.7476",
      "attrs": null,
      "subkind": "primary",
      "toolName": "Quantification",
      "toolSlug": "quantification",
      "confidence": null,
      "componentId": "019dd951-d9f1-764a-82eb-3117bd7c9ce0",
      "frameworkName": null,
      "frameworkSlug": null
    },
    {
      "bbox": {
        "h": 0.02,
        "w": 0.28,
        "x": 0.037,
        "y": 0.205
      },
      "kind": "paragraph",
      "text": "Linear Regression Model Using Formulas",
      "attrs": null,
      "subkind": "paragraph",
      "toolName": null,
      "toolSlug": null,
      "confidence": null,
      "componentId": "d5a96725-e2c4-4532-9f35-22a09c5696d9",
      "frameworkName": null,
      "frameworkSlug": null
    },
    {
      "bbox": {
        "h": 0.04,
        "w": 0.48,
        "x": 0.037,
        "y": 0.05
      },
      "kind": "title",
      "text": "MACHINE LEARNING 101: GRADIENT DESCENT",
      "attrs": null,
      "subkind": "headline",
      "toolName": null,
      "toolSlug": null,
      "confidence": null,
      "componentId": "d18cd98e-f794-4325-a644-2e8253aa6052",
      "frameworkName": null,
      "frameworkSlug": null
    }
  ],
  "metrics": [
    {
      "metricRaw": "Cost",
      "numberRaw": "10.7476",
      "numberKind": "plain",
      "actionTitle": null,
      "calloutText": null,
      "numberScale": null,
      "numberValue": 10.7476,
      "metricFamily": "cost_savings",
      "numberCurrency": null
    }
  ],
  "tools": [
    {
      "name": "Table data",
      "slug": "table-data",
      "agent": null,
      "layer": "slide",
      "matchId": "256d7a7d-040b-4045-a3cd-ebf95508ccf0",
      "evidence": "list/bullet: FORMULAS FOR β COEFFICIENTS: Slope β1 = (n * Σ(x*y) – Σ(x) * Σ(y)) / (n * Σ(x^2) – (Σ(x))^2) = 10.11; Intercept β0 = (Σ(y) – β1 * ΣX) / N = 5.15",
      "confidence": 0.7
    },
    {
      "name": "Waterfall chart",
      "slug": "waterfall-chart",
      "agent": null,
      "layer": "slide",
      "matchId": "1e467481-c211-429a-b52f-baf034baf485",
      "evidence": "chart/scatter: Scatter plot showing data points and a linear regression line with equation Y = 5.15 * X + 10.11 and Cost = 10.7476",
      "confidence": 0.8
    }
  ],
  "frameworks": [],
  "arcBeats": [
    {
      "to": 16,
      "from": 6,
      "beatId": "d061c184-c7cd-4a92-b451-664f35ad62f3",
      "arcName": "The Sparkline",
      "arcSlug": "sparkline",
      "beatName": "What Is",
      "beatSlug": "sparkline-what-is-3",
      "evidence": "The deck delves deeper into the technical aspects of GPT-3 and NLP.",
      "position": 1,
      "confidence": 0.8,
      "parentBeatName": "Complication",
      "parentBeatSlug": "complication"
    }
  ],
  "loops": [],
  "imagePathAlt": null,
  "thumbSrc": null,
  "thumbSrcAlt": null,
  "locked": true
}