Problem Statement:
- When signing up with Insurance provider company for an insurance policy, customers have the option to check a box for special counsel instruction (Meaning Insurance provider company would not select standard external counsel for them). When they underwrite policies for the clients, if special counsel is requested, there is a text field where they can specify the instructions. Attached spreadsheet is the sample data for things that currently go into this field.
- Insurance provider would like a text analysis/NLP tool that would take this text data and convert it into structured data and put it into a field in a DB. Looking at the data, it looks like most fields have the name of an external counsel followed by a positive or negative sentiment so it shouldn’t be that difficult.
Purpose of sentiment analysis And NER for Insurance provider:
- 1) Sentiment analysis can be used to improve customer insurance service, promote client engagement, and other specific purposes.
- 2) sentiments also have the power to impact insurance customer.
- 3) Two approach to solve Sentiment analysis in machine learning: unsupervised or supervised learning.
- 4) Given dataset falls into unsupervised learning.
- 5) NER(name entity recognition) extracts meaningful information from Datasets .This extracted information helps Insurance provider in many meaningful ways e.g only read mobile number,location,person,organisation info.
Challenge:
- The special counsel instruction is captured in a natural language (English, in this case). However, this human language is astoundingly complex and diverse. Thoughts and information is expressed in infinite ways, both verbally and in writing. Also, within the language is a unique set of grammar and syntax rules, terms and slang. Moreover, there can also be misspellings or abbreviations, punctuation mistakes etc.
- This information however is a veritable goldmine.
- The challenge is to resolve ambiguity in language and add useful numeric structure to the data so that it can used for decision making