transformed the insurance industry how artificial ...3 the speaker satadru sengupta built...

27
1 Summer National Meetings // NAIC - CIPR New York City, NY // 5th August, 2019 https://www.halosinsurance.com/ https://www.datarobot.com/ How Artificial Intelligence (AI) Has Transformed the Insurance Industry

Upload: others

Post on 10-Jul-2020

0 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Transformed the Insurance Industry How Artificial ...3 The Speaker Satadru Sengupta built multi-million dollar insurance business from pre-revenue at AI pioneer DataRobot: 2015-2018

1

Summer National Meetings // NAIC - CIPRNew York City, NY // 5th August, 2019

https://www.halosinsurance.com/https://www.datarobot.com/

How Artificial Intelligence (AI) Has Transformed the Insurance Industry

Page 2: Transformed the Insurance Industry How Artificial ...3 The Speaker Satadru Sengupta built multi-million dollar insurance business from pre-revenue at AI pioneer DataRobot: 2015-2018

2

HOW do we build AI

WHY do we trust AI

Page 3: Transformed the Insurance Industry How Artificial ...3 The Speaker Satadru Sengupta built multi-million dollar insurance business from pre-revenue at AI pioneer DataRobot: 2015-2018

3

The Speaker

Satadru Sengupta

● built multi-million dollar insurance business from pre-revenue at AI pioneer DataRobot: 2015-2018

● built & operationalized multiple AI applications at AIG

● formerly, actuarial data scientist at Liberty Mutual & Deloitte

● CSPA designee Casualty Actuarial Society

Founder & CEO at Halos

Page 4: Transformed the Insurance Industry How Artificial ...3 The Speaker Satadru Sengupta built multi-million dollar insurance business from pre-revenue at AI pioneer DataRobot: 2015-2018

4

HOW do we build an AI application

let’s use an example to understand the key concepts

and workflow

Page 5: Transformed the Insurance Industry How Artificial ...3 The Speaker Satadru Sengupta built multi-million dollar insurance business from pre-revenue at AI pioneer DataRobot: 2015-2018

What is AI?

computer systems

able to do tasks that require

human intelligence

Page 6: Transformed the Insurance Industry How Artificial ...3 The Speaker Satadru Sengupta built multi-million dollar insurance business from pre-revenue at AI pioneer DataRobot: 2015-2018

6

Scope of use:to be used to triage claims and help SIU in targeted investigation

Problem statementpredict the "likelihood of fraud" of an incoming claim based on policy data and claims data at FNOL

Key Objectives:● accurate predictions● prediction explanations

EXAMPLE

Predicting claims fraud in auto insurance

1

2

3

Page 7: Transformed the Insurance Industry How Artificial ...3 The Speaker Satadru Sengupta built multi-million dollar insurance business from pre-revenue at AI pioneer DataRobot: 2015-2018

7

processing large, unstructured data

fast and automated

QUESTION # 1

WHY do we need a computer to do a human task

FASTER & BETTER

decisionsan objective way of making decision

Page 8: Transformed the Insurance Industry How Artificial ...3 The Speaker Satadru Sengupta built multi-million dollar insurance business from pre-revenue at AI pioneer DataRobot: 2015-2018

8

DATASET

NUMERIC CATEGORICAL TEXT

Page 9: Transformed the Insurance Industry How Artificial ...3 The Speaker Satadru Sengupta built multi-million dollar insurance business from pre-revenue at AI pioneer DataRobot: 2015-2018

HOW do we teach the computer?

9

A historical dataset

QUESTION # 2

Machine learning algorithms

Page 10: Transformed the Insurance Industry How Artificial ...3 The Speaker Satadru Sengupta built multi-million dollar insurance business from pre-revenue at AI pioneer DataRobot: 2015-2018

MACHINE LEARNING

The ability to learn from the past to predict the future without being explicitly programmed

Page 11: Transformed the Insurance Industry How Artificial ...3 The Speaker Satadru Sengupta built multi-million dollar insurance business from pre-revenue at AI pioneer DataRobot: 2015-2018

MACHINE LEARNING

Same dataset but a different algorithm, more complex this time

Page 12: Transformed the Insurance Industry How Artificial ...3 The Speaker Satadru Sengupta built multi-million dollar insurance business from pre-revenue at AI pioneer DataRobot: 2015-2018

MACHINE LEARNING

Algorithms matter

If the model is inaccurate,

there could be terrible outcome:

bad customer experience to insolvencies

Page 13: Transformed the Insurance Industry How Artificial ...3 The Speaker Satadru Sengupta built multi-million dollar insurance business from pre-revenue at AI pioneer DataRobot: 2015-2018

13

Most impactful features

Explain every prediction

FOCUS AREA

GREAT NEWS!!! We have explanation tools. These tools are algorithm agnostic.

Explainable AI

Directionality of the feature

Page 14: Transformed the Insurance Industry How Artificial ...3 The Speaker Satadru Sengupta built multi-million dollar insurance business from pre-revenue at AI pioneer DataRobot: 2015-2018

14

EXPLAINABLE AI

Feature importance: which predictors drive the model performance

A few top predictors:# prior claims, claim type, # people involved

Page 15: Transformed the Insurance Industry How Artificial ...3 The Speaker Satadru Sengupta built multi-million dollar insurance business from pre-revenue at AI pioneer DataRobot: 2015-2018

