expert systems in the insurance industry. uses of expert systems in insurance underwriting policy...

28
Expert Systems in the Insurance Industry

Post on 19-Dec-2015

216 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: Expert Systems in the Insurance Industry. Uses of Expert Systems in Insurance Underwriting Policy Matching Benefit Querying Claim Processing

Expert Systems in the Insurance Industry

Page 2: Expert Systems in the Insurance Industry. Uses of Expert Systems in Insurance Underwriting Policy Matching Benefit Querying Claim Processing

Uses of Expert Systems in Insurance

• Underwriting

• Policy Matching

• Benefit Querying

• Claim Processing

Page 3: Expert Systems in the Insurance Industry. Uses of Expert Systems in Insurance Underwriting Policy Matching Benefit Querying Claim Processing

BenInqA Benefit Inquiry tool

Page 4: Expert Systems in the Insurance Industry. Uses of Expert Systems in Insurance Underwriting Policy Matching Benefit Querying Claim Processing

BenInq

• helps customer service representatives determine what medical services a customer is covered for

Page 5: Expert Systems in the Insurance Industry. Uses of Expert Systems in Insurance Underwriting Policy Matching Benefit Querying Claim Processing

Why?

• Insurance companies have many products

• Better searching

• More detailed information

• Easier to modify

Page 6: Expert Systems in the Insurance Industry. Uses of Expert Systems in Insurance Underwriting Policy Matching Benefit Querying Claim Processing

How It Works

• Knowledge representation

• Rule Representation

• Reasoning Methods

Page 7: Expert Systems in the Insurance Industry. Uses of Expert Systems in Insurance Underwriting Policy Matching Benefit Querying Claim Processing

Knowledge Representation

• Services

• Benefits

• Coverage– Business Rules

• Cost sharing• Access• Administrative and Medical

Page 8: Expert Systems in the Insurance Industry. Uses of Expert Systems in Insurance Underwriting Policy Matching Benefit Querying Claim Processing

External Representation

• Both Services and Benefits are organized in semantic networks

• Services are organized in a multiple-inheritance hierarchy

• Benefits are shown by using ‘covered’ and ‘excluded’ links between benefits and services nodes

Page 9: Expert Systems in the Insurance Industry. Uses of Expert Systems in Insurance Underwriting Policy Matching Benefit Querying Claim Processing

Internal Representation

• Represented as a Formula-Augmented Semantic Network (FAN)

• A FAN allows us to attach rules to nodes using well formed formulae

• These rules allow us to apply regulations to each of the nodes

Page 10: Expert Systems in the Insurance Industry. Uses of Expert Systems in Insurance Underwriting Policy Matching Benefit Querying Claim Processing

Internal Representation

Page 11: Expert Systems in the Insurance Industry. Uses of Expert Systems in Insurance Underwriting Policy Matching Benefit Querying Claim Processing

Rule Representation

• Rules are represented using well-formed formulae

• translates to: Patients in Drug Rehabilitation programs lose all rehab benefits for one year if they are non-compliant

Drug-rehab(p) enrolled(x,p,i) j sub(j,i) non-compliant(x,p,j) ((Drug-rehab(p2) enrolled(x,p2,i2) time(start(i2)) – time(end(j)) < 1year) ~covered(x,p2))

Page 12: Expert Systems in the Insurance Industry. Uses of Expert Systems in Insurance Underwriting Policy Matching Benefit Querying Claim Processing

Reasoning Methods

• Determining if a service is covered or excluded by a benefit

• Determining which rules apply to a node

Page 13: Expert Systems in the Insurance Industry. Uses of Expert Systems in Insurance Underwriting Policy Matching Benefit Querying Claim Processing

Reasoning Methods

Page 14: Expert Systems in the Insurance Industry. Uses of Expert Systems in Insurance Underwriting Policy Matching Benefit Querying Claim Processing

Reasoning Methods

• Well-Formed Formula Inheritance problem– Since nodes can inherit from

multiple parents which rules apply?

• Maximally Consistent Subsets (mcs)

• Preferred Maximally Consistent Subsets (pmcs)

