Skip to content

InsurhackRoboClaim is a tool developed at insurhack2017 that uses mining techniques to identify bottlenecks and improve efficiencies and conformance with standard claims processes.

License

Notifications You must be signed in to change notification settings

adrianbarwicki/insurhack-robo-claim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RoboClaim

RoboClaim is a tool developed at insurhack2017 that uses mining techniques to identify bottlenecks and improve efficiencies and conformance with standard claims processes.

Abstract

Customers often submit claims by email. The initial actions of the insurance agent after receiving such a claim message are the following:

  • extract the name and policy number from the text
  • match it with an existing entry in the customer database in a unique manner
  • check if the claim is covered by the the insurance policy

One observers that the customers often forget to include the insurance policy number in the request or use name abbriviation. This often makes it hard to uniquely identify the customer and requires a reply with clarification request. Every claim submission is also connected with a check of the claim validity, i.e if the claim is covered by the insurance agreement.
We propose a solution that automates the way of validating the email request, i.e if it has complete information, allows to match the the automatically extracted information with entries in the database and allows to detect invalid claim.

Solution

We developed a tool scanning text, in particular e-mail messages containing a claim submission. The tool extracts entities like Names and Policy Numbers. If the extraction fails, an auto-reply message is generated with a hyperlink to chat where the customer is requested to enter specific informations at a time.

Installation & Start

    npm install -g live-server

    npm install

    // starting the simple robo-claim server
    // IBM_API_KEY and ZURICH_API_KEY are the env. variables.
    IBM_API_KEY=xxxx ZURICH_API_KEY=xxxx node server.js

    // starting the live-presentation
    live-server ./

Technology

NodeJS, AngularJS, IBM Watson

TODO

@todo

Contributors

Adrian Barwicki, adrian@vq-labs.com

... @todo - add your contact details here

About

InsurhackRoboClaim is a tool developed at insurhack2017 that uses mining techniques to identify bottlenecks and improve efficiencies and conformance with standard claims processes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published