15

EXPLAINABLE AI

Directionality of the feature:How a predictor influences overall outcome

# prior claims:3 or more prior claims ⇒ higher chances of fraud

Page 16: Transformed the Insurance Industry How Artificial ...3 The Speaker Satadru Sengupta built multi-million dollar insurance business from pre-revenue at AI pioneer DataRobot: 2015-2018

16

EXPLAINABLE AI

Prediction explanation (AI storytelling):Going forward, once implemented, we can tell what are the factors behind a prediction

A male claimant reported a theft involving 8 people within a month of buying the policy. He had 4 claims in the last 5 years.

Page 17: Transformed the Insurance Industry How Artificial ...3 The Speaker Satadru Sengupta built multi-million dollar insurance business from pre-revenue at AI pioneer DataRobot: 2015-2018

17

EXPLAINABLE AI

We generated these explanation from a fairly complex model:XGBoost: a very complex and powerful algorithm

Page 18: Transformed the Insurance Industry How Artificial ...3 The Speaker Satadru Sengupta built multi-million dollar insurance business from pre-revenue at AI pioneer DataRobot: 2015-2018

18

Team:● data engineers● data scientists● domain experts● users (in this case, fraud/ SIU analyst)

A dataset:We are using a dataset with 10,000 claims from past with fraud indicator and 40 possible predictors (aka: features)

HOUSEKEEPING

Few things that you need to build an AI application

1

2

3An AI platform:we are using DataRobot Automated Machine Learning platform

Page 19: Transformed the Insurance Industry How Artificial ...3 The Speaker Satadru Sengupta built multi-million dollar insurance business from pre-revenue at AI pioneer DataRobot: 2015-2018

19

DATASET

Many historical

examples...

What happened in

the past

Features or variables accompanied the

historical outcome

Page 20: Transformed the Insurance Industry How Artificial ...3 The Speaker Satadru Sengupta built multi-million dollar insurance business from pre-revenue at AI pioneer DataRobot: 2015-2018

20

AI Platform

Data Science Iron Man

Page 21: Transformed the Insurance Industry How Artificial ...3 The Speaker Satadru Sengupta built multi-million dollar insurance business from pre-revenue at AI pioneer DataRobot: 2015-2018

© DataRobot, Inc. Confidential. All rights reserved.

The AI Life Cycle

Define Project

Objectives

Acquire &

Explore Data

Model

Data

Interpret &

Communicate

Implement,

Document

& Maintain

1 2 3 4 5

Page 22: Transformed the Insurance Industry How Artificial ...3 The Speaker Satadru Sengupta built multi-million dollar insurance business from pre-revenue at AI pioneer DataRobot: 2015-2018

© DataRobot, Inc. Confidential. All rights reserved.

The AI Life Cycle

1. Define Project Objectives◻ Specify business problem◻ Acquire subject matter expertise◻ Define unit of analysis and prediction target◻ Prioritize modeling criteria◻ Consider risks and success criteria◻ Decide whether to continue

2. Acquire & Explore Data◻ Find appropriate data◻ Merge data into single table◻ Conduct exploratory data analysis◻ Find and remove any target leakage◻ Feature engineering

3. Model Data◻ Variable selection◻ Build candidate models◻ Model validation and selection

4. Interpret & Communicate◻ Interpret model◻ Communicate model insights

5. Implement, Document & Maintain◻ Set up batch or API prediction system◻ Document modeling process for reproducibility◻ Create model monitoring and maintenance plan

Define Project Objectives

Acquire & Explore Data Model Data Interpret &

Communicate

Implement, Document & Maintain

Page 23: Transformed the Insurance Industry How Artificial ...3 The Speaker Satadru Sengupta built multi-million dollar insurance business from pre-revenue at AI pioneer DataRobot: 2015-2018

23

Why Should We TRUST Artificial Intelligence (AI)

Page 24: Transformed the Insurance Industry How Artificial ...3 The Speaker Satadru Sengupta built multi-million dollar insurance business from pre-revenue at AI pioneer DataRobot: 2015-2018

24

“Sometimes attaining the deepest familiarity with a question is our best substitute for actually having the answer.”

BRIAN GREENETHEORETICAL PHYSICIST & MATHEMATICIAN, COLUMBIA UNIVERSITY

Page 25: Transformed the Insurance Industry How Artificial ...3 The Speaker Satadru Sengupta built multi-million dollar insurance business from pre-revenue at AI pioneer DataRobot: 2015-2018

learned the right lessons

made the right decisionwas built

correctly

is not unfairly biased

remains healthy

has an ethical purpose

Page 26: Transformed the Insurance Industry How Artificial ...3 The Speaker Satadru Sengupta built multi-million dollar insurance business from pre-revenue at AI pioneer DataRobot: 2015-2018

26

“Man is fallible, but maybe men are less so.”Atul Gawande

Page 27: Transformed the Insurance Industry How Artificial ...3 The Speaker Satadru Sengupta built multi-million dollar insurance business from pre-revenue at AI pioneer DataRobot: 2015-2018

27

Satadru Senguptaemail: [email protected]/ call: +1.617.301.2471

https://www.datarobot.com/https://www.halosinsurance.com/

THANK YOU