Page 15: Expert Systems in the Insurance Industry. Uses of Expert Systems in Insurance Underwriting Policy Matching Benefit Querying Claim Processing

PMCS

• First remove conflicted and pre-empted edges

• Then, starting at the focus node traverse upwards

• At each node take the pmcs of the set computed so far and the wff’s at the current node

Page 16: Expert Systems in the Insurance Industry. Uses of Expert Systems in Insurance Underwriting Policy Matching Benefit Querying Claim Processing

Implementation

• System comprises of two tools– inquiry tool– authoring tool

• Implemented using VisualAge Smalltalk

Page 17: Expert Systems in the Insurance Industry. Uses of Expert Systems in Insurance Underwriting Policy Matching Benefit Querying Claim Processing

Usage

• Two main user groups– Customer Service

Representatives (CSR’s)– Policy Modifiers (PM’s)

Page 18: Expert Systems in the Insurance Industry. Uses of Expert Systems in Insurance Underwriting Policy Matching Benefit Querying Claim Processing

CSR’s View

• Shows services, coverage information, and rules

Page 19: Expert Systems in the Insurance Industry. Uses of Expert Systems in Insurance Underwriting Policy Matching Benefit Querying Claim Processing

PM’s View

• Can add new benefits, modify services and benefits, or delete products

Page 20: Expert Systems in the Insurance Industry. Uses of Expert Systems in Insurance Underwriting Policy Matching Benefit Querying Claim Processing

Evaluation

• Users found the system very user friendly and required little to no training

• PM’s however did have one issue: modifying or adding wff’s was difficult

Page 21: Expert Systems in the Insurance Industry. Uses of Expert Systems in Insurance Underwriting Policy Matching Benefit Querying Claim Processing

Colossus

Page 22: Expert Systems in the Insurance Industry. Uses of Expert Systems in Insurance Underwriting Policy Matching Benefit Querying Claim Processing

What is Colossus?

• Used in claims processing

• Injuries are classified according to 600 injury codes

• Using this information it provides an amount to cover the damages the person suffered

Page 23: Expert Systems in the Insurance Industry. Uses of Expert Systems in Insurance Underwriting Policy Matching Benefit Querying Claim Processing

Why?

• A GIO study found that there was a standard deviation of 80% for the same claim by different assessors

Page 24: Expert Systems in the Insurance Industry. Uses of Expert Systems in Insurance Underwriting Policy Matching Benefit Querying Claim Processing

How it works

• Assessors are asked up to 700 questions (usually less)

• The system compiles the information from the questions into 5 categories

• The system combines the 5 categories into a percentage value

Page 25: Expert Systems in the Insurance Industry. Uses of Expert Systems in Insurance Underwriting Policy Matching Benefit Querying Claim Processing

Issues

• There are 3 variables which affect how Colossus reaches its recommended figure– Interpretations of the facts by

assessors– How Colossus uses the data

to construct the 5 categories– The algorithm to combine the

categories into a percentage

Page 26: Expert Systems in the Insurance Industry. Uses of Expert Systems in Insurance Underwriting Policy Matching Benefit Querying Claim Processing

Results

• After implementing the system GIO found that the standard deviation for claims dropped from 85% to 15%

Page 27: Expert Systems in the Insurance Industry. Uses of Expert Systems in Insurance Underwriting Policy Matching Benefit Querying Claim Processing

Use

• Originally used by GIO of Australia

• Colossus also is used by 13 of the top 20 US Property and Casualty insurers

Page 28: Expert Systems in the Insurance Industry. Uses of Expert Systems in Insurance Underwriting Policy Matching Benefit Querying Claim Processing

Bibliography• 1) Morgenstern, L., Singh, M., An Expert

System Using Nonmonotonic Techniques for Benefits Inquiry in the Insurance Industry, Proceedings of the Fifteenth International Joint Conference on Artificial Intelligence

• 2) Morgenstern, L., Inheriting Well-formed Formulae in a Formula-Augmented Semantic Network, KR'96: Principles of Knowledge Representation and Reasoning

• 3) Greenleaf, G., A Colossus come to judgement: GIO’s expert system on general damages, Law & Information Technology column, Australian Law Journal 26 November 1992