claudio1975 / SWISSTEXT_2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NLP AND INSURANCE

Natural Language Processing will lead in the next years the revolution of the Artificial Intelligence for the Insurance industry.

There are several opportunities to employ NLP in the insurance activities, from Claims Processing to Fraud Detection and Chatbots.

In the marketing field, NLP can be used to monitor the sentiment analysis of feedback that people publish on different social networks to better consider insured needs or monitor the perception on a specific risk.

Textual analysis of claims and classification can simplify acceptance of claims in the process to reduce time treatment, operational errors or help in fraud detection.

Underwriting process can be improved by a better textual assessment. NLP can categorize patients diseases and retrieves the correlation between some symptoms and the likely cost of treatment for the Insurance Company.

The goal of this project is to show the Natural Language Processing applications in Insurance by disaster tweets data set from Kaggle. https://www.kaggle.com/c/nlp-getting-started

Read the paper: https://ceur-ws.org/Vol-3361/workshop1.pdf

Topics showed are:

-Language Detection;

-Length analysis;

-Wordcloud
-Named Entity Recognition (NER) and Part of Speech Tagging (POS);

-Text cleaning;

-N-grams;

-Word embedding;

-Topic Modelling with BertTopic;
-Classification with BERT

About


Languages

Language:Jupyter Notebook 100.